#wrapper{
	background-image:none;
}

.padd{
	padding:1em;
	position:relative;
}


.mceEditor{
	width:690px;
	height:250px;
}



fieldset.contentBlock{
	border:1px dotted #ccc;
	padding:1em;
	margin:1.5em 0 1.5em 0;
	background:#fff url(/a/img/memberadmin/content_block_heading_bg.jpg) repeat-x;
}

fieldset.contentBlock h4{
	font-weight:bold;
	border-botton:1px solid #666;
}


.menu{
	background: #9A1D2A url(/a/img/memberadmin/banner_bg.gif) no-repeat !important;
	padding-top:40px;

}
	.menu .memberName{
		position:absolute;
		top:12px;
		left:115px;
		color:#fff;
		font-size:16px;
	}
	.menu .logout{
		position:absolute;
		top:7px;
		right:35px;
	}
		.menu .logout a{
			display:inline;
		}

#memberSelector{font-size:.75em;width:200px;font-family:courier;}
#memberSelector option.self {background-color:orange;}

#privateProfilesList{
	height:400px;
	overflow:auto;
	width:400px;
	border:1px dotted #ccc;
	margin-left:0;
}
	#privateProfilesList li{
		padding:1em;
	}
		#privateProfilesList li.odd{
			background-color: #F2F7F9;
		}
		#privateProfilesList li a{
			text-decoration:none;
		}
			#privateProfilesList li a:hover{
				text-decoration:underline;
			}		
			
			
			
#latestUpdates{
	width:258px;
	position:absolute;
	right:10px;
	top:10px;
	border:1px solid #069;
	height:460px;
	background: #fff url(/a/img/memberadmin/latestNewsHeading.gif) no-repeat;
	padding-top:30px;
	overflow:auto;
}
	#latestUpdates h3{
		text-indent:-9999px;
	}
	
	#latestUpdates ul{
		list-style:none;
		list-style-image:none;
		margin:0;
	}
		#latestUpdates ul li{
			list-style:none;
			border-bottom:1px dotted #ccc;
			padding:10px;
			list-style:none;
			list-style-image:none;
		}
			#latestUpdates ul li h4,
			#latestUpdates ul li p
			{
				margin:0;
				padding:0;
				font-size:.95em;
				font-style:italic;
			}
			#latestUpdates ul li h4{
				color:#069;
			}
				#latestUpdates ul li h4 span{
					font-size:.8em;
					display:block;
					color:black;;
				}
			#latestUpdates ul li p a{
				font-style:italic;
				text-decoration:none;
				font-size:.9em;
			}
				#latestUpdates ul li p a:hover{
					text-decoration:underline;
				}