/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	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:	1.58em;
	font-weight:	700;
	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.4em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4, Heading4	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT, Heading5	{	
	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;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.6em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
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;
	}	
.table
{
	margin-left: auto;
	margin-right: auto;
}
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;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	font-size: 0.7em;
	}	

UL LI LI	{	
	list-style-type:	disc;
	font-size: 0.7em;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	font-size: 0.7em;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	font-size: 0.7em;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	font-size: 0.7em;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	font-size: 0.7em;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
p
{

}
hr
{
	color: #000000;
}
.y
{
	font-weight: bold;
	background-color: #336666;
	border: 1px solid #336666;
	text-align: center;
	color: #FFFFFF;
}
.y a
{
	text-decoration: none;
	background: #66cc66;
	width:auto;
	display:block;
	/*color: #FFFFFF;*/
}
.y a:visited
{
	text-decoration: none;
	background: #66cc66;
	width:auto;
	display:block;
	/*color: #FFFFFF;*/
}
.u
{
	background-color: #A7FF35;
}
.n
{
	font-weight: bold;
	background-color: #990000;
	border: 1px solid #990000;
	text-align: center;
	color: #FFFFFF;
}
.s
{
	color: white;
	background-color: #0000FF;
}
.Container
{
	border-right: black thin solid;
	padding-right: 0px;
	border-top: black thin solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: black thin solid;
	padding-top: 0px;
	border-bottom: black thin solid;
}
.Container a
{

}
.Container .days
{
	font-weight: bold;
}
.Container table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*border: thin solid #0066CC;*/
}
.Container td
{
	text-align:center;
}
.CalTblOuter
{
	margin-left: auto;
	margin-right: auto;
}
.CalTblOuter td
{
	vertical-align: sub;
}
.CalTblOuter .price
{
}
.CalTblInner
{
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #0066CC;
}
.CalTblInner td
{
	padding: 2px;
	border: #0066CC;
}
.LoginTableOuter
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	margin-left: auto;
	border-left: black 1px solid;
	color: #ffffff;
	margin-right: auto;
	border-bottom: black 1px solid;
	background-color: #000099;
}
.LoginTableInner{}
.LoginError
{
	font-weight: bold;
	color: #660033;
	font-family: Verdana,Arial;
}
.LoginErrorTable
{
	border-right: #000000 1px solid;
	padding-right: 1px;
	border-top: #000000 1px solid;
	padding-left: 1px;
	margin-bottom: 3px;
	padding-bottom: 1px;
	margin-left: auto;
	border-left: #000000 1px solid;
	width: 98%;
	margin-right: auto;
	padding-top: 1px;
	border-bottom: #000000 1px solid;
	background-color: #ffffff;
}
.LoginRowHeading
{
	font-weight: bold;
	color: #ffffff;
}
.MainTableOuter
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.MainTableInner
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.MainTableHeader
{
	font-weight: bold;
	color: #ffcc33;
	font-family: Verdana;
}
.MainTableFooter
{
}
.SubHeader
{
	font-weight: bold;
	font-size: 1.1em;
	color: #ffcc33;
	font-family: Verdana;
	background-color: #000000;
}
.Normal
{
	font-size: 0.7em;
}
.Top
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3399CC;
	border: 1px solid #660000;
}
.Days
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
	border: 1px solid #3399CC;
	text-align: center;
}
.Key
{
	font-size:.8em;	
}
.MainHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	800;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #3399CC;
}
.SubHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	0.8em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #3399CC;
}
.note
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Navy;
}
/*---------------------------------------------*/
