h1
{
	margin: 0 0 15px 0;
	padding: 0;	
	text-transform: uppercase;
	color: #F39300;
}

img
{
	border: none;
}

.clr
{
	clear: both;
}

.input, .select, .textarea
{
	border: 1px solid #666666;
	color: #666666;
	margin: 0 0 3px 0;	
}

span, p
{
	color: #666666;
	margin: 10px 0 0 0;	
}

.input_error, .select_error
{
	border: 1px solid #F39300;
	color: #000000;
	background: #FEE8C5 url('../images/layout/background_button_color.gif') repeat-x top left;
	margin: 0 0 3px 0;
}

#top ul
{
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

#top ul li
{
	float: right;		
}

#top ul li a
{
	display: block;
	padding: 0 10px 0 10px;
	font-size: 11px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #AAAAAA;
	text-decoration: none;	
	border-left: 1px solid #AAAAAA;	
}

#top ul li span
{
	font-size: 11px;
	line-height: 30px;
	color: #EEEEEE;
	text-decoration: none;	
	padding: 0 10px 0 10px;
}

div.overview,
div.tabs
{
	margin: 10px 0 0 0;	
}

.overview th
{
	border-bottom: 1px solid #AAAAAA;
	line-height: 22px;
	text-align: left;	
}
.overview td
{
	border-bottom: 1px solid #AAAAAA;
	line-height: 22px;
	color: #666666;
}
.overview tr:hover
{
	background: #EEEEEE;
}
.overview tr:hover.header
{
	background: none;
}

.overview td a
{
	color: #666666;
}

td.label,
td.label span,
td.label p 
{	
	color: #666666;
	font-weight: bold;
	margin: 0;
}

td.value,
td.value span,
td.value p 
{	
	color: #666666;
	margin: 0;
}

.button
{
	padding: 0 5px;
	margin: 0;
	border: 1px solid #AAAAAA;
	height: 22px;
	background: url('../images/layout/background_button.gif') repeat-x top left;
	
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;	
}

.button_color
{
	padding: 0 5px;
	margin: 0;
	border: 1px solid #F39300;
	height: 22px;
	background: url('../images/layout/background_button_color.gif') repeat-x top left;
	
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;	
}		

div.error
{
	width: 718px;
	padding: 4px 15px 4px 15px;
	margin: 0 0 15px 0;
	border: 1px solid #F39300;
	background: #FEE8C5 url('../images/layout/background_button_color.gif') repeat-x top left;
}
div.error span
{
	font-weight: bold;
}

* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul,ot
{
	margin: 0;
	padding: 0;
	list-style-position:inside;
}


html
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #EEEEEE url('../images/layout/background_body.gif') repeat-x top left;
}

#wrapper 
{
	margin: 0 auto 0 auto;
	width: 980px;
}

#main_container
{	
	float: left;	
	background: url('../images/layout/background_content.png') repeat-y top left;	
}

#header
{
	float: left;
	width: 980px;
	height: 30px;
	background: #000000;
}
#top
{
	float: right;
	width: 780px;
	height: 30px;
}
#menu
{
	float: left;
	width: 170px;
	padding: 20px 15px 20px 15px;
}
#content
{
	float:left;
	width: 750px;
	min-height: 350px;
	padding: 20px 15px 50px 15px;	
}
#footer
{
	clear: both;
	width:950px;
	margin: 0 auto;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #AAAAAA;		
	color: #666666;
}
