/* $Id: common.css,v 1.12 2004/12/09 07:22:08 nio Exp $ */
body {
    color: black;
    background-color: white;
	margin: 0px;
}

body, p, td, a, input, textarea, select, li {
    font-family: Tahoma,宋体;
    font-size: 9pt;
    font-weight: normal;
}

body, div, p, td {
    line-height: 150%;
}

ul {
	padding: 0 0 0.25em 1.25em;
	margin: 0;
}

acronym {
    cursor: help;
	color: green;
    background-color: #FFFFCC;
	font-weight: normal;
}

.top td {color: #666666}
.top a:link {color: #095BA7 ; text-decoration: none} 
.top a:visited {color: #095BA7 ; text-decoration: none} 
.top a:hover {color: #FF3B00 ; text-decoration: underline}

.nav a:link {color: #F0F0F0 ; text-decoration: none} 
.nav a:visited {color: #F0F0F0 ; text-decoration: none} 
.nav a:hover {color: #FFDC28 ; text-decoration: underline}

/*  通用表格样式    */
table.common {
    border: 0px;
    background-color: #CACACA;
}
table.common th, table.common td {
    background-color: white;
    padding: 2px;
	padding-right: 4px;
	border-bottom: 1px solid #BBBBBB;
}
table.common tr.th1 th,
table.common tr th.th1 {
    color: black;
    background-color: #C3D9FF;
    font-size: 9pt;
	border-top: 1px solid #BBBBBB;
	line-height: 18px;
	word-break: keep-all;
}
/*
table.common tr.th1 th a,
table.common tr th.th1 a {
    color: white;
    text-decoration: underline;
}
*/
table.common tr.th2 th,
table.common tr th.th2 {
    color: black;
    background-color: #EAEAEA;
    font-size: 9pt;
    word-break: keep-all;
}
table.common tr.tr1 td,
table.common tr td.td1 {
    color: #000000;
    background-color: white;
    word-break: keep-all;
}
table.common tr.tr2 td,
table.common tr td.td2 {
    color: #000000;
    background-color: #E8EEF7;
    word-break: keep-all;
}

/*  选中行的样式    */
table.common td.select, 
table.common tr.select td {
    color: black;
    background-color: #FFFFCC;
    word-break: keep-all;
}

/*  表单样式    */
form {
    margin: 0px;
    padding: 0px;
}

/*  横线样式    */
hr {
    height: 1px;
    width: 100%;
    color: #CACACA;
    border-top: 1px #CACACA solid; 
}

/*  列表样式    */
ol, ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*  默认链接样式    */
a {
    color: #3333FF;
    text-decoration: none;
}
a:hover {
	color: #FF6600;
    text-decoration: underline;
}

/*  页面主区域样式  */
div.main {
    padding-left: 16px;
    padding-right: 16px;
}

/*  栏目大标题样式  */
div.bigtitle {
    margin-top: 16px;
    margin-bottom: 16px;
	font-size: 12pt;
    font-weight: bold;
    color: #4B6DD1;    
}

/*  项目标题样式    */
div.title {
    color: #FF6600;
    padding-left: 4px;
    font-weight: bold;
    border-bottom: #3366CC solid 1px;
    background-color: #EAEAEA;
    margin-bottom: 4px;
}

/*  项目内容区样式  */
div.content {
    padding-left: 16px;
    padding-right: 8px;
	margin-bottom: 8px;
}

/*  文本框(type="text")、多行文本框(textarea)样式   */
input.text, textarea.text {
    border: 1px solid gray;
    color: black;
    background-color: white;
	padding-left: 2px;
}
input.text:hover, textarea.text:hover,
input.text:focus, textarea.text:focus {
    border: 1px solid black;
    color: black;
    background-color: #F3F5E5;
}
/*  按钮样式    */
input.button {
    border: 1px solid #000000;
}

/*  图标样式    */
.icon {
    vertical-align: middle;
    border: 0px;
}

/*  editor 样式 */
.richEdit {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid black;
}

/*  提示样式    */
span.tip, div.tip {
    color: gray;
}

/*  正确样式    */
span.ok, div.ok {
    color: green;
}

/*  错误样式    */
span.err, div.err {
    font-weight: bold;
    color: red;
}

div.err {
	text-align: left;
	padding: 2px;
	margin: 0.5em;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}

/*	日历样式	*/
div.dynCalendar {
	background-color: #FFFFFF;
    padding: 4px;
	border: 1px solid #BBBBBB;
	visibility: hidden;
	position: absolute;
	top: 1px;
	left: 1px;
}
table.dynCalendar_tbl {
	background-color: #4682B4;
    border: 0px;
}
table.dynCalendar_tbl td.dynCalendar_header{
    color: #FFFFFFF;
    background-color: #4682B4;
	font-size: 10pt;
	font-weight: bold;
	border: 0px;
	text-align: center;
}
table.dynCalendar_tbl td.dynCalendar_dayname {
    color: #FFFFFF;
	background-color: #87CEFA;
	font-size: 9pt;
	text-align: center;
	border: 0px;
	/*font-weight: bold;*/
}
table.dynCalendar_tbl td.dynCalendar_day {
	background-color: #FEFFEE;
	font-size: 8pt;
	border: 0px;
	width: 23px;
}
table.dynCalendar_tbl td.dynCalendar_today {
	background-color: #CCFFCC;
	font-size: 8pt;
	border: 0px;
}
table.dynCalendar_tbl a {
	color: #FF6600;
	/*font-weight: bold;*/
}
table.dynCalendar_tbl td.dynCalendar_empty {
    background-color: #4682B4;
	border: 0px;
}

/*	组下拉框中最上层组的样式	*/
option.top {
	color: #FF6600;
}    

font.disabled {
	color: gray;
}

.ToolTip {
	background-color: #ffffcc;
	color: #000000; 
	padding: 4px; 
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-right: 2px solid #000000; 
	position: absolute; 
	text-align: left; 
	cursor: default;
}

.PopTip {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: gray;
	padding-left: 2px;
	padding-right: 2px;
	/*background-color: white;*/
}

.PopTip a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #178BFF;	
	text-decoration: underline;
	padding-left: 1px;
	padding-right: 1px;
}