/* Main Layout */

body {
	margin: 0;
	padding: 0;
	font: normal 12px Verdana;
	color: #666666;
	background-color: #C3C3A1;
}

/* Content Blocks */

#sb_container {
	width: 1000px;
	position: absolute; 
	top: 0px; 
	left: 50%; 
	margin-left: -500px;
	border-left: solid 2px #868645;
	border-right: solid 2px #868645;
	background-image:  url(images/bg.gif);
}

#sb_header {
	width: 1000px;
	height: 150px;
	background-image:  url(images/header.jpg);
}

#sb_stats {
	float: right;
	margin-top: 30px;
	margin-right: 30px; 
	width: 150px;
	text-align: right;
	color: #868645;
}

#sb_stats a, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}

#sb_stats a:hover {
	text-decoration: underline;
}

#sb_login {
	float: right;
	margin-top: 30px;
	margin-right: 5px;
	width: 250px;
	color: #868645;	
}

#sb_login a, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}

#sb_login a:hover {
	text-decoration: underline;
}

#sb_nav {
	width: 1000px;
	background-image: url(images/nav_bg.gif);
}

#sb_content {
	position: relative;
	width: 722px;
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
}

#sb_banners {
	border: solid 1px #868645;
	margin-bottom: 16px;
}

#sb_main {
	width: 722px;
	margin-top: 16px;
	float: left;
}

#sb_main_content {
	background-color: #ffffff;
	padding: 5px;
	border-left: solid 1px #868645;
	border-right: solid 1px #868645;
}

#sb_main_content hr {
	height: 1px;
	border: none;
	border-top: 1px solid #666666;
	border-bottom: none;
	margin: 0;
	margin-top: 5px;
	padding: 3px;
}

#sb_main_content h1 {
  color: #868645;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  text-align: left;
  margin: 0px;
  padding: 0px;

}

#sb_sidebar_container {
	position: relative;
	width: 230px;
	float: right;
	margin-bottom: 16px;	
	margin-right: 16px;
}

.sb_sidebar {
	width: 230px;
	margin-top: 16px;
}

.sb_sidebar_content {
	background-color: #ffffff;
	padding: 5px;
	border-left: solid 1px #868645;
	border-right: solid 1px #868645;
}

.sb_sidebar_content a, a:active, a:visited {
	color: #868645;
	text-decoration: none;
}

.sb_sidebar_content a:hover {
	text-decoration: underline;
}




img {
	border: none;
}

marquee {
  padding: 0px;
  margin: 0px;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px dashed #989898;
  border-bottom: none;
  margin: 0;
  margin-top: 2px;
  padding: 3px;
}

/* Links */
a, a:visited, a:active {
  color: #868645;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.white, a.white:visited, a.white:active {
  color: #FFFFFF;
  text-decoration: none;
}

a.white:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #868645;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #868645;
  text-decoration: underline;
  font-weight: bold;
}

a.category, a.category:visited, a.category:active {
  color: #868645;
  text-decoration: none;
}

a.category:hover {
  color: #868645;
  text-decoration: underline;
}

/* Font types */



h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #868645;
  text-transform: uppercase;
  font-weight: bold;
}

.small {
  color: #666666;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

.category_big, .category_big a {
  color: #3172B3;
  font-weight: bold;
}

.category {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0;
  padding: 0;
}

input, textarea, select {
  border: 1px solid #3F3F25;
  background-color: #ffffff;
  font: normal 11px Verdana;
  color: #666666;
  padding: 2px;
}

input:active, textarea:active, select:active,
input:focus, textarea:focus, select:focus {
  border: 1px solid #3F3F25;
  background-color: #ffffff;
  color: #666666;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.pad { padding: 10px; }

.input {
  background-color: transparent;
  border: none;
}

.title {
  height: 20px;
  margin: 0;
  padding: 0 3px;
  color: #868645;
}

.td_head {
  height: 26px;
  background-color: #EAF7FD;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.td1 {
  height: 26px;
  background-color: #FCFCFC;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.td2 {
  height: 26px;
  background-color: #F6F6F6;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FCFCFC;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #0E8AEA;
  padding: 4px 10px;
  z-index: 300;
  width: 200px;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

#head {

  padding-left: 0px;
  height: 102px;
}

#links ul {
  display: inline;
  list-style-type: none;
}

#links ul li {
  float: left;
  margin-left: 91px;
}

#links a {
  display: block;
  height: 92px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

#links ul li:hover a {
  background-position: right top;
}

.menu {
  margin: 2px;
}

.menu h2 {
  background-color: #888845;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 21px;
  margin: 0;
  padding-left: 2px;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu ul li {
  margin: 0;
}	

.menu ul li a {
  background-color: #ffffff;
  color:#888845;
  text-decoration: none;
  display: block;
  padding-left: 5px;
  line-height: 20px;
  height: 20px;
  border-bottom: 1px solid #C3C3A1;
}

.menu ul li a:hover {
  background-color: #EBEBD8;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}