
/* Page titles */ 
span.pageTitle{
	color: #006699;
	font-weight:bold;
	font-size: 20px;
	margin-left:2px;

}

span.subpageTitle{
	color: #006699;
	font-weight:bold;
	font-size: 16px;
	margin-left:5px;
	
}
/*------------------------------------*/

div.area{
	clear:both;
	width: 97%;
	padding:6px;
		
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin-bottom:9px;
}

div.areaNoBox{
	clear:both;
	width: 97%;
	padding:6px;
	background-color: #ffffff;	
	
}


div.areaTitle{
	font-size: 18px;
	font-weight: normal;
	color: #006699;
	background-color: #FFFFFF;

}

div.section{
	/*padding:12px;
	width: 96%;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin-bottom:8px;
	line-height:20px;*/

padding:12px;
	width: 520px;
	border: 1px solid #cccccc;
	background-image: url(../images/wcf_box_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	
	margin-bottom:8px;
	margin-top:5px;
	margin-left:15px;
	line-height:20px;
}

div.sectionWithTitle{
	padding:12px;
	width: 520px;
	border: 1px solid #cccccc;
	background-image: url(../images/wcf_box_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	
	margin-bottom:8px;
	margin-top:5px;
	margin-left:15px;
	line-height:20px;
}


	
div.sectionNoBox{
	padding:12px;
	width: 96%;
	margin-bottom:8px;
	font-size: 13px;
	line-height:20px;
	
	}
.sectionNoBoxtitle{
	font-weight:bold;
	font-size: 12px;
	color: #006699;
	font-size:13px;
	
	margin-bottom:12px;
}

div.sectiontitle{
	font-weight:bold;
	font-size: 12px;
	color: #006699;
	font-size:13px;
	
	margin-bottom:12px;
}


div.moreInfoButtons{
	height:30px;
	text-align:center;
	margin-top:4px;
	clear:both;
}

div.moreInfoButtons a{
	font-weight:bold;
	border:2px solid #336699;
	margin:5px;
	text-align:center;
	padding:6px 15px 6px 15px;
	background-color:#fff;
	margin:5px;
	display:inline-block;
}

div.moreInfoButtons a:hover{
	
	border-color:#ccc;
	background-color:#fff;
}



div.footerTopContent{
	float:left;
	width:400px;
	height:25px;
	text-align:left;
	font-size:10px;
	padding-top:30px;
	padding-left:220px;
}	

.adminInfo{
	font-size: 10px;
	margin:2px;
}

.formError{
	font-size: 10px;
	color: #ff0000;
	margin-left:20px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width:90%;
}


ul.arrowList{
	list-style-type: none;
	/*list-style-image: url("../images/arrow-forward_16.gif");
	list-style-position: inside;*/
	
}

ul.arrowList li{


	margin: 3px;
	background-image: url("../images/arrow-forward_16.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 2em;

	color: #336699;
	font-weight: bold;	
}

ul.arrowListNormal li{
	list-style-type: none;

	margin: 4px;
	background-image: url("../images/arrow-forward_16.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 2em;

		
}

ol{
	line-height:30px;
	
}


