﻿body {	
	margin-left: 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;	
	background-repeat: repeat-x;
	font-size: 12px;
	background-color:#F5F9FF;
}
a:visited {
	color: #333;
	text-decoration: none;
	cursor:hand;
}
a:hover {
	color: #1639A9;
	text-decoration: underline;
	cursor:hand;
}
a:link {
	color: #333;
	text-decoration: none;
	cursor:hand;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #333333;
	text-indent: 10px;
}

.disabledLink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #999999;
	text-indent: 10px;
}

/*左框架树背景色*/
.tree_bgcolor
{
	background-color:#e3eeff;	
}
/*左框架树背景图*/
.leftbj_bgimage 
{
	background-image: url(../../Admin/images/left-bj.gif);	
}
.left1_bgimage
{
	background-image: url(../../Admin/images/left-1.gif);	
}
.left2_bgimage
{
	background-image: url(../../Admin/images/left-2.gif);	
}
.left3_bgimage
{
	background-image: url(../../Admin/images/left-3.gif);	
}

/*分隔块色*/
.spliter_color
{
	background-color:#6B7DDE;	
}

/*顶框背景图片*/
.top1_bgimage
{
	background-image: url(../../Admin/images/top-1.gif);
	background-repeat:no-repeat;
}
.top2_bgimage
{
	background-image: url(../../Admin/images/top-2.gif);
}
.top3_bgimage
{
	background-image: url(../../Admin/images/top-3.gif);
}
.top4_bgimage
{
	background-image: url(../../Admin/images/top-4.gif);
}
.top5_bgimage
{
	background-image: url(../../Admin/images/top-5.gif);
}
.topbj_bgimage
{
	background-image: url(../../Admin/images/top-bj.gif);
}

/*顶框工具条背景图片*/
.topbar_bgimage
{
	background-image: url(../../Admin/images/topbar_01.jpg);
}

/* main背景图片*/
.desktop_bj
{
	background-image: url(../../Admin/images/right-bj.gif);	
	background-repeat:repeat;
}
.desktop_bgimage
{
	background-image: url(../../Admin/images/right.gif);	
}


/*最外层表格背景*/
.table_bgcolor
{
	background-color:#F5F9FF;
}

/*表格边框色*/
.table_bordercolor
{
	m1:expression(this.borderColorLight='#4F7FC9');/*中层表格亮边框*/
    m2:expression(this.borderColorDark='#D3D8E0');/*中层表格暗边框*/
}

/*中层表格标题栏*/
.table_titlebgcolor
{
	background-color:#E3EFFF;
}


/*表单中必填字段*颜色*/
.form_requestcolor
{
	color:#E78A29;

}

/* 1.通用按钮样式 */
.divbtn 
{
    background:url(../../Admin/Images/btn_1.gif);
    border:1px solid #003C74;
    padding:2px 2px 0px 2px;
    text-align:center; 
    letter-spacing:3px;
    color:black; /* #005190; */
    width:75px;
    height:22px;
    cursor:hand;
}

/* 2.通用文本输入框样式 */
.divtxt 
{
    font-size: 12px;
    color: black;
}

/* 3.通用表格样式 */
.divtable{
	background-color:#E3EFFF;
	border-width:1px;
	border-bottom:solid 1px #555555;
	border-right:solid 1px #555555;
	border-top:solid 1px #CDDFD0;
	border-left:solid 1px #CDDFD0;
	width:100%;
}
.divtable th
{
    text-align:center;
    font-weight:bold;
    background:#E3EFFF;
    border-right:1px solid #8DB3E0;
    border-bottom:1px solid #8DB3E0;
    color:Black;
    height:23px;
}
.divtable th a 
{
    color:Black;
}
.divtable tr 
{
    background-color:expression((this.sectionRowIndex%2==0)?"#F5F9FF":"#F5F9FF");
    height:23px;
}

.divtable td
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #8DB3E0;
	border-bottom-color: #8DB3E0;
	text-align:center;
	padding:3px;
}

.divtable .tdleft
{
	text-align:left;
}

.divtable .tdright 
{
    text-align:right;
}

.divtable a:hover {
	color: Blue;
	text-decoration: underline;
}

/* end 3.通用表格样式 */

/* 4.页面分区样式 */
#divheader
{
    color: Black;
    font-weight: bold;
    text-align: left;
    font-family: 宋体;
    font-size:14px;
    margin-top:3px;
    margin-bottom:5px;
    text-align:center;
    width:auto;
    padding:5px;
    background-color: #E3EFFF;
    border-bottom:solid 1px #555555;
	border-right:solid 1px #555555;
	border-top:solid 1px #CDDFD0;
	border-left:solid 1px #CDDFD0;
}

#divsub
{
    width: auto;
    background-color: #E3EFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 3px;
    border-bottom:solid 1px #555555;
	border-right:solid 1px #555555;
	border-top:solid 1px #CDDFD0;
	border-left:solid 1px #CDDFD0;
}

#divcontent
{
    width: auto;
    padding:0px;
    margin-top:5px;
}

#divdetail
{
    width: auto;
    background-color: #E3EFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 3px;
    border-bottom:solid 1px #555555;
	border-right:solid 1px #555555;
	border-top:solid 1px #CDDFD0;
	border-left:solid 1px #CDDFD0;
}

#divop
{
    margin-top: 8px;
    margin-bottom: 8px;
}

#divfooter
{
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #E3EFFF;
    border-bottom:solid 1px #555555;
	border-right:solid 1px #555555;
	border-top:solid 1px #CDDFD0;
	border-left:solid 1px #CDDFD0;
    line-height: 25px;
    text-align: left;
    text-indent: 9px;
}
/* end 4.页面分区样式 */
