/** RESET **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;

}

ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/** END RESET **/

/** MAIN LAYOUT AND FONTS **/

html
{
	overflow: -moz-scrollbars-vertical;
}

body 
{
	line-height: 1.5;
	width: 100%;
	min-width: 70em;
	background-color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 64%;
	color: Black;
	text-align: justify;	
}

h1, h2 { font-weight: bold; COLOR: #008000; }

h1 { padding-top: 5px; margin-bottom: 0.9em; font-size: 1.5em; border-bottom: 1px solid #CCC;}

h2 { padding-top: 0.5em; margin-bottom: 0.4em; font-size: 1.3em;}

p { padding-bottom: 0.8em; }

a { color: #006400; text-decoration: none; font-weight:bold;}
a:hover { text-decoration: underline; }

/** END MAIN LAYOUT AND FONTS **/

/** HEADER **/

div#pageContent
{
	position:relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

div#titleBar 
{
	padding: 0;
	background: #287120 url(../images/topgradient.jpg) repeat-y 0 0;
	height: 80px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

div#webicon
{
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 30px;
	float: left;
}

div#logo
{
	padding-top: 10px;
	float: left;
}

div#titleTextBox
{
	width: 345px;
	margin-left: 30%;
	margin-top: 10px;
}


h1.mainTitle 
{
	padding: 0;
	margin: 0;
	margin-top: -10px;
	color: #006400;
	border: none;
	font-size: 6.0em;
	font-family: segoe, "Times New Roman";
}

h2.mainTitle 
{
	text-align: right;
	padding: 0;
	margin-top: -22px;
	font-size: 1.0em;
	font-family: "Times New Roman";
	color: #006400;
	border: none;
}

div#loginBar
{
	border: 1px solid #000;
	background: #DDD;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	padding: 0px 5px 5px 5px;
}

div#loginBar div#loggedOut
{
	font-size: 1.3em;
}

div#loginBar h2
{
	font-size: 1.3em;
	font-weight: normal;
	padding: 0;
}

div#loginBar a
{
	text-decoration: none;
}

div#loginBar a:hover
{
	text-decoration: underline;
}

div#loginBar a.logoutButton
{
	background: #BBB;
	border: 1px solid #000;
	padding: 1px;
	text-decoration: none;
}

div#loginBar a.logoutButton:hover
{
	background: #EEE;
}

/** END HEADER **/

/** MENU **/
div#menuLeft 
{
	padding: 30px 10px 10px 10px;
	float: left;
	width: 140px;
	height: 100%;
	margin: 0;
	overflow: hidden;
	border-right: 1px solid #CCC;
	margin-right: -1px;
}

div#menuLeft li 
{ 
	margin-bottom: 10px;
}

div#menuLeft a.menulink, div#submenu a.menulink
{
	border: 1px solid #AAA; 
	font-size: 1em;
	display: block;
	padding: 0.1em 1.2em;
	text-decoration: none;
	background-color: #E6E6E6;
	color: #702200;
	font-weight:normal;
}

div#menuLeft a.menulink:hover, div#submenu a.menulink:hover
{ 
	background-color: #D2D2D2; 
	color: #000; 
}

div#menuLeft li.active a.menulink.activelink, div#submenu li.activesub a.activesublink
{
	border: 1px solid #666; 
	background-color: #D3F9BC;
}

div#menuLeft li.active a.menulink:hover, div#submenu li.active a.menulink:hover 
{
	background-color: #B7FF8E;
	color: #000; 
}

div#menuLeft a.newmenulink
{
	border: 1px dotted #AAA; 
	font-weight: bold;
	font-style: italic;
	color: #287120;
}

div#menuLeft li.activenew a.newmenulink
{
	background-color: #D3F9BC;
}

div#submenu li { margin-left: 20px; }

/* IE fix */
div#menuLeft div { margin-top: 10px; }


div#menuLeft ul li span.upArrow:hover, div#menuLeft ul li span.downArrow:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}	

div#menuLeft ul li span.upArrow
{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	float: left;
	height: 15px;
	width: 12px;
	margin-top: -19px;
	margin-left: 2px;
	cursor: pointer;
	background-image: url(../images/upicontranssmallgif.gif);	
	display: none;
}

div#menuLeft ul li span.upArrow a
{
	height: 15px;
	width: 12px;
	display: block;
	background: transparent;
}

div#menuLeft ul li:hover span.upArrow
{
	display: block;
}		
			
div#menuLeft ul li span.downArrow
{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	float: right;
	height: 15px;
	width: 12px;
	margin-top: -18px;
	margin-right: 2px;
	cursor: pointer;
	background-image: url(../images/downicontranssmallgif.gif);	
	display: none;
}

div#menuLeft ul li span.downArrow a
{
	height: 15px;
	width: 12px;
	display: block;
	background: transparent;
}

div#menuLeft ul li:hover span.downArrow
{
	display: block;
}				

span#separator
{
	width: 15px;
	height: 1px;
	padding: 0;
	margin-top: 9px;
	float: left;
	border-top: 1px solid black;
}

/* END MENU */









/* CONTENT */

div#contentWrapper 
{ 
	background-color: white; 
	font-size: 1.12em;
	border-top: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}

div#content 
{
	margin: 0 0 0 160px;
	padding: 0;
	height: 1%; /* IE6 hack... it's very minor, though */
	text-align: justify;
	border-left: 1px solid #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: justify;
}

div#contentInner 
{ 
	padding: 15px;
	min-height: 500px; 
	overflow: hidden; 
}

div#hack
{
	clear: left;
}

/* END CONTENT */


/* ADMIN CONTROLS */

div#adminControls
{	
	background-color: #ACD5A9;
	padding-left: 10px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;	
	border-bottom: 1px solid #666;
	font-size: 1.5em;
	clear: left;
}

/* END ADMIN CONTROLS */


/* FOOTER */

div#footer 
{
	font-size: 1em;
	text-align: center;
	background-color: #444;
	color: #EEE;
	padding-top: 4px;
	padding-bottom: 2px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	clear: left;
}

#footer a { color: #EEE; }

/* END FOOTER */



div#roleOptions
{
	margin-left: 0px;
	margin-top: -5px;
	width: 150px;
	float: left;
}

div#roleOptions input
{
	width: 15px;
	float: none;
	vertical-align: middle;
}

div#roleOptions label
{
	display: inline;
	margin-left: 10px;
	float: none;
}


/* TABLE LAYOUT */


table.formatted  th, table.formatted td, table.formatted tr 
{ 
	border: 1px #000 solid; 
	text-align: left;
}

table.formatted
 {
	margin: 10px;
	clear: left;
	max-width: 100%;
}

table.formatted th 
{
	background: #333 url(../images/menuBack.jpg) repeat-x top left;
	padding: 3px 6px;
	color: #FFF;
	#min-width: 100px;
}

table.formatted td 
{
	padding: 2px 6px;
	color: #222;
	border: 0px #000 solid;
}

table.formatted td.upcoming
{
	background-color: #FFB27F;
}

table.formatted td.expired
{
	background-color: #FF7F7F;
}

table.formatted th a
{
	text-decoration: none;
	color: #FFF;
	background-color: #777;
	padding: 2px;
	border: 1px solid #AAA;
}

table.formatted span.upArrowSort
{
	margin-top: -11px;
	float: right;
	height: 11px;
	width: 11px;
	background-image: url(../images/upArrowSort.gif);
}

table.formatted img
{
	margin-right: 5px;
}

/* END TABLE LAYOUT */



form.customerSearch
{
	margin: 0 0px 10px 10px; 
}

form.customerSearch input
{
	margin-right: 5px;
}

div.searchStringContainer
{
	margin-left: 10px;
	margin-bottom: 10px;
}

span.searchStrings
{
	font-style: italic;
}

span.searchString
{
	font-weight: bold;
}

span.noResults
{
	padding: 2px;
	background: #CCC;
	border: 1px solid black;
}


span.paragraphHeader
{
	border-bottom: 1px solid #555;
}







fieldset
{
	border: 1px solid black;
	background: #EEE;
	padding: .7em 0.5em 0.5em 0.5em;
	margin: 0.5em;
	width: 28em;
}

fieldset.wide
{
	width: 32em;
}

fieldset label
{
	width: 220px;
	float: left;
}

fieldset input
{
	float: left;
	width: 200px;
	margin-bottom: 8px;
}

fieldset textarea
{
	float: left;
	width: 200px;
	margin-bottom: 8px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

fieldset p
{
	clear: left;
}

fieldset p.submit input
{
	width: auto;
}

fieldset p.submit
{
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
}

fieldset span.required 
{
	color: #F00;
}

fieldset div.requiredExplanation 
{
	clear: both;
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 5px;
}

fieldset span.divider 
{
	clear: left;
	float: left;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}


div.submit form
{
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
}




/** FLASH ERRORS **/

div#flashErrors 
{
	background-color: #FF3;
	border: 1px solid #FC0;
	padding: 10px;
	margin: 10px 0px 20px 0px;
}

div#flashSupperErrors
{
	background-color: #F12;
	border: 1px solid #CF0;
	padding: 10px;
	margin: 10px 0px 20px 0px;
}

div#flashInfo 
{
	background-color: #9F3;
	border: 1px solid #CF0;
	padding: 10px;
	margin: 10px 0px 20px 0px;
}

/**END FLASH ERRORS **/

/** UTILITY CLASSES **/

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.left { float: left; }
.right  { float: right; }
.clear { clear: both; height: 0; line-height: 0; }
.pad { width: 220px; float:left;}

/** END UTILITY CLASSES **/


.smallgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #336600;
}

.smallgreen A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #336600;
	font-weight:normal;
	text-decoration:none;
}

.smallgreen A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #336600;
	text-decoration:underline;
}

TD.headerline {
	font-weight: bold;
	color: #008001;
	font-size:120%;
}

.highlightrow {
	background-color: #CCFFCC;
	cursor: pointer;
}

.spacedout TD {
	padding-top: 4px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.userlist
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

INPUT, TEXTAREA, SELECT {
	font-family:Verdana,Arial,Helvetica, sans-serif; 
	font-size: 6.5pt; 
	font-weight: normal; 
	text-decoration: none; 
	color:black; 
	padding-left: 2px; 
	border: 1px solid #BBBBBB; margin: 0px 
}

.login {
	padding:10px;
	font-size: 12px;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	background-color: #B7FF8E;
	border:1px solid #CCC;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	
	
}


div.floatingBackButton{
	position:absolute;
	z-index:10000000;
	right:4px;
	bottom:4px;
	width:24px;
	height:25px;
}

div.floatingBackButton a{
	position:absolute;
	z-index:100000000;
	display:block;
	width:24px;
	height:25px;
}

div.floatingBackButton a:link,
div.floatingBackButton a:visited{
	background:url("/images/back.gif") no-repeat;
}

div.floatingBackButton a:active,
div.floatingBackButton a:hover{
	background:url("/images/back_hover.gif") no-repeat;
}
