@import "buttons.css";
body, .spc{
    background-color: #ddddff;
    FONT-FAMILY:Times New Roman, Verdana, Arial, Helvetica, sans-serif;
    color:#111144;
}
.spc{
	border-top:solid 1px #ddddff;
	border-right:solid 1px black;
	border-bottom:solid 1px #ddddff;
}
.wide, .full, .fullFixed{
	width:100%;
}
.full, .fullFixed{
	height:100%;
}
.fullFixed, .fixed{
	table-layout:fixed;
}
.fullFixed td {
	vertical-align:top;
	padding-left:5px;
}
A:hover{	
	color:navy;
}
img{
	margin: 5px 10px;
}
#symbols img{
	margin:0px;
}
.headerText{
	font-weight:bold;
	font-size:medium;
	text-align:center;
}
.lblText{
	border-style:none;
 	background-color:transparent;
}
.pushB, .pushBM, .pushBL, .lblText, .headerText, .push35, .push100{
	color:#aa4400;
}
.introText, .introUnd{
	color:#660000;
	font-size:90%;
	font-weight:bold;
}
.introUnd{
	text-decoration:underline;
	font-size:larger;
}
tr.rowDef td{
	white-space:nowrap;
	font-size:0px;
	line-height:0;
	padding:0px;
	height:0px;
}
span.ast, .validator{
	color:#ff3300;
}
.validator{
	font-weight:bold;
	font-size:80%;
}
tr.split{
	height:3px;
}
tr.split td{
	font-size:1px;
}
input.readOnly{
	padding-left:5px;
	background-color:transparent;
	border:0px solid;
}
.inpExtraShort{
	width:38px;
}
.inpShort{
	width:76px;
}
.inpMedium{
	width:150px;
}
.inpMediumLong{
	width:200px;
}
.inpLong{
	width:400px;
}
.inpExtraLong{
	width:650px;
}
.entryHeader{
	color:white;
	background-color:#333399;
	width:550px;
	height:35px;
	font-size:x-large;
	vertical-align:middle;
	text-align:center;
	padding-top:5px;
	margin-bottom:10px;
}
.nobr{
	white-space:nowrap;
}
.rightButton{
	text-align:right;
	padding-right:10px;
}
.rSc{
	text-align:right;
	padding-right:30px;
}
table.rbd td{
	border-right:1px solid black;
}
table.rbd td.spc{
	border-right:1px solid #ddddff;
}
.lbd{
	border-left:1px solid black;
}
.tbd{
	border-top:1px solid black;
}
td.inTable{
	padding-left:0px;
}
.formLeft{
	width:30%;
}
formRight{
	width:70%;
}
.row1 td{
	border-bottom: 1px solid #cccccc;
}
.row2 td{
	border-bottom: 1px solid black;
}
.row3 td{
	border-bottom: 2px solid black;
}
.row1 td.spc, .row2 td.spc, .row3 td.spc{
	border-bottom:solid 1px #ddddff;
}
.itl{
	font-style:italic;
}
.bld{
	font-weight:bold;
}
.gridH{
	background-color:#dddddd;
}
.gridH td{
	vertical-align:middle;
	padding-left:3px;
}
.gridH a, .gridH a:visited{
    color:#111144;
    color:#222299;
	text-decoration:underline;
}
.gridH a:hover{
    color:blue;
}
/*	menu styles	*/
#tdMenu table{
	border:solid 0px transparent;
}
#tdMenu table td{
	padding:0px;
	border:solid 1px #CEA25A;
	border-top-width:0px;
}
#tdMenu table a, #tdMenu table a:visited{
	padding-left:5px;
	display:block;
	background-color:#DCBB75;
	background-color:#ddddff;
	color:#111144;
	text-decoration:none;
}
#tdMenu table a:hover{
	background-color:#eedd99;
	color:Blue;
}
#tdMenu table a.sel, #tdMenu table a.sel:visited{
	background-color:#eedd99;
	color:#111144;
	cursor:default;
}
#aTimer{
	position:fixed;
	_position:absolute;
	right:0px;
	top:0px;
	_top:expression(document.documentElement.scrollTop - this.clientHeight + this.clientHeight);
	padding: 0 3px;
	width:100px;
	margin: 5px;
	background-color:#eeeeee;
    border: 1px solid #888888;
}
