﻿body,td
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
body.common
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #F1F4F9;
}
body.menu
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #D6E1F3;
	
}
body.dialog
{
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;	
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #F1F4F9;
}

form
{
    margin:0;

}

a:link 
{
	font-size: 9pt; color: #000033; text-decoration: none;
}
a:visited 
{
	font-size: 9pt; color: #000033; text-decoration: none
}
a:active 
{
	font-size: 9pt; text-decoration: none
}
a:hover 
{
	color: #ff0000; text-decoration: underline
}

a.def:link 
{
	font-size: 9pt; color: #000033; text-decoration: none;
}
a.def:visited 
{
	font-size: 9pt; color: #000033; text-decoration: none
}
a.def:active 
{
	font-size: 9pt; text-decoration: none
}
a.def:hover 
{
	color: #ff0000; text-decoration: underline
}

a.top:link 
{
	font-size: 9pt; color: #000033; text-decoration: none;
}
a.top:visited 
{
	font-size: 9pt; color: #000033; text-decoration: none
}
a.top:active 
{
	font-size: 9pt; text-decoration: none
}
a.top:hover 
{
	color: #ff0000; text-decoration: underline
}

a.menu:link 
{
	font-size: 9pt; color: #ffffff; text-decoration: none
}
a.menu:visited 
{
	font-size: 9pt; color: #ffffff; text-decoration: none
}
a.menu:active 
{
	font-size: 9pt; text-decoration: none
}
a.menu:hover 
{
	color: #ff0000; text-decoration: underline
}
a.navi:link 
{
	font-size: 9pt; color: #eeeeee; text-decoration: none
}
a.navi:visited 
{
	font-size: 9pt; color: #eeeeee; text-decoration: none
}
a.navi:active 
{
	font-size: 9pt; text-decoration: none
}
a.navi:hover 
{
	color: #ff0000; text-decoration: none
}

a.marquee:link 
{
	font-size: 9pt; color: #eeeeee; text-decoration: none;
}
a.marquee:visited 
{
	font-size: 9pt; color: #eeeeee; text-decoration: none
}
a.marquee:active 
{
	font-size: 9pt; text-decoration: none
}
a.marquee:hover 
{
	color: #ff0000; text-decoration: underline
}

td.menuBar
{
	height:34px;
	background-image:url(menuBg.jpg);
}

td.menuNormal
{
	background-image:url(../images/menuNormal.jpg);
}
td.menuSelected
{
	background-image:url(../images/menuSelected.jpg);
}

<!-- 功能按钮 -->
#toolBar 
{ 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	border: 0px;  
	color: #666; 
	height:24px; 
	
} 

#toolBar ul 
{ 
	clear: left; 
	margin: 0px; 
	padding:0px; 
	border: 0px; 
	list-style-type: none; 
	text-align: center; 
	display:inline;
text-align:center;
} 

#toolBar li 
{ 
	float: left; 
	display: block; 
	margin: 0px; 
	padding:2px 2px 2px 2px; 
	text-align: center;
	font-size: 12px;
} 

#toolBar li a 
{ 
	display: block; 
	padding:2px 2px 2px 2px; 
	background: transparent no-repeat 2px 8px; 
	color: #444; 
	text-decoration: none; 
	white-space:nowrap;
} 

#toolBar li a:hover 
{ 
	background: #336699 no-repeat 2px 8px; 
	color: #ffffff; 
} 

#toolBar li input
{ 
	background-color: #ffffff; 
	color: #000000;
	height: 18px;
	border: solid 1px #80B7E0; 
} 

div.arrowLeftOver
{
	background: url(../images/btnLeft2.gif);
	background-repeat:no-repeat;
}

div.arrowLeftOut
{
	background: url(../images/btnLeft1.gif);
	background-repeat:no-repeat;
}

div.arrowRightOver
{
	background: url(../images/btnRight2.gif);
	background-repeat:no-repeat;
}

div.arrowRightOut
{
	background: url(../images/btnRight1.gif);
	background-repeat:no-repeat;
}

.frmLeftRightSeperator
{
	background-color: #80B7E0;
	cursor:e-resize;
}

div.arrowUpOver
{
	background: url(../images/btnUp2.gif);
	background-repeat:no-repeat;
}

div.arrowUpOut
{
	background: url(../images/btnUp1.gif);
	background-repeat:no-repeat;
}

