/* CSS Document */

Body{
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	}
	
TD{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #494949;
	}
	
.left{
	width:205px;
	background-color: #F7F7F7;
	border-right: 1px #bbbbbb solid;
	vertical-align: top;
	}
	
.browse{
	background-color: #E9E9E9;
	color: #FF6603;
	font-weight: bold;
	text-decoration: underline;
	padding: 10px 0px 10px 40px;
	border-bottom: 1px #bbbbbb solid;
	border-top: 1px #E2E2E2 solid;
	}
	
.clear{
	width: 20px;
	float: right;
	margin-top: -10px;
	}
	
/************** left menus start *******************/

.menu{
	padding: 10px 20px;
	}

#menus{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	}
	
#menus li{
	background: url(../images/icon.gif) no-repeat center left;
	line-height: 22px;
	padding-left: 15px;
	display: block;
	}
	
#menus a{
	text-decoration: none;
	color: #08284E;
	}
	
#menus a:hover{
	text-decoration: underline;
	color: #08284E;
	}
	
/************** left menus closed *******************/

.time_zone{
	background-color: #E9E9E9;
	padding: 10px 0px 0px 10px;
	border-top: 1px #E2E2E2 solid;
	}
	
#lefttabs{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	}
	
	
#lefttabs li{
	font-weight:bold;
	color: #FF6600;
	text-decoration:none;
	color:#08284E;
	border-color:#E9E9E9;
	border-style:solid solid none;
	border-width:1px 1px 0pt;
	margin-bottom:0pt;
	float:left;
	list-style-type:none;
	margin:0pt 2px 0px 0pt;
	padding:5px 10px 6px 10px;
	cursor:pointer;
	cursor: hand;
	}
	
#lefttabs li.zone{
	background:#F2F0EB url(../images/lefttabs.jpg) repeat-x scroll left center;	
    border-color:#cccccc;
	border-style:solid solid none;
	border-width:1px 1px 0pt;
	color: #FF6600;
	margin-bottom:0pt;
	cursor:pointer;
	cursor: hand;
	float:left;
	list-style-type:none;
	margin:0pt 2px -1px 0pt;
	padding:4px 8px 6px 10px;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	line-height:14px;
	}
	
	
/*	
#lefttabs li{
	margin: 0px;
	padding: 0px;
	float: left;
	}
	

#lefttabs li a{
	font-weight:bold;
	color: #FF6600;
	text-decoration:none;
	color:#08284E;
	border-color:#E9E9E9;
	border-style:solid solid none;
	border-width:1px 1px 0pt;
	margin-bottom:0pt;
	float:left;
	list-style-type:none;
	margin:0pt 2px 0px 0pt;
	padding:5px 10px 6px 10px;
	}


#lefttabs li a:hover{
	font-weight:bold;
	color: #FF6600;
	text-decoration:none;
	background:#F2F0EB url(../images/lefttabs.jpg) repeat-x scroll left center;
	border-color:#dddddd;
	border-style:solid solid none;
	border-width:1px 1px 0pt;
	margin-bottom:0pt;
	float:left;
	list-style-type:none;
	margin:0pt 2px 0px 0pt;
	padding:5px 10px 6px 10px;
	}
	*/

	
.time{
	padding: 15px 10px;
		}
	
.quick{
	background-color: #E9E9E9;
	color: #FF6603;
	font-weight: bold;
	padding: 10px 0px 10px 15px;
	border-bottom: 1px #bbbbbb solid;
	border-top: 1px #E2E2E2 solid;
	}
	
.main{
	vertical-align: top;
	background-color: #ffffff;
}


/***************** Header Start **********************/

.header{
	background: url(../images/index_02.jpg) repeat-x;
	height: 96px;
	vertical-align: top;
	}
	
/***************** Header Closed **********************/

/******************** Top Links Start ******************/

a.top_links{
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover.top_links{
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
	}
	
/******************** Top Links Start ******************/

/***************** main tabs Start *******************/

.maintabs{
	padding: 0px 15px;
	}

#maintabs{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	}
	
#maintabs li{	
	
	margin-left:3px;
	cursor:pointer;
	cursor: hand;
	float:left;
	list-style-type:none;
	line-height: 15px;
	l
	}
	
#maintabs li a{
	border-color:#cccccc;
	border-style:solid solid none;
	border-width:1px 1px 1px;
	margin-bottom:0pt;
	margin:0pt 0px -1px 0pt;
	background:url(../images/maintabs.jpg) left center;
	padding:5px 8px 5px 10px;
	color:#FF6600;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	display: block;
	}
	
#maintabs li a:hover{
	margin:0pt 0px -1px 0pt;
	border-color:#B9D1F0 rgb(185, 209, 240) #E8F1FB;
	background:url(../images/maintabs_active.jpg) repeat-x scroll left center;
	padding:5px 8px 5px 10px;
	color:#000000;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	display: block;
	}
	
