/* @override http://forums.comicbookresources.com/_custom/css/forums.css */

/* @group Global CBR Elements (header and footer)
================================================================================= */

@font-face {
  font-family: 'Days';
  src: url('../fonts/days.eot');
  src: url('../fonts/days.eot?#iefix') format('embedded-opentype'), url('../fonts/days.woff') format('woff'), url('../fonts/days.ttf') format('truetype'), url('../fonts/days.svg#DaysRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nevis';
  src: url('../fonts/nevis.eot');
  src: url('../fonts/nevis.eot?iefix') format('eot'), url('../fonts/nevis.woff') format('woff'), url('../fonts/nevis.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
	background: #000046 url('../images/bg-dots-blue.jpg') repeat-y 50% 0;
}

body {
	margin: 0;
	background: #000046 url('../images/bg-dots-blue.jpg') repeat-y 50% 0;
	font-family: "Helvetica", Arial, Helvetica, Geneva, sans-serif;
}

#cbr-header {
  width: 975px;
  margin: 0 auto;
  text-align: left;
  background: url('../images/header-bg.png') no-repeat 0 0;
  z-index: 100;
  overflow: visible;
}

#cbr-header .inner {
  position: relative;
  width: 975px;
  height: 171px;
}

#logo {
  position: relative;
  float: left;
  display: inline;
  width: 236px;
  height: 132px;
  margin: 0;
  padding: 0;
  font-size: 12pt;
  font-weight: normal;
  text-indent: -9999px;
  overflow: hidden;
}

#logo a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../images/logo.png') no-repeat 0 0;
  cursor: pointer;
}

#logo a:hover span,
#logo a:focus span {
  background: url('../images/logo.png') no-repeat 0 -132px;
}

#logo a:active span {
  background: url('../images/logo.png') no-repeat 0 -264px;
}

#logo a {
  color: #fff;
  text-decoration: none;
}

#cart { 
	position: absolute; 
	top: -6px; 
	right: 8px; 
	width: 150px; 
}

#cbr { 
	position: relative; 
	display: block; 
	width: 311px; 
	height: 21px; 
	margin: 0; 
	padding: 0; 
	font-size: 12pt; 
	font-weight: normal; 
	text-indent: -9999px; 
	overflow: hidden; 
}

#cbr span { 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	margin-left: 9999px; 
	background: url("../images/header-cbr.jpg") no-repeat 0 0; 
}

#leaderboard {
  float: right;
  width: 728px;
  height: 90px;
  margin: 0 10px 10px 0;
}

#search {
  float: right;
  width: 238px;
}

#search form {
  margin: 0 9px 0 0;
  padding: 0;
}

#search #s {
  float: left;
  display: block;
  width: 156px;
  height: 16px;
  margin: 0;
  padding: 5px;
  font-size: 1.1em;
  color: #000;
  background: #050673 url('../images/search-input-bg.jpg') repeat-x 0 100%;
  border: none;
  outline: none;
}

#search-button {
  float: left;
  display: inline;
  width: 63px;
  height: 26px;
  padding: 26px 0 0 0;
  background: url('../images/search-button.jpg') no-repeat 0 0;
  border: 0;
  overflow: hidden;
  cursor: pointer;
}

#search-button:hover {
  background: url('../images/search-button.jpg') no-repeat 0 -26px;
}

#subscribe-buttons {
  float: right;
  width: 113px;
  height: 25px;
  margin: 4px 10px 5px 0;
}

#subscribe-buttons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#subscribe-buttons li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#subscribe-buttons a {
  float: left;
  display: block;
  width: 26px;
  height: 0;
  margin: 0 3px 0 0;
  padding: 25px 0 0 0;
  overflow: hidden;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  opacity: .85;
  border-bottom: none;
}

#subscribe-buttons-feed a {
  background: url('../images/subscribe-buttons.jpg') no-repeat 0 0;
}

#subscribe-buttons-email a {
  background: url('../images/subscribe-buttons.jpg') no-repeat -26px 0;
}

#subscribe-buttons-facebook a {
  background: url('../images/subscribe-buttons.jpg') no-repeat -52px 0;
}

#subscribe-buttons-twitter a {
  margin-right: 0;
  background: url('../images/subscribe-buttons.jpg') no-repeat -77px 0;
}

