/* Member-area specific */

.approved {
	color: #00AA00;
}
.draft {
	color: #EE0000;
}
.pending {
	color: orange;
}
.rejected {
	color: #CC3399;
}

.Textbox {
	background-color: #F9F7EF;
	border: 1px solid #666666;
	font: 12px Arial, Helvetica, sans-serif;
	width: 100%;
	display: block;
}

.Textarea {
	width: 100%;
	height: 200px;
	background-color: #F9F7EF;
	border: 1px solid #666666;
	font: 12px Arial, Helvetica, sans-serif;
}

select.Sml {
	width: 60px;
	margin: 0px;
}

select.Med {
	width: 186px;
	margin: 0px;
}

select.Big {
	width: 325px;
	margin: 0px;
}

/* Submenu */

#MemberMenu {
	margin: 0px;
	height: 18px;
	font: 11px Arial, Helvetica, sans-serif;
	display: block;
}

/* Default member page */

#BuildEdit {
	width: 100%;
}
#BuildEdit tr {
	background-color: #F9F7EF; 
}
#BuildEdit .spacer {
	background-color: #FFFFFF; 
	height: 5px;
}
#BuildEdit .col1 { width: 115px; }
#BuildEdit .col2 { width: 150px; }
#BuildEdit .col3 { width: 330px; }
#BuildEdit .col4 { width: auto; }

#BuildEdit h1 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin-left: 5px;
}

#BuildEdit p {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 5pt;
	color: #333333;
}

#BuildEdit .Icon {
	width: 115px;
	height: 67px;
}

#BuildEdit .Button {
	width: 105px;
	height: 36px;
}


/* Edit Entry */

div#SelectEntryPhotos {
	width: 630px;
	height: 115px;
	float:right;
	white-space: nowrap;
	overflow: auto;
}

div#SelectEntryPhotos div.Wrapper {
	width: 127px;
	height: 88px;
	position: relative;
	background-image: url("../images/base/photothumb_bg.png");
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px 10px 0px 0px;
	padding-top: 10px;
	cursor: pointer;
}

#SelectEntryPhotos div.Wrapper input {
	display:none;
}

#SelectEntryPhotos div.Photo {
	width: 105px;
	height: 65px;
	margin-left: 10px;
}

#SelectEntryPhotos div.Selected {
	width: 105px;
	height: 65px;
	background-color: #FFFFFF;
	background-image: url("../images/base/icon_tick.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	filter:alpha(opacity=40); -moz-opacity:.40; opacity:.40;
}

/* Photos Album */
/* see also base.css */

div.PhotoActions {
	color: #999999;
	margin-top: 4px;
}
div.PhotoActions a {
	font-size: 10px;
	text-decoration: none;
	color: #5596DF;
}


/* General */
img.HelpIcon {
	width: 33px; height: 13px;
}

span.InlineHelp {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
}

div #HeroImage {
	margin-left: -5px;
}

#Map {
	margin-top: 0px;
}
