/* Default CSS Stylesheet for a new Web Application project */

.Grid { border: solid 1px Tan; }

.Grid td
{
    border: solid 3px #FFFFFF;
    margin: 3px 3px 3px 3px;
    font-family: Arial;
    padding:  3px 1px 3px 1px;
}

.GridHeader
{
	text-decoration: none;
	color:Maroon;
    padding: 0px 15px 0px 15px;
}

.GridHeader a, .GridHeader a:visited, .GridHeader a:active, .GridHeader a:link
{
    text-decoration: none;
    color:Maroon;
    padding: 0px 15px 0px 15px;
}

.GridHeader a:hover
{
    text-decoration: underline;
    background: Tan url(images/spin.gif) no-repeat 0 100%;
}

.GridItem, .GridAlternatingItem
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 80%;
    FONT-WEIGHT: normal;
    text-align:left;  
}

.GridItem
{
    background-color: #e8e7ec;
}

.GridAlternatingItem
{
    background-color: #f4f7fd;
}

.GridPager a, .GridPager a:visited, .GridPager a:active, .GridPager a:link
{
    color: White;
    background-color: Blue;
}

.GridPager 
{
    color: Blue;
    background-color: White;
    text-align:right;
    FONT-SIZE: 100%;
}


BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    FONT-SIZE: 80%;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    text-align:left;
    color: green;
    WORD-SPACING: normal;
}

TD {
	FONT-SIZE: 75%; font-family: "Helvetica, Arial"; color: #444444 
}

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;
	}

.tree A:link	{	
	text-decoration:	none;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	color:Blue;
	font-size:10px;
	}	
		
.tree A:visited	{	
	text-decoration:	none;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	color:Blue;
	font-size:10px;
	}	
		
.tree A:active	{	
	text-decoration:	none;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	color:Blue;
	font-size:10px;
	}	
		
.tree A:hover	{	
	text-decoration: "underline";
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	color:Blue;
	font-size:10px;
	}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana;
	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;
	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;
	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;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana;
	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;
	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;
	}	
	
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;
	}
	