#subscribe-buttons a:hover,
#subscribe-buttons a:focus {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

/* @group nav */

#nav-container {
  width: 975px;
  margin: 0 auto;
  text-align: left;
}

#nav {
  z-index: 5;
  position: absolute;
  top: 134px;
  width: 720px;
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
}

#nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  float: left;
}

#nav li a {
  float: left;
  display: inline;
  margin: 0;
  padding: 6px 10px;
  font: normal 15px 'Nevis', Arial, Verdana, sans-serif;
  text-decoration: none;
  text-shadow: 0 -1px 1px #010033;
  text-transform: uppercase;
  color: #fff;
}

#nav li a:hover,
#nav li:hover > a {
  color: #9a001b;
  text-shadow: 0 1px 1px #fff;
  background: #ffdea6 url('../images/nav-hover.jpg') repeat-x 0 100%;
}

#nav .subnav {
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
  min-width: 160px;
  width: auto !important;
  width: 160px;
  min-height: 96px;
  height: auto !important;
  height: 96px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffdea6;
  z-index: 9999;
}

#nav li:hover ul {
  display: block;
}

#nav .subnav li {
  margin: 0;
  padding: 0;
  min-width: 160px;
  width: auto !important;
  width: 160px;
  list-style-type: none;
}

#nav .subnav li a {
  float: none;
  display: block;
  min-width: 160px;
  width: auto !important;
  width: 160px;
  height: auto;
  margin: 0;
  padding: 5px 9px;
  font: 12px Arial, Helvetica, Geneva, sans-serif;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  color: #333;
  background: none;
  cursor: pointer;
  border-top: 1px solid #ffe7c0;
}

#nav .subnav li a:hover {
  color: #9a001b;
  text-decoration: none;
  text-shadow: none;
  background: #fef1da;
  border-top: 1px solid #fef1da;
}

#cbr-footer { 
	width: 100%; 
	float: left; 
	padding-bottom: 15px;
	background: #03003d;
	background: -moz-linear-gradient(top,  #03003d 0%, #050060 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03003d), color-stop(75%,#050060));
	background: -webkit-linear-gradient(top,  #03003d 0%,#050060 75%);
	background: -o-linear-gradient(top,  #03003d 0%,#050060 75%);
	background: -ms-linear-gradient(top,  #03003d 0%,#050060 75%);
	background: linear-gradient(top,  #03003d 0%,#050060 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03003d', endColorstr='#050060',GradientType=0 ); 
}

#cbr-footer-inside {
	width: 960px; 
	margin: 0 auto; 
	padding: 15px 0; 
}

#cbr-footer-left { 
	float: left; 
	width: 728px; 
	margin-bottom: 15px; 
	font-size: .95em; 
	line-height: 1.4em; 
}

#cbr-footer-right { 
	float: right; 
	display: inline; 
	width: 39%; 
	margin-bottom: 15px; 
	font-size: .95em; 
	line-height: 1.4em; 
	text-align: right; 
}

#cbr-footer p { 
	margin: 0; 
	color: #5468de; 
}

#cbr-footer p span { 
	margin: 0 3px; 
	color: #2f338e; 
}

#cbr-footer h3 { 
	color: #5468de; 
}

#cbr-footer-zi {
	float: right;
	width: 152px;
	height: 140px;
	background: url('/_custom/images/zi.png') no-repeat 0 0;
}

#cbr-footer-leaderboard { 
	width: 728px;
	height: 90px; 
	margin: 0; 
}

#cbr-footer-feeds { 
	float: left; 
	width: 100%; 
	margin: 0 0 15px; 
	overflow: hidden; 
	border-bottom: 1px solid #2f338e; 
}

#cbr-footer-feeds h2 { 
	margin: 0 0 15px; 
	font: 20px Futura, Arial, Helvetica, Geneva, sans-serif; 
	text-transform: uppercase; 
	color: #fff; 
}

#cbr-footer-feeds h3 { 
	margin: 0 0 7px; 
	font: bold 14px Arial, Helvetica, Geneva, sans-serif; 
	text-transform: uppercase; 
	color: #feb439; 
}

