
.bbit-tree ul,.bbit-tree li
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.bbit-tree-body
{
     font-size:12px;
}
.bbit-tree-icon, .bbit-tree-ec-icon, .bbit-tree-node-cb,.bbit-tree-elbow-line, .bbit-tree-elbow, .bbit-tree-elbow-end, .bbit-tree-elbow-plus, .bbit-tree-elbow-minus, .bbit-tree-elbow-end-plus, .bbit-tree-elbow-end-minus{
	border: 0 none;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 16px;
    background-repeat: no-repeat;
}
 .bbit-tree-node-cb
 {
     height:16px;
     vertical-align:bottom; margin-bottom:1px; margin-top:-1px; /*==== 为了让图标与文字垂直对齐而增加 ======*/
 }
.bbit-tree-node-collapsed .bbit-tree-node-icon, .bbit-tree-node-expanded .bbit-tree-node-icon, .bbit-tree-node-leaf .bbit-tree-node-icon, .bbit-tree-node-file .bbit-tree-node-icon, .bbit-tree-node-user .bbit-tree-node-icon{
	border: 0 none;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 16px;
	background-position:center;
    background-repeat: no-repeat;
}

.ie .bbit-tree-node-indent img, .ie .bbit-tree-node-icon, .ie .bbit-tree-ec-icon {
    vertical-align:middle !important;
}

.bbit-tree-noicon .bbit-tree-node-icon{
	width:0; height:0;
}

/* No line styles */
.bbit-tree-no-lines .bbit-tree-elbow{
	background:transparent;
}

.bbit-tree-no-lines .bbit-tree-elbow-end{
	background:transparent;
}

.bbit-tree-no-lines .bbit-tree-elbow-line{
	background:transparent;
}

/* Arrows */
.bbit-tree-arrows .bbit-tree-elbow{
	background:transparent;
}

.bbit-tree-arrows .bbit-tree-elbow-plus{
    background:transparent no-repeat 0 0;
}

.bbit-tree-arrows .bbit-tree-elbow-minus{
    background:transparent no-repeat -16px 0;
}

.bbit-tree-arrows .bbit-tree-elbow-end{
	background:transparent;
}

.bbit-tree-arrows .bbit-tree-elbow-end-plus{
    background:transparent no-repeat 0 0;
}

.bbit-tree-arrows .bbit-tree-elbow-end-minus{
    background:transparent no-repeat -16px 0;
}

.bbit-tree-arrows .bbit-tree-elbow-line{
	background:transparent;
}

.bbit-tree-arrows .bbit-tree-ec-over .bbit-tree-elbow-plus{
    background-position:-32px 0;
}

.bbit-tree-arrows .bbit-tree-ec-over .bbit-tree-elbow-minus{
    background-position:-48px 0;
}

.bbit-tree-arrows .bbit-tree-ec-over .bbit-tree-elbow-end-plus{
    background-position:-32px 0;
}

.bbit-tree-arrows .bbit-tree-ec-over .bbit-tree-elbow-end-minus{
    background-position:-48px 0;
}

.bbit-tree-elbow-plus, .bbit-tree-elbow-minus, .bbit-tree-elbow-end-plus, .bbit-tree-elbow-end-minus{
	cursor:pointer;
}

.ie ul.bbit-tree-node-ct{
    font-size:0;
    line-height:0;
    zoom:1;
}

.bbit-tree-node{
	white-space: nowrap;
}

.bbit-tree-node-el {
    line-height:18px;
    cursor:default;
   /* cursor:pointer;*/
   vertical-align:bottom; margin-bottom:-1px; margin-top:3px; /*==== 为了让图标与文字垂直对齐而增加 ======*/
}

.bbit-tree-node a{
	text-decoration:none;
	-khtml-user-select:none;
	-moz-user-select:none;
    -webkit-user-select:ignore;
    -kthml-user-focus:normal;
    -moz-user-focus:normal;
    -moz-outline: 0 none;
    outline:0 none;
}

.bbit-tree-node a span{
	text-decoration:none;
	padding:1px 3px 1px 2px;
}

.bbit-tree-node .bbit-tree-node-disabled .bbit-tree-node-icon{
   -moz-opacity: 0.5;
   opacity:.5;
   filter: alpha(opacity=50);
}

.bbit-tree-node .bbit-tree-node-inline-icon{
	background:transparent;
}

.bbit-tree-node a:hover{
	text-decoration:none;
}



/* Fix for ie rootVisible:false issue */
.bbit-tree-root {
    zoom:1;
}


/****************************/
.bbit-tree-node-expanded .bbit-tree-node-icon{
	background-image:url(images/tree/folder-open.gif);
}

