
BODY {
	font-family: Arial, 宋体;
	font-size: 9pt;
	background-color: #ffffff;
	margin: 0px;
}

FORM {
	margin: 0px;
}

A:link, A:visited {
	font-family: Arial, 宋体;
	font-size: 9pt;
	color: blue;
}

A:hover, A:active {
	font-family: Arial, 宋体;
	font-size: 9pt;
	color: red;
}

.bluetext { color: #003366; }

HR { color: #3c78b5; height: 1px; }

TABLE {
	font-family: Arial, 宋体;
	font-size: 9pt;
	border-width: 0px;
}

td.listtitle {
	font-family: Arial, 宋体;
	font-size: 10pt;
	color: #58595B;
}

INPUT {
	font-family: Arial, 宋体;
	font-size: 9pt; 
	border: #7f7f7f; 
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px; 
	border-bottom-width: 1px;
	border-left-width: 1px;
}

TEXTAREA {
	font-family: Arial, 宋体;
	font-size: 9pt; 
	border: #7f7f7f; 
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px; 
	border-bottom-width: 1px;
	border-left-width: 1px;
}

SELECT {
	font-family: Arial, 宋体;
	font-size: 9pt; 
	border: #000000; 
	border-style: none;
	border-top-width: 1px;
	border-right-width: 1px; 
	border-bottom-width: 1px;
	border-left-width: 1px;
}

BODY.dialog {
	background-color: lightgrey;
}

BODY.dialog #splash {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#deebeb;
}

INPUT.imagebutton {
	font-size: 9pt; 
	border: #000000; 
	border-style: none;
	border-top-width: 0px;
	border-right-width: 0px; 
	border-bottom-width: 0px;
	border-left-width: 0px;
}

INPUT.checkbox {
	font-size: 9pt; 
	border: #000000; 
	border-style: none;
	border-top-width: 0px;
	border-right-width: 0px; 
	border-bottom-width: 0px;
	border-left-width: 0px;
}

INPUT.radio {
	font-size: 9pt; 
	border: #000000; 
	border-style: none;
	border-top-width: 0px;
	border-right-width: 0px; 
	border-bottom-width: 0px;
	border-left-width: 0px;
}

INPUT.disabled {
	color:gray;
}

.warningMsg {
	color:red;
}

table.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 100%;
	margin-top: 10px;
}

table.preQueryTable {
	width: 100%;
	background-color: #9fd6ff;
	margin-bottom: 10px;
}

table.preQueryTable td {
	background-color: #f2f9ff;
}
	
table.queryTable {
	border-style: none;
	background-color: #f2f9ff;
	width: 100%;
	margin-bottom: 10px;
}

table.panelTable {
	width:100%;
	height:24px;
	background-repeat: repeat;
	background-position: left center;
	background-image:url(../images/panel_underline.gif);
}

table.panelTable td.head {
	width:100px;
}

table.panelTable table.active {
	height:100%;
}

table.panelTable table.active td.left {
	width:5px;
    background-image:url(../images/panel_active_l.gif);
}

table.panelTable table.active td.right {
	width:5px;
    background-image:url(../images/panel_active_r.gif);
}

table.panelTable table.active td.center {
	align:center;
	text-align:center;
	color:white;
    font-weight:bold;
    background-image:url(../images/panel_active_c.gif);
}

table.panelTable td.inactive {
	width:100px;
	align:center;
	text-align:center;
}

table.listTable {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	background-color: white;
	color:#014f8a;
    border:1px solid #9fd6ff;
    border-collapse:collapse;
}

table.listTable th {
	background-color: #c8e1fb;
    border:1px solid #9fd6ff;
    padding: 3px;
}

table.listTable tr.odd {
}

table.listTable tr.even {
	background-color: #f2f9ff;
}

table.listTable td {
    border:1px solid #9fd6ff;
    padding: 3px;
}

.required {
	color:red;
	font-weigth: bolder;
	padding-left:2px;
}

.tip {
	color:green;
	padding-left:2px;
}

.successMessage {
	margin: 0px 0px 10px 3px;
	color:green;
	font-weight:bold
}

.errorMessage {
	margin: 0px 0px 10px 3px;
	color:red;
	font-weight:bold
}

table.gbutton1 {
	display:inline;
	border-style:none;
	height:20px;
	background-image:url('../images/gbutton1_c.gif');
}

table.gbutton1 td.left {
	width:4px;
	background-image:url('../images/gbutton1_l.gif');
}
	
table.gbutton1 td.right {
	width:4px;
	background-image:url('../images/gbutton1_r.gif');
}

table.gbutton1 input {
	height:20px;
	border-style:none;
	background-color:transparent;
	color:#1d6387;
	cursor:hand;
}

table.gbutton2 {
	display:inline;
	border-style:none;
	height:20px;
	background-image:url('../images/gbutton2_c.gif');
}

table.gbutton2 td.left {
	width:4px;
	background-image:url('../images/gbutton2_l.gif');
}
	
table.gbutton2 td.right {
	width:4px;
	background-image:url('../images/gbutton2_r.gif');
}

table.gbutton2 input {
	height:20px;
	border-style:none;
	background-color:transparent;
	color:#626eac;
	cursor:hand;
}

div.fixedHeaderTableContainer {
	border:1px solid #9fd6ff;
	overflow:auto;
	width:100%;
}

div.fixedHeaderTableContainer table.listTable {
	border-style:none;
	margin: 0px;
}

div.fixedHeaderTableContainer thead tr {
	position:relative;
	top: expression(document.getElementById('fixedHeaderTableContainer').scrollTop - 1);
}

.imagebtn {
	cursor:hand;
	border:0px;
	background-color:transparent;
}
