/* Default CSS Stylesheet for a new Web Application project */

*
{
	margin: 0px;
	padding: 0px;
}

body
{    
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em;    
    margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active	{	
	text-decoration: none;	
	}	
		
a:hover	{	
	text-decoration: underline;	
	}

td
{
	font-size: .7em;
	line-height: 25px;
}

td a:link, td a:visited, td a:active	{	
	text-decoration: none;	
	}	
		
td a:hover	{	
	text-decoration: underline;	
	}	

#news p
{
	padding: 5px;
	line-height: 1.5em;
}

#header
{
	height: 50px;
	background-color: #FFFFFF;
	padding: 0;
	border-top: solid 3px #333333;	
}

#nav
{
	height: 25px;
	background-color: #C90032;	
	background-image: url(insert.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#subnav
{
	height: 25px;
	background-color: #F6F6F6;
}

#nav .tabActive{line-height: 25px; padding-left: 25px; padding-right: 10px; font-weight: bold;}
#nav .tabActive a:link { color:#660000; text-decoration: none;}
#nav .tabActive a:visited { color:#660000; text-decoration: none;}
#nav .tabInactive{line-height: 25px; padding-left: 25px; padding-right: 10px; font-weight: bold;}
#nav .tabInactive a:link { color:#FFF; text-decoration: none }
#nav .tabInactive a:visited { color:#FFF; text-decoration: none}

#subnav .tabActive{line-height: 25px; padding-left: 25px; padding-right: 10px; font-weight: normal;}
#subnav .tabActive a:link { color:Gray; text-decoration: none }
#subnav .tabActive a:visited { color:Gray; text-decoration: none}
#subnav .tabInactive{line-height: 25px; padding-left: 25px; padding-right: 10px; font-weight: normal;}
#subnav .tabInactive a:link { color:#000000; text-decoration: none }
#subnav .tabInactive a:visited { color:#000000; text-decoration: none}

#nav .status, #subnav .status
{
	line-height: 25px;
	padding-right: 25px;
    padding-left: 10px;
}

#nav a:link { color: Black; text-decoration: none }
#nav a:visited { color: Black; text-decoration: none}
#subnav a:link { color: Black; text-decoration: none }
#subnav a:visited { color: Black; text-decoration: none}

#nav .clear, #subnav .clear
{
	float: none;
	clear: both;	
}

#content
{
	padding: 25px 25px 0px 25px;
}

#content .subtitle
{	
	padding-bottom: 20px;
	padding-top: 10px;
}

#content .emphasis
{
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 10px;
}

#content .error
{
	color: Red;
	height: 40px;	
}

#content .title
{
	font-weight: Bold;
	height: 40px;	
}

#content .command
{
	padding: 2px;	
	margin-bottom: 20px;
	margin-right: 10px;
	width: 125px;
	overflow: visible;
	float: left;
}

#content .left
{
	padding: 0px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content .right
{
	float: right;
}

#content .clear
{
	float: none;
	clear: both;	
}

#content .panelheader
{	
	border: solid 1px #B5C7DE;
	width: 300px;
	height: 25px;	
	background-color: #B5C7DE;
}

#content .panelheader .inner
{
	padding: 0px 10px 0px 10px;
	line-height: 25px;
}

#content .panel
{	
	border: solid 1px #e7e7ff;
	width: 300px;	
}

#content .panel .inner
{
	padding: 10px;	
}

#content .bigpanelheader
{	
	border: solid 1px #B5C7DE;
	width: 610px;
	height: 25px;	
	background-color: #B5C7DE;
}

#content .bigpanelheader .inner
{
	padding: 0px 10px 0px 10px;
	line-height: 25px;
}

#content .bigpanel
{	
	border: solid 1px #e7e7ff;
	width: 610px;	
}

#content .bigpanel .inner
{
	padding: 10px;	
}

#footer
{
	padding: 25px 25px 0px 25px;
}

#footer .command
{
	padding: 2px;	
	margin-bottom: 20px;
	margin-right: 10px;
	width: 125px;
	overflow: visible;
	float: left;
}

#footer .important
{
	padding: 20px 10px 20px 10px;
	width: 300px;
	background-color: #F6F6F6;
	margin-bottom: 20px;
	border: Solid 1px #e7e7ff;
}

#footer .clear
{
	float: none;
	clear: both;	
}