#maintabs li.selected a{
	margin:0pt 0px -1px 0pt;
	border-color:#B9D1F0 rgb(185, 209, 240) #E8F1FB;
	background:url(../images/maintabs_active.jpg) repeat-x scroll left center;
	padding:5px 8px 5px 10px;
	color:#000000;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	display: block;
	}
	


/********************** Main Tabs Closed*********************/

/************************ tab2 start******************/

#tabs3{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	}
	
#tabs3 li{
	background: url(../images/map_31_right.jpg) no-repeat right top;
	height: 36px;
	display: inline;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	}
	
#tabs3 li span{
	background: url(../images/map_31.jpg) no-repeat left top;
	padding: 10px 20px;
	display: block;
	}
	
#tabs3 li.sel{
	background: url(../images/map_29_right.jpg) no-repeat right top;
	height: 36px;
	display: inline;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	}
	
#tabs3 li.sel span{
	background: url(../images/map_29.jpg) no-repeat left top;
	padding: 10px 20px;
	display: block;
	}

/************************ tab2 closed******************/
.dash{
	background-color: #ECF3FC;
	border-bottom: 1px #9DBBE3 solid;
	line-height: 34px;
	padding: 0px 15px;
	
	}
	
.img{
	vertical-align: middle;
	margin-left: 5px;
	}
	
.img1{
	vertical-align: middle;
	margin-left: 10px;
	}
	
.img2{
	vertical-align: middle;
	margin-right: 10px;
	}
	
.textarea{
	background: url(../images/search_icon.jpg) #fff no-repeat right;
	border: 1px #ABC4E5 solid;
	height: 18px;
	vertical-align: middle;
	}
	
.fade{
	background: url(../images/index_07.jpg) no-repeat top center;
	background-position: 0px 10px;
	height: 30px;
	}
	
.fade1{
	background: url(../images/index_62.jpg) no-repeat bottom center;
	height: 30px;
	}
	
.bg{
	background: url(../images/grid.jpg) no-repeat;
	background-position: 10px 6px;
	padding:10px 15px 0px;
	}
	

.box{
	padding: 15px 15px 0px;
	}

.scale{
	background: url(../images/index_54.jpg) repeat-x top center;
	}
	
.chart{
	color: #FF6600;
	font-size: 20px;
	margin-top: 10px;
	width: 60%;
	float: left;
	}
	
.icons{
	float: right;
	width: 20%;
	margin: 10px 10px 0px 0px;
	text-align: right; 
	}
	
.break{
	padding: 30px 0px;
	}
	
.footer{
	color: #aaaaaa;
	text-align: center;
	}
	
/**************************** Grid Report ****************************************/

.grid{
	background: url(../images/top.jpg) no-repeat top center;
	background-position: 0px 5px;
	height: 36px;
	}
	
.grid1{
	background: url(../images/bottom.jpg) no-repeat bottom center;
	height: 36px;
	}
	
.grid_heading{
	background: url(../images/maintabs_active.jpg) #ECF3FC repeat-x center;
	border-bottom: 1px #9DBBE3 solid;
	border-top: 1px #9DBBE3 solid;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	font-size: 11px;
	color: #08284E;
	font-weight: bold;
	text-align: center;
	}
	
.grid_heading1{
	background: url(../images/maintabs_active.jpg) #ECF3FC repeat-x center;
	border-bottom: 1px #9DBBE3 solid;
	border-top: 1px #9DBBE3 solid;
	border-left: 1px #9DBBE3 solid;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	font-size: 11px;
	color: #08284E;
	font-weight: bold;
	text-align: center;
	}
	
.grid_heading2{
	background: url(../images/maintabs_active.jpg) #ECF3FC repeat-x center;
	border-right: 1px #9DBBE3 solid;
	border-bottom: 1px #9DBBE3 solid;
	border-top: 1px #9DBBE3 solid;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	font-size: 11px;
	color: #08284E;
	font-weight: bold;
	text-align: center;
	}
	
.grid_detail{
	background: none #F6F9FC;
	border-bottom: 1px #CAD9EE solid;
	border-left: 1px #9DBBE3 solid;
	line-height: 25px;
	font-size: 11px;
	line-height: 24px;
	font-size: 11px;
	color: #3B3B3B;
	text-align: center;
	}
	
.grid_detail1{
	background: none #F6F9FC;
	border-bottom: 1px #CAD9EE solid;
	line-height: 24px;
	font-size: 11px;
	line-height: 14px;
	font-size: 11px;
	color: #3B3B3B;
	text-align: center;
	}
	
.grid_detail2{
	background: none #F6F9FC;
	border-bottom: 1px #CAD9EE solid;
	border-right: 1px #9DBBE3 solid;
	line-height: 24px;
	font-size: 11px;
	line-height: 14px;
	font-size: 11px;
	color: #3B3B3B;
	text-align: center;
	}