@charset "UTF-8";
/* CSS Document */

#side_bar {
	float:left;
	width:230px;
}
#pick_up_list {
	background:#D6D6D6;
}
#pick_up_list h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
}
#pick_up li {
	margin-bottom:20px;
}
#pick_up li a {
	background-image:url(../img/link_arrow.png);
	background-repeat:no-repeat;
	background-position: top right;
	display:block;
	height:50px;
	line-height:20px;
	padding-left:20px;
	padding-top:10px;
	text-decoration:none;
	color:#666;
}
#pick_up li a:hover {
	background-position: right -60px;
	background-color:#A5D7E0;
	color:#0099B3;
}
h1 {
	font-size:36px;
	padding:20px 0px;
}
#main_content h2 {
	font-size:28px;
	color:#0099B3;
	margin-bottom:15px;
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dotted #0099B3;
	line-height:150%;
}
.update {
	font-size:14px;
	float:right;
	font-family: 'Source Sans Pro', sans-serif;
}
#main_content h3 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#main_content h4 {
	color:#0099B3;
	border-bottom:1px solid #0099B3;
	margin:10px 0px;
}
#main_content h3 {
	padding:20px 0px;
	font-weight:700;
}
#main_content p {
	margin-bottom:15px;
}
#main_content dt {
	color:#0099B3;
}
#main_content dd {
	margin-bottom:10px;
}

#report_menu li {
	margin-bottom:20px;
}
#report_menu li a.reports{
	display:block;
	height:110px;
	width:230px;
	background-image:url(../img/side_menu1.png);
	background-repeat:no-repeat;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#report_menu li a.indices {
	display:block;
	height:110px;
	width:230px;
	background-image:url(../img/side_menu2.png);
	background-repeat:no-repeat;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#report_menu a.item00 {
}
#report_menu a.item01 {
	background-position:0px -111px;
}
#report_menu a.item02 {
	background-position:0px -222px;
}
#report_menu a.item03 {
	background-position:0px -333px;
}



#report_menu a:hover.item00, #report_menu li.highlight a.item00 {
	background-position:-231px 0px;
}
#report_menu a:hover.item01, #report_menu li.highlight a.item01 {
	background-position:-231px -111px;
}
#report_menu a:hover.item02, #report_menu li.highlight a.item02 {
	background-position:-231px -222px;
}
#report_menu a:hover.item03, #report_menu li.highlight a.item03 {
	background-position:-231px -333px;
}



.note {
	font-size:14px;
	color:#EE8800;
	text-align:right;
	line-height:110%;
}
.download {	
border-top:1px solid #E2E2E2;
}
.download li {
	list-style:none;
	font-size:12px;
	line-height:150%;
	border-bottom:1px solid #E2E2E2;
	padding:5px 0px;
}
a.download_pdf, a.download_xls {
	padding-left:20px;
	color: #0099B3;
	font-size:14px;
}
a.download_pdf {
	background:url(../img/icon_pdf.gif) no-repeat left top;
}
a.download_xls {
	background:url(../img/icon_xls.gif) no-repeat left top;
}
#disclaimer dt {
	font-weight:700;
	color: #0099B3;
	padding:20px 0px;
}
.graph {
	margin-top:20px;
	width:580px;
}
.graph img {
	margin-bottom:10px;
}
.sample {
	font-size:18px;
	font-weight:700;
}
.new {
	display:none;
}
.date {
	padding-right:10px;
	border-right: 1px solid #0099B3;
}
#usage {
	line-height:120%;
}
#usage li {
	background:url(../img/bullet.png) no-repeat 0px 3px;
	margin-bottom:10px;
	padding-left:20px;
	color:#333;
}
.scroll {
	text-align:right;
	clear:left;
}
.sign {
	text-align:right;
	margin-top:20px;
}
.contact_ad {
	padding:10px;
	border:1px solid #0099B3;
	margin:10px;
	background:#F1F9FB;
}
.contact_ad strong {
	font-weight:700px;
	color: #0099B3;
}
#global ul li.highligh a {
	color: #0099B3;
}
#main_content dt {
	padding-bottom:10px;
	font-weight:700;
}
#main_content dd {
	border-bottom:1px solid #DADADA;
	padding-bottom:10px;
}
dd ul {
	padding:10px;
	line-height:110%;
}
dd ul li {
	background:url(../img/bullet.png) no-repeat 0px 3px;
	padding-left:15px;
	margin-bottom:10px;
	font-size:15px;
}
#main_content a {
	color: #0099B3;
}
#main_content a:hover {
	border-bottom:1px dotted #0099B3;
}
#usage {
	font-size:12px;
}
.working {
	text-align:center;
	border:1px solid red;
	padding:50px;
}
.issue {
	margin-left:30px;
}
.scroll a {
	background:url(../img/up.png) left center no-repeat;
	padding-left:20px;
	margin-top:20px;
}
a.amend {
	margin-left:110px;
	color:#99CC00;
}

#global #search {
	padding:10px 0px;
}

#global #search1 {
	border:1px solid #DADADA;
	width:180px;
	height:23px;
	padding:0px 3px;
	float:left;
	margin-right:5px;
}
#global .search_button{
	border:1px solid #DADADA;
	float:right;
}
strong{
	font-weight:700;}
	
	
.text_list li {
	background:url(../img/bullet.png) no-repeat 0px 7px;
	padding-left:15px;
	margin-bottom:10px;
}