#cbr-footer-feeds-one,
#cbr-footer-feeds-two,
#cbr-footer-feeds-three,
#cbr-footer-feeds-four { 
	float: left; 
	display: inline; 
	width: 225px; 
}

#cbr-footer-feeds-one,
#cbr-footer-feeds-two,
#cbr-footer-feeds-three { 
	margin-right: 20px; 
}

#cbr-footer-feeds ul { 
	margin: 0 0 20px 0; 
}

#cbr-footer-feeds li { 
	margin-bottom: 7px; 
	font-size: 1em; 
	line-height: 1.2em; 
	color: #5468de; 
}

#cbr-footer a:link,
#cbr-footer a:visited,
#cbr-footer a:active { 
	color: #c2c8ef; 
	text-decoration: none; 
}

#cbr-footer a:hover,
#cbr-footer a:focus { 
	color: #fff; 
	text-decoration: underline; 
}

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

/* @group vBulletin Style Overrides
================================================================================= */

#forum-container {
	padding: 20px;
	background: #03003d;
	background: -moz-linear-gradient(top,  #03003d 0%, #050060 300px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03003d), color-stop(300px,#050060));
	background: -webkit-linear-gradient(top,  #03003d 0%,#050060 300px);
	background: -o-linear-gradient(top,  #03003d 0%,#050060 300px);
	background: -ms-linear-gradient(top,  #03003d 0%,#050060 300px);
	background: linear-gradient(top,  #03003d 0%,#050060 300px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03003d', endColorstr='#050060',GradientType=0 );
}

#forum-container a:link,
#forum-container a:visited,
#forum-container a:active {
	color: #9a001b;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#forum-container a:hover,
#forum-container a:focus {
	color: #000;
	text-decoration: underline;
}

#forum-container .inner {
	padding: 10px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #030330;
	-webkit-box-shadow: 0 0 5px #030330;
	box-shadow: 0 0 5px #030330;
}

#forum-container .above_body {
	width: 100%;
	margin: -10px 0 10px -10px;
	padding: 0 10px;
	background: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#forum-container .breadcrumb ul li a,
#forum-container .breadcrumb ul li a:hover,
#forum-container .breadcrumb ul li a:focus {
	background: transparent;
	border: 0;
}

#forum-container .breadcrumb ul li.lastnavbit span {
	padding-top: 1px;
}

#forum-container #pagetitle h1 {
	margin-bottom: 5px;
	font: 16px/1em 'Nevis', Arial, Verdana, sans-serif !important;
	text-transform: uppercase;
	color: #000;
}

#forum-container #pagetitle .description {
	line-height: 1em;
	color: #666;
}

#forum-container .doc_header {
	min-height: 0;
}

#forum-container .logo-image {
	display: none;
}

#forum-container .toplinks {
	position: relative;
	width: 100%;
	top: auto;
	right: auto;
	left: auto;
	margin: 0;
	font-size: 1.1em;
	text-align: left;
}

#forum-container .toplinks ul.nouser {
	float: left;
	width: 100%;
}

#forum-container .toplinks ul.isuser {
	float: left;
	margin: 10px 0 5px 0;
}

#forum-container .toplinks ul.isuser li {
	color: #666;
}

#forum-container .toplinks ul.isuser li a {
	color: #9a001b;
}

#forum-container .toplinks ul.isuser li a:hover,
#forum-container .toplinks ul.isuser li a:focus {
	background-color: transparent;
	text-decoration: underline;
	color: #000;
}

#forum-container .toplinks ul.isuser li a:hover.popupctrl,
#forum-container .toplinks ul.isuser li a:focus.popupctrl,
#forum-container .toplinks ul.isuser li a.active.popupctrl {
	background-color: transparent;
}

#forum-container .toplinks ul.isuser .popupbody a:hover,
#forum-container .toplinks ul.isuser .popupbody a:focus {
	background: #eee;
}

#forum-container .popupbody {
	background: #eee;
	border: 1px solid #ccc;
}

#forum-container .popupbody li {
	padding: 1px 0 0;
	border: 0;
}

#forum-container .popupbody li a:hover {
	background: #fff !important;
}

#forum-container .toplinks ul.nouser li a {
	margin: 0 0 0 10px;
	padding: 15px 5px 10px 0;
	background: transparent;
	text-decoration: none;
}