.bbit-tree-node-leaf .bbit-tree-node-icon{
	background-image:url(images/tree/leaf.gif);
}
/*clh add for files*/
.bbit-tree-node-file .bbit-tree-node-icon{
	background-image:url(images/tree/file.gif);
}
.bbit-tree-node-user .bbit-tree-node-icon{
	background-image:url(images/tree/user.gif);
}

.bbit-tree-node-collapsed .bbit-tree-node-icon{
	background-image:url(images/tree/folder.gif);
}

.bbit-tree-node-loading .bbit-tree-node-icon{
	background-image:url(images/tree/loading.gif) !important;
}

.bbit-tree-node .bbit-tree-node-inline-icon {
    background-image: none;
}

.bbit-tree-node-loading a span{
	 font-style: italic;
	 color:#444444;
}

.bbit-tree-lines .bbit-tree-elbow{
	background-image:url(images/tree/elbow.gif);
}

.bbit-tree-lines .bbit-tree-elbow-plus{
	background-image:url(images/tree/elbow-plus.gif);
}

.bbit-tree-lines .bbit-tree-elbow-minus{
	background-image:url(images/tree/elbow-minus.gif);
}

.bbit-tree-lines .bbit-tree-elbow-end{
	background-image:url(images/tree/elbow-end.gif);
}

.bbit-tree-lines .bbit-tree-elbow-end-plus{
	background-image:url(images/tree/elbow-end-plus.gif);
}

.bbit-tree-lines .bbit-tree-elbow-end-minus{
	background-image:url(images/tree/elbow-end-minus.gif);
}

.bbit-tree-lines .bbit-tree-elbow-line{
	background-image:url(images/tree/elbow-line.gif);
}

.bbit-tree-no-lines .bbit-tree-elbow-plus{
	background-image:url(images/tree/elbow-plus-nl.gif);
}

.bbit-tree-no-lines .bbit-tree-elbow-minus{
	background-image:url(images/tree/elbow-minus-nl.gif);
}

.bbit-tree-no-lines .bbit-tree-elbow-end-plus{
	background-image:url(images/tree/elbow-end-plus-nl.gif);
}

.bbit-tree-no-lines .bbit-tree-elbow-end-minus{
	background-image:url(images/tree/elbow-end-minus-nl.gif);
}

.bbit-tree-arrows .bbit-tree-elbow-plus{
    background-image:url(images/tree/arrows.gif);
}

.bbit-tree-arrows .bbit-tree-elbow-minus{
    background-image:url(images/tree/arrows.gif);
}

.bbit-tree-arrows .bbit-tree-elbow-end-plus{
    background-image:url(images/tree/arrows.gif);
}

.bbit-tree-arrows .bbit-tree-elbow-end-minus{
    background-image:url(images/tree/arrows.gif);
}

.bbit-tree-node{
	color:#000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
}

.bbit-tree-node a{
	color:#000;
}
.bbit-tree-node a span{
	color:#000;
}
.bbit-tree-node .bbit-tree-node-disabled a span{
	color:gray !important;
}
.bbit-tree-node .bbit-tree-node-over {
	background-color: #eee;
}

.bbit-tree-node .bbit-tree-selected {
	background-color: #d9e8fb;
}

/* 增加一个根图标样式 */
.root .bbit-tree-node-icon{
    background-image:url(images/tree/root.gif);
}

/*css.css内容*/




/*==============From browse.aspx=============================*/
.textinputClass{
    overflow:hidden;
    border:0px solid;
    /*height:80px;*/
    width: 99%; 
    height:100%;  
    
}

.textinputClass1
{
    overflow:visible;
    width:99%;
    /*height:80px;*/
    height:100%;    
    text-align:center;
    vertical-align:middle;
    border:none;
    line-height:100%;	
}

textarea.textarea 
{
	margin-bottom:3px;
	width:75%;
	padding: .2em; 
}

textarea:focus  {
	border: 1px dotted #000000;
}
select:focus  {
	border: 1px dotted #000000;
}
input.textnum { margin-bottom:3px; width:75%; padding: .2em; height:20px;text-align: right;}
input.text { margin-bottom:3px; width:75%; padding: .2em; height:20px;}
input.textshort { margin-bottom:3px; width:25%; padding: .2em; height:20px;}
input.text60 { margin-bottom:3px; width:68%; padding: .2em; height:20px;}
input.text100 { margin-bottom:3px; width:100%; padding: .2em; height:20px;}
input.text2c100 { margin-bottom:3px; width:93%; padding: .2em; height:20px;}
input.text96 { margin-bottom:3px; width:96%; padding: .2em; height:20px;}
input.file { margin-bottom:3px; width:77%; padding: .2em; height:28px;}
.fileup { margin-bottom:3px; width:98%; padding: .2em; height:28px;}
input.texttitle  
{
	margin-bottom:0px; width:60%; padding: .1em; height:20px; color:WindowText;
	font-family: "\5FAE\8F6F\96C5\9ED1",sans-serif,simhei,Verdana,\5b8b\4f53,arial;/*font-size: 9px; "宋体"=\5b8b\4f53*/
	font-weight:bold;
				  }
