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;
}

ul#choose
{
	margin: 0;
	padding: 0;
	list-style: none;	
}

ul#choose li
{
	
}

ul#choose li a
{
	line-height: 20px;
	color: #333333;	
	text-decoration: none;
}

ul#choose li a:hover,
ul#choose li.selected a
{
	text-decoration: underline;
}