#forum-container .toplinks ul.nouser li a:hover,
#forum-container .toplinks ul.nouser li a:focus {
	background: transparent;
	text-decoration: underline;
	color: #000;
}

#forum-container .toplinks ul.isuser li {
}

#forum-container .toplinks #navbar_loginform {
	position: relative;
	float: left;
}

#forum-container .toplinks .logindetails {
	float: left;
	height: auto;
	padding: 10px 5px 5px 0;
	text-align: left;
	background: transparent;
}

#forum-container .toplinks .logindetails input,
#forum-container .toplinks .logindetails input.loginbutton {
	width: 150px;
	margin: 0 5px 0 0;
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	background: #dddddd;
	background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #999;
}

#forum-container .toplinks .logindetails input:focus {
	color: #000;
	border: 1px solid #666;
}

#forum-container .toplinks .logindetails input.loginbutton {
	width: auto;
	padding: 6px 12px;
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0 1px 1px #f0f0f0;
	text-transform: uppercase;
	color: #666;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	border: 1px solid #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

#forum-container .toplinks .logindetails input:hover.loginbutton,
#forum-container .toplinks .logindetails input:focus.loginbutton {
	color: #000;
	border: 1px solid #666;
}

#forum-container .toplinks #navbar_loginform .remember {
	float: left;
	margin: 12px 0 0 0;
	padding: 5px 0 0 0;
}

#forum-container .toplinks #navbar_loginform .remember input {
	float: left;
	margin: -2px 5px 0 0;
}

#forum-container .toplinks #navbar_loginform .remember label {
	float: left;
	font-size: 11px;
	color: #999;
}

#forum-container .navbar {
	width: 100%;
	margin: 5px 0 0 -10px;
	padding: 0 10px;
	background: #05058e;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#forum-container .navtabs {
	width: 100%;
	margin-left: -10px;
	padding: 0 10px;
	background: #fff;
	border: 0;
}

#forum-container #navbar .navtabs li {
	border: 0;
}

#forum-container #navbar .navtabs li a.navtab {
	color: #fff;
	background: #303fae;
	border: 0;
}

#forum-container #navbar .navtabs li a:hover.navtab,
#forum-container #navbar .navtabs li a:focus.navtab {
	color: #fff;
	background: #000;
	text-decoration: none;
}

#forum-container #navbar .navtabs li.selected a.navtab {
	padding: 4px 10px 0;
	color: #fff;
	text-shadow: 0 -1px 1px #000069;
	background: #3040ae;
	background: -moz-linear-gradient(top,  #3040ae 0%, #04048d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3040ae), color-stop(100%,#04048d));
	background: -webkit-linear-gradient(top,  #3040ae 0%,#04048d 100%);
	background: -o-linear-gradient(top,  #3040ae 0%,#04048d 100%);
	background: -ms-linear-gradient(top,  #3040ae 0%,#04048d 100%);
	background: linear-gradient(top,  #3040ae 0%,#04048d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3040ae', endColorstr='#04048d',GradientType=0 );
	border: 0;
}

#forum-container #navbar .navtabs .popupbody li {
	padding: 1px 0 0;
}

#forum-container .navtabs .floatcontainer {
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#forum-container .navtabs .floatcontainer li:first-child {
	margin: 0 0 0 10px;
}

#forum-container #navbar .navtabs .floatcontainer li a {
	color: #a7addf;
}

#forum-container #navbar .navtabs .floatcontainer li a:hover,
#forum-container #navbar .navtabs .floatcontainer li a:focus {
	text-decoration: underline;
	color: #fff;
}

#forum-container #navbar .navtabs .floatcontainer li:hover a.popupctrl,
#forum-container #navbar .navtabs .floatcontainer li:focus a.popupctrl,
#forum-container #navbar .navtabs .floatcontainer li:active a.popupctrl,
#forum-container #navbar .navtabs .floatcontainer li a:hover.popupctrl,
#forum-container #navbar .navtabs .floatcontainer li a:focus.popupctrl,
#forum-container #navbar .navtabs .floatcontainer li a:active.popupctrl,
#forum-container #navbar .navtabs .floatcontainer li a.popupctrl.active {
	background-color: #303fae;
	border: 1px solid #303fae;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#forum-container #navbar .navtabs .floatcontainer .popupbody {
	background-color: #303fae;
	border: 1px solid #303fae;
}

