/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:link	{	
	text-decoration:	none;
	color:	#5A0000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#5A0000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#5A0000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#5A0000;
	}
	
UL LI	{	
	list-style-type:	disc ;
	}	

UL LI LI	{	
	list-style-type:	circle;
	}	

UL LI LI LI	{	
	list-style-type:	disc;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

Table {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

Input {
	font-size: 9pt;
	font-family: Verdana;
}

Input.Button {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	background: #5A0000;
	color: White;
}

Select {
	font-family: Verdana;
	font-size: 9pt;
}

TextArea {
	font-size: 9pt;
	font-family: Verdana;
}

/*** Generic HyperCondo Styles ***/

.Content {
	color: #333333;
}

/* Form-related styles */
.StdFormLabel {
	font-size: xx-small;
	font-weight: bold;
}

.StdFormField {
	font-size: xx-small;
}

/* Error-related styles */
.ErrorTitle {
	font-size: medium;
	font-weight: bold;
	color: red;
}

.ErrorMessage {
	font-size: xx-small;
	color: red;
}

.ErrorMessage UL {
	margin-top: 5px;
}

.ErrorMessage UL LI {
	list-style-type: disc;
	color: red;
}

/* Standard page/text styles */
.PageTitle {
	font-size: large;
	font-weight: bold;
	color: Black;
	text-align: center;
}

.PageSubtitle {
	font-family: Arial Black, Arial, Verdana;
	font-size: small;
	font-weight: 600;
	color: #5A0000;
	letter-spacing: 3px;
}

.AddNew {
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
}

.Footnote {
	font-size: xx-small;
	font-weight: normal;
}

.NoteText {
	font-size: xx-small;
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal;
}


/* Report-related styles (grids, etc.) */

/* - Header - */
TR {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}

.ReportHeader {
	font-size: x-small;
	font-weight: bold;
	background: #5A0000;
	color: White;
	text-align: Center;
}

.ReportHeader a:link {
	text-decoration: underline;
	color: White;
}

.ReportHeader a:active {
	text-decoration: underline;
	color: White;
}

.ReportHeader a:visited {
	text-decoration: underline;
	color: White;
}

.ReportHeader a:hover {
	text-decoration: underline;
	color: White;
}

/* - Row Item - */
.ReportRow1 {
	font-size: x-small;
	color: black;
	background-color: #ffffcc;
	text-align: center;
}

.ReportRow1 a:link {
	text-decoration: none;
	color: #5A0000;
}

.ReportRow1 a:active {
	text-decoration: none;
	color: #5A0000;
}

.ReportRow1 a:visited {
	text-decoration: none;
	color: #5A0000;
}

.ReportRow1 a:hover {
	text-decoration: underline;
	color: #5A0000;
}

/* - Row Alternating Item - */
.ReportRow2 {
	font-size: x-small;
	background-color: #FFFFFF;
	color: Black;
	text-align: Center;
}

.ReportRow2 a:link {
	text-decoration: none;
	color: #5A0000;
}

.ReportRow2 a:active {
	text-decoration: none;
	color: #5A0000;
}

.ReportRow2 a:visited {
	text-decoration: none;
	color: #5A0000;
}

.ReportRow2 a:hover {
	text-decoration: underline;
	color: #5A0000;
}

/* - Selected Item - */
.ReportSelected {
	font-size: x-small;
	background-color: #5A0000;
	color: White;
	text-align: Center;
}

/* - Summary/Footer - */
.ReportSummary {
	font-size: x-small;
	background: Navy;
	color: White;
	text-align: Left;
}

/* - Pager - */
.ReportPager {
	font-size: xx-small;
	background-color: #999999;
	color: Black;
}

.ReportPager a:link {
	text-decoration: none;
	color: White;
}

.ReportPager a:active {
	text-decoration: none;
	color: White;
}

.ReportPager a:visited {
	text-decoration: none;
	color: White;
}

.ReportPager a:hover {
	text-decoration: underline;
	color: White;
}


/* Nav banner styles */
.NavBanner {
	background-color: #6aaee7;
}

/* Copyright style */
.Copyright {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #5F5F5F;
}

.HomePageDate {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	letter-spacing: 3px;
}

/* ASPNet Menu Styles */
.MenuGroup
{
  background-color:#6aaee7;
  border:1px;
  border-style:solid;
  border-top-color:#FFE793; 
  border-left-color:#FFE793; 
  border-right-color:#CE6500; 
  border-bottom-color:#CE6500; 
}

.BaseMenuItem {
  font-family:verdana; 
  font-size:12px; 
  border:1px;
  padding:3px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
  color:#FFFFFF; 
  font-weight:bold; 
}

/*
.MenuItem {
	border-right: #cc0000 1px solid;
	padding-right: 15px;
	border-top: #cc0000 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #cc0000 1px solid;
	cursor: hand;
	color: white;
	padding-top: 3px;
	border-bottom: #cc0000 1px solid;
	font-family: verdana;
	background-color: #5A0000;
}
*/

.MenuItem {
	border-right: #5A0000 1px solid;
	padding-right: 15px;
	border-top: #5A0000 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #5A0000 1px solid;
	cursor: hand;
	color: white;
	padding-top: 3px;
	border-bottom: #5A0000 1px solid;
	font-family: verdana;
	background-color: #5A0000;
}

.MenuItemOver {
	border-right: #ce6500 1px solid;
	padding-right: 15px;
	border-top: #ffe793 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #ffe793 1px solid;
	cursor: hand;
	color: black;
	padding-top: 3px;
	border-bottom: #ce6500 1px solid;
	font-family: verdana;
	background-color: #ff9933;
}

.MenuItemDown {
	border-right: #ce6500 1px solid;
	padding-right: 15px;
	border-top: #ffe793 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #ffe793 1px solid;
	cursor: hand;
	color: white;
	padding-top: 3px;
	border-bottom: #ce6500 1px solid;
	font-family: verdana;
	background-color: #cc0000;
}

.TableHeader {
	font-size: 11pt;
	font-weight: bold;
	background: #5A0000;
	color: White;
}

.Newsletter {
	font-size: 8pt;
}