﻿SELECT
{
	font-size: 9pt;
	font-family: 宋体;
}
BODY
{
	font-size: 9pt;
	margin: 0,0,0,0;
	font-family: "Verdana" , "Arial" , "宋体" scrollbar-face-color:#666666;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #666666;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
TD
{
	font-size: 10pt;
	line-height: 11pt;
	font-family: 宋体;
		word-break: keep-all;
	word-wrap: false;
}
P
{
	font-size: 9pt;
	line-height: 11pt;
}


FONT
{
	font-size: 9pt;
	line-height: 11pt;
}

LI
{
	font-size: 9pt;
	line-height: 11pt;
}
A:link
{
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
A:visited
{
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
A:active
{
	font-size: 9pt;
	color: red;
	text-decoration: none;
}
A:hover
{
	color: red;
	text-decoration: underline;
}
.b:link
{
	font-size: 9pt;
	color: #ff6600;
}
.b:visited
{
	font-size: 9pt;
	color: #ff6600;
}
.b:active
{
	font-size: 9pt;
	color: red;
	text-decoration: none;
}
.b:hover
{
	color: red;
	text-decoration: underline;
}
.c:link
{
	font-size: 9pt;
	color: #ffffff;
}
.c:visited
{
	font-size: 9pt;
	color: #ffffff;
}
.c:active
{
	font-size: 9pt;
	color: red;
	text-decoration: none;
}
.c:hover
{
	color: red;
	text-decoration: underline;
}
.d:link
{
	font-size: 9pt;
	color: #800080;
}
.d:visited
{
	font-size: 9pt;
	color: #800080;
}
.d:active
{
	font-size: 9pt;
	color: red;
	text-decoration: none;
}
.d:hover
{
	color: red;
	text-decoration: underline;
}
.e:link
{
	font-size: 9pt;
	color: #ff0000;
}
.e:visited
{
	font-size: 9pt;
	color: #ff0000;
}
.e:active
{
	font-size: 9pt;
	color: red;
	text-decoration: none;
}
.e:hover
{
	color: red;
	text-decoration: underline;
}

.titleText
{
	font-size: 11pt;
	font-weight: bold;
	cursor: default;
}

/*平的输入框样式*/
.flatTextBox
{
	border-right: #720d69 1px solid;
	border-top: #720d69 1px solid;
	border-left: #720d69 1px solid;
	border-bottom: #720d69 1px solid;
	word-break: break-all;
}

.disabledText
{
	border-right: #720d69 1px solid;
	border-top: #720d69 1px solid;
	background: #e6e5ff;
	border-left: #720d69 1px solid;
	word-break: break-all;
	border-bottom: #720d69 1px solid;
}

/*系统中按钮样式加入背景*/
.systemButton
{
	border-right: #000000 0px;
	font-size: 9pt;
	border-left: #000000 1px;
	cursor: pointer;
	color: #00425d;
	border-bottom: #000000 0px;
	border-top-style: none;
	border-top-color: inherit;
	border-top-width: 0px;
}

/*背景*/

/*淡蓝到浅蓝过渡 typeid选择用的背景*/
.Background1
{
	background-image: url(/image/Backround1.jpg);
}

/*背景2*/
/*人员照片下的背景*/
.Background2
{
	background-image: url(/image/Backround2.jpg);
}

/*背景3*/
/*深颜色背景*/
.Background3
{
	background-image: url(/image/Backround3.jpg);
}

/*标题背景*/
.Background4
{
	background-image: url(/image/Title1.jpg);
}

/*表格设置*/
.ListHead
{
	border-color: #B3C5D1;
	height: 20pt;
	background-color: #E8EFF5;
	text-align: center;
	vertical-align: middle;
	color: #0a5889;
	font-family: 宋体;
	font-size: 10pt;
	
	font-weight: bold;
	cursor: default;
}


/*每一行onMouseOut偶数行*/
.tr_a0
{
	background: #ffffff;
	color: black;
	vertical-align: middle;
	cursor: default;
}

/*奇数行*/
.tr_a1
{
	background: #f2FaFF; /*dbd7ff;*/
	color: black;
	vertical-align: middle;
	cursor: default;
}
/* 选中行 */
.tr_a2
{
	background: #AAF0F0;
	color: black;
	vertical-align: middle;
	cursor: hand;
}

/*onMouseOver偶数行*/
.tr_b0
{
	background: #D8EFFA;
	color: black;
	vertical-align: middle;
	cursor: default;
}
/*onMouseOver奇数行*/
.tr_b1
{
	background: #D8EFFA;
	color: black;
	vertical-align: middle;
	cursor: default;
}

.treeNode
{
	font-size: 9px;
}

.treeNodeSelected
{
	font-size: 9px;
	background-color: #003399;
	color: #FFFFFF;
}

.grBorder
{
	border-style:groove;
	margin-left: 0px;
}