#forum-container #navbar .navtabs .floatcontainer .popupbody a {
	color: #b2001b;
}

#forum-container #navbar .navtabs .floatcontainer .popupbody a:hover,
#forum-container #navbar .navtabs .floatcontainer .popupbody a:focus {
	color: #000;
	background: #000;
}

#forum-container #navbar .navtabs .floatcontainer .popupbody li {
	margin: 0;
}

#forum-container #navbar_search {
	float: right;
	margin: -12px 0 0 0;
	width: 200px;
}

#forum-container .navbar_search .textboxcontainer,
#forum-container .navbar_search .textboxcontainer span,
#forum-container .navbar_search .buttoncontainer,
#forum-container .navbar_search .buttoncontainer span {
	border: 0;
}

#forum-container #navbar_search input.textbox {
	float: left;
	display: inline;
	width: 145px;
	margin: 0;
	padding: 5px 5px 6px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	background: #dddddd;
	background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
	border: 1px solid #999;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

#forum-container #navbar_search input:focus.textbox {
	background: #dddddd;
	background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
	border: 1px solid #666;
}

#forum-container .buttoncontainer {
	overflow: visible;
	float: left;
	display: inline;
}

#forum-container #navbar_search input.searchbutton {
	margin: 1px 0 0 3px;
	padding: 1px 5px 2px;
	background: #666666;
	background: -moz-linear-gradient(top,  #666666 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #666666 0%,#333333 100%);
	background: -o-linear-gradient(top,  #666666 0%,#333333 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#333333 100%);
	background: linear-gradient(top,  #666666 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

#forum-container #navbar .navbar_advanced_search {
	clear: both;
	padding-top: 12px;
	margin: 0 -7px 0 0;
}

#forum-container #navbar .navbar_advanced_search a {
	color: #a2a8d8;
}

#forum-container #navbar .navbar_advanced_search a:hover,
#forum-container #navbar .navbar_advanced_search a:focus {
	color: #fff;
}

#forum-container .notices {
	background: rgb(255, 255, 255);
	margin: 5px 0 10px;
}

#forum-container .notices li {
	font-size: 12px;
	line-height: 1.3em;
	color: #666;
	text-shadow: 0 1px 1px #fff;
	padding: 8px 10px;
	margin-bottom: 5px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border: 1px solid #ddd;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#forum-container .notices li a {
	color: #333;
}

#forum-container .body_wrapper {
	margin: 0;
	padding: 0;
	background: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#content_container {
	width: 100%;
}

#forum-container .table,
#forum-container .threadbit,
#forum-container .forum_info .forumoptiontitle,
#forum-container .formcontrols,
#forum-container .blockhead,
#forum-container .forumhead,
#forum-container .forumrow,
#forum-container .wgo_block .blockhead,
#forum-container .wgo_block,
#forum-container #threadlist .threadbit,
#forum-container #threadlist .threadbit .threadinfo .inner,
#forum-container #threadlist .threadbit .threadinfo .inner,
#forum-container #threadlist .threadstats,
#forum-container #sidebar_container #sidebar,
#forum-container #footer,
#forum-container #sidebar_container {
	padding: 0;
	background: transparent;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#forum-container .body_wrapper .forumhead,
#forum-container .body_wrapper .threadlisthead,
#forum-container .body_wrapper .posthead {
	padding: 7px 0;
	color: #fff;
	text-shadow: 0 -1px 1px #000069;
	background: #3040ae;
	background: -moz-linear-gradient(top,  #3040ae 0%, #04048d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3040ae), color-stop(100%,#04048d));
	background: -webkit-linear-gradient(top,  #3040ae 0%,#04048d 100%);
	background: -o-linear-gradient(top,  #3040ae 0%,#04048d 100%);
	background: -ms-linear-gradient(top,  #3040ae 0%,#04048d 100%);
	background: linear-gradient(top,  #3040ae 0%,#04048d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3040ae', endColorstr='#04048d',GradientType=0 );
	border: 1px solid #000069;
}

#forum-container #forums .forumhead a,
#forum-container #forums .forumhead span,
#forum-container .body_wrapper .forumhead a,
#forum-container .body_wrapper .forumhead span,
#forum-container .body_wrapper .threadlisthead a,
#forum-container .body_wrapper .threadlisthead span {
	font: 12px/1em 'Nevis', Arial, Verdana, sans-serif !important;
	text-transform: uppercase;
}

#forum-container #forums .forumhead a,
#forum-container .body_wrapper .forumhead a,
#forum-container .body_wrapper .threadlisthead a,
#forum-container .body_wrapper .posthead a {
	color: #fff;
}

#forum-container .body_wrapper .threadlisthead .threadstats {
	padding-top: 4px !important;
}

#forum-container #forums .forumhead a.collapse {
	margin: 5px 10px 0 0;
}

