body, div, span, a, img, table, tr, td, form, ul
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, 'ËÎÌå';
	text-align: center;
	color:#003278;
}

b
{
	font-weight:bolder;
	padding-left:2px;
	padding-right:2px;
	
}

a
{
	color:#003278;
	text-decoration:none;
}

a:hover
{
	color:Red;
	text-decoration:none;
}

.TabContainer
{
	background-color: White; /*border: dashed 1px blue;*/
}

.TabTitles
{
	width: 80%;
	float: left;
	background-color: #F6F6F6;
}

.TabTitle
{
	float: left; /*background-color: Purple;*/
	cursor: hand; /*height: 100%;*/
	padding-left: 5px;
	padding-right: 5px;
	height:12px;
	padding-top: 5px;
	padding-bottom: 6px;
	border-left: 1px #CACACA solid;
	border-top: 1px #CACACA solid;
	border-right: 1px #CACACA solid;
	font-weight: bold;
	/*color: #0265CA;*/
	color:#003278;
	background-image:url("/images/tabTitle_bg.gif");
	background-repeat:repeat-x;
}

.TabSelected
{
	float: left; /*background-color: Purple;*/
	cursor: hand;
	padding-left: 5px;
	padding-right: 5px;
	height:12px;
	padding-top: 5px;
	padding-bottom: 6px;
	border-left: 1px #CACACA solid;
	border-top: 1px #CACACA solid;
	border-right: 1px #CACACA solid;
	font-weight: bold;
	/*color: #0265CA;*/
	color:#003278;
	background-image:url("/images/tabTitle_selected_bg.gif");
	background-repeat:repeat-x;
}

.TabLink
{
	float: right;
	color: Blue; /*margin-right: 10px;*/
	width: 20%;
	text-align: right; /*height: 100%;*/
	padding-top: 5px;
	padding-bottom: 6px;
	height:12px;
	border-bottom: 1px #F7F6F4 solid;
	background-color: #F7F6F4;
}

.TabSpliter
{
	float: left;
	width:5px;
	height:23px;
}

.TabContent
{
	border: solid 1px #CACACA; /*display: none;*/ /*height: 230px;*/
}

#MainPage
{
	width: 960px;
	text-align: center;
}

.ContentSection
{
	width: 960px;
}

.ContentSpace
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#divDetail
{
	width: 100%;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#divDetailTitle
{
	font-weight: bolder;
	font-size: 20px;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}

div.DetailSplitterLine
{
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	background-color:gray;
	height:1px;
	width:100%;
}

div.divReportDetailInfo
{
	margin-top:10px;
	margin-bottom:10px;
}

#divDetailSubTitle
{
	width:100%;
	color:#696061;
}

#divDetailContent
{
	width:100%;
	text-align: left;
	white-space:pre-wrap;
}

#divDetailFooter
{
	width:100%;
	text-align:left;
	margin-top:30px;
}


.divContentBox
{
	border: solid 1px black;
	width: 670px;
	height: 500px;
}

.divReportListItem
{
	border-bottom: dotted 1px gray;
	cursor: hand;
	width: 100%;
	vertical-align: middle;
}

.divReportListTitle
{
	/*width: 100%;*/
	text-align: left;
}

.divReportListContent
{
	text-align: left;
}

.divReportListInfo
{
	margin-right: 50px;
	text-align: right;
}

.spanReportListColumnTitle
{
	color: Gray;
}

.spanReportListColumnValue0
{
	color: #3054a8;
}

.spanReportListColumnValue1
{
	color: #db950f;
}

.spanReportListColumnValue2
{
	color: #888888;
}

.adBlock
{
	width:300px;
	line-height:130%;
}

.adBorderBlock
{
	width:298px;
	border:1px solid #CACACA;
	line-height:130%;
}
