/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	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.75em;
	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.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;
	}	
		
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;
	}	


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 ;
	}	

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;
	}	

IMG
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

P
{
	}

TD{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	font-size: 8pt;
}

.Section
{
	font-size : 12pt;
	font-weight :bold;
}

.MainTableHeaderLine
{
	font-size: 8pt;
	height: 15px;
	background-color: #0099ff;
}

.MainTableFooterLine
{
	height: 10px;
	background-color: #0099ff;
	font-size: 8pt;
	}

.MianTableRootNavTop
{
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
	font-size: 8pt;
}

.MianTableRootNavBottom
{
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	font-size: 8pt;
}

.MianTableNavLine
{
	padding-top: 10px;
	background-color: #99cccc;
	text-align: left;
}

.MainTableBodyArea
{
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 1px;
	text-align: left;
	font-size: 8pt;
}

.MianTableCopywriteBottom
{
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
	font-size: 8pt;
	}

.NavTable
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-collapse: collapse;
}

.NavTableTitle
{
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 10pt;
	text-transform: capitalize;
	color: #ffffff;
	background-color: #0066ff;
}

.NavTableRow
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 8pt;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
}

.NavTableRowAlt
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 8pt;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #60b3ff;
	text-align: left;
}

.FormTable
{
	padding-right: 3px;
	padding-left: 3px;
	font-size: 8pt;
	padding-bottom: 3px;
	margin: 5px;
	padding-top: 3px;
}

.FormHeader
{
	font-weight: bold;
	font-size: 10pt;
	vertical-align: baseline;
	text-transform: capitalize;
	background-color: #3366ff;
	text-align: left;
}

.Formbtn
{
	border-right: #a98e5b thin solid;
	border-top: #ebcd82 thin solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #ebcd82 thin solid;
	color: #000000;
	border-bottom: #a98e5b thin solid;
	background-color: #d7b771;
}

.FormBtnCritical
{
	border-right: maroon thin solid;
	border-top: #d70000 thin solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #d70000 thin solid;
	color: #ffffff;
	border-bottom: maroon thin solid;
	background-color: #cc3333;
	}

.FormBtnReset
{
	border-right: #a98e5b thin solid;
	border-top: #ebcd82 thin solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #ebcd82 thin solid;
	color: #000000;
	border-bottom: #a98e5b thin solid;
	background-color: #ed5621;
}

.FormFld
{
	font-size: 8pt;
}

.FormData
{
	font-size: 8pt;
	text-align: left;
}

.FormFldNameReq
{
	font-size: 8pt;
	color: #ff0033;
	text-align: right;
}

.FormFldName
{
	font-size: 8pt;
	text-align: right;
}

.ErrMsg
{
	font-weight: bold;
	color: #ff0000;
}

.noticelst
{
	list-style-position: inside;
	font-size: 8pt;
	list-style-image: url(/images/env3.gif);
	text-align: left;
}

.noticelabel
{
	font-weight: bold;
	font-size: 10pt;
	color: #7f0000;
}

.highlightlst
{
	list-style-position: inside;
	font-size: 8pt;
	list-style-image: url(/images/pdf.gif);
	text-align: left;
}


.CalTable
{
	font-size: 8pt;
}

.CalHead
{
	font-weight: bold;
	text-transform: capitalize;
	color: #fff7bc;
	background-color: #8b6a4d;
}

.calDay
{
	text-transform: capitalize;
	background-color: #dec4ae;
	text-align: center;
}

.CalWend
{
	background-color: #dddddd;
}

.CalWday
{
	background-color: #eeeeee;
}

.CalUsed
{
	background-color: #f8a762;
}

.CalDate
{
	font-size: 8pt;
	vertical-align: super;
	text-transform: lowercase;
}

.CalBooked
{
	background-color: #80a4f4;
}

.CalBlocked
{
	background-color: #ff9dad;
}