html 
{
   overflow: -moz-scrollbars-vertical;
}

body
{
    margin: 0px;
    padding: 0px;
    background-color: #B1B1B1;
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;;
    font-size: 12px;
}

div.main
{
    width: 764px;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 100%;
    background-color: white;
    border: 1px solid black;
}

div.spacer
{
	height: 20px;
}

div.container
{
	width: 724px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #505050;
}

div.container.header
{
	background-color: #D82C24;
	color: white;
	clear: both;
	text-align: center;
	border-bottom: 1px solid #505050;	
} 

div.container.footer
{
	background-color: #D82C24;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0px;
} 

div.container.gray
{
	background-color: #F1F1F1;
} 

div.container.bottom
{
	border-bottom: 0px;
} 



table
{
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;;
    font-size: 12px;
}

td
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

td.label
{
	width: 100px;
	padding-top: 4px;
	vertical-align: top;
}

form label 
{ 
	display: block;
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: left; 
}

table
{
	margin: 0px;
}

h1
{
	margin: 0px;
	font-size: 18px;
}

h2
{
	margin: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}

input.submit
{
	width: 100px;
}

textarea
{
	width: 100%;
	height: 80px;
	overflow: hidden;
}

form
{
	margin: 0px;
}

a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a:visited
{
	color: white;
}

a:hover
{
	text-decoration: underline;
}

a.normal
{
	text-decoration: none;
	color: red;
	font-weight: bold;
}

a.normal:visited
{
	color: red;
}

a.normal:hover
{
	text-decoration: underline;
}

img.ajaxloader
{
	width: 16px;
	height: 16px;
	vertical-align: text-top;
	#vertical-align: 0px;
	padding-left: 10px;
	display: none;
}

select
{
	width: 200px;
}

/* menu */

div.container.tabmenu
{
	padding: 0px;
	background-color: white;
	height: 25px;
	width: 100%;
}

div.tabheader
{
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;	
	border-right: 1px solid #505050;
	background-color: #E1E1E1;	
}

div.tabheader.selected
{
	background-color: #D82C24;	
	color: white;
	border-bottom: 1px solid #D82C24;
}

div.tabheader.unselected:hover
{
	text-decoration: underline;
	cursor: pointer;
}

div.container.subtabmenu
{
	padding: 0px;
	height: 25px;
	width: 100%;
   	border-bottom: 0px;
	margin-top: -1px;
}

div.subtabheader
{
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
	background-color: #E1E1E1;
	border-left: 1px solid #505050;	
	border-bottom: 1px solid #505050;	
	border-top: 1px solid #505050;
}

div.subtabheader.selected
{
	margin-top: 0px;
	padding-top: 6px;
	background-color: #D82C24;	
	color: white;
	border-top: 0px solid #505050;
}

div.subtabheader.empty
{
	height: 21px;
	width: 10px;
	background-color: white;
	border-left: 1px solid #505050;	
	border-bottom: 0px solid #505050;	
	padding-right: 0px;
	padding-left: 0px;
}

div.subtabheader.unselected:hover
{
	text-decoration: underline;
	cursor: pointer;
}