/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

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;
	}	
	

.Button {
	font: x-small Verdana, Arial, sans-serif;
	color: white;
	background-color: #000099;
	border: 1;
	border-color: white;
	border-style: solid;
}

.TextBox {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 12;
	color: darkblue;
	background-color: lightyellow;
}

.Grid_General {
	font: x-small Verdana, Arial, sans-serif;
	color: Grid_General;
	background-color: #F1F1F1;
}

.Grid_General2
{
	font: x-small Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
}
.Grid_Item {
	font: x-small Verdana, Arial, sans-serif;
}


.Grid_Header {
	font: bold Arial;
	color: white;
	background-color: #000099;
}

.Grid_Pager {
	font: bold Arial;
	color: maroon;
	background-color: #EAEAFC;
}

.Grid_AlternatingItem {
	font: x-small Verdana, Arial, sans-serif;
	background-color: #E8E6E6;
}

.Grid_SelectedItem {
	font: x-small Verdana, Arial, sans-serif;
	color: Black;
	background-color: orange;
}

.TextBox {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 12;
	color: darkblue;
	background-color: lightyellow;
}

.NGrid_General {
	font: x-small Verdana, Arial, sans-serif;
	color: darkblue;
	background-color: #F1F1F1;
}

.NGrid_Item {
	font: x-small Verdana, Arial, sans-serif;
}

.NGrid_Header {
	font: bold Arial;
	color: white;
	background-color: #564000;
}

.NGrid_Pager {
	font: bold Arial;
	color: maroon;
	background-color: #EAEAFC;
}

.NGrid_AlternatingItem {
	font: x-small Verdana, Arial, sans-serif;
	background-color: #E8E6E6;
}

.NGrid_SelectedItem {
	font: x-small Verdana, Arial, sans-serif;
	color: Black;
	background-color: orange;
}

.Error {
	color: red;
}

.CommentBorder 
{
	border: 1px outset #000099 ; 

}
.Error2
{
	font: x-small Verdana, Arial, sans-serif;
	color: red;
	background-color: transparent;
}