/* CSS Document */
/* members page ajsx style */
#contentContainer h3 {	/* No margins above <h3> tags */
	margin-top:-10px;
	position:absolute;
	left:62px;
}

#mainContainer{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	top:190px;
	left:20%;
	width:765px;
	margin:0 auto;
	text-align:left;
	padding:5px;
	margin-top:20px;
	border:0px solid #0B5502;
	background-color: #EBD806;
}
#contentContainer{
	float:right;
	border:0px solid #0B5502;
	background-color: #EBD806;
	overflow:auto;
	margin-left:0px;
	padding:0px;
	
	/* CSS HACK */
	width: 497px;	/* IE 5.x */
	width/* */:/**/480px;	/* Other browsers */
	width: /**/480px;
	
	/* CSS HACK */
	height: 412px;	/* IE 5.x */
	height/* */:/**/390px;	/* Other browsers */
	height: /**/390px;
			
}


#contentContainer .openingText{
	color:#684B81;
}

#articleListContainer{	/* <ul> container for article list */
	float:left;
	height:440px;
	overflow:hidden;	
	width:180px;
	border:0px solid #000;
	background-color:#EBD806;	
}
.articleList{
	margin:0px;
	padding:2px;
}
.articleList li{	/* General layout article in list */
	list-style-type:none;
	border:0px solid #999;
	background-color:#684B81;
	height:25px;
	margin:1px;
	padding:2px;
	color:#fff;
	cursor:pointer;
}
.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	border:1px solid #000;
	color:#EBD806;
}
.articleList li.articleClick{	/* Active article in list - layout */
	border:1px solid #000;
	color:#000;
	background-color:#0B5502;
	color:#FFF;
}

/*
.keyText{	/* Just a column I use for key text inside articles - the one with the light blue bg and dotted border 
	background-color:#FFF;
	border:1px dotted #000;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	width:150px;
	padding:3px
}
*/
.clear{
	clear:both;
}

#label{
	font-weight:bold;
}
table.memberProfile{
	position:absolute;
	top:10px;
	left:25%;
	font-size:0.80em;
	border-left:4px solid #C9B905;
	border-top: 1px solid #C9B905;
	border-right: 1px solid #C9B905;
	border-bottom: 1px solid #C9B905;
	background-color:#DDCB06;
}



