@charset "utf-8";
/* CSS Document */

/******************************************
*******          INFO PANEL       *********
******************************************/
 
div#rotator {
	width: 574px; 
	height: 340px;
	position: relative;
	float: left;
	margin: 0px;
}
#rotator .boxFeature {
	padding-bottom:0px;
}
#feature {
	width:574px;
	height:330px;
	position: relative;
	overflow: hidden;
}
#feature .feature-text {
	background-image: url("http://static.epicbattles.net/images/opacity/75.png");
	width: 555px;
	position: absolute;
	bottom: 17px;
	padding: 10px 10px 10px 20px;
	font-family: "Lucida Grande",Tahoma,Helvetica,Arial;
	font-size: 12px;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
}
#feature-title {
	width: 555px;
	font-size: 18px;
	text-transform: uppercase;
	color: #94C258;
	display: block;
	font-weight: bold;
}
#feature-body {
	color: #aaa;
	width: 550px;
	font-size:11px;
	padding-bottom: 12px;
}
#feature-link {
	background-image: url("http://static.epicbattles.net/images/opacity/50.png");
	border: 1px solid #94C258;
	padding: 6px 3px;
	clear:both;
	font-size: 12px;
}
#feature-link a {
	background-image: url("http://static.epicbattles.net/images/icons/go.png");
	background-repeat: no-repeat;
	padding: 2px 0 3px 22px;
	color: #FFFFFF;
	font-size:12px;
	text-decoration:none;
}
#feature-link a:hover {
	color: #FFFFFF;
	font-size:12px;
    text-decoration:underline
}
#feature-extra {
	padding: 2px 22px 3px 0;
	font-size: 11px;
	color:#999;
	float:right;
}
#feature-extra a {
	padding: 0 1px;
	color: #999;
	font-size: 11px;
}
#feature-extra a:hover {
	color: #fff;
	text-decoration:underline;
}
#feature .feature-status {
	position:absolute; 
	width:16px; 
	height:16px; 
	right:0; 
	z-index:1001; 
	padding:4px; 
	background-color:#FFF; 
	border-left:1px solid #94C258; 
	border-bottom:1px solid #94C258;
}

/******************************************
*******    ROTATOR TABS PANEL     *********
******************************************/

ul#rotator-tabs {
	margin: 0;
	clear:none;
	float: right;
}
ul#rotator-tabs li {
	float: left;
	list-style-type: none;
	font-size: 10px;
	padding-left:5px;
	padding-right:5px;
	white-space:nowrap;
}
ul#rotator-tabs li a {
	color: #FFFFFF;
	font-family: "Lucida Grande",Tahoma,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
ul#rotator-tabs li a:hover {
	color: #94C258;
	text-decoration: none;
	cursor:pointer;
}
ul#rotator-tabs li a.on {
	color:#94C258;
	font-weight:bold;
	cursor:pointer;
}
ul#rotator-tabs li a.on:hover {
	text-decoration: none;
	cursor:pointer;
}
ul#rotator-tabs li.on a {
	color: #94C258;
	cursor:pointer;
}

/******************************************
*******          BOX PANELS       *********
******************************************/

div.boxOuter {
    margin: 4px;
    text-align: left;
    background: #353535 url("http://static.epicbattles.net/images/home/box_bg.png") repeat-x;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #94C258 #660000 #660000 #94C258;
    color: #e1e1e1;
}
div.boxOuter div.boxInner {
    clear: both;
	display: block;
	background: #171717 url("http://static.epicbattles.net/images/home/box_content_bg.png") repeat-x;
    font-size: 11px;
	line-height: 14px;
    border: 1px solid #94C258;
    margin: 5px;
}
div.boxOuter div.boxInner input {
	background: #353535 url("http://static.epicbattles.net/images/home/box_bg.png") repeat-x;
	border: 1px solid #FC0;
	font-size: 11px;
	color: #FFFFFF;
}
div.boxOuter div.boxInner textarea {
	background: #353535 url("http://static.epicbattles.net/images/home/box_bg.png") repeat-x;
	border: 1px solid #FC0;
	font-size: 11px;
	color: #FFFFFF;
}
div.boxOuter div.boxContent {
	background: #171717 url("http://static.epicbattles.net/images/home/box_content_bg.png") repeat-x;
    border: 1px solid #94C258;
    margin: 5px;
    padding: 5px;
    display: block;
	color: #e1e1e1;
}
div.boxOuter a {
    color: #ffffff;
	text-decoration:none;
}
div.boxOuter a:hover {
    color: #fc0;
	text-decoration:none;
}
div.boxOuter div.boxContent em {
    color: #919191;
    font-style: italic;
}
div.boxOuter div.boxForm {
    background: #2a3035 url("http://static.epicbattles.net/images/home/box_form_bg.png") repeat-x;
}
div.dateline {
	padding: 2px 0;
	margin: 0px;
	font-weight: normal;
	font-size: 10px;
	color: #f1f1f1;
}
div.dateline a {
	color: #fc0;
	text-decoration: none;
}
div.dateline a:hover {
	color: #94C258;
	text-decoration: underline;
}
hr.divider {
    border: 0;
    color: #666;
    background-color: #666;
    height: 1px;
    margin: 4px 0;
    padding: 0;
}

