.tiny { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.small { font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.medium { font-family: Arial, Helvetica, sans-serif; font-size: 15px; }
.large { font-family: Arial, Helvetica, sans-serif; font-size: 17px; }

a:link { color: red; }
a:visited { color: red; }
a:hover { color: red; text-decoration: none; }

a.navlink:link { color: #000000; font-weight: bold;}
a.navlink:visited { color: #000000; font-weight: bold;}
a.navlink:hover { color: #FFFFFF; font-weight: bold;}


.navitem { padding: 0px 0px 5px 0px; margin: 0px 0px 0px 0px; }
.navindent { padding-left: 10px; }

.shoptbl td {
 padding-bottom: 25px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	margin: 3px 0px 0px 0px;
	background-color: #0000CC;
}


.readonly { background-color:#CCCCCC;  }
.readonly_highlight { background-color: red;   }

.errorMsg {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

.errorStack {
	color: white;
	font-size: 11px;
}

.small-menu .input-box {
	font: menu;
}

.paddedTab { width: 115px; }
.tiny-header { font-size: 9px; font-weight: normal; }
.compact { margin-top: 2px;	margin-bottom: 4px; }
.indent { margin-left: 20px; }
.disabled { color: #999999; }
.hidden { display: none; }
.uCase { text-transform: uppercase; }

.tblHdr {
	text-align: center;
	vertical-align: middle;
	height: 100%;
}

.footerTxt {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #CCCCCC;
	text-align: right;
	width: 100%;
}

.highlight {
	font-weight: bold;
	xbackground: #CCCCCC;
}

.highlightRed {
	font-weight: bold;
	background: red;
	color: white;
}

.urDisplay {
	font-size: 11px;
	color: red;
}

.detail-spacer {
	height: 7px;
}

.tooltip {
	position: absolute;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 1px #000000;
	background: #FFFFD0;
	display: none;
}

div.gridBody {
	margin-top: 0px;
	margin-left: 0px;
	overflow: auto;
	height: 100%;
	width: 100%;
}

ul.compact {
	margin-left: 20px;
	margin-top: 5px;
}

.bodyFrame {
	overflow: auto;
	height: 100%;
	margin-left: 10px;
}

.button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	background-color: #A0C1D6;
	font-weight: bold;
}

.updateLabel {
	text-align: right;
	color: white;
	background-color: #003366;
	font-weight: bold;
}

.selectAll {
	font-size: 16px;
	font-weight: bold;
}

/**************   GRID STYLES   ****************/

.gridReadonly {
	color: red;
}

.divTbl {
	overflow: auto;
	height:100%;
	xwidth: 200px;
	margin-left: 3px;
}


.tblMain {
	border: 1px solid #003366;
	font: menu;
	xfont-size: .3em;
	background-color: white;
}
.tblHeader td {
	text-align: center;
	border-right: 1px solid threedshadow;
	border-bottom: 1px solid threedlightshadow;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .25em;
	padding-right: .25em;
	color: white;
	background-color: #003366;
	xfont: menu;
}
.tblBody td {
	border-right: 1px solid threedshadow;
	border-bottom: 1px solid threedlightshadow;
	padding: .3em;
	xfont-size: 2.5mm;
}


.text-input-thin {
	overflow: hidden;
	padding: 0px 0px;
	margin: -1px 0px;
	border: none;
	vertical-align: middle;
	font: menu;
	text-align: center;
	background: transparent;
}
.text-input {
	overflow: hidden;
	width: 100%;
	padding: 0px 0px;
	margin: -1px 0px;
	border: none;
	vertical-align: middle;
	font: menu;
	text-align: center;
	background: transparent;
}
.text-input-hdr {
	padding: 0px 5px;
	margin: -1px 0px;
	border: none;
	font-size: 13px;
	background: transparent;
	color: white;
	font-weight: bold;
}

.drop-down { font: menu; }

.text-centered { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.vmiddle { vertical-align: middle; }
.font-blue { color: blue; }
.font-red { color: red; }



/******  TOOLTIP roll-over  ******/

a.rollhome {
	position:relative; /*this is the key*/
	z-index:24;
	color:#3952A5;
	text-decoration:none;
}
a.rollhome:hover { z-index:25; background-color: transparent; }
a.rollhome span { display: none }
a.rollhome:hover span { /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 3em;
	left: -2em;
	width: 20em;
	border: 1px solid #25418C;
	background-color: #25418C;
	color: #FFFFFF;
	text-align: left;
}

/** REPORT STYLES  **/

.reportHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
thead {display: table-header-group;}

.pageBreak { page-break-before:always; }

.topHeader {
	text-align: center;
	width: 100%;
}

.row-hdr {
	text-align: center;
	border-bottom: 1px solid black;
}

.total-value {
	text-align: center;
	border-top: 1px solid black;
}
.row-value {
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
}

.border-bot { border-bottom: 1px solid black; }

.tbl-hdr {
	border-top: 1px solid black;
	border-bottom: 2px solid black;
}
.shaded {
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	background-color: #CCCCCC;
}
.shaded-top { border-top: 2px solid #000000; }
.shaded-bottom { border-bottom: 2px solid #000000; }

