/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin: 0px;
	font-family: Arial, Verdana;
	background-color: #ffffff;
}

TD, P, H1, H2, H3, H4, UL, LI
{
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Verdana;
	color: 747576;
}

INPUT, SELECT
{
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Verdana;
}

A:link, A:visited, A:active
{
	color: #333399;
	text-decoration: none;
}	
		
A:hover
{	
	text-decoration:	underline;
	color:	#3333cc;
}

.footerLink
{
	font-size: 10px;
}

.footerText
{
	font-size: 10px;
	font-style: italic;
}

.blueTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #99ACD5;
}

.blueTitleText
{
	font-weight: bold;
	font-size: 12px;
	color: #333399;
}

.blueText
{
	color: #333399;
}

.blueTextBold
{
	font-weight: bold;
	color: #333399;
}

.darkBlueText
{
	color: #1C2854;
}

.grayText
{
	color: #A5A5A5;
}
.searchBox
{
	font-size: 10px;
	width: 155px;
	height: 21px;
}
/*
.searchBox
{
	border-right: #5757ab 1px solid;
	border-top: #5757ab 1px solid;
	font-size: 10px;
	border-left: #5757ab 1px solid;
	width: 91px;
	border-bottom: #5757ab 1px solid;
	height: 15px;
}
*/
.adminLink
{
	padding-left: 20px;
}

.adminLinkBold
{
	padding-left: 20px;
	font-weight: bold;
}

.formbutton
{
	margin: 0px 2px 4px;
	width: 90px;
}

.required
{
	font-weight: bold;
	font-size: 12pt;
	color: #ff0033;
}

.ceHeaderRow
{
	font-weight: bold;
	color: #ffffff;
	background-color: #333399;
}

.ceHeaderRow2
{
	color: #ffffff;
	background-color: #333399;
}

.lightBlue
{
	color: #9AADD7;
}