/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 16px;
	word-spacing: normal;
	text-transform: none;
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: lightsteelblue;
}
TABLE
{
	font-size: 14px;
}
.Small
{
	font-size: 12px;
}
.Heading
{
	font-size: 16px;
	font-weight: bold;
	color: White;
	text-align: center;
	background-color: SteelBlue;
}
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;
}

.Menu, .Menu:link, .Menu:visited, .Menu:active
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #6193bf;
	text-align: center;
	text-decoration: none;
	cursor: hand;
}
.Menu:hover
{
	color: white;
	background-color: #546474;
	text-align: center;
	text-decoration: none;
}

.ActionButton, .ActionButton:link, .ActionButton:visited
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: SteelBlue;
	border-bottom-color: #50a0c0;
	border-right-color: #50a0c0;
	text-align: center;
	text-decoration: none;
	cursor: hand;
}
.ActionButtonLeft, .ActionButtonLeft:link, .ActionButtonLeft:visited
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: SteelBlue;
	border-bottom-color: #50a0c0;
	border-right-color: #50a0c0;
	text-align: left;
	text-decoration: none;
	cursor: hand;
}
.StatDisplay
{
	font-size: 12px;
	color: LightSteelBlue;
}

.GridHeading
{
	font-size: 14px;
	font-weight: bold;
	color: White;
}
.GridData
{
	font-size: 12px;
	color: Black;
}
.GridLarge
{
	font-size: 14px;
	font-weight: bold;
	color: Black;
}
.GridSmall
{
	font-size: 10px;
	color: Black;
}
.GridDesc
{
	font-size: 12px;
	font-style: italic;
	color: MediumBlue;
}
.GridUserID
{
	font-size: 12px;
	color: White;
}
.GridFooter
{
	font-size: 12px;
	background-color: WhiteSmoke;
}
.GridPager
{
	font-size: 12px;
	color: Red;
	background-color: WhiteSmoke;
}
.FeaturedItem
{
	font-size: 10px;
	color: Black;
	cursor: hand;
}
.ActionButton:hover
{
	color: white;
	background-color: #546474;
	text-align: center;
	text-decoration: none;
}

.SearchTable
{
	font-size: x-small;
	color: black;
	font-family: Verdana;
	background-color: lightsteelblue;
}
.NoIE
{
	font-weight: bold;
	color: red;
	text-decoration: none;
}
