/**************************************************************************
***************************************************************************
***************************************************************************

theme styles

***************************************************************************
***************************************************************************
**************************************************************************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #130E0D;
	background-image: url('images/bg_top.png');
	background-repeat: repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #EEEAE8;
}
#container {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
#teaser {
	width: 170px;
	margin: 16px 10px 0px 0px;
	float: left;
}
#top {
	width: 680px;
	height: 35px;
	margin: 105px 0px 30px 0px;
	float: left;
}
#main {
	width: 490px;
	margin: 0px 30px 30px 0px;
	float: left;
}
#bottom {
	width: 490px;
	margin: 0px 0px 0px 180px;
	padding: 10px 0px 30px 0px;
	border-top: 1px solid #AB938C;
	clear: left;
}
#right {
	width: 160px;
	float: right;
}
div.scroll {
	position: absolute;
	top: 0px;
	bottom: -1px;
	width: 1em;
	z-index: -1;
}
a {
	color: #D13000;
}
h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12pt;
}
h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12pt;
}
p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
	display: block;
	clear: left;
}
/**************************************************************************
***************************************************************************
***************************************************************************

core styles

***************************************************************************
***************************************************************************
**************************************************************************/
.dub_active {
	color: #00aa00;
}
.dub_inactive {
	color: #cc0000;
}
.dub_pending {
	color: #dddd00;
}
ul.dub_messages {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none outside;
}
ul.dub_messages li {
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	color: #2D994E;
}
ul.dub_errors {	
	margin: 0px 0px 15px 0px;
	padding: 10px;
	border: 1px solid #D93E3E;
	list-style: none outside;
}
ul.dub_errors li {
	padding: 0px 0px 0px 0px;	
	font-size: 8pt;
	color: #D93E3E;
}
div.dub_content {
	margin: 0px 0px 15px 0px;
	clear: both;
}
div.dub_box {
	margin: 0px 0px 15px 0px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
div.dub_help {
	margin: 0px 0px 15px 0px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #999999;
	background-color: #f3f3f3;
	font-style: italic;
}
table.dub_simple {
	margin: 0px 0px 15px 0px;
	border-collapse: collapse;
}
table.dub_simple th {
	padding: 5px 15px 5px 5px;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
}
table.dub_simple th a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
table.dub_simple th a:hover {
	
}
table.dub_simple tr.odd {

}
table.dub_simple tr.even {

}
table.dub_simple td {	
	padding: 3px 15px 3px 5px;
	border-bottom: 1px solid #cccccc;
	color: #333333;
	background-color: #ffffff;
}