body {
    font-size: 9pt;
    margin: 0px;
    background-color: #ffffff;
}

html {
    scrollbar-face-color: #f6f6f6;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #cccccc;
    scrollbar-3dlight-color: #cccccc;
    scrollbar-arrow-color: #330000;
    scrollbar-track-color: #f6f6f6;
    scrollbar-darkshadow-color: #ffffff;
}



table {
    font-size: 9pt;
}

tr {
    font-size: 9pt;
}

td {
    font-size: 9pt;
}

p {
    font-size: 9pt;
}

span {
    font-size: 9pt;
}

/*
 * 通用Table样式
*/
.tab {
    border:1px solid #85CADB;
    background-color:#FFFFFF;
}

/*
 * 通用Text样式
*/
.txt {
    font-size: 9pt;
    border:1px solid #9CBFDB;
    padding-top:4px;
}

/*
 * 通用Labal样式
*/
.lbl {
    font-size: 9pt;
    font-weight: bold;
    text-align: right;
    padding-right: 3px;
    color: #1c67ab;
}

/*
 * 通用Labal样式
*/
.zhushi {
    font-size: 9pt;
    color:#e0e0e0;    
}

/*
 * 通用title样式
*/
title {
	font-size:12px;
	font-weight:bold;
	color:#5F3116;
}

/*
 * 通用Button样式
*/
.btn {
    font-size: 9pt;
    background-color: #E0E0E0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    height: 22px;
    width: 60px;
    cursor: pointer;
}
.navigateMsg {
    font-family: "宋体";
    font-size: 9pt;
    color: #1B4978;
}

/*
 *常用链接
*/
a:visited {
    color: #003366;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
    text-decoration: underline;
}
a:active {
    color: #ff0000;
    text-decoration: none;
}
a:link {
    color: #000000;
    text-decoration: none;
}

/*
 * 带链接的标题
*/
a.caption:visited {
    color: #003366;
    text-decoration: none;
}
a.caption:hover {
    color: #ff0000;
    text-decoration: underline;
}
a.caption:active {
    color: #ff0000;
    text-decoration: none;
}
a.caption:link {
    color: #003366;
    text-decoration: none;
}

/*
 * 超链接式按钮
*/
a.button:hover {
    color: #ff0000;
    text-decoration: underline;
}
a.button:active {
    color: #ff0000;
    text-decoration: none;
}
a.button:visited {
    color: #3d3d3d;
    text-decoration: none;
    font-weight: bolder;
}
a.button:link {
    color: #3d3d3d;
    text-decoration: none;
    font-weight: bolder;
}

/*
 * 工具条按钮
*/
input.toolbar {
    border-right: #1c67ab 1px solid;
    border-left: #1c67ab 1px solid;
    border-top: #1c67ab 1px solid;
    border-bottom: #1c67ab 1px solid;
    font-size: 12px;
    margin-left: 6px;
    cursor: pointer;
    color: #1c67ab;
    margin-right: 6px;
    padding-top: 2px;
    font-family: 宋体;
    height: 20px;
    background-color: white;
}


/* 
 * 弹出窗体设计
*/

table.poptab {
    background-color: #CAD8FA;
}

td.poptle {
    font-size: 10.5pt;
    font-weight: bold;
    color: #000000;
    background-color: #fffff0;
    text-align: center;
}

td.poplbl {
    font-size: 9pt;
    font-weight: bold;
    background-color: #fffff0;
    text-align: right;
    padding-right: 3px;
    color: #3D3D3D;
}

td.poptxt {
    background-color: #fffff0;
    padding-left: 5px;
}

/*
 * 数据显示表格
*/
.tableGrid {
    background-color: #CAD8FA;
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
}

/* 数据显示表格的页眉
*/
.gridHeader {
    height: 18pt;
    font-size: 9pt;
    color: #000000;
    background-image:url("../images/bg_title.gif");
}

/* 数据显示表格的页脚
*/
.gridFooter {
    height: 18pt;
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
    background-color: #EFF3FB;
}

/* 数据显示表格的翻页
*/
.gridPager {
    height: 18pt;
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
    background-color: #FEFEFE;
}

/* 数据显示表格的普通显示行
*/
.gridItem {
    background-color: #EFF3FB;
	cursor: pointer;
    font-size: 9pt;
	height:18pt;
	text-align:center;
}

/* 数据显示表格的交替显示行
*/
.gridAltItem {
    background-color: #FEFEFE;
	cursor: pointer;
    font-size: 9pt;
	height:18pt;
	text-align:center;
}

/* 数据显示表格的处于编辑状态的显示行
*/
.gridEditItem {
    background-color: #CAD8FA;
	cursor: pointer;
    font-size: 9pt;
	height:18pt;
}

/* 数据显示表格的处于选中状态的显示行
*/
.gridSelectedItem {
    background-color: #00FFEE;
    cursor: hand;
    font-size: 9pt;
	height:18pt;
	text-align:center;
}

/*隐藏列
*/
.hiddencol {
    display:none;    
}