#forum-container .forum_info a.collapse {
	margin: 5px 0 0 0;
}

#forum-container .body_wrapper .posthead .nodecontrols {
	padding-top: 8px;
}

#forum-container #forums .forumrow.table,
#forum-container .body_wrapper .forumrow,
#forum-container .body_wrapper #threadlist .threadbit {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#forum-container .body_wrapper #threadlist .threadbit div {
	border: 0;
}

#forum-container #forums .forumrow.table .td,
#forum-container .body_wrapper .forumrow .td,
#forum-container .body_wrapper .forumrow .foruminfo {
	padding: 10px 0;
}

#forum-container .body_wrapper #threadlist .threadbit .threadinfo,
#forum-container .body_wrapper #threadlist .threadbit .threadstats,
#forum-container .body_wrapper #threadlist .threadbit .threadlastpost {
	padding-top: 10px;
}

#forum-container .body_wrapper #threadlist .threadbit .threadinfo {
	padding-top: 5px;
}

#forum-container .body_wrapper #threadlist .threadinfo h3 {
	font-weight: normal;
}

#forum-container .body_wrapper #threadlist .threadinfo h3.threadtitle a.threadtitle_unread {
	font-weight: bold;
}

#forum-container .threaddetailicons {
	margin: -10px 0 0;
}

#forum-container .navlinks,
#forum-container .toolsmenu {
	margin: 15px 0 0;
	font-size: 12px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#forum-container .toolsmenu {
	margin: 15px 0 5px;
}

#forum-container .wgo_block .blockhead,
#forum-container .forum_info .blockhead {
	margin: 0;
	padding: 12px;
	font: 12px/1em 'Nevis', Arial, Verdana, sans-serif !important;
	text-shadow: 0 -1px 1px #888;
	text-transform: uppercase;
	color: #fff;
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #999999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#999999 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#999999 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#999999 100%);
	background: linear-gradient(top,  #cccccc 0%,#999999 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 );
	border: 1px solid #888888;
}

#forum-container .wgo_block .section,
#forum-container .forum_info .blockbody {
	width: auto;
	margin: 0;
	padding: 10px 12px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border: 1px solid #ddd;
	border-top: 0;
}

#forum-container .forum_info .blockbody {
	margin-bottom: 10px;
}

#forum-container .wgo_block .section div,
#forum-container .forum_info .blockbody div {
	padding: 0;
	line-height: 1.5em;
}

#forum-container .forum_info .blockbody div .options_input_block {
	margin-right: 20px;
}

#forum-container .wgo_block .section .blocksubhead {
	margin: 0 0 5px;
	padding: 0;
	background: transparent;
	border: 0;
}

#forum-container .wgo_block .section .blocksubhead img {
	display: none;
}

#forum-container #sidebar_container #sidebar {
	padding-top: 18px;
}

#forum-container #sidebar,
#forum-container #sidebar_container {
	background: transparent;
}

#forum-container #sidebar li,
#forum-container #sidebar_container li {
	margin: 0;
	padding: 0;
	border: 0;
}

#forum-container #sidebar .block,
#forum-container #sidebar_container .block {
	margin: 0 0 20px;
	padding: 0;
}

#forum-container #sidebar .block .blocksubhead,
#forum-container #sidebar_container .block .blocksubhead {
	padding: 12px 10px 8px;
	font: 12px/1em 'Nevis', Arial, Verdana, sans-serif !important;
	text-shadow: 0 -1px 1px #888;
	text-transform: uppercase;
	color: #fff;
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #999999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#999999 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#999999 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#999999 100%);
	background: linear-gradient(top,  #cccccc 0%,#999999 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 );
	border: 1px solid #888888;
}

