/* Default CSS Stylesheet for a new Web Application project */

BODY, TABLE
{
    /*BACKGROUND-COLOR: white;*/
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


A.SubButton:link, A.SubButton:visited, a.SubButton:active
{

	text-decoration:none;
}
A.CalendarLink:link, A.CalendarLink:visited, a.CalendarLink:active
{
	text-decoration:none;
}
.SeriesDescription
{
	text-decoration:underline;
}

.SubButton
{
	
    BACKGROUND-COLOR: #d6e7ef;
    BACKGROUND-POSITION: 0% 50%;
    BACKGROUND-REPEAT: repeat;
    BORDER-BOTTOM: #104a7b 1px solid;
    BORDER-LEFT: #afc4d5 1px solid;
    BORDER-RIGHT: #104a7b 1px solid;
    BORDER-TOP: #afc4d5 1px solid;
    COLOR: #000066;
    CURSOR: hand;
    FONT-FAMILY: tahoma, sans-serif;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none;
	padding-left: 4px;
	padding-right: 4px;
}
.Invisible 
{
	visibility: hidden;
}
.Visible 
{
	visibility: visible;
}
.Calendar 
{
	background-color:White;
}

.CalendarTitle
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	background-color: #ADD8E6;
	border-style:none;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px
	
	
	
}
.CalendarWeekName
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-style:none
}

.CalDate , .CalPastDate, .CalSchedDate
{
	border-color:#cecece;
	border-width:1px;
	border-style:solid;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-decoration:none;
}

.CalPastDate
{
	background-color:#EBEBEB;
}
.CalSchedDate
{
	font-weight:bold;
	background-color:#FFFFE0;
}
	
.Title 
{
	color:#005A9B;
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	font-size:18px;
	margin-left: 8px;
}
.reqfield 
{
	font-weight:bold;
}

.ErrMsg 
{
	color:Red;
	font-weight:bold;
}
	
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #005A9B;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
.AltRow 
{
	background-color:EBEBEB;
}
.Row 
{
	background-color:white
}		
.TFOOT, .THEAD, .TLHEAD	
{
	text-align:center;
	background-color:#c8d6e4;
	font-size:	1em;
	font-weight: bold;
	color: Black;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
.TLHEAD 
{
	text-align:left;
}		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

.MENU 
{
	background-color:"#EEEEEE"
}


A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
	
SMALL, .SeriesDescription	{	
	font-size:	.9em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	