input.tbltext{
	margin-bottom:3px; 
	width:100%; 
	padding: .2em; 
	height:20px;
	overflow: hidden;
	
}
input.textnormal{
	margin-bottom:0px; 
	width:100%; 
	padding: 0px; 
	height:20px;
	overflow: hidden;
	border:0px;	
}

input.textreadonly{
	margin-bottom:0px; 
	width:100%; 
	padding: 0px; 
	height:20px;
	overflow: hidden;
	border:0px;	
	background-color:#f3f3f3;
}

input.tbltextnum{
	margin-bottom:3px; 
	width:100%; 
	padding: .2em;
	height:20px;
	overflow: hidden;
	margin-right:1px;
	text-align: right;
		
}
input.tbltextnum98{
	margin-bottom:3px; 
	width:98%; 
	padding: .2em;
	height:20px;
	overflow: hidden;
	margin-right:1px;
	text-align: right;
		
}
input.tbltextnum94{
	margin-bottom:3px; 
	width:94%; 
	padding: .2em;
	height:20px;
	overflow: hidden;
	margin-right:1px;
	text-align: right;
		
}

input.tbltextnumread{
	margin-bottom:3px; 
	width:100%; 
	padding: .2em;
	height:20px;
	overflow: hidden;
	text-align: right;
	background-color:#f8f8f8;
}

input.tbltext98{
	margin-bottom:3px; 
	width:98%; 
	padding: .2em; 
	height:20px;
	overflow: hidden;
	
}
input.tbltext98read{
	margin-bottom:3px; 
	width:98%; 
	padding: .2em; 
	height:20px;
	overflow: hidden;
	background-color:#f8f8f8;
}

input.checkboxd { margin-bottom:3px; width:75%; padding: .2em;height:20px}
input.checkboxd100 { margin-bottom:3px; width:100%; padding: .2em;height:20px}
input.checkboxd98 { margin-bottom:3px; width:98%; padding: .2em;height:20px}
input.chkbox2c { margin-bottom:3px; width:93%; padding: .2em;height:20px}
input.radioqry { margin-bottom:3px; width:60%; padding: .2em;height:20px}
.sel2c
{
	margin-bottom:3px; 
	width:95%; 
	padding: .2em; 
	font-size:10pt !important;
}
.sel  
{
	margin-bottom:3px; 
	width:76.5%; 
	padding: .2em; 
	font-size:10pt !important;
}
.sel100
{
	margin-bottom:3px; 
	width:100%; 
	padding: .2em; 
	font-size:10pt !important;
}
.sel99
{
	margin-bottom:3px; 
	width:99%; 
	padding: .2em; 
	font-size:10pt !important;
}

textarea.mutitext 
{
	width:75%;
	margin-bottom:3px; 
	padding: .2em; 
}

textarea.mutitext100 
{
	width:95%;
	margin-bottom:3px; 
	padding: .2em; 
}

textarea.mutitext2c
{
	width:93%;
	margin-bottom:3px; 
	padding: .2em; 
}

textarea.mutitext100read 
{
	width:95%;
	margin-bottom:3px; 
	padding: .2em; 
	overflow:hidden;
}

select, label,text,textarea
{
	font-family:  "\5FAE\8F6F\96C5\9ED1",Arial;
}

fieldset { padding:0; border:0; margin-top:5px;}
h1 { font-size: 1.2em; margin: .6em 0; }
div#users-contain {  width: 350px; margin: 20px 0; }
/*div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }*/
.ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none;  cursor:pointer; position: relative; text-align: center; }
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }
/*--validate using -*/
.warning { color: red; }
/*===========================================*/