#forum-container #sidebar .block .blocksubhead img {
	display: none;
}

#forum-container #sidebar .block .blockrow,
#forum-container #sidebar_container .block .blockrow {
	padding: 0;
	background: transparent;
	border: 0;
}

#forum-container #sidebar .block .blockrow li,
#forum-container #sidebar_container .block .blockrow,
#forum-container #sidebar_container .block #userinfoblock {
	padding: 10px 12px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border: 1px solid #ddd;
	border-top: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#forum-container #sidebar_container .block #userinfoblock {
	margin-bottom: -20px;
	padding: 10px;
}

#forum-container #sidebar_container .block #userinfoblock ul {
	margin: 0 0 3px;
}

#forum-container #sidebar_container .block #userinfoblock a {
	margin: 0;
	padding: 0;
	color: #9a0032;
}

#forum-container #sidebar_container .block #userinfoblock a:hover,
#forum-container #sidebar_container .block #userinfoblock a:focus {
	color: #000;
}

#forum-container #sidebar .block .blockrow li h5 {
	padding-bottom: 2px;
}

#forum-container #sidebar .block .blockbody,
#forum-container #sidebar_container .blockbody {
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#forum-container #sidebar .underblock,
#forum-container #sidebar_container .underblock {
	display: none;
}

#forum-container #sidebar_container dt {
	font-size: 12px;
}

#forum-container .below_body {
	float: left;
	width: 100%;
}

#forum-container .above_threadlist {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0;
}

#forum-container a.newcontent_textcontrol {
	position: relative;
	height: auto;
	margin: 0;
	padding: 10px 15px !important;
	font: 13px/1em 'Nevis', Arial, Verdana, sans-serif !important;
	color: #874c00;
	text-decoration: none;
	text-shadow: 0 1px 1px #fdd772;
	text-transform: uppercase;
	padding: 8px 10px;
	margin-bottom: 5px;
	background: #fdd870;
	background: -moz-linear-gradient(top,  #fdd870 0%, #eeb541 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdd870), color-stop(100%,#eeb541));
	background: -webkit-linear-gradient(top,  #fdd870 0%,#eeb541 100%);
	background: -o-linear-gradient(top,  #fdd870 0%,#eeb541 100%);
	background: -ms-linear-gradient(top,  #fdd870 0%,#eeb541 100%);
	background: linear-gradient(top,  #fdd870 0%,#eeb541 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd870', endColorstr='#eeb541',GradientType=0 );
	border: 1px solid #e29c20;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#forum-container a:hover.newcontent_textcontrol,
#forum-container a:focus.newcontent_textcontrol {
	color: #000;
	background: #eeb541;
	background: -moz-linear-gradient(top,  #eeb541 0%, #fdd870 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeb541), color-stop(100%,#fdd870));
	background: -webkit-linear-gradient(top,  #eeb541 0%,#fdd870 100%);
	background: -o-linear-gradient(top,  #eeb541 0%,#fdd870 100%);
	background: -ms-linear-gradient(top,  #eeb541 0%,#fdd870 100%);
	background: linear-gradient(top,  #eeb541 0%,#fdd870 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb541', endColorstr='#fdd870',GradientType=0 );
	border: 1px solid #e29c20;
}

#forum-container .below_threadlist {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#forum-container .below_threadlist .threadpagenav {
	float: right;
	width: auto;
}

#forum-container .above_postlist {
	margin-bottom: 15px;
}

#forum-container .body_wrapper .userinfo_noavatar {
	background: #f9f9f9;
}

#forum-container .body_wrapper .postrow {
	padding: 20px;
	background: #fff;
}

#forum-container .thread_info {
	clear: both;
	width: 100%;
	margin: 20px 0 0;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#forum-container .thread_info .options_block {
	padding: 10px;
}

#forum-container .thread_info h4 {
	margin: 0;
	color: #000;
}

#forum-container .thread_info .options_block .info_subblock {
	padding: 10px 0 0;
}

#forum-container .textbox,
#forum-container .searchbox {
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	background: #dddddd;
	background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #999;
}

#forum-container .textbox:focus,
#forum-container .searchbox:focus {
	color: #000;
	border: 1px solid #666;
	outline: none;
}

