@charset "utf-8";
/*CSS Document */
A.selectedLink {font-weight: normal; }

A.NotselectedLink {	
	CURSOR: default;	
	COLOR: #808080;
	TEXT-DECORATION: none;
}

A.selectedNo {
	FONT-WEIGHT: bold;	
	CURSOR: default;	
	COLOR: red	
	TEXT-DECORATION: none;
	background:#eeeeee;
}


A.NotselectedNo {FONT-WEIGHT: normal;text-decoration:underline;}


.HideDivPage800 {DISPLAY: none !important;} 
.page_hidden{display:display;}
/*.pagingalign {FLOAT: right;TEXT-ALIGN: left; }*/
.pagingalign {FLOAT: right;TEXT-ALIGN: left; padding:5px 0;}
.pagingalign a {padding:5px 8px; margin:0px 1px; color:#ccc; border: 1px solid #ccc; font-weight:bold;}
.pagingalign a:hover {background-color:#f3f3f3;color:#fff;}

#editTitle{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/*ol list style in the articles -- added by sam*/

ol.listDecimal{
	list-style:decimal;
	text-align:justify;
}

ol.listDecimal li{
	margin-bottom:10px;
	list-style:decimal;
	list-style-type:decimal;
	margin-left:25px;
}

ul.listCircle{
	text-align:justify;
	list-style:none;
	padding:2px;
}

ul.listCircle li{
	margin-bottom:10px;
	list-style: none;
	list-style-type: none;
	background-image:url(/images/drop-2.GIF);
	background-repeat:no-repeat;
	background-position:left 8px;
	margin-left:10px;
	padding-left:15px;
}

ul.listCircle li a{
}

#contentDiv ul{
	text-align:justify;
	list-style:none;
}

#contentDiv ul li{
	margin-bottom:10px;
	list-style: none;
	list-style-type: none;
	background-image:url(/images/drop-2.GIF);
	background-repeat:no-repeat;
	background-position:left 8px;
	margin-left:10px;
	padding-left:15px;
}

#contentDiv ol{
	list-style:decimal;
	text-align:justify;
}

#contentDiv ol li{
	margin-bottom:10px;
	list-style:decimal;
	list-style-type:decimal;
	margin-left:25px;
}

#contentDiv fieldset.contentIndexs{
	margin-bottom:15px; 
	border:#ccc 3px solid; 
	padding-bottom:10px;
}

#contentDiv fieldset.contentIndexs legend{
	padding:3px; 
	font-weight:bold; 
	color:#000; 
	margin-left:10px;
}

#contentDiv fieldset.contentIndexs ul{
	padding-left:0px; 
	color:#4475A6; 
	list-style-type:disc !important; 
	margin-left:20px; 
	line-height:18px;
}

#contentDiv fieldset.contentIndexs ul li, fieldset.contentIndexs ul li a{
	padding-left:0px !important; 
	background:none; 
	list-style:disc; 
	margin-bottom:5px !important; 
	padding-bottom:0px !important;
}

.moreInfo{float:right; padding-right:5px;}
.fontRed{color:red; font-size:11px;}