a.topwhitelink { font-size: 9pt; color: #FFFFFF; text-decoration: none} 
a.topwhitelink:link{ font-size: 9pt; color: #FFFFFF; text-decoration: none} 
a.topwhitelink:hover{ font-size: 9pt; color: #FFFFFF; text-decoration: none}
a.topwhitelink:visited{ FONT-SIZE: 9pt; COLOR: #FFFFFF; TEXT-DECORATION: none}
a.topwhitelink:active{ FONT-SIZE: 9pt;  COLOR: #FFFFFF; TEXT-DECORATION: none}

a.graylink { font-size: 9pt; color: #333333; text-decoration: none}
a.graylink { font-size: 9pt; color: #5F605F; text-decoration: none} 
a.graylink:link{ font-size: 9pt; color: #5F605F; text-decoration: none} 
a.graylink:hover{ font-size: 9pt; color: #5F605F; text-decoration: none}

a.blacklink { font-size: 9pt; color: #333333; text-decoration: none}
a.blacklink { font-size: 9pt; color: #000000; text-decoration: none} 
a.blacklink:link{ font-size: 9pt; color: #000000; text-decoration: none} 
a.blacklink:hover{ font-size: 9pt; color: #000000; text-decoration: none}

a.newsgraylink { font-size: 9pt; color: #333333; text-decoration: none}
a.newsgraylink { font-size: 9pt; color: #5F605F; text-decoration: none; letter-spacing: 1pt} 
a.newsgraylink:link{ font-size: 9pt; color: #5F605F; text-decoration: none; letter-spacing: 1pt} 
a.newsgraylink:hover{ font-size: 9pt; color: #5F605F; text-decoration: none; letter-spacing: 1pt}

a.r1{    COLOR: #626262;    FONT-SIZE: 9pt;    TEXT-DECORATION: none}
a.r1:hover{    COLOR: #000000;    FONT-SIZE: 9pt;    TEXT-DECORATION: none}

a.sort
{
	FONT-SIZE:9pt;
	COLOR: white;
	TEXT-DECORATION: none
}

a:link
{
	FONT-SIZE: 10pt;
	/*COLOR: #000000;
	LINE-HEIGHT: 15pt;
	FONT-FAMILY: 宋体;*/
	TEXT-DECORATION: none;
	font-family:  "\5FAE\8F6F\96C5\9ED1",Arial;
	color:#000000;/*ed1e25;*/
}

/*a:visited*/
/*{*/
/*	FONT-SIZE: 10pt;*/
/*	COLOR: #000000;*/
/*	LINE-HEIGHT: 15pt;*/
	/*font-family: "\5FAE\8F6F\96C5\9ED1",Arial;FONT-FAMILY: 宋体;*/
/*	TEXT-DECORATION: none*/
/*}*/
/*a:hover*/
/*{*/
	/*font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	
/*	color: red; */
/*	text-decoration: none*/
/*}*/
/*a:active*/
/*{*/
/*	FONT-SIZE: 10pt;*/
/*	COLOR: #ed1e25;*/
/*	LINE-HEIGHT: 15pt;*/
	/*font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
/*	TEXT-DECORATION: none;*/
/*	font-weight:bold;*/
/*}*/


a.Linkword:link
{
   
	COLOR: red;
	LINE-HEIGHT: 15pt;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	TEXT-DECORATION: none
}
a.Linkword:visited
{
	COLOR: black;
	LINE-HEIGHT: 15pt;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	TEXT-DECORATION: none;
}
table000
{
	FONT-SIZE: 9pt;
	line-height:1.5
}

tr
{
	FONT-SIZE: 9pt;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
}

tr.over td { 
				background:#bcd4ec;    /*这个将是鼠标高亮行的背景色*/ 
				cursor:default;
				font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
}

tr.trbackcolor
{
	/*FONT-SIZE: 9pt;*/
	/*background-color:#E8EEF2;*/
	font-size: 9pt;
	color: #6d6c6c;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
	font-weight:normal;
	background:#ffffff;
}


td
{
   FONT-SIZE: 9pt;
   font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
   color:Black;
   /*border:1px solid #C0C0C0;*/ 
}

td.tdbackcolor
{
	FONT-SIZE: 9pt;
	/*background-color:#E8EEF2;*/
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	color:ButtonText;
	overflow:hidden;	
}

td.tdbackcolorHeight
{
	FONT-SIZE: 9pt;
	/*background-color:#E8EEF2;*/
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	color:ButtonText;
	overflow:hidden;
	height:80px;
}

td.tdtitle
{
	/*FONT-SIZE: 9pt;*/
	font-size: 10pt;
	color: #4D4D4D;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
	font-weight: bold;
}


button.button
{
	FONT-SIZE: 9pt;
	HEIGHT: 20px
}

/*
INPUT
{
	FONT-SIZE: 9pt
}*/


FORM
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
}

/*SELECT
{
	FONT-SIZE: 9pt
}*/
TEXTAREA
{
	FONT-SIZE: 9pt;
	
}

.ArticleContent
{
	FONT-SIZE: 9pt; line-height:200%
}
/*
From 郑国芬 2001.10.8
*/
.white 
{  
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	font-size: 9pt; 
	line-height: 15pt; 
	color: #FFFFFF; 
	text-decoration: none
}

.black9 
{  
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	font-size: 9pt; 
	line-height: 15pt; 
	color: #000000; 
	text-decoration: none
}
.gray9 
{  
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	font-size: 9pt; 
	line-height: 15pt; 
	color: gray; 
	text-decoration: none
}
.black10 
{  
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	font-size: 10.5pt; 
	line-height: 15pt; 
	color: #000000; 
	text-decoration: none
}

/*前台目录名称*/
.Span_CatalogNameBig
{
	FILTER: glow(color=ffffff,strength=0) shadow(color=#ffdead,direction:135); 
	WIDTH: 100%;
	font-size: 10.5pt;
	color:#ff7f50
}

.caption {
	font-family: verdana, geneva, helvetica, arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #cc6600;
}

.orangehead 
{
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	font-size:12pt;
	font-weight:bold;
	line-height:20pt;
	color: #cc6600;
}

a.blacknone {
	text-decoration: none;  
	color: #000000;
}

a.bluenone:link {
	text-decoration: none;
	color: #0014A0;
}

a.bluenone:visited {
	text-decoration: none;
	color: #0014A0;
}

a.purplenone:link {
	text-decoration: none;
	color: #840084;
}

a.purplenone:visited {
	text-decoration: none;
	color: #840084;
}

a.whitenone {
	text-decoration: none;  
	color: #ffffff;
}

a.grey6none {
	text-decoration: none;
	color: #666666;
}

a.grey9none {
	text-decoration: none;
	color: #999999;
}

a.orangenone {
	text-decoration: none;
	color: #cc6600;
}

A.orangenone:visited
{
	text-decoration: none;
	color: #cc6600;
}

a.orangenone_buynow {
	text-decoration: none;
	color: #cc6600;
}


a.orangeline {
	color: #cc6600;
}

a.blue { font-size: 9pt; color: #4583D2; text-decoration: none; line-height: 25px} 
a.blue:link{ font-size: 9pt; color: #4583D2; text-decoration: none; line-height: 25px} 
a.blue:hover{ font-size: 9pt; color: #4583D2; text-decoration: none; line-height: 25px}
a.blue:visited{ font-size: 9pt; color: #4583D2; text-decoration: none; line-height: 25px}


input.textfeild 
{ 
	font-size: 9pt; 
	border: #CCCCCC; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

TEXTAREA.textfeild 
{ 
	font-size: 9pt; 
	border: #CCCCCC; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
.textfield01 {  font-size: 9pt; height: 17px}
.submit {  font-size: 9pt; background-color: #FFFFFF; height: 32px}

Table.List
{
}

TR.header
{
	BACKGROUND-COLOR: #e6e6e6;
	FONT-WEIGHT: bold
}

/*借款单及报销单的优先级*/
.Priority_VeryHigh
{
	color: red;
}
.Priority_High
{
	color: blue;
}
.Priority_Normal
{
}
.Priority_Low
{
	color: green;
}

/*错误信息*/
P.ErrorMsg
{
	font-weight: bold;
	font-size: medium;
	color: red;
	text-align: center;
}

/*****************菜单样式表 start**************/
.itemBorder 
{ 
	border: 1px solid white 
}

.itemText 
{ 
	text-decoration: none; 
	color: #FFBFC8; 
	font: 9pt 宋体;
	cursor:pointer
}

.crazyBorder 
{ 
	border: 2px outset #663399 
}

.crazyText 
{ 
	text-decoration: none; 
	color: #FFCC99; 
	font: Bold 9pt 宋体
}

A.sitedropmenu:link						/*说明:锚点链接样式*/
{
	COLOR: #000000;	
	FONT-FAMILY: 宋体; 
	FONT-SIZE: 9pt; 
	LINE-HEIGHT: 11pt;					/*指定行高*/
	TEXT-DECORATION: none
}

A.sitedropmenu:visited						/*说明：已访问过的链接样式*/
{
	COLOR: #000000;
	FONT-FAMILY: 宋体; 
	FONT-SIZE: 9pt; 
	LINE-HEIGHT: 11pt; 
	TEXT-DECORATION: none
}

A.sitedropmenu:active						/*说明：*/
{
	COLOR: #FFFFFF; 
	FONT-FAMILY: 宋体; 
	FONT-SIZE: 9pt; 
	LINE-HEIGHT: 11pt; 
	TEXT-DECORATION: none
}

A.sitedropmenu:hover 
{
	COLOR: #FFFFFF; 
	FONT-FAMILY: 宋体; 
	FONT-SIZE: 9pt; 
	LINE-HEIGHT: 11pt; 
	TEXT-DECORATION: none
}

/*导航主菜单的CSS*/
A.sitemenu:link						/*说明:锚点链接样式*/
{
	COLOR: #ffffff;	
	FONT-FAMILY: 宋体; 
	FONT-SIZE: 9pt; 
	LINE-HEIGHT: 11pt;					/*指定行高*/
	TEXT-DECORATION: none
}

A.sitemenu:visited						/*说明：已访问过的链接样式*/
{
	COLOR: #ffffff; 
	FONT-FAMILY: 宋体; 
	FONT-SIZE: 9pt; 
	LINE-HEIGHT: 11pt; 
	TEXT-DECORATION: none
}

A.sitemenu:active						/*说明：*/
{
	COLOR: #ffffff; 
	FONT-FAMILY: 宋体; 
	FONT-SIZE: 9pt; 
	LINE-HEIGHT: 11pt; 
	TEXT-DECORATION: none
}

A.sitemenu:hover 
{
	COLOR: #ffffff; 
	FONT-FAMILY: 宋体; 
	FONT-SIZE: 9pt; 
	LINE-HEIGHT: 11pt; 
	TEXT-DECORATION: none
}

/*当前选中的一级菜单*/
A.SelectedMenu:link						/*说明:锚点链接样式*/
{
	COLOR: #00ffff;	
	FONT-FAMILY: 宋体; 
	FONT-SIZE: 9pt; 
	LINE-HEIGHT: 11pt;					/*指定行高*/
	TEXT-DECORATION: none
}

/*==========for treeview【treeview.js】*/
.node_img
 {
	 height:22px;
	 vertical-align:top; margin-bottom:0px; margin-top:1px; /*==== 为了让图标与文字垂直对齐而增加 ======*/
 }
 
 .node_img_16
 {
	 height:14px;    
	 vertical-align:middle; margin-bottom:3px; margin-top:2px; /*==== 为了让图标与文字垂直对齐而增加 ======*/
 }
/*******************菜单样式表 end***************/
.mustin
{
  color:Red !important;
}

/*@charset "utf-8";*/

.font10_grey {
	font-size: 10pt;
	color: #6d6c6c;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
}
.font10_grey:hover {
	font-size: 10pt;
	color: #ed1c24;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
}
.font9_grey {
	font-size: 10pt;
	color: #969696;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
}
.bg1 {
	background-attachment: fixed;
	background-image: url(../images/top1.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.font10_redC {
	font-size: 10pt;
	color: #ed1e25;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
	font-weight: bold;
}
.font10_redC:hover {
	font-size: 10pt;
	color: #ed1e25;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
	font-weight: bold;
}
.font10_redC2 {
	font-size: 10pt;
	color: #ed1e25;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
	font-weight: bold;
}
.font11_greyC {
	font-size: 11pt;
	color: #4D4D4D;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
	font-weight: bold;
}
.font10_greyC2 {
	font-size: 10pt;
	color: #6d6c6c;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
	font-weight: bold;
}
.font10_greyC2:hover {
	font-size: 10pt;
	color: #ED1E25;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
	font-weight: bold;
}
.font9_grey2 {
	font-size: 10pt;
	color: #717171;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
}
.font9_grey2:hover {
	font-size: 10pt;
	color: #ED1E25;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
}
.font9_grey2a {
	font-size: 10pt;
	color: #ED1E25;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
}
.font10_red {
	font-size: 10pt;
	color: #ed1e25;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
	font-weight: normal;
}
.font10_red:hover {
	font-size: 10pt;
	color: #ed1e25;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
	font-weight: normal;
}
.bg_r {
	background-attachment: fixed;
	background-image: url(../images/top3.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 75px;
	width: 100%;
}

.font12_greyC {
	font-size: 12pt;
	color: #4D4D4D;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
	font-weight: normal;
}

.font12_red {
	font-size: 12pt;
	color: #ed1e25;
	text-decoration: none;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;
	font-weight: normal;
}
/*==========================================================================*/
.font9_grey1 {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.font9_red1 {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 9pt;
	color: #BB2A2F;
	text-decoration: none;
}
.font9_red2 {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 9pt;
	color: #D33A3F;
	text-decoration: none;
	
}
.font9_red1:hover {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 9pt;
	color: #BB2A2F;
	text-decoration: none;
}
.font10_grey1 {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}
.line1 {
	border: thin solid #CCCCCC;
	background-color: #e6e6e6;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	height: 25px;
	line-height: 30px;
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	width: 80%;
}
.font10_white1 {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.font16_yellow {
	font-size: 20pt;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	line-height: 28px;
}
.font9_grey1C {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.font12_redC {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 12pt;
	color: #BB2A2F;
	text-decoration: none;
	font-weight: bold;
}
.font10_red3 {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 10pt;
	color: #BB2A2F;
	text-decoration: none;
	font-weight: bold;
}
.font10_red3:hover {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 10pt;
	color: #ed1e25;
	text-decoration: none;
	font-weight: bold;
}
.font9_grey4 {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.font9_black {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
/*==================added====================*/
.font11_grey1C {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 11pt;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

.font11_grey1C_b {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 11pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.font11_black {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.font11_black_b {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
.font9_white1 {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.font9_white2 {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.font9_red_Back {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 9pt;
	color: #BB2A2F;
	text-decoration: none;
	font-weight: bold;
}

.font10_red_Back {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 10pt;
	color: #BB2A2F;
	text-decoration: none;
	font-weight: bold;
}

.font9_level
{
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color:#ed1e25;
	width:85px;
	height:25px;
	line-height:25px;
	text-align:center;
}

.font9_hrtotal {
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 9pt;
	color: #BB2A2F;
	text-decoration: none;
	font-weight: bold;
}
img
{
	border:0px;
	
}

#submenu
{
	display:none;
}

a  
{
	text-decoration: none;
} 

.f9_todo td 
{
	font-weight:bold;
}

.font12_feedback
{
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color:#ed1e25;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
}

/*===========================================================*/
.page
{
    /*width: 1130px;*/
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 0px solid #C0C0C0;
}

.page100
{
    width: 90%;
    background-color: #fff;
    margin: 5px auto 0px auto;
    border: 0px solid #C0C0C0;
    
}

.pagebr100
{
    width: 99%;
    background-color: #fff;
    margin: 5px auto 0px auto;
    border: 0px solid #C0C0C0;
    
}


.page9x
{
    width: 90%;
    background-color: #fff;
    margin: 2px auto 0px auto;
    border: 0px solid #C0C0C0;
}

.f9
{
	FONT-SIZE: 9pt;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	background-color:#f3f3f3;
}

.f9_b
{
	FONT-SIZE: 9pt;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	background-color:#f3f3f3;
	font-weight:bold;
}
.f9_b_Head
{
	FONT-SIZE: 9pt;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	background-color:#f3f3f3;
	font-weight:bold;
	color:Orange;
}

.f9_b_Head td
{
	FONT-SIZE: 9pt;
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	
	color:Orange;
}

.bgreadonly
{
    COLOR: black;
    BACKGROUND-COLOR: #f3f3f3;
}
.bgnormal
{
    COLOR: black;
    background-color:#ffffff;
}

.bgreadonlyborder
{
    COLOR: black;
    BACKGROUND-COLOR: #f3f3f3;
    border:1px solid #4D4D4D;
}
div.textTitle
{    
    font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;/*clh updated font:黑体,Arial;*/    
    font-size:14pt;
    font-weight:bold;
    background: url(images/wbg.gif) repeat-x top;
}


td.textTitle12
{    
    font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;/*clh updated font:黑体,Arial;*/    
    font-size:12pt;
    font-weight:bold;
    font-style:oblique;
}

td.textTitle
{    
    font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;/*clh updated font:黑体,Arial;*/    
    font-size:14pt;
    font-weight:bold;
}

td.textTitle15
{
    font:黑体,Arial;
    font-size:15pt;
    font-weight:bold;
}

td.textTitle18
{
    font:黑体,Arial;
    font-size:18pt;
    font-weight:bold;
}

.textnormal{
	margin-bottom:0px; 
	width:99%; 
	padding: 0px; 
	height:35px;
	overflow: hidden;
	border:0px;	
	padding-top:0px;
}

.textnormalread{
	margin-bottom:0px; 
	width:99%; 
	padding: 0px; 
	height:35px;
	overflow: hidden;
	border:0px;	
	padding-top:0px;
	background-color:#f3f3f3;
}

.textnormal_half{
	margin-bottom:0px; 
	width:48%; 
	padding: 0px; 
	height:35px;
	overflow: hidden;
	border:0px;	
	padding-top:0px;
	vertical-align:middle;
}
.textcenter{
	margin-bottom:0px; 
	width:99%; 
	padding: 0px; 
	height:45px;
	overflow: hidden;
	border:0px;	
	text-align:center;
	vertical-align:middle;
	padding-top:15px;
}

.textcenterRead{
	margin-bottom:0px; 
	width:99%; 
	padding: 0px; 
	height:45px;
	overflow: hidden;
	border:0px;	
	text-align:center;
	vertical-align:middle;
	background-color:#f3f3f3;
}
.textreadonly{
	margin-bottom:0px; 
	width:99%; 
	padding: 0px; 
	height:45px;
	overflow: hidden;
	border:0px;	
	background-color:#f3f3f3;
}

.textnormal_1row{
	margin-bottom:0px; 
	width:99%; 
	padding: 0px; 
	height:25px;
	overflow: hidden;
	border:0px;	
	padding-top:1px;
}

.textreadonly_1row{
	margin-bottom:0px; 
	width:99%; 
	padding: 0px; 
	height:25px;
	overflow: hidden;
	border:0px;	
	padding-top:0px;
	background-color:#f3f3f3;
}

.textreadonly_1row40{
	margin-bottom:0px; 
	width:44%; 
	padding: 0px; 
	height:25px;
	overflow: hidden;
	border:0px;	
	padding-top:0px;
	background-color:#f3f3f3;
}

.textarea80{
	margin-bottom:0px; 
	width:99%; 
	padding: 0px; 
	height:100px;
	overflow: hidden;
	border:0px;	
	padding-top:0px;
	
}

.textnormal_1row30{
	margin-bottom:0px; 
	width:30%; 
	padding: 0px; 
	height:25px;
	overflow: hidden;
	border:0px;	
	padding-top:0px;
}

.textnormal_1row25{
	margin-bottom:0px; 
	width:24.5%; 
	padding: 0px; 
	height:25px;
	overflow: hidden;
	border-left: 0 solid #E7E3E7; 
    border-right: 0 solid #E7E3E7; 
    border-top: 0 solid #E7E3E7; 
    border-bottom: 1 solid #E7E3E7 ;
	padding-top:0px;
}

.textnormal_1row75read{
	margin-bottom:0px; 
	width:74%; 
	padding: 0px; 
	height:25px;
	overflow: hidden;
	border:0px;	
	padding-top:0px;
	background-color:#f3f3f3;
}

.txtareaW70{
	margin-bottom:0px; 
	width:70%; 
	padding: 0px; 
	height:45px;
	overflow: hidden;
	border:0px;	
	padding-top:0px;
}

.txtareaW70read{
	margin-bottom:0px; 
	width:70%; 
	padding: 0px; 
	height:45px;
	overflow: hidden;
	border:0px;	
	padding-top:0px;
	background-color:#f3f3f3;
}

.txtcenter
{
    text-align:center;
}

.textnormal100{
	margin-bottom:0px; 
	width:99%; 
	padding: 0px; 
	height:150px;
	overflow: hidden;
	border:0px;	
	padding-top:0px;	
}

.textreadonly100{
	margin-bottom:0px; 
	width:99%; 
	padding: 0px; 
	height:150px;
	overflow: hidden;
	border:0px;	
	padding-top:0px;
	background-color:#f3f3f3;
}

.gradenormal{
	margin-bottom:0px; 
	width:99%; 
	padding: 0px; 
	height:45px;
	overflow: hidden;
	border:0px;	
	padding-top:20px;
	text-align:center;
	
}

.acss8 {
	font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
	font-size: 12px;
	line-height: 16px;
	color: #4d4d4d;
	text-decoration: none;
}

td.tdheadrow
{
    font-family: "\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
    font-size: 12pt;
    background-color:#d6d6d6;
    height:25px;
    font-weight:bold;
}

.table_report {
	border: 1px solid #C0C0C0;
	font-size: 10pt;
	text-decoration: none;
	font-family: "微软雅黑",Arial;
	border-collapse:collapse;
	border-color:#c0c0c0;
	
}
.table_report td
{
    border: 1px solid #C0C0C0;
}

tr.backwhite{
    background-color:#FFFFFF;
    height:25px; 
}
tr.backgray{
    background-color:#f3f3f3;/*E8E8E8*/
    height:25px; 
}

td.report
{
    padding-left:2px;
    height:20px;
}
td.highlight
{
    color:#cc6600;
    font-size:10pt;
    font-weight:bold;
}

.trbottom td
{
    
    padding-top:10px;
    padding-bottom:10px;
    font-size:14px;
    font-family:"\5FAE\8F6F\96C5\9ED1",Arial;/*font-family: "宋体"; */
}

/*
两个div并排的样式,推荐2
*/
 div.onerow 
{   
    float:left;
}
div.onerow2
{
    display:inline-block;
} 