/******************************************
*******        TICKER PANEL       *********
******************************************/

#ticker {
    color: #f1f1f1;
    height: 134px;
}
#ticker_title {
    float: left;
    padding: 4px 0 2px 4px;
    margin: 0;
    color: #f1f1f1;
    font-weight: bold;
}
#ticker_ctl {
    color: #f1f1f1;
    float: right;
    font-size: 9px;
    padding: 0 1px 0 0;
}
#ticker_ctl a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #FC0;
}
#ticker_ctl a:hover {
    color: #fff;
}
#ticker_results {
    margin-top: 0px;
    font-weight: bold;
    height: 25px;
    line-height: 13px;
}
#ticker_results div {
    float: right;
    color: #999;
    margin: 0;
    padding: 0;
}
#ticker_results div.sep {
    float: none;
	height: 1px;
	background: #666;
	overflow: hidden;
}
#ticker_links {
    padding: 2px;
    width: 294px;
	text-align:center;
}

/******************************************
*******        RANDOM STUFF       *********
******************************************/

.full {
    width: 950px;
}
.xl {
    width: 607px;
}
.lg {
    width: 590px;
}
.md {
    width: 310px;
}
.sm {
    width: 170px;
}
.auto {
    width: auto;
}
.lt {
    float: left;
}
.rt {
    float: right;
}
.clr {
    clear: both;
}
.clrlt {
    clear: left;
}
.clrrt {
    clear: right;
}
img.btn-join {
	width: 47px;
	height: 17px;
	border: 0;
	margin: 0;
	padding: 8px 8px 0 6px;
}
.btn-join {
	width: auto;
	font-size:9px;
	height: 17px;
	border: 0;
	margin: 0;
	padding: 8px 8px 0 6px;
}
.txtL {
    text-align: left !important;
}
.txtR {
    text-align: right !important;
}
.txtC {
    text-align: center !important;
}
.txt-rt {
	font-weight: normal;
	text-align: right;
}
.hide {
	display: none;
}
sup {
    font-weight: normal;
    font-size: 9px;
}
.panel {
    position: relative;
}
.panel-screen {
    position: absolute;
    left: 5px;
    top: 5px;
}
.panel-layer {
    position: absolute;
    visibility: hidden;
    z-index: 1000;
}
.transparent {
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}
.highlight {
    color: #fc0;
}
ul.rules li {
    color: #a1a1a1;
}
ul.rules li strong {
    color: #fff;
}
.time {
	color: #FC0;
}
.smallfont {
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
div.btn input {
	border: 2px double #888;
	border-top-color: #fff;
	border-left-color: #fff;
	padding: 3px;
	background: #fff url(http://static.epicbattles.net/images/buttons/bg.png) repeat-x -5px -5px;
	color: #222;
	font-size: 10px;
	font-weight: bold;
	font-family: "Lucida Grande",Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

/******************************************
*******         ICONS PANEL       *********
******************************************/

.icon-rank {
    width: 12px;
    height: 7px;
    border: 0;

    padding-left: 2px;
    vertical-align: middle;
}
.icon12 {
    width: 12px;
    height: 12px;
    border: 0;
}
.icon16 {
    width: 16px;
    height: 16px;
    border: 0;
}
.icon18 {
    width: 18px;
    height: 18px;
    border: 0;
}
.icon24 {
    width: 24px;
    height: 24px;
    border: 0;
}
.icon32 {
    width: 32px;
    height: 32px;
    border: 0;
}
.icon48 {
    width: 48px;
    height: 48px;
    border: 0;
}
.icon64 {
    display: block;
    width: 64px;
    height: 64px;
    border: 0;
}
.icon-rt {
    padding-right: 5px;
}
.icon-lt {
    padding-left: 5px;
}
.icon-f-lt {
    float: left;
    display: block;
    padding: 0 5px 0 0;
}
.icon-f-rt {
    position: relative;
    float: left;
    display: block;
    padding: 0 0 0 5px;
}