#forum-container .searchbox {
	margin-bottom: 5px;
}

#forum-container input.button {
	padding: 6px 12px;
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0 1px 1px #f0f0f0;
	text-transform: uppercase;
	color: #666;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	border: 1px solid #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

#forum-container input:hover.button {
	color: #000;
	border: 1px solid #666;
}

#forum-container .formcontrols .blockrow:first-child {
	border-top: 0;
}

#forum-container .formcontrols .blockrow {
	border-top: 1px solid #ccc;
}

#forum-container .formcontrols select {
	border: 1px solid #999;
}

#forum-container #forumrules {
	border: 1px solid #ccc;
}

#forum-container #charnav {
	padding: 10px;
	margin: 10px 0;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#forum-container #charnav dd a {
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0 1px 1px #f0f0f0;
	text-transform: uppercase;
	color: #666;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	border: 1px solid #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#forum-container #charnav dd a:hover,
#forum-container #charnav dd a:focus {
	text-decoration: none;
	color: #000;
	border: 1px solid #666;
}

#forum-container #memberlist_search .popupbody {
	padding: 10px;
	width: 100px;
}

#forum-container .profile_content h3 {
	margin: 10px 5px;
	font-size: 12px;
}

#forum-container .profile_content h4 {
	font-size: 12px;
}

#forum-container .profile_content h5 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
}

#forum-container .profile_content dt {
	font-size: 12px;
	color: #666;
}

#forum-container .profile_content dd {
	margin-bottom: 15px;
}

#forum-container .profile_content .blocksubhead,
#forum-container .profile_content .blocksubhead {
	padding: 8px 10px;
	color: #fff;
	background: #05058e;
	border: 0;
}

#forum-container .profile_content .member_blockrow {
	background: #eee;
	border: 1px solid #ddd;
}

#forum-container .memberprofiletabunder {
	height: 5px;
	background: #05058e;
}

#forum-container #tab_container {
	height: 30px;
}

#forum-container #tab_container .tabslight {
	margin: 0;
	padding: 0;
}

#forum-container #tab_container .userprof_moduleinactive {
	height: auto;
	margin-top: 4px;
	padding: 0;
	color: #fff;
	background: #303fae;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#forum-container .userprof_module {
	height: auto;
	padding: 0;
	color: #fff;
	text-shadow: 0 -1px 1px #000069;
	background: #3040ae;
	background: -moz-linear-gradient(top,  #3040ae 0%, #04048d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3040ae), color-stop(100%,#04048d));
	background: -webkit-linear-gradient(top,  #3040ae 0%,#04048d 100%);
	background: -o-linear-gradient(top,  #3040ae 0%,#04048d 100%);
	background: -ms-linear-gradient(top,  #3040ae 0%,#04048d 100%);
	background: linear-gradient(top,  #3040ae 0%,#04048d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3040ae', endColorstr='#04048d',GradientType=0 );
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#forum-container #tab_container .userprof_module a,
#forum-container #tab_container .userprof_moduleinactive a {
	padding: 5px 15px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	border: 0;
}

#forum-container #tab_container .userprof_moduleinactive a {
	padding: 2px 15px;
}

#forum-container #tab_container .userprof_moduleinactive a:hover {
	background: #000;
}

#forum-container #footer {
	padding: 8px 2px;
	margin-bottom: 10px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#forum-container #footer a:link,
#forum-container #footer a:visited,
#forum-container #footer a:active {
	font-size: 12px;
	color: #666;
}

#forum-container #footer a:hover,
#forum-container #footer a:focus {
	color: #000;
	text-decoration: underline;
}

#forum-container #footer select {
	border: 1px solid #999;
}

#forum-container #footer_time,
#forum-container #footer_morecopyright {
	float: left;
	display: inline;
	width: 48%;
	margin: 0;
	padding: 0;
	color: ;
	line-height: 1.5em;
	text-align: left;
}

#forum-container #footer_copyright {
	float: right;
	display: inline;
	width: 48%;
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 1.5em;
	text-align: right;
}