/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* 输入框样式 */
.textbox
{      border-style: none;
	border-color: inherit;
	border-width: 1px;
	FONT-SIZE: 9pt;
       FONT-FAMILY: Arial, Helvetica, sans-serif, 宋体; 
       	HEIGHT: 16px; 

	star : expression(
       onmouseover=function(){this.style.borderColor="#ffcc00"},
       onmouseout=function(){this.style.borderColor="#f3f3f3"})
}
/*TABLE边框样式*/
.table_border{
	border: 1px solid;
	background-color:#f3f3f3;
	border-color:#d5d5d5;
}
.table_border_e0deda{
	border: 1px solid;
	border-color:#e0deda;
}
.font_666666_12px
{
	font-size:12px;
	color:#666666;
}
.font_8f8b7e_14px {	font-size: 14px;color: #8f8b7e;	font-weight: bold;}
.font_8f8b7e_12px {	font-size: 12px;color: #8f8b7e;	font-weight: bold;}
.font_666666_12px {font-size: 12px; color: #666666; }
.font_ff3300_12px {font-size: 12px; color: #ff3300; }
.font_475b02_12px {font-size: 12px; color: #475b02; }
.font_455e5c_12px {font-size: 12px; color: #455e5c; }
.font_9b5b49_12px{font-size: 12px; color: #9b5b49;}
.font_bfbfbf_12px{font-size: 12px; color: #bfbfbf;}
.font_c01e00_14px{font-size: 14px; color: #c01e00;}
.menu_table {star : expression(onmouseover=function()
{this.style.backgroundColor="#f6fbe8"},
onmouseout=function(){this.style.backgroundColor=""}) }
.menu_table {background-color:expression((this.sectionRowIndex%2==0)?"#FFFFFF":"#ffffff")}

.menu_table_exchange {star : expression(onmouseover=function()
{this.style.backgroundColor="#fffae0"},
onmouseout=function(){this.style.backgroundColor=""}) }
.menu_table_exchange {background-color:expression((this.sectionRowIndex%2==0)?"#FFFFFF":"#ffffff")}
.cursor1 { cursor: hand}
.exchange{
	border : #6699cc 1px solid;
	color : #666666;
	background-color : #eeeeee;
    border-bottom-color : #6699cc;
	border-top-color : #6699cc;
	border-left-color : #6699cc;
	border-right-color : #6699cc;
	cursor : hand;
}
