﻿/*-----------------------------------------全局样式-----------------------------------*/
body {
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	/*background-color: #EFEFF0;*/
	background-color: #FFFFFF;
	line-height: 20px;	
}

td {
	font-size: 12px;
	line-height: 15px;

}
p {
	font-size: 12px;
	line-height: 15px;
}
/* --链接总体定义-- */
a {
	text-decoration: none;
	color: #000000;
}
/*a:active {font-weight:bold; text-decoration:none; color: #000000}
a:hover {background-color:Silver; color: #636563}
a:link {color: #000000}
a:visited{  color:#000000}
*/
/* --链接 menu 定义-- */
a.menu:active { color: #000000}
a.menu:hover { color: #000000}
a.menu:link { color: #000000}


a.a02:active { color: #000000}
a.a02:hover { color: #FFCC00}
a.a02:link { color: #FFCC00}
a.a02:visited { color: #000000}

/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #333333;}
a.class:visited {color: #333333;}
a.class:hover{color: #0099cc;}
a.class:active {color: #333333;}

/*----------------------------------------总体样式(内外网使用)----------------------------------*/

/* --主色调:黄色-- */
.yellow {
	background-color: #FFEFAD;
}

/* --主色调:灰色-- */
.gray  {
	background-color: #EEEEEE;
}

/* --其余几种黑黄灰搭配-- */
.yellow01 { background-color: #FFFFCE;}
.yellow02 { background-color: #FF9903;}
.yellow03 { background-color: #FFCF00;}
.blue01 { background-color: #DAF1FC;}


.gray01  {background-color: #CECFCE;}
.gray02  {background-color: #636563;}
.gray03  {background-color: #F7F7F7;}

/* --TextArea 定义-- */
/*.textArea{font-size: 12px;
	line-height: 15px;
    border: #C4C4C4 1px solid;
    scrollbar-face-color:FFCF00;
	scrollbar-shadow-color:ffffff;
	scrollbar-highlight-color:ffffff;
	scrollbar-3dlight-color:F3F3F1;
	scrollbar-darkshadow-color:F3F3F1;
	scrollbar-track-color:ffffff;
	scrollbar-arrow-color:ffffff;
}*/

/* --总体背景颜色-- */
.allBg {
	background-color: #FFFFFF;  /*#aaaaaa*/
	height: auto;
	width: 100%;
}


/* --版权说明-- */
.copyright{
  color: #CCCCCC;
  line-height: 15px
}

/* --横线-- */
.line {
	background-image: url(../image/dot3.gif);
	background-repeat: repeat-x
}
/* --竖线-- */
.line01 {
	background-image: url(../image/dot4.gif);
	background-repeat: repeat-y
}

/* --页面滚动条-- */
/*
.scroll {
	scrollbar-face-color:cccccc;
	scrollbar-shadow-color:cccccc;
	scrollbar-highlight-color:cccccc;
	scrollbar-3dlight-color:F3F3F1;
	scrollbar-darkshadow-color:F3F3F1;
	scrollbar-track-color:ffffff;
	scrollbar-arrow-color:ffffff;
	}
*/
/*----------------------------------------内网样式(i开头)----------------------------------------*/

/* --当前位置 Top条定义-- */
.iPositionTitle {
	background-image: url(../image/lineBg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.iinfo {
	background-image: url(../image/line3.gif);
	background-repeat: no-repeat;
}
.iFrmTitle {
	background-image: url(../image/DgTitleBg2.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.iFrmTitleError {
	background-image: url(image/DgTitleBg2.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.iFrmTitle1 {
	background-image: url(../image/lineBg3.gif);
	background-repeat: repeat-x;}

.iFrmTitle2 {
	background-image: url(../image/DgTitleBg.gif);
	background-repeat: repeat-x;}
	
.iFrmTitle3 {
	background-image: url(../image/DgTitleBg3.gif);
	background-repeat: repeat-x;}
	
.iFrmAllBg {
		background-image: url(../image/allBg2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #aaaaaa;
	/*scrollbar-face-color:cccccc;
	scrollbar-shadow-color:cccccc;
	scrollbar-highlight-color:cccccc;
	scrollbar-3dlight-color:F3F3F1;
	scrollbar-darkshadow-color:F3F3F1;
	scrollbar-track-color:ffffff;
	scrollbar-arrow-color:ffffff;*/
}	

/* --文本框-- */
.iTextBox {
	border: 1px solid #666666;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}
.iTextBoxBB{
	border: 1px solid #666666;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	height:auto;
}

.iVTextBox
{
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	border-bottom: 1px solid #666666;
	color : Black;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-align : center;
}

.iVTextBoxUnlegal
{
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	border-bottom: 1px solid #666666;
	color : #ff6699;
	background-color : white;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-align : center;
}

.iDgTitle{
    background-image: url(../image/DgTitleBg.gif);
	background-repeat: repeat-x;
}
.iDgTitle1{
    background-image: url(../image/DgTitleBg1.gif);
	background-repeat: repeat-y;
}
.iDgBg{
	background-image: url(../image/DgBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.iDgBottom{
    background-image: url(../image/DgBottomBg.gif);
	background-repeat: repeat-x;
}
.iDgBottom1{
    background-image: url(../image/DgBottomBg1.gif);
	background-repeat: repeat-x;
}
.iDgBottom2{
    background-image: url(../image/lineBg2.gif);
	background-repeat: repeat-x;
}
.iDgRight{
    background-image: url(../image/DgRightBg.gif);
	background-repeat: repeat-y;
}

.iPositionTitleBg{
 background-image: url(../image/lineBg2.gif);
	background-repeat: repeat-x;
	}
	
.iDgItem
{
	background-color :#FFFFFF;
	/*#E8E8E8; White*/
	cursor : hand;
}

.iDgAltItem
{
	background-color : #EEEEEE;/*#EBF8FE   #F2F2F2;*/
	cursor : hand;
}

/* --表单左边-- */

.iFrmLeft1 {
	background-image: url(../image/DgLeftBg.jpg);
	background-repeat: no-repeat;	
}
/* --表单右边-- */
.iFrmRight 
{	
	background: "images/DgRightBg.gif";
	/*background-image: url(../image/DgRightBg.gif);*/
	background-repeat: repeat-y;
}

.iFrmBottom{
    background-image: url(../image/DgBottomBg.gif);
	background-repeat: repeat-x;}
	
.iFrmBottom1{
    background-image: url(image/DgBottomBg.gif);
	background-repeat: repeat-x;}
	
.iLeftPic1{
	background-image: url(../image/Bg_pic.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;	
}
.iLeftPic2{
	background-image: url(../image/Bg_pic1.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;	
}
.iLeftPic3{
	background-image: url(../image/Bg_pic2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;	
}
.iLeftPic4{
	background-image: url(../image/Bg_pic3.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;	
}
.iLeftPic5{
	background-image: url(../image/Bg_pic4.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;	
}
.iLeftPic6{
	background-image: url(../image/Bg_pic5.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;	
}
.iLeftPic7{
	background-image: url(../image/Bg_pic6.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;	
}
.iLeftPic8{
	background-image: url(../image/Bg_pic6.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;	
}

.DgHeader{
    background-image: url(../image/DgTitleBg3.gif);
	background-repeat: repeat-x;}
.DgFooter{
    background-image: url(../image/DgBottomBg2.gif);
	background-repeat: repeat-x;}


/* --按钮样式-- */
.button
{
BACKGROUND-COLOR: #FFFBDB;
BORDER-BOTTOM: #FFCF00 1px dotted;
BORDER-LEFT: #FFCF00 1px dotted;
BORDER-RIGHT: #FFCF00 1px dotted;
BORDER-TOP: #FFCF00 1px dotted;
COLOR: #000000;
FONT-SIZE: 12px
}

/*-- 必填项*标记的样式 --*/
.redStar
{
	COLOR: #ff0000
}

/*-- 功能访问菜单样式 --*/
.iDisableMenu
{
	COLOR : #D1CFCF;
}

.position { FONT-WEIGHT: bold; COLOR: #ffffff}
.positionLink { FONT-WEIGHT: bold; COLOR: #ffffff; cursor:hand}

/*-- 链接显示手型 --*/
.iLinkHand {
	CURSOR: hand; BACKGROUND-COLOR: #ffffff
} 

.iUnderLineTxtBox					/*只显一条横线文本样式*/
{
	BORDER-RIGHT: #ffffff 0px solid; 
	BORDER-TOP: #ffffff 0px solid;
	FONT-SIZE: 9pt; 
	BORDER-LEFT: #ffffff 0px solid; 
	BORDER-BOTTOM: #c0c0c0 1px solid; 
	BACKGROUND-COLOR: #ffffff
	/*color: white;*/
}

.iWorkTime
{
	background-image : url(../image/workTime.gif);
	background-repeat : repeat-y;
	border-bottom : 1px dotted #cfcfcf;
}

.iCalendarWorkDayTitle
{
	background-color : black;
	color:white;font-size:12pt;font-family:Verdana;font-weight:bold;padding:1 0 1 0;
}

.iCalendarHolidayTitle
{
	background-color : Red;
	color:white;font-size:12pt;font-family:Verdana;font-weight:bold;padding:1 0 1 0;
}

.iCalendarCell
{
	background-color : #f1f1f1;
	border-style : solid;
	border-width : 0 0 1 0;
	border-color : #dfdfdf;
}

.iCalendarAltCell
{
	border-style : solid;
	border-width : 0 0 1 0;
	border-color : #dfdfdf;
}

.iCalendarEditCell
{
	border-style : solid;
	border-width : 0 0 1 0;
	border-color : #dfdfdf;
	background-color : #FBCBCB;
}

.iCalendarHind
{
	display : none;
}
/*----------------------------------------外网样式(o开头)--------------------------------------*/

/* --表单左边-- */
.oallBg {
	background-image: url(../image/oBg.gif);
	background-repeat: repeat-y;
}

.oFrmLeft {
	background-image: url(../image/oLeftBg.gif);
	background-repeat: repeat-y;
}
.oFrmTable {
	background-image: url(../image/oLefttable.jpg);
	background-repeat: no-repeat;
}

/* --表单右边颜色-- */
.oFrmRight {
	background-color: #E3E1DB;
}

/* --表单名称-- */
.oFrmTitle {
	background-image: url(../image/oTitleBg.gif);
	background-repeat: repeat-x;
}

.oFrmTitle1 {
	background-image: url(../image/oTitleBg1.gif);
	background-repeat: repeat-x;
}

.oFrmBottom {
	background-image: url(../image/oDgBottomBg1.gif);
	background-repeat: repeat-x;
}
.oFrmBottom1 {
	background-image: url(../image/oDgBottomBg.gif);
	background-repeat: repeat-x;
}

.oGroupTitle {
	background-color: #FFFFFF;
	line-height: 25px;
}

/* --文本框-- */
.oTextBox {
	border: 1px solid #666666;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}

/* --横线-- */
.oline {
	background-image: url(../image/odot.gif);
	background-repeat: repeat-x
}
/*----------------------------------------其他(未确定的)----------------------------------------*/

.iTitle
{
	color: #725836;
	font-weight: bold;
	font-size: 10pt
}

.iMain{
  color: #cccccc;
  line-height: 16px
}


.iborder {  border: 1px #000000 solid}



.me {  
  cursor:hand;
  color: #FFFFFF;
  background-image: url(image/in3mbak.gif); 
  background-repeat: no-repeat}

.me0 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;

}

.tit {  font-size: 10pt; font-weight: bold}


.wen_enhence
{
	color: #FF6600;
	font-weight: bold;}

.wen2 {
	font-size: 13px;
	color: #FF6600;
	font-weight: bold;
}
.wen3 {  font-size: 13pt;
	color: #000000;
	font-weight: bold;}
	
	

.single_line_input { border-width:1px; border-style:solid; border-color:#666666}
.no_line_input { border-width:0px; border-style:none; border-color:#FFFFFF}
.indnbk {
	background-image: url(image/bk2.jpg);
	background-repeat: no-repeat;
	background-position: center;

}




/* --top菜单及其链接a01定义-- */
.indti3 {
	background-image: url(image/line1-bk.jpg);
	background-repeat: repeat-x;
}
A.a01:link {color:#000000;}
A.a01:visited {color:#000000;}
A.a01:active {color:#636563;}
A.a01:hover {color:#636563;}
/* --右边边列表定义-- */



.indti6 {  background-image: url(image/right-bk.jpg); background-repeat: no-repeat}
.indti7 {
	background-image: url(image/allbk.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}
.indti8 {
	background-image: url(images/bk1.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;

}
/*.opacity { FILTER: alpha(opacity=100)}
.engfont {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	font-weight: bold;
}
.unnamed2 {
	font-size: 18px;
	font-weight: bold;
}*/

/* -- 日历控件定义 -- */
.Calendar_bk1{background-image: url(../image/rl1.gif);
	background-repeat: no-repeat;}
	
.Calendar_bk2{background-image: url(../image/rl2.gif);
	background-repeat: no-repeat;}	
/*--OfficeBlock用到的格式--*/
.Textbox1
{
	border: 1px solid #666666;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	width: 80%;
}
.ifrmallbg1
{	background-image: url(../image/DgBg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

.TitleBg
{
	/*background-image: url(image/logo2.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
}

.link01 {
	color: #000000;
}
a.link01:link{text-decoration:none;color:#000000;}
a.link01:hover{
	text-decoration:none;
	color:#FF3300;
	background-color: #A3C7F6;
}
a.link01:active{text-decoration:none;color:#FF0000;}
a.link01:visited{
	text-decoration:none;
}

.link02 {
	color: #000000;
}
a.link02:link{text-decoration:none;color:#000000;}
a.link02:hover{
	text-decoration:none;
	color:#3B85E1;
}
a.link02:active{text-decoration:none;color:#FF0000;}
a.link02:visited{
	text-decoration:none;
}

.txt1 {
	color: #FF6600;
	text-decoration: none;
}

.txt2 {
	color: #006699;
}

.logtxt{color:#084A87;}

.logoTop
{
	width: 172px;	
	height:57px;	
}

.naviTop
{
	height: 22px;
	width: 65px;	
}

.link04 {
	color: #084A87;
}
a.link04:link{text-decoration:none;color:#084A87;}
a.link04:hover{
	text-decoration:none;
	color:#FF6600;
}
a.link04:active{text-decoration:none;color:#FF0000;}
a.link04:visited{
	text-decoration:none;	
}

.naviLeft
{
	height: 385;
	width: 151px;
	background:#9EC5E9;
}

.tit3 {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
	text-indent: 10px	
}

.dot1
{
	width:8px;
	height:8px;		
}

.dataTable
{
	border-right: darkgray 1px solid;
	border-top:	  darkgray 1px solid;
	border-left:  darkgray 1px solid;
	border-bottom:darkgray 1px solid;
	border-collapse:collapse;
	/*border-top-style:solid;
	border-left-style:solid;
	border-bottom-style: solid;
	border-right-style: solid;*/
	width:100%;	
	border:1px;		
}

.dataHeader
{
	font-size:14px;
	font-family:Arial;
	text-align:center;
	background-color:#DEF2FE;
	text-align:center;
	font-weight:normal;	
}

.link05
 {
	color: #084A87;	
 }
a.link05:link
{
	text-decoration:none;
	color:#084A87;	
}
a.link05:hover
{
	text-decoration:none;
	color:#FF6600;	
}
a.link05:active
{
	text-decoration:none;color:#FF0000;
}
a.link05:visited
{
	text-decoration:none;		
}