/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	color: black;
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: dimgray;

	scrollbar-face-color: dimgray;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #D4D8DB;
	scrollbar-darkshadow-color: #97A0A8;
	scrollbar-shadow-color: #D4D8DB;
	scrollbar-arrow-color: beige;
	scrollbar-track-color: beige;

}
		
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
{
	text-decoration:	underline;
	color:	beige;
}

A:link	{	
	text-decoration:	underline;
	color:	beige;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	beige;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	beige;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	beige;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
#history_list UL
{
	margin-bottom: 12;
	list-style-type: none;
}

#history_list LI
{
	font-weight: bold;
	font-size: 12px;
	color: lightgrey;
	font-family: Verdana, Arial;
	list-style-type: none;
}	

#history_list UL LI
{
	color: beige;
	font-weight: normal;
	font-size: 12px;
	list-style-type: disc;
}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
TABLE .clsMenu
{
	font-size: 5px;
	font-family: Verdana;
}



A.clsRootMenu:hover
{
	font-size: 11px;
	color: beige;
	font-family: 'Verdana';
	text-decoration: underline;
}

A.clsRootMenu:link
{
	font-size: 11px;
	color: beige;
	font-family: 'Verdana';
	text-decoration: none;
}

A.clsFeatureMenu:link
{
	font-size: 12px;
	color: lightgrey;
	font-family: 'Verdana';
	text-decoration: underline;
}
A.clsFeatureMenu:visited
{
	font-size: 12px;
	color: lightgrey;
	font-family: 'Verdana';
	text-decoration: underline;
}
A.clsFeatureMenu:active
{
	font-size: 12px;
	color: lightgrey;
	font-family: 'Verdana';
	text-decoration: underline;
}
A.clsFeatureMenu:hover
{
	font-size: 12px;
	color: beige;
	font-family: 'Verdana';
	text-decoration: underline;
}


P
{
	color: beige;
	font-weight: normal;
	font-size: 12px;
	
}
H2
{
	font-weight: bold;
	font-size: 14px;
	color: lightgrey;
	font-family: Verdana, Arial;
	margin-bottom: 3px;
	margin-top: 20px;
}
TD
{
	font-size: 12px;
	color: beige;
	font-family: Verdana;
}
H1{
	font-weight: bold;
	font-size: 17px;
}

H1.clsMainHead
{
	padding-top: 20px;
	font-weight: bold;
	font-size: 17px;
}


#main_menu
{
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-left: 40px;
	margin-bottom: 0;
	text-align:left;
}


#main_menu LI
{
	font-size: 11px;
	display: inline;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-weight: normal;
	margin-bottom: 0;
	color: Lime;
}
#main_menu LI A:visited
{
	font-size: 11px;
	color: beige;
	font-family: 'Verdana';
	text-decoration: none;
}
#main_menu LI A:link
{
	font-size: 11px;
	color: beige;
	font-family: 'Verdana';
	text-decoration: none;
}

#main_menu LI A:hover
{
	font-size: 11px;
	color: beige;
	font-family: 'Verdana';
	text-decoration: underline;
}


#feature_menu
{
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 5px;
	padding-left: 0px;
	
	margin-left: 40px;
	list-style: none;

	text-align: left;
}

#feature_menu LI
{
	display: inline;
	padding: 2px 5px 5px;
	font-weight: normal;
	background-color: #4e4e4e;
	height: 20px;
	margin-right: 10;
	color: Lime;
	font-size: 11px;
}

#feature_menu LI A:visited
{
	font-size: 11px;
	color: beige;
	font-family: 'Verdana';
	text-decoration: none;
}
#feature_menu LI A:link
{
	font-size: 11px;
	color: beige;
	font-family: 'Verdana';
	text-decoration: none;
}

#feature_menu LI A:hover
{
	font-size: 11px;
	color: beige;
	font-family: 'Verdana';
	text-decoration: underline;
}

P A
{
	color: beige;
	text-decoration: underline;
}
P A:active
{
	color: beige;
	text-decoration: underline;
}
P A:visited
{
	color: beige;
	text-decoration: underline;
}
P LI A:link
{
	color: beige;
	text-decoration: underline;
}

P A:hover
{
	text-decoration: underline;
}

	
.head-box
{
	border-right: gray solid;
	border-top: gray solid;
	margin-top: 0px;
	padding-left: 0px;
	background: #4e4e4e;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 40px;
	border-left: gray solid;
	width: 550px;
	padding-top: 0px;
	border-bottom: gray solid;
}
