/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px;
}

TD, SELECT, INPUT, TEXTBOX, TEXTAREA
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.InputButton 
{
	 FONT-FAMILY: Verdana, Arial, Helvetica; 
	 FONT-SIZE: 12px; 
	 BORDER: 1px #4D4A46 solid; 
	 BACKGROUND-COLOR: #C1DED5;
	 width: 100px; 
	 margin-top: 2px;
} 

.AltDgStyle
{
	background-color: #DDDDDD;	
}

.Total
{
	background-color: #AAAAAA;
	font-weight: bold;
}

.GrandTotal
{
	background-color:Gray;
	font-weight: bold;
}

.Label
{
	text-align: right;
	background-color: #EEEEEE;
	font-weight: bold;	
}

.DGHeader
{
	background-color: #356899;
	color: #ffffff;
	font-weight: bold;	
}

.AltDGHeader
{
	background-color: #B1CBE4;
	color: #000000;
	font-weight:bolder;
}

.DGSortHeader
{
	background-color: #B1CBE4;
	color: #ffffff;
	font-weight: bold;	
}


.header
{
	background-color: #A8C2DA;
	color: #ffffff;
	font-weight: bold;	
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

/* ASPnetMENU Classes */
.MenuGroup
{
  background-color:#FFFFFF; 
  border-color: #999999;
  border: solid 1px #999999;
  cursor:default;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3); 
}

.TopMenuItem
{
	background-image: url(images/nav_bg.gif);
	padding-right: 10px;
	padding-left: 7px;
	font-weight: 500;
	font-size: 10px;
	padding-bottom: 4px;
	cursor: default;
	color: #000000;
	padding-top: 3px;
	font-family: Verdana;
	font-size: 11px;
	width: 100px;
	
}

.TopMenuItemOver 
{
  background-color:#EEEEEE; 
  font-family:Verdana; 
  font-size:11px; 
  color:#000000;
  padding:2px;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-left:7px;
  padding-right:10px;
  cursor:default;
  width: 100px;
}

.MenuItem
{
  font-family:MS Sans Serif; 
  font-size:9px; 
  color:#000000;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  cursor:default;
}

.MenuItemOver 
{
  background-color:EDEDED; 
  color:#000000; 
  font-family:MS Sans Serif; 
  font-size:9px; 
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  cursor:default;
}

