
/* Sandy Layout */

a { text-decoration:none; }
a.link { color:#A70303; font-weight:bold; }
a.link:hover { border-bottom:1px dotted #A70303; }
a.nobold { color:#A70303; letter-spacing:1px; }
a.nobold:hover { border-bottom:1px dotted #A70303; }
.table_subtitle a { color:#481d09; }
.table_subtitle a:hover { border-bottom:1px dotted #481d09; }
a.user_on { font-weight:bold; color:#186712; }
a.user_off { font-weight:bold; color:#830c0c; }


img { border: 0px; }
.hr { height: 0px; border-top: 1px solid #735e36; border-bottom: 1px solid #9e824c; margin-top:10px; margin-bottom:10px; }

.greentext { font-weight:bold; color:#186712; }
.greentext:hover { border-bottom:1px dotted #186712; }
.redtext { font-weight:bold; color:#830c0c; }
.redtext:hover { border-bottom:1px dotted #830c0c; }

/* Pagination */
.div_pagination { width:100%; margin-left:15px; padding:10px; margin-top:4px; text-align:left; font-size:9px; }
.div_pagination strong{ font-size:11px; }
.pagination { padding-left:3px; padding-right:3px; padding-top:4px; padding-bottom:4px; border:1px solid #6E5A35; background-color: #CEA85F;}
.pagination:hover {background-color: #BB9854;}
.pagination { color:#000000; text-decoration:none;}
.pagination_pageon { padding-left:3px; padding-right:3px; padding-top:4px; padding-bottom:4px; border:1px solid #7b653a; background-color: #9e824c; }


/* ### Popup Boxes ### */

#msg_notif_popup { 
	background: #BB9854; 
	border: 7px solid #9E824C; 
	position:absolute; 
	top:10px; 
	right:10px; 
	padding: 5px; 
	text-align:center; 
	filter.DXImageTransform.Microsoft.Alpha.Opacity=90; 
	-moz-opacity:.90; 
	opacity:.90;
	width: 300px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#poll_popup { 
	background: #BB9854; 
	border: 7px solid #9E824C; 
	position:absolute;  
	padding: 12px; 
	text-align:left; 
	filter.DXImageTransform.Microsoft.Alpha.Opacity=95; 
	-moz-opacity:.95; 
	opacity:.95; 
}

/* ### Tag Styles ### */

.text_redish { color: #481d09; font-weight:bold; }
.text_error { color:#A70303; font-weight:bold; }
.text_green { color: #8DCFF4; }

.cool_text {
	font-weight: bold;
	font-family: Comic Sans MS, Trebuchet MS, monospace;
	color: #910000;
	font-size: 15px;
	position: relative;
	bottom: 40px;
	left: 30px;
}

.important_text { 
	color:#770707; 
	font-weight:bold; 
}

.important_title { 
	color:#481d09; 
	font-weight:bold; 
	font-size:12px; 
}

.titletext { 
	color:#910000; 
	font-weight:bold; 
}

body {
	background: #514226;
	margin: 0px;
	padding: 15px;
}

#outer_body {
	font-family:Verdana, Arial, Helvetica, sans-serif, Monaco, Helvetica, Courier;
	color: #000;
	font-size:11px;
	margin: 0 auto;
	border: 4px solid #6e5a35;
	border-right: 5px solid #6e5a35;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	background: #6E5A35;
	min-width: 900px
	
}
/*
#announcement_bar {
	margin-top:5px;
	font-weight:bold;
	padding:7px;
	text-align:center;
	border: 1px dashed #BB9854;
	background: #CEA85F; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	width: 98%;
}
*/
/* ### Site Structure ### */

#bannerbar { 
	padding: 0px; 
	width:100%; 
	min-width:900px;
	height: 100px;
	border-left: 1px #836e48 solid;
	border-right: 1px #836e48 solid;
	border-bottom: 1px #836e48 solid;
	text-align:left;
	background: url('../images/header/banner_grad.png') repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#bannerbar #banner {
	margin-left: 30px;
	margin-top: 15px;
}

#banner_nav {
	position: relative;
	top: 8px;
	margin-left: 30px;
	font-size: 15px;
	color: #910000;
}

#banner_nav a {
	font-weight: bold;
	font-family: Comic Sans MS, Trebuchet MS, monospace;
	color: #910000;
}

#banner_nav a.active {
	color: #514226;
}

#banner_nav img {
	vertical-align: top;
}

#banner_nav > span {
	margin-left: 6px;
	margin-right: 6px;
	padding: 8px;
	position: relative;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#banner_nav span.active {
	background-color: #836E48;
}

#banner_nav div.link_bunch {
	padding-top: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #836E48;
	width: 400px;
	position: absolute;
	top: 33px;
	left: 0px;
	z-index: 1000;
}

#banner_nav .nav_item {
	width: 180px;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
	top: 0px;
	border: 2px solid #514226;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 13px;
	vertical-align: middle;
	color: #514226;
	background-color: #957f59;
	font-weight: bold;
	font-family: Comic Sans MS, Trebuchet MS, monospace;
}

#banner_nav .nav_item img {
	padding: 8px;
	height:  32px;
}

#banner_nav .nav_item span {
	position: relative;
	top: 15px;
	padding: 4px;
}

#banner_nav .nav_item span.active {
	background-color: #836E48;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#sub_banner {
	float: right;
	position: absolute;
	width: 460px;
	height: 60px;
	background-color: #6E5A35;
	border: 2px solid #514226;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	right: 34px;
	top: 34px;
	padding: 3px;
}

#statsbar {  
	padding-top: 3px; 
	padding-bottom: 4px; 
	width:100%; 
	background:#e4ba6a; 
	border: 1px #836e48 solid;
	min-width:900px;
	background: url('../images/header/bar_grad.png') repeat-x;
	height:18px;
}

#loginbar {  
	padding-top: 4px; 
	padding-bottom: 4px; 
	width:100%; 
	background:#e4ba6a; 
	border: 1px #836e48 solid;
	min-width:900px;
	background: url('../images/header/bar_grad2.png') repeat-x;
	height:19px;
	font-weight:bold;
}

#linkbar {   
	width:100%; 
	background:#cba45c url('../images/header/bar_grad2.png') repeat-x;
	border: 1px #836e48 solid;
	text-align:center;
	padding-top:5px;
	min-width:900px; 
	height:18px;
}

/* ### Navigation - Left ### */

.menuheader {
	color: #65321b;
}

.menuheader:hover{
	background-color: #cea85f;
}

.menuheader a {
	color: #65321b;
}

.arrowlistmenu .openheader{ 
background: #c19d59;
}

.arrowlistmenu{
	width:100%;
}

.arrowlistmenu .menuheader{
	font: bold 12px Tahoma, Geneva, sans-serif;
	border-top: 1px solid #9d804a;
	padding: 4px 0px 4px 0px;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowlistmenu ul li{ 
	height:20px;
	background: #ddb465;
}

.arrowlistmenu ul li a{
	color: #A70303;
	display: block;
	padding: 2px 0;
	padding-left: 0px;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #9d804a;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: #A70303;
}

.arrowlistmenu ul li:hover{
	color: #A70303;
	background-color: #cea85f;
}

#footer { 
	text-align: center; 
	background-color:#cea85f; 
	padding-top:15px;
	padding-bottom:15px;
	width:100%;
	min-width:900px;
	border: 1px #836e48 solid;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* ### Styles For Body ### */

#rightbar { 
	width:220px;
	text-align:center; 
	font-size:11px; 
	vertical-align:top;
	background-color:#E4BA6A;
}

#rightbar .widget {
	border: 1px dashed #BB9854;
	background-color: #CEA85F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
}

.widget_content {
	padding-bottom: 10px;
}

.widget input[type=text], .widget input[type=password], .widget input[type=submit] {
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.widget .collapse {
	position: relative;
	float: right;
	right: 25px;
	top: 8px;
}

.widget .collapsesub {
	position: absolute;
	float: right;
}

.widget .collapse img {
	width: 20px;
}

#body {  /* Middle Col TD */
	min-width:500px; 
	text-align:left; 
	font-size:11px; 
	vertical-align:top;
	background-color:#e4ba6a;
}

#content { /* ALL 3 COLS */
	border: 1px #836e48 solid; 
	width: 100%; 
	min-width:900px;
	background-color: #E4BA6A;
	//padding: .5%;
}

#content_table {
	width: 100%;
	padding: 2px<strong></strong>;	
}

.table { 
	border:1px solid #6e5a35; 
	width:100%;
	margin-bottom:5px;
	background-color:#9e824c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.table_title { 
	border-bottom:1px solid #6e5a35;
	background: url('../images/header/table_title_grad.png') repeat-x #6e5a35; 
	padding: 5px;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.table_subtitle { 
	background: url('../images/header/subtitle_grad.png') repeat-x  #a68546; 
	padding: 6px;
	text-align:center;
	font-weight: bold;
}

.table_bottom { 
	background: url('../images/header/bottom_table_grad.png') repeat-x  #a68546; 
	padding: 6px;
	text-align:center;
	font-weight: bold;
}

.table_content { 
	padding: 10px;
	background-color: #cea85f;
}

.table_content2 { 
	padding: 10px;
	background-color: #bb9854;
}

.paragraph {
	line-height: 18px;
}

#ad {
	padding-bottom:10px;
}

.col_title {
	padding-top:10px;
	padding-bottom:10px;
	font-size:13px;
	font-weight:bold;
	font: Arial, Helvetica, sans-serif;
	color: #481d09; 
}

/* ### Forms ### */

input[type="text"], input[type="password"], input[type="submit"] { 
	border: 1px solid #6e5a35; 
	background: url('../images/header/form_grad.png') repeat-x #efc779;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
}

.offencetb {
	border: 1px solid #880b0b; 
}

.defencetb {
	border: 1px solid #0b27a1; 
}

.spytb {
	border: 1px solid #096307; 
}

.magictb {
	border: 1px solid #5b0763; 
}

textarea { 
	border: 1px solid #6e5a35; 
	background: url('../images/header/form_grad2.png') repeat-x #efc676; 
	padding:10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

select { 
	border: 1px solid #6e5a35; 
	background: url('../images/header/form_grad.png') repeat-x;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

select option {
	background: #efc779;
}

*input { 
	border: 1px solid #6e5a35; 
	background: url('../images/header/form_grad.png') #efc779; 
}

/* Sub Areas */

.dashed_box {
	padding: 4px;
	margin-left:5px;
	background-color: #bb9854;
	border: 1px dashed #481d09;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.dashed_box_2 {
	padding: 4px;
	margin-left:5px;
	background-color: #cea85f;
	border: 1px dashed #481d09;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* newsletters */


.newsletter_comment_area {
	clear:  both;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:  2px solid #6E5A35;
	margin-bottom: 15px;
}
.newsletter_body, .newsletter_comment {
	padding-bottom: 10px;
	line-height: 18px;
}
.newsletter_publisher, .newsletter_comment_publisher {
	font-size:  10px;
	padding-top: 10px;
	border-top: 2px solid #6E5A35;
}

/* Listings */

.list_title_clickable {
	cursor: pointer;
	color: #481D09;
	border-bottom: 1px dashed #481D09;
}

.list_title_clickable:hover {
	border-bottom: none;
}

/* Pop Ups */

.font_size_popup, .font_face_popup, .font_colour_popup {
	 background-color: #DAB061; 
	 padding:5px; 
	 border: 1px #6E5A35 solid;
	 position: absolute; 
	 left:215px; 
	 display: none;
	 text-align: center;
}

.font_size_popup div, .font_face_popup div, .font_colour_popup div {
	cursor:pointer;
}

.font_face_popup div, .font_size_popup div {
	padding: 5px;
	border-bottom: 1px dashed #6E5A35;
} 
.bbcode_button {
	font-weight:bold;
	font-size:11px;
	background-color: #DAB061;
	color: #481D09;
	border:1px solid #6E5A35;
	padding:3px;
	vertical-align:baseline;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* top stats sortable list */

#top_stats_sortable { 
	list-style-type: none; 
	margin: 0; padding: 0; 
	width: 100%; 
}

#top_stats_sortable li { 
	margin: 0 3px 3px 3px; 
	padding: 0.4em; 
	padding-left: 1.5em;
	font-size: 1.1em; 
	height: 14px; 
}

#top_stats_sortable li span { 
	position: absolute; 
	margin-left: -1.3em; 
}

.hot_topic {
	padding: 3px;
	border-bottom: 1px dashed #BB9854;
}

#screenshots img {
	border: 10px solid #6E5A35;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px;
	height: 125px;
}

.battlelog_nav div {
	margin-bottom: 10px;
}

.battlelog_nav a {
	padding: 5px;
	font-family: Comic Sans MS,Trebuchet MS,monospace;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
}

.battlelog_nav a:hover {
	background: #836e48;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-bottom: none;
	color:  #514226;
}