body	{

  font-size: 12px; font-family: 宋体; LINE-HEIGHT: 150%; TEXT-DECORATION: none; background-color:#eeeeee;
	color: #000000; background-image:url('/images/bg.gif')
}


td           { font-size: 12px; font-family: 宋体; font-weight: normal }

input
{font-family: 宋体; 
font-size: 12px; 
line-height: 120%; 
color: #000000;
BACKGROUND-COLOR: #FFFFFF; 
COLOR: #000000;
HEIGHT: 20px;
border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF
}

Select		{FONT-SIZE: 12px;HEIGHT: 20px;}

Button		{FONT-SIZE: 12px;HEIGHT: 20px;}


textarea				{ font-family: 宋体; font-size: 12px; line-height: 100%; color: #000000; }

.text						{ font-size: 12px; font-family: 宋体; LINE-HEIGHT: 150%; TEXT-DECORATION: none; color: #000000 }

.heading        { font-size: 14px; font-family: 宋体; font-weight: bold; LINE-HEIGHT: 150% }

.content_subject        { font-size: 12px; font-family: 宋体; font-weight: normal; LINE-HEIGHT: 120% }

.title_left			{background:url(/images/left_bg2.gif);height: 34;}

.title_right		{background:url(/images/right_bg.gif);height: 33;}

.border					{border: 1px solid #528096;}

a            { font-size: 12px; font-family: 宋体; text-decoration: none; color:#000000; font-weight: normal }

a:active     { font-size: 12px; font-family: 宋体; text-decoration: none; color:#000000; font-weight: normal }

a:hover      { font-size: 12px; font-family: 宋体; text-decoration: none; color:#ff6500; font-weight: normal }

a:link       { font-size: 12px; font-family: 宋体; text-decoration: none; color:#000000; font-weight: normal }

a:visited    { font-size: 12px; font-family: 宋体; text-decoration: none; color:#000000; font-weight: normal }

a:visited:hover      { font-size: 12px; font-family: 宋体; text-decoration: none; color:#ff6500; font-weight: normal }

a:visited:link       { font-size: 12px; font-family: 宋体; text-decoration: none; color:#000000; font-weight: normal }


/* 菜单专用 */

.top_menu            { font-size: 12px; font-family: 宋体; text-decoration: none; color:#000000; font-weight: normal }


a.top_menu            { font-size: 12px; font-family: 宋体; text-decoration: none; color:#000000; font-weight: normal }

a.top_menu:active     { font-size: 12px; font-family: 宋体; text-decoration: none; color:#000000; font-weight: normal }

a.top_menu:hover      { font-size: 12px; font-family: 宋体; text-decoration: none; color:#ff6500; font-weight: normal }

a.top_menu:link       { font-size: 12px; font-family: 宋体; text-decoration: none; color:#000000; font-weight: normal }

a.top_menu:visited    { font-size: 12px; font-family: 宋体; text-decoration: none; color:#000000; font-weight: normal }

a.top_menu:visited:hover      { font-size: 12px; font-family: 宋体; text-decoration: none; color:#ff6500; font-weight: normal }

a.top_menu:visited:link       { font-size: 12px; font-family: 宋体; text-decoration: none; color:#000000; font-weight: normal }


.white_text							{ font-size: 12px; font-family: 宋体; LINE-HEIGHT: 150%; TEXT-DECORATION: none; color: #FFFFFF }

a.white_text            { font-size: 12px; font-family: 宋体; text-decoration: none; color:#FFFFFF; font-weight: normal }

a.white_text:active     { font-size: 12px; font-family: 宋体; text-decoration: none; color:#FFFFFF; font-weight: normal }

a.white_text:hover      { font-size: 12px; font-family: 宋体; text-decoration: none; color:#ff6500; font-weight: normal }

a.white_text:link       { font-size: 12px; font-family: 宋体; text-decoration: none; color:#FFFFFF; font-weight: normal }

a.white_text:visited    { font-size: 12px; font-family: 宋体; text-decoration: none; color:#FFFFFF; font-weight: normal }

a.white_text:visited:hover      { font-size: 12px; font-family: 宋体; text-decoration: none; color:#ff6500; font-weight: normal }

a.white_text:visited:link       { font-size: 12px; font-family: 宋体; text-decoration: none; color:#FFFFFF; font-weight: normal }


#chromemenu{
}

:after#chromemenu{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(/images/chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px 宋体;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #7F7F7F;
font-weight: bold;
padding: 6px 12px 6px 8px;
text-decoration: none;
background: url(divider.gif) center left no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
padding:4px; 
border:1px solid #BBBBBB;
position:absolute;
z-index:100;
background-color: #FFFFFF;
width: 100px;
visibility: hidden;
font-style:normal;
font-variant:normal;
font-weight:normal;
font-size:12px;
font-family:宋体;
text-align:left
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px solid #BBBBBB;
text-decoration: none;
font-weight: normal;
color: black;
line-height: 200%;
text-decoration: none;
letter-spacing: 0px
}

.dropmenudiv a:hover{
text-decoration: underline;
color: #FF0000;
background-color: #FFFFFF;
}

.dropmenudiv a:visited{
color: black;
text-decoration: none;
}

.dropmenudiv a:visited:hover{
text-decoration: underline;
color: #FF0000;
}



/* Tables */
.basicTable{
	border: 0px;
	width: 90%;
}

.errorTable{
	border: 1px solid #FD7D40;
	background-color: #FFF2E6;
	width: 90%;
	color: #FF0000;
}

.tableBorder, .wwgAdTable{
	border: 1px solid #B6B9CB;
	background-color: #FFFFFF;
	width: 90%;
}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #000000;
	background-color: #B5D2D9;
	height: 24px;
}

.tableLedger a:link, .tableLedger a:visited{
	color : #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}

/* Search Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	background-color: #DCDDE4;
	height: 20px;
}

.tableSubLedger a:link, .tableSubLedger a:visited{
	color : #000000;
	text-decoration: underline;
	font-weight: bold;
}

.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
	color : #666666;
	text-decoration : underline;
	font-weight: bold;
}

/* Search Ledger */
.tableSearchLedger{
	font-weight: bold;
	background-color: #DCDDE4;
}

.tableSearchLedger a:link, .tableSearchLedger a:visited{
	color : #000000;
	text-decoration: underline;
	font-weight: bold;
}

.tableSearchLedger a:hover, .tableSearchLedger a:visited:hover{
	color : #666666;
	text-decoration : underline;
	font-weight: bold;
}

/* Tables */
.tableRow{
	background-color: #F0F1F5;
}

.tableTopRow, .tableBottomRow{
	background-color: #F0F1F5;
}

