/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.hometext
	{
	font-size: 10pt;
	text-align: center;
	color:White;
	cursor:hand;
	}
.menutext
	{
	font-size: 8pt;
	text-align: center;
	color:Red;
	cursor:hand;
	}
.menuSelected
	{
	font-size: 8pt;
	text-align: center;
	color:darkRed;
	cursor:hand;
	}
A
	{
	text-decoration:none;
	}
A:hover
	{
	
	}
.Criteria
	{
	font-size: 8pt;
	text-align: LEFT;
	color:black;
	}	
.CriteriaSection
	{
	font-size: 8pt;
	text-align: LEFT;
	color:black;
	}	
.CriteriaNum
{
	font-weight: normal;
	font-size: 8pt;
	color: #ED1C24;
	font-family: Arial;
	text-align: right;
}	
TD
	{
	font-size: 10pt;
	color:black;
	}	
.ListingHeader
{
	font-weight: normal;
	font-size: 8pt;
	color: #666666;
	font-family: Arial;
	background-color: #EEEEEE;
	text-align: center;
	text-decoration: none;
}
.DataLabel
{
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
	background-color: #EEEEEE;
	text-align: Left;
	text-decoration: none;
}
.ListingData
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: white;
	text-align: center;
	text-decoration: none;
}
.ListingDataL
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: white;
	text-align: left;
	text-decoration: none;
}
.ListingDescription
{
	font-weight: normal;
	font-size: 8pt;
	color: #666666;
	font-family: Arial;
	background-color: white;
	text-align: left;
	text-decoration: none;
}
.ListingDescriptionHeader
{
	font-weight: normal;
	font-size: 8pt;
	color: #666666;
	font-family: Arial;
	background-color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}
.EditText
	{
	font-size: 8pt;
	text-align: center;
	color:Red;
	cursor:hand;
	}
.Datagrid
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial;
}
.SmallInput
{
	font-size: 8pt;
	width: 100%;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
.spanbutton
{
	border-right: #666666 1px solid;
	table-layout: auto;
	padding-right: 4px;
	border-top: #666666 1px solid;
	padding-left: 4px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 1px;
	overflow: visible;
	border-left: #666666 1px solid;
	color: darkblue;
	padding-top: 1px;
	border-bottom: #666666 1px solid;
	font-family: Verdana;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
	text-decoration: none;
	cursor: pointer; cursor: hand;
}
.NavHeaderAdmin
{
	border-right: #666666 1px solid;
	table-layout: auto;
	padding-right: 4px;
	border-top: #666666 1px solid;
	padding-left: 4px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 1px;
	overflow: visible;
	border-left: #666666 1px solid;
	padding-top: 1px;
	border-bottom: #666666 1px solid;
	font-family: Verdana;
	border-collapse: collapse;
	background-color: #EEEEEE;
	text-align: center;
	text-decoration: none;
	cursor: pointer; cursor: hand;
}
