﻿
body{font:13px/18px Arial, Helvetica, sans-serif;color:#605d5c;position:relative;min-width:370px; background-color: #fff;}
html,body{height:50%;}
/* Global Structure---------------------------------------- */
.main{margin:0 auto;width:370px;}
/*----- txt,links,lines,titles -----*/


/* Definition list style */
dl{font-size:12px;width:100%;margin:0px;}
dl dt{margin:0px; margin-bottom:0px}

dl dd{overflow:hidden; padding:0px; margin-top:0px; margin-right:-40px; }
dl dd span{width:73px;display:inline-block;}
dl dd a{text-decoration:none;color: #525252;font-weight:bold;float:right; width:100%; padding:5px; }
dl dd a:hover{text-decoration:underline;}
dl.pad1{width:100%;}


/* Accordion */
dl#accordion{list-style-type:none;margin:0;padding:0;height:auto !important;width:180px;}
	dl#accordion .indent{float:left; width:100%}
	dl#accordion a{display:block; }
	dl#accordion dt{margin:0px}
		dl#accordion dt a{background-image:url(../../images/arrow3.gif);background-repeat:no-repeat;background-position:8% 6px; box-shadow:1px 1px 1px #d1d1d1;-moz-box-shadow:1px 1px 0 #d1d1d1;-webkit-box-shadow:1px 1px 0 #d1d1d1;color:#fff;padding:0px 10px 10px 10px;margin-bottom:1px;font-weight:bold;display:block;font-size:15px;text-decoration:none; height:7px; }
		.closed{background-color:#12016e;}
		.opened{background-color:#c31f23;}
		.closed a{color: #2c6634;}
		.opened a{color: #fff;}
		
		dl#accordion dt.active a{background-color:#c31f23;color:#fff; background-image:url(../../images/arrow2.gif);}
	dl#accordion dd{display:none;margin-bottom:0;padding-left:0}
		dl#accordion dd .indent{padding:0px; !important}
		dl#accordion dd a{display:inline;background:none; width:auto;text-decoration:none;float:none; text-align:left;}
		dl#accordion dd a:hover{background:none}
		dl#accordion dd .sub_menu  li{list-style:none; text-align:right; }
		.sub_menu{font-size:14px; font-weight:100;line-height:10px; margin:0px; margin-bottom:0px;}
		.sub_menu li a{text-decoration: none; line-height:15px; padding-left:10px;}
		.sub_menu li{ background-color:#e6e6e6; margin-bottom:1px;}
		.sub_menu li:hover{ background-color:#c8c8c8;}
		.sub_menu li a:hover{text-decoration:none;}
/* Tooltips */


.a-bg{}

dl#accordion dt.active span{background-color:#ccc;background-image:url(../images/arrow2.gif);color:#333}
.data{background-color: #fff;}
.header{color: #12016e; font-family: Arial; font-size: 20px; font-weight:bold}
.subheader{color: #12016e; font-family: Arial; font-size: 15px; font-weight:bold}
.subheader1{color: #525252; font-family: Arial; font-size: 12px; font-weight:bold;}
.lin{color: #525252; font-family: Arial; font-size: 13px; font-weight:bold}
.table_header{color: #ffffff; font-family: Arial; font-size: 14px; font-weight:bold; background-color: #12016e;  padding:2px;}
.page_data{color: #525252; font-family: tahoma; font-size: 12px; }
.date{color: #12016e; font-family: Arial; font-size: 12px; }
.green{color: #008000; font-family: Arial; font-size: 13px; font-weight:bold;  }
.red{color: #b00000; font-family: Arial; font-size: 13px; font-weight:bold;  }
.table_width{width:500px}