div.arrowDownOver
{
	background: url(../images/btnDown2.gif);
	background-repeat:no-repeat;
}

div.arrowDownOut
{
	background: url(../images/btnDown1.gif);
	background-repeat:no-repeat;
}

.frmUpDownSeperator
{
	background-color: #E1EEFF;
	cursor: n-resize;
}

.button_over 
{
	height:22px; padding-right: 1px; padding-left: 1px; cursor: hand; border-right: #336699 1px solid; border-top: #336699 1px solid; border-left: #336699 1px solid; border-bottom: #336699 1px solid; background-color: #e9f2f8
}
.button_out 
{
	height:22px; padding-right: 1px; padding-left: 1px; cursor: hand;
}
.button_click 
{
	height:22px; padding-right: 1px; padding-left: 1px; cursor: hand; border-right: #336699 1px solid; border-top: #336699 1px solid; border-left: #336699 1px solid; border-bottom: #336699 1px solid;background-color: #e9f2f8;
}
.mpc_over 
{
	height:16px; padding-right: 1px; padding-left: 1px; cursor: hand; border-right: #336699 1px solid; border-top: #336699 1px solid; border-left: #336699 1px solid; border-bottom: #336699 1px solid; background-color: #e9f2f8
}
.mpc_out 
{
	height:16px; padding-right: 1px; padding-left: 1px; cursor: hand;
}
.mpc_click 
{
	height:16px; padding-right: 1px; padding-left: 1px; cursor: hand; border-right: #ffffff 1px solid; border-top: #ffffff 1px solid; border-left: #ffffff 1px solid; border-bottom: #ffffff 1px solid;background-color: #ffffff;
}
.bg
{
    font-size: 9pt;color:#000000;background-color:#2B6DD1;height:24px;font-weight:bold
}
.title
{
    font-size: 9pt;color:#ffffff;
}
.bottom
{
    font-size: 9pt;color:#ffffff;line-height:18px;
}
.title2
{
    font-size: 9pt;color:#000000;background-image:url("../images/bg_title.gif");height:18pt
}
.mpc
{
    font-size: 9pt;color:#000000;background-color:#7AA1E6; height:22px;
}
.label
{
    font-size: 9pt;color:#000000;background-color:#d4d0c8;
}
.label2
{
    font-size: 9pt;color:#0000ff
}
.label3
{
    font-size: 9pt;color:#000066
}
.button
{
    font-size: 9pt;color:#000000;background-image:url("../images/tbback.gif");height:24px;
}
td
{
	font-size: 9pt;color:#000000;
}
.th {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EDF6DB;
	border-right-color: #5F930A;
	border-bottom-color: #5F930A;
	border-left-color: #EDF6DB;
	background-color: #B9DC76;
	cursor: hand;
	margin: 1px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.td1 {
	background-color: #ffffff;
	margin: 1px;
	padding: 5px;
	text-align:left;
}
.td2 {
	background-color: #eeeeee;
	margin: 1px;
	padding: 5px;
	text-align:left;
}
.td_down {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #666666;
	background-color: #efefef;
	cursor: hand;
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.td_down_over {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #666666;
	background-color: #dedede;
	cursor: hand;
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.td_down_click {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #666666;
	background-color: #cccccc;
	cursor: hand;
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.td_up {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #ffffff;
	background-color: #d4d0c8;
	cursor: hand;
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.tab_head {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #ffffff;
	background-color: #d4d0c8;
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.td_over
{
	font-size: 9pt;
	background-color: #dedede;
}
.td_out
{
	font-size: 9pt;
	background-color: #efefef;
}
.td_content
{
	font-size: 9pt;
	background-color: #ffffff;
}
.td_click
{
	font-size: 9pt;
	background-color: #cccccc;
}
.table1 {
	font-size: 9pt;
	background-color: #d4d0c8;
}
.td1 {
	font-size: 9pt;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
}
select.select1 {
	font-size: 12px;
	border: 1px solid;
}
.fam {
	background-color: #d4d0c8;
	border-top: 1px solid #666666;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #666666;
}
.img {
	border: 1px solid #d4d0c8;
	cursor: hand;
}
fieldset {
	margin: 0px;
	padding: 1px;
}
img.img1 {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:  rect(0px 0px 0px 0px);
	margin: 0px;
	padding: 0px;

}
input.input1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #ffffff;
	height: 2px;
	margin: 0px;
	padding: 0px;
}
.textarea {
	overflow: auto;
	height: 120px;
	text-align: left;
	line-height: 20px;
	width: 390px;
	border: 2px inset;
	font-family: "宋体";
	ime-mode:active;
}
p {
	line-height:25px
}
.label1 {
	font-size:11pt; color:#5533FF; font-weight:bold
}
ul {
	line-height:20px
}

<!-- id=id_layout name=布局 -->
 .layout {
	padding:3px;
	border-collapse:collapse;
	border-style:none;
	border-width:1px;
	border-color:#C8C8C8;
}
 .title {
	font-weight:bold;
	background-color:#F1F4F9;
	color:#000066;
	font-family:宋体;
	font-size:14px;
	border-style:none;
	border-width:1px;
	border-color:#D6E1F3;
}
 .label {
	background-color:#E3ECF7;
	color:#254394;
	font-family:宋体;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:#D6E1F3;
}
 .content {
	background-color:#F1F4F9;
	color:#000000;
	font-family:宋体;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:#D6E1F3;
}
<!-- id=id_link name=超链接 -->
 .link:link {
	color:;
	font-family:宋体;
	font-size:12px;
	text-decoration:underline;
}
 .link:hover {
	color:;
	font-family:宋体;
	font-size:12px;
	text-decoration:underline;
}
 .link:active {
	color:;
	font-family:宋体;
	font-size:12px;
	text-decoration:underline;
}
 .link:visited {
	color:;
	font-family:宋体;
	font-size:12px;
	text-decoration:underline;
}
<!-- id=id_text name=文本框 -->
 .text {
	background-color:expression(this.readOnly==true?'#e9e9e9':'');
	color:;
	font-family:宋体;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}
<!-- id=id_button name=按钮 -->
 .button {
	background-color:#E3ECF7;
	color:#000066;
	font-family:宋体;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:#D6E1F3;
}
<!-- id=id_select name=下拉列表框 -->
 .select {
	background-color:;
	color:;
	font-family:宋体;
	font-size:12px;
}
<!-- id=id_grid name=表格 -->
 .grid {
	padding:3px;
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}
 .gridHead {
	background-color:#E3ECF7;
	color:#000066;
	font-family:宋体;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:#D6E1F3;
}
 .gridBody {
	background-color:;
	color:#333333;
	font-family:宋体;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:#D6E1F3;
}

.font {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
}
.font_endling {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCE0E7;
}
a:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #333333;
	text-decoration: none;
}
.Rtd a:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.Rtd a:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
.Rtd a:hover {
	font-family: "宋体";
	line-height: 20px;
	color: #ff0000;
	text-decoration: none;
	font: 12;
}
.Rtd a:active {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
#qq2 a:link{
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
#qq2 a:visited {
	font-size: 14px;
	line-height: 150%;
	color: 1C4085;
	text-decoration: none;
	font-weight: normal;



}
#qq2 a:hover {
	font-size: 14px;
	line-height: 150%;
	color: 1C4085;
	text-decoration: underline;
	font-weight: normal;




}
#qq2 a:active {
	font-size: 14px;
	line-height: 150%;
	color: 1C4085;
	text-decoration: underline;
	font-weight: normal;



}
#tt2 table {
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
	background-color: E6F5F9;

}
#tt3 table {
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
	background-color: F7FBF2;

}

#qq3 a:link {
	color: #000000;
	text-decoration: none;
}
#qq3 a:visited {
	text-decoration: none;
	color: #000000;
}
#qq3 a:hover {
	text-decoration: underline;
	color: #990000;
}
#qq3 a:active {
	text-decoration: none;
	color: #000000;
}

#qq4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#qq4 a:link {
	text-decoration: none;
}
#qq4 a:visited {
	text-decoration: none;
	color: #666666;
}
#qq4 a:hover {
	text-decoration: none;
	color: #990000;
}
#qq4 a:active {
	text-decoration: none;
	color: #666666;
}


.bg {
	background-color: #CCCCCC;
}
.en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.qq3 a:link {
	color: #000000;
	text-decoration: none;
}
.qq3 a:visited {
	text-decoration: none;
	color: #000000;
}
.qq3 a:hover {
	text-decoration: underline;
	color: #990000;
}
.qq3 a:active {
	text-decoration: none;
	color: #000000;
}
