h1 {
	color:			brown;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
	font-size:		14px;
	margin:			10px 10px 10px 0px;
}
h2 {
	font-style:		normal;
}

#home {
	position: 		relative;
	border:			none;
	width:  		100%;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 		10px;
	font-weight: 		normal; 
	color: 			#5F5F5F;
	
}

#home #header {
	position: 		relative;
	margin:			0 5px 0 5px;
	padding:		10px 10px 10px 10px;
	border:			1px solid #ccc;
	width: 			560px;
	background-color:	#dedede;
	color:			#5F5F5F;
}

#home #systemMsg {
	position: 		relative;
	margin:			0 5px 0 5px;
	padding:		10px 10px 10px 10px;
	border:			none;
	width: 			560px;
	background-color:	white;
}

.headerName {
	color:			black;
	font-weight:		normal;
}

.headerValue {
	color:			#5f5f5f;
	font-weight:		bold;
}
a.headerValue {
	color:			#5f5f5f;
	font-weight:		bold;
	text-decoration:	none;
}
a.headerValue:hover {
	color:			#0000ff;
	text-decoration:	none;
	cursor:			pointer;
}

#home #editAccount{
	border:	none;
	height:	100%; 
	width:  100%; 
	padding:	10px 10px 10px 10px;
}

#manage {
	position: 		relative;
	border:			none;
	padding:		0;
	margin:			0;
	height:			355px;
	overflow:		auto; 
}


#manage #manageMembers {
	position: 		relative;
	float:			left;
	margin:			0px 0px 0px 0px; 
	padding:		0px 10px 10px 10px;
	border:			1px solid #ccc;
	width: 			248px;
	background-color:	#efefef;
	color:			black;
	font-weight:		normal;
	overflow:		auto;
}

#manage #manageAdmins {
	position: 		relative;
	float:			right;
	margin:			0px 0px 0px 0px; 
	padding:		0px 10px 10px 10px;
	border:			1px solid #ccc;
	width: 			248px;
	background-color:	#efefef;
	color:			black;
	font-weight:		normal;
	overflow:		auto;
}
#manageSite {
	position: 		relative;
	margin: 		0;
	padding:		0px 10px 10px 10px;
	border:			1px solid #ccc;
	height:			325px;
	background-color:	#efefef;
	color:			black;
	font-weight:		normal;	
}
#memberMessages {
	position: 		relative;
	margin:			0px 5px 0 0;
	padding:		0px 10px 10px 10px;
	border:			none;
	width: 			535px;
	background-color:	white;
	color:			#5f5f5f;
	font-weight:		bold;
	line-height:		1.0;
}
#memberMessagesBG {	
	background-image:	url('../img/worlds11.jpg');
	padding:		10px 10px 10px 10px;
}

.alertAction {
	float:			right;
	padding:		0px 0px 10px 10px;
	text-align:		right;
}

#userDonationsHistory {
	line-height:		1.6;
}

#emailAdmin {
	position: 		relative;
	margin:			5px 5px 0 0;
	padding:		0px 0px 0px 0px; 
	border:			none;
	color:			#5f5f5f;
	font-weight:		normal;
}

.homeText {
	color:			#5f5f5f;
	font-weight:		normal;
	font-size:		11px;
}
.mbLabel1 {
	font-size:		11px;
	font-weight: 		normal;
	color:			#336699;
	/* background:		white; */
}

.mbLabel2 {
	font-size:		10px;
	font-weight: 		bold;
	color:			#0F57FF;
	/* background:		white; */
}

.mbLabel3 {
	font-size:		10px;
	font-weight: 		normal;
	color:			gray;
	/* background:		white; */
}

.mbContact {
	font-size:		11px;
	font-weight: 		normal;
	color:			brown;
	/* background:		white; */
}
#memMsgButtons {
	width:			95%;
	padding:		10px 10px 10px 10px;

}

/* Documentation  */
#docHeader {
	margin:			5px 5px 0px 5px;
	padding:		5px 5px 5px 5px;
	border:			1px solid #ccc; 
	background-color:	#efefef;
	color:			#5f5f5f;
	font-weight:		normal;
}
#docHeader a:hover {
	text-decoration:	none;
	color:			brown;
}
.docSection {
	margin:			0px 5px 10px 5px;
	padding:		5px 5px 5px 5px;
	border:			1px solid #ccc; 
	border-top:		0;
	color:			gray;
	font-size:		11px;
	font-weight:		normal;
}
.docText { 
	color:			gray;
	font-size:		11px;
	font-weight:		normal;
}
