

body
{
    FONT-FAMILY: arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
    
}

A:link
{
	text-decoration: none;
	color: orange;
}
A:visited {text-decoration: none; color:orange;}
A:hover {color: #ff9900; text-decoration:underline;}

TD
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE:  10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

TD.Bold
{
	font-size:  10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
}

TD.HeaderRow
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	HEIGHT: 12px;
	background-color: #6da2da;
}
TR
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE:  10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
INPUT
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
SELECT
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.dg
{
	width: 100%;
}
.dgHeader
{
	background: #E0E0E0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 1em;
}
.dgReportHeader
{
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 1em;
	border-bottom-style: double;
	border-bottom-color: Black;
	border-bottom-width: thick;
}

.dgItem
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	height: 1em;
}

.dgAlternatingItem
{
    background-color: #f0f8ff;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    height: 1em;
}

Span
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

textarea
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

Span.Large
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

Span.LabelHeader
{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


Span.EventControlTitle
{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
Span.EventControlSubTitle
{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:Gray;
}
Span.EventControlText
{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 7px;
	color:Gray;
}

Input.EventControlTextBox
{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

Input.EventControlButton
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: gray;
	color: White;
	border-style: none;
}

Table.EventControlTable
{
	border-right: black 1px solid;
	border-top: #000000 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

Table.EventControlTableRight
{
	border-right: black 1px solid;
	border-top: #000000 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
Table.EventControlTableBig
{
	border-right: black 1px solid;
	border-top: #000000 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
TR.EventControlTableHeaderRow
{
	height: 18;
	width: 100%;
}


HR.EventControlLine
{
	line-height: 1;

}

/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */
	
#menu1 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	/*border-size: 1px;*/
	border-width: 1px;
	margin-right: 10px;
	}
	
#menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
		
#menu1 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #5E7830;
	display: block;
	background: url(images/menu1.gif);
	padding: 8px 0 0 10px;
	}
	
#menu1 li a:hover {
	color: #26370A;
	background: url(images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu1 li a:active {
	color: #26370A;
	background: url(images/menu1.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}
	
/* =-=-=-=-=-=-=-[Menu Two]-=-=-=-=-=-=-=- */
	
#menu2 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #677D92;
	/*border-size: 1px;*/
	border-width: 1px;
	margin-right: 10px;
	}
	
#menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu2 li a:link, #menu2 li a:visited {
	color: #fff;
	display: block;
	background: url(images/menu2.gif);
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:hover {
	color: #283A50;
	background: url(images/menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:active {
	color: #283A50;
	background: url(images/menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}	
	
/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu3 {
	width: 200px;
	border: 1px solid #ccc;
	margin: 10px;
	}
	
#menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu3 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #888;
	display: block;
	background: url(images/menu3.gif);
	padding: 8px 0 0 30px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #283A50;
	background: url(images/menu3.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
/* =-=-=-=-=-=-=-[Menu Four]-=-=-=-=-=-=-=- */
	
#menu4 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #D76100;
	/*border-size: 1px;*/
	border-width: 1px;
	margin-right: 10px;
	}
	
		
#menu4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu4 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu4 li a:link, #menu4 li a:visited {
	color: #9E3C02;
	display: block;
	background: url(images/menu4.gif);
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:hover {
	color: #fff;
	background: url(images/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:active {
	color: #fff;
	background: url(images/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}	
	
/* =-=-=-=-=-=-=-[Menu Five]-=-=-=-=-=-=-=- */
	
#menu5 {
	width: 200px;
	border-style: none solid none solid;
	border-color: #D0D0D0;
	border-width: 1px;
	margin-right: 10px;
	}
	
#menu5 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu5 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu5 li a:link, #menu5 li a:visited {
	color: #777;
	display: block;
	background: url(images/menu5.gif);
	padding: 8px 25px 0 10px;
	text-align: right;
	}
	
#menu5 li a:hover {
	color: #fff;
	background: url(images/menu5.gif) 0 -32px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}
	
#menu5 li a:active {
	color: #fff;
	background: url(images/menu5.gif) 0 -64px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}

/* =-=-=-=-=-=-=-[Menu Six]-=-=-=-=-=-=-=- */
	
#menu6 {
	width: 200px;
	margin: 10px;
	}
		
#menu6 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu6 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
	
#menu6 li a:link, #menu6 li a:visited {
	color: #8D9179;
	display: block;
	background: url(images/menu6.gif);
	padding: 8px 0 0 10px;
	}
	
#menu6 li a:hover, #menu6 li a:active {
	color: #6C7250;
	background: url(images/menu6.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

/* =-=-=-=-=-=-=-[Menu Seven]-=-=-=-=-=-=-=- */
	
#menu7 {
	width: 100%;
	border-style: none dashed dashed dashed;
	border-color: #608FB5;
	border-width: 1px;
	}
	
#menu7 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu7 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu7 li a:link, #menu7 li a:visited {
	color: #1D537F;
	display: block;
	background: url(images/menu7.gif) repeat-x;
	padding: 10px 0 0 10px;
	}
	
#menu7 li a:hover {
	color: #fff;
	background: url(images/menu7.gif) repeat-x 0 -32px;
	padding: 10px 0 0 10px;
	}
	
#menu7 li a:active {
	color: #fff;
	background: url(images/menu7.gif) repeat-x 0 -64px;
	padding: 10px 0 0 10px;
	}
	
/* =-=-=-=-=-=-=-[Menu Eight]-=-=-=-=-=-=-=- */
	
#menu8 {
	width: 200px;
	margin-top: 10px;
	}
	
#menu8 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu8 li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px
	}
	
#menu8 li a:link, #menu8 li a:visited {
	color: #777;
	display: block;
	background: url(images/menu8.gif);
	padding: 8px 0 0 25px;
	}
	
#menu8 li a:hover {
	color: #257EB7;
	background: url(images/menu8.gif) 0 -32px;
	padding: 8px 0 0 25px;
	}
	
#menu8 li a:active {
	color: #fff;
	background: url(images/menu8.gif) 0 -64px;
	padding: 8px 0 0 25px;
	}
	
/* =-=-=-=-=-=-=-[Menu Nine]-=-=-=-=-=-=-=- */
	
#menu9 {
	width: 200px;
	margin-top: 10px;
	}
		
#menu9 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu9 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
		
	
#menu9 li a:link, #menu9 li a:visited {
	color: #E5E8D4;
	display: block;
	background: url(images/menu9.gif);
	padding: 8px 0 0 10px;
	}
	
#menu9 li a:hover {
	color: #725033;
	background: url(images/menu9.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu9 li a:active {
	color: #fff;
	background: url(images/menu9.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}