.ddoContainer{
	border:1px solid white;
	width:155px;
	background-color:#000000;
	font-family:Verdana; 
	margin:0 auto;
}

.tab_content a {
	color: yellow;
}
.ddoOffTimer{
	color:green;
}
.ddoOnTimer{
	color:red;
}
.ddoFooter{
	background-color:#3B4515;
	font-size:8px;
	color:Yellow;
	padding:3px;
	text-align:center;
}
.ddoTitle{
	font-size:9px;
	font-weight:bold;
	background-color:#3B4515;
	padding:5px;
	text-align:center;
	margin-bottom:5px;
	color:#FFFFFF;
}
.ddoRaidListItem{
	padding:2px; 
	margin-left:10px; 
	background-repeat:no-repeat; 
	background-position: right center; 
	font-size:9px;
}

.ddoPlayerTitle{
	font-size:9px;
	font-weight:bold;
	background-color:#7B4515;
	padding:5px;
	text-align:center;
	margin-bottom:5px;
	color:#FFFFFF;
}

.ddoEpicTitle{
	font-size:9px;
	font-weight:bold;
	background-color:#3B7515;
	padding:5px;
	text-align:center;
	margin-bottom:5px;
	color:#FFFFFF;
}



.container {
	border:1px solid white;
	width:165px;
	background-color:#FFFFFF;
 	font-family:Verdana; 
	margin:0 auto;

}
ul.tabs {
	float:left;
	list-style: none;

 	font-family:Verdana; 
	margin:0 auto;

	font-size:9px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:0;
	text-align:center;
	margin-bottom:1px;
	color:#FFFFFF;
	border:1px solid white;
	width:165px;
}
ul.tabs li {
	float:left;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: 2px;
	margin-top: 3px;
	background: #F0F0F0;
	overflow: hidden;
	position: relative;

}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size:9px;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #555;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #ccc;
}
.tab_container {
	float:left;
	width:165px;
	background-color:#000000;
 	font-family:Verdana; 
	margin:0 auto;
	border:1px solid white;

	clear: both;
	background: #000;
	-moz-border-radius-bottomright: 1px;
	-khtml-border-radius-bottomright: 1px;
	-webkit-border-bottom-right-radius: 1px;
	-moz-border-radius-bottomleft: 1px;
	-khtml-border-radius-bottomleft: 1px;
	-webkit-border-bottom-left-radius: 1px;
}
.tab_content {
	padding: 2px;
	font-size: 9px;
}

