/* begin overall style */
body
{
	margin: 0;
	padding: 0;
	color: #3e2600;
	background-color: white;
	background-image: url(/images/09index_01.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}
a-whit {color: #FFFFFF; text-decoration: none; line-height: 20px}
a {text-decoration: none; font-size: 12px; color: #000000;}
a:link {text-decoration: none; font-size: 12px; color: #000000;}
a:active {text-decoration: underline; font-size: 12px; color: #000000;}
a:visited {text-decoration: none; font-size: 12px; color: #000000;}
a:hover {text-decoration: underline; font-size: 12px; color: #08530D;}
table tr td a img{ border:none;}
#page
{
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#header
{
	margin: 0 0 5px 0;
	padding: 0;
}

#logo
{
	float: none;
	clear: both;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0px;
}
#topline{
	background:#3d454b;
	height: 26px;
}
.droplinebar{
overflow: hidden;
}

.droplinebar ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font: bold 14px Arial; /*default background of menu bar*/
	background-image: url(/images/09index_05.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: #39750e;
padding: 9px 11px;
text-decoration: none;
}
.droplinebar ul li .lv a{
color: #d0d0d0;
}
.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: white;
background: transparent url(/images/09index_07.png) center top repeat-x;
}

/* Sub level menus*/
.droplinebar ul li ul{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	background: #3d454b; /*sub menu background color */
	visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
font: normal 13px Verdana;
padding: 5px;
padding-right: 8px;
margin: 0;
border-bottom: 0px solid navy;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #585f65;
}
#content
{
    margin: 0px;
    padding: 0px;
}
#tianqi{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f5f5f5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f5f5f5;
	background-image: url(/images/09index_16.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

#grid_1{
	padding: 0px;
	margin: 0 20px 5px 0;
	width: 620px;
}
#grid_2{
	padding: 0px;
	width: 299px;
	float: right;
	margin: 0;
}

.grid_3{
	padding: 0px;
	width: 300px;
	float: left;
	overflow: auto;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0;
}
.grid_31{
	padding: 0px;
	width: 300px;
	float: left;
	overflow: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
}

#grid_5{
	padding: 0px;
	margin: 0px;
	margin-right: 320px;
	margin-left: 320px;
}
#grid_6{
	margin-right: 0px;
	margin-left: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 2em;
}
#box{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-color: #e2e2e2;
}
#sidebar
{
	float: left;
	width: 200px;
	padding: 0;
	margin: 0px 0 0 0;
}

#sidebar #head
{
	font-family: "Arial Rounded MT Bold";
	color: #006600;
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 3px;
	text-align: center;
}
.access {
	padding: 0;
	background-color: #efefef;
	margin-left: 1px;
}
.access li {display: inline; list-style: none;font-size: 14px;}
.access a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	padding-top: 0.275em;
	padding-right: 1em;
	padding-bottom: 0.275em;
	padding-left: 1.5em;
}
.access a:hover {
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(/images/down.png);
	background-repeat: no-repeat;
	background-position: 2% 8px;
}
.access .last a {border-bottom: none;}
.access .top a {padding-top: 0.45em;}
#first {width: 198px; margin: 0px 0 0 1px; border-color: #036;}
#first a {color: #457c29;}
/* Basic code - don't modify */
#footer
{
	padding: 5px;
    clear: both;
	text-align: left;
	background-color: #edf4ec;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3d454b;
	height: 60px;
	margin-top: 10px;
}
/* end of overall style */

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #003300;
}
.bg {
	background-image: url(/images/09index_20.png);
	background-repeat: repeat-x;
	height: 69px;
	width: 299px;
	margin: 2px 0 5px 0;
	text-align: center;
	padding: 10px 0 0 0;
}
.bg01, .bg02
{
	background-image: url(/images/09index_36.png);
	background-repeat: repeat-x;
	padding: 5px;
	background-position: bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 130px;
}
.bg02
{
	background-image: url(/images/09index_41.png);
}
.select
{
	width: 200px;
	background-image: url(../images/09index_58.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}

.downarrowclass
{
    vertical-align: middle;
}
.imgst td{
	margin: 0px;
	padding: 5px;
	background-color: #eeeff1;
	vertical-align: top;
	text-align: center;
}
.imgst p{
	margin: 0px;
	padding: 0px;
}
