/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-family: 'Century Gothic';
	letter-spacing: normal;
	background-color: black;
	scrollbar-face-color:black;
	scrollbar-arrow-color:white;
	scrollbar-track-color:red;
	scrollbar-shadow-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-color:'';
	
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: white;
    font-family: 'Century Gothic';
}
H1	{	
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-size:	1.00em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	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;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	


A:link
{
	color: red;
	text-decoration: none;
}	
		
A:visited
{
	color: #ff9900;
	text-decoration: none;
}	
		
A:active	{	
	text-decoration:	none;
	color:	red;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	blue;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Monotype Corsiva, 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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	.Button {
	font: x-small Monotype Corsiva;
	color: yellow;
	background-color: maroon;
	border: 1;
	border-color: white;
	border-style: solid;
}

.TextBox {
	font: x-small Monotype Corsiva;
	font-size: 12;
	color: darkblue;
	background-color: lightyellow;
}

.Grid_General {
	font: x-small Monotype Corsiva;
	color: darkblue;
	background-color: white;
}

.Grid_Item {
	font: x-small Monotype Corsiva;
}

.Grid_Header {
	font: bold Monotype Corsiva;
	color: Maroon;
	background-color: #C0C0FF;
}

.Grid_Pager {
	font: bold Bookman Old Style;
	color: maroon;
	background-color: #EAEAFC;
}

.Grid_AlternatingItem {
	font: x-small Monotype Corsiva;
	background-color: white;
}

.Grid_SelectedItem {
	font: x-small Monotype Corsiva;
	color: Black;
	background-color: orange;
}

.Error {
	color: red;
}

