/**********************************************************************
	Filename: global.css
	Project:  FireWriter 
	
	Global style-sheet for Administration used on all pages throughout
	the site.
**********************************************************************/
/* Body Tag Definition */
body { margin-left:0; margin-top:0; margin-right:0;  background-color:#ffffff; }

/* Assign font and color to the general styles */
font, th, td, p, body, span, div, textarea, ul, li { font-family:Arial,Helvetica,Verdana,sans-serif,sans; color:rgb( 0, 0, 0 ); font-weight:normal; font-size:11px; }
h1,h2,h3,h4,h5 { font-family:Arial,Helvetica,Verdana,sans-serif,sans; color:rgb( 0,0,0 ); }
h1 { font-size:22px; font-weight:bold; }
h2 { font-size:18px; font-weight:bold; }
h3 { font-size:16px; font-weight:bold; }
h4 { font-size:14px; font-weight:bold; }
h5 { font-size:12px; font-style:italic; font-weight:normal;}
 
/* General link formatting */
a { text-decoration:none; color:rgb( 0,0,0 ); font-weight:bold; }
a:hover { text-decoration:underline; }

/* Default horizontal rule */
hr { height:1px; color:rgb( 0, 0, 0 );}

/* Classes */
.pagetitle { font-size:22px; color:rgb(242,182,0); font-weight:bold; margin-left:20px;}
.foottitle { font-size:10px; margin-left:40px; }
.footdata { font-size:14px; margin-left:40px; font-weight:normal;}
.copyright { font-size:10px; font-weight:normal; }

.title { font-size:18px; color:#660000; font-weight:bold; }
.subtitle { font-size:14px; color:#660000; font-weight:bold; margin-bottom:5px; }
.footnote { font-size:10px; }
.label { font-size:10px; font-weight:bold; text-transform:uppercase; margin-top:5px; }

.tblh{font-size:11px; font-weight:bold; color:#F2B600; background-color:#000000; text-decoration:none; padding:4px;}
.tblh:hover { text-decoration: underline; color:#cc3333; }
.tbld0 { font-size:10px; font-weight:normal; background-color:#eeeeee; text-decoration:none;  }
.tbld0:hover { text-decoration: underline; }
.tbld1 { font-size:10px; font-weight:normal; background-color:#dddddd; text-decoration:none;  }
.tbld1:hover { text-decoration: underline; }
.tblb0 { font-size:11px; font-weight:bold; background-color:#eeeeee; text-decoration:none;  }
.tblb0:hover { text-decoration: underline; }
.tblb1 { font-size:11px; font-weight:bold; background-color:#dddddd; text-decoration:none;  }
.tblb1:hover { text-decoration: underline; }
.tbldempty { font-size:10px; font-weight:normal; background-color:#ffffff; text-decoration:none;  }

.quoh { font-size:12px; font-weight:bold; color:#000000; }
.quol { font-size:11px; font-weight:normal; color:#000000; }
.quod { font-size:12px; font-weight:normal; color:#000000; }
.quot { font-size:12px; font-weight:normal; color:#000000; }

.ordh { font-size:12px; font-weight:bold; color:#000000; }
.ordl { font-size:10px; font-weight:normal; color:#000000; }
.ordd { font-size:12px; font-weight:normal; color:#000000; }
.ordt { font-size:12px; font-weight:normal; color:#000000; }

.pagebar { font-size:10px; font-weight:normal; color:#666666; background-color:#d8cccc; text-decoration:none; padding:2px;}
.pagebutton { font-size:10px; font-weight:bold; color:#000000; background-color:#d8cccc; text-decoration:none; }
.pagebutton:hover { text-decoration:underline; }

.error { font-size:10px; font-weight:bold; color:red; }

.grdTopPadding
{
	padding-top: 3px;
}

.optIndent
{
	/*margin-left: 1.3em;
	text-indent: -1.3em;*/
}

.clEn {border:solid 1px #000000;}

.dgItemStyle
{
	font-size: 8pt;
}

a.hLink:active{COLOR: #A02223; TEXT-DECORATION:none; font-weight: normal; font-size: 9pt;}
a.hLink:link{COLOR: #A02223; TEXT-DECORATION:none; font-weight: normal; font-size: 9pt;}
a.hLink:visited{COLOR: #A02223; TEXT-DECORATION:none; font-weight: normal; font-size: 9pt;}
a.hLink:hover{COLOR: #A02223; TEXT-DECORATION:none; font-weight: normal; font-size: 9pt;}

.redText
{
	color: Red;
}

.hiddenControl
{
	visibility: hidden;
	position: absolute;
	top: -1000;
	left: -1000;
	z-index: -100;
}