/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border:0px none;
    margin-top: 0px;
    margin-left: 0px;
}


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: Verdana, 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: Verdana, 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:	disc ;
	}	

UL LI LI	{	
	list-style-type:	square;
	}	

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;
	}	

table.Menu a
{
	display: block;
	text-align: center;
	background-color: beige;
	width:120px; 
	vertical-align:middle;
} 

div.Menu a
{
	border-right: beige 1px solid;
	border-top: beige 1px solid;
	font-weight: normal;
	font-size: 10px;
	background-image: none;
	border-left: beige 1px solid;
	color: beige;
	line-height: 15px;
	border-bottom: beige 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: beige;
	text-decoration: none;
	padding: 2px 2px 2px ;
}
/* Highlight Effects */
div.Menu a:link
{
	border-right: beige 1px solid;
	border-top: beige 1px solid;
	background-image: none;
	border-left: beige 1px solid;
	color: black;
	border-bottom: beige 1px solid;
	background-color: beige;
	text-decoration: none;
}

div.Menu a:active
{
	border-right: beige 1px solid;
	border-top: beige 1px solid;
	background-image: none;
	border-left: beige 1px solid;
	color: black;
	border-bottom: beige 1px solid;
	background-color: beige;
	text-decoration: none;
}

div.Menu a:visited
{
	border-right: beige 1px solid;
	border-top: beige 1px solid;
	background-image: none;
	border-left: beige 1px solid;
	color: black;
	border-bottom: beige 1px solid;
	background-color: beige;
	text-decoration: none;
}

div.Menu a:hover
{
	border-right: darkgray 1px solid;
	border-top: white 1px solid;
	background: palegoldenrod;
	border-left: white 1px solid;
	color: black;
	border-bottom: darkgray 1px solid;
	text-decoration: none;
}

div.Menu
{
	background-image: none;
	padding-top: 0px;
	position: relative;
}
.MenuLeftRight
{
	FONT-WEIGHT:	normal; 
	FONT-SIZE:		12px;  
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: beige;
}  
.MenuLeftRightBig
{
	FONT-WEIGHT:	normal; 
	FONT-SIZE:		10px;  
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: beige;
}  
.MenuSpacer
{
	color:Silver;
	background-color: beige;
	border-right: beige 1px solid;
	border-left: beige 1px solid;
	PADDING-LEFT: 1px; 
	PADDING-RIGHT: 1px
}  	


table.menuVert a
{
	display: block;
	background-image: none;
	width: 124px;
	text-align: left;
} 

div.menuVert a
{
	border-right: beige 1px solid;
	padding-right: 0px;
	border-top: beige 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	background-image: none;
	padding-bottom: 1px;
	border-left: beige 1px solid;
	color: beige;
	line-height: 12px;
	padding-top: 2px;
	border-bottom: beige 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: beige;
	text-decoration: none;
}
/* Highlight Effects */
div.menuVert a:link
{
	border-right: beige 1px solid;
	border-top: beige 1px solid;
	background-image: none;
	border-left: beige 1px solid;
	color: black;
	border-bottom: beige 1px solid;
	background-color: beige;
	text-decoration: none;
}

div.menuVert a:active
{
	border-right: beige 1px solid;
	border-top: beige 1px solid;
	background-image: none;
	border-left: beige 1px solid;
	color: black;
	border-bottom: beige 1px solid;
	background-color: beige;
	text-decoration: none;
}

div.menuVert a:visited
{
	border-right: beige 1px solid;
	border-top: beige 1px solid;
	background-image: none;
	border-left: beige 1px solid;
	color: black;
	border-bottom: beige 1px solid;
	background-color: beige;
	text-decoration: none;
}

div.menuVert a:hover
{
	border-right: darkgray 1px solid;
	border-top: white 1px solid;
	background: palegoldenrod;
	border-left: white 1px solid;
	color: black;
	border-bottom: darkgray 1px solid;
	text-decoration: none;
}

div.menuVert
{
	background-image: none;
	padding-top: 0px;
	position: relative;
}

.menuVertTop
{
	background-image: url(Images/Web/Top_130.gif);
	vertical-align: top;
	background-repeat: no-repeat;
	height: 10px;
}

.menuVertBottom
{
	background-image: url(Images/Web/Bottom_130.gif);
	vertical-align: top;
	background-repeat: no-repeat;
	height: 10px;
}

.menuVertLeftRight
{
	FONT-WEIGHT:	normal; 
	FONT-SIZE:		6px;  
	FONT-FAMILY: Arial;	
	background-color: beige;
	BORDER-LEFT: darkgray 1px solid;
	BORDER-RIGHT: darkgray 1px solid;
}  

.menuVertContainer
{
	PADDING-LEFT: 5px; 
	PADDING-TOP: 5px
}

.GroupHeaderSmall
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 14px;
	background-color: floralwhite;
	BORDER-LEFT: darkgray 1px solid;
	BORDER-RIGHT: darkgray 1px solid;
}

.Heading	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size:	18pt;*/
	/*font-size: medium;*/
	font-size:	18px;
	font-weight: bold;
	color:Black;
	padding-top: 0px
	}
.Heading2	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16px;
	/*font-size:  small;*/
	font-weight: normal;
	color:Black
	}	
.Heading3	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16px;
	/*font-size:  small;*/
	font-weight:  bold;
	color:Black
	}		
.HeadingCell	
{
	padding-top: 0px;
	padding-bottom: 0px;
	}	
.DetailLarger	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	13px;
	/*font-size:  small;*/
	font-weight: normal;
	color:Black;
    /*width: 275px;*/
}	
.Detail	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size:	10pt;
	font-size:smaller;	*/
	font-size: 11px;	
	font-weight: normal;
	text-align:center;
	color:Black
	}
.HeadingDetail
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size:	18pt;*/
	/*font-size:medium;*/
	font-size:	17px;
	font-weight: normal;
	font-style:italic ;
	text-align:center;
	color:Black;
	PADDING-BOTTOM: 15px
	}	
.HeadingTable
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	font-style: normal ;
	text-align:left;
	color:Black
	}	
.Grid	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size:	10pt;*/
	font-size:smaller;	
	font-weight: normal;
	text-align:center;
	color:Black;
	overflow:scroll
	}		
.Data
{
	background-color: floralwhite;
}	
.DataNote	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size:	10pt;*/
	font-size:  x-small;	
	font-weight: normal;
	text-align:left;
	color:Black
	}
.DataImportant
{
	background-color: #e7e7ff;
}	
.Error
{
	FONT-WEIGHT:	 bold;
	FONT-SIZE:		12px;  
	FONT-FAMILY:	Arial; 	
	COLOR:			red;  
}
.Message
{
	font-weight: bold;
	font-size: 16px;
	font-style:italic;
	color: red;
	font-family: Arial;
}
.PageAlign { 
     width: 800px; /* Width of the page's actual content. */
     margin: auto;
     text-align: left; /* ie centering fix */      
	BORDER-RIGHT: lightgray 1px solid;     
     
} 
.Container
{
	/* To align whole page to left or centered. */
	text-align: center;
	margin-left: auto; 
	margin-right: auto; 
} 

