/* main elements */
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 9pt arial, sans-serif;
	background: #999999;
	color: #555555;
	background: #FFFFFF url(/images/bg-body2.gif);
}
a:link, a:visited { 
	color: #555555;
}
a:hover, a:active { 
	color: #595959;
	background: #E7E7E7;
}
a img { 
   color: inherit;
   border: none;
}
.avatar {
	border: #000000 solid 1px;
}
img.newsimg {
	display: block;
	margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
	background: #DCDCDC;
}
img.itemimg {
	display: block;
	margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
	background: #DCDCDC;
}
ul.tabbers {
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
	padding-bottom: 8px;
}

ul.tabbers li {
	float: left;
	padding-right: 20px;
	padding-bottom: 0.1em;
}

ul.tabbers li img {
	vertical-align: middle;
	margin-right: 3px;
}
#wrapper {
	position: relative;
	margin: 0px auto;
	margin-bottom:-52px;
	min-height: 100%;
	width: 890px;
	border-left: solid 4px #333333;
	border-right: solid 4px #333333;
	background: #FFFFFF;
}
* html #wrapper {
	height: 100%;
}
#header {
	height: 56px;
	background: #FFFFFF url(/images/bg-header.gif) repeat-x;
}
#menu {
	position: relative;
	height: 25px;
	border-top: solid 1px #DCB633;
	border-bottom: solid 2px #DCB633;
	background: #FFDD64;
	text-indent: 6px;
	color: #7F6E32;
}
#main {
	margin-top: 5px;
	padding: 0.4em;
}
#footer {
	clear: both;
	position: relative;
	margin: 0px auto;
	padding: 0;
	padding-top: 5px;
	border: 0;
	width: 890px;
	text-align: center;
	border-top: solid 3px #CECECE;
	border-bottom: solid 1px #D8D8D8;
	border-left: solid 4px #333333;
	border-right: solid 4px #333333;
	background: #F3F3F3;
	font-weight: bold;
	color: #747474;
}
#footer a:link, #footer a:visited { 
	color: #555555;
}
#newsbox {
	float: left;
	width: 500px;
	/*background: #F3F3F3;*/
}
#newsboxedit {
	width: 530px;
}
#multiboxwrapper {
	float: left;
	width: 355px;
	margin-left: 10px;
	background: #F3F3F3;
}
#itembox {
	margin: 0px auto;
}
#itemboxleft {
	float: left;
	width: 300px;
}
#itemboxright {
	float: left;
	width: 300px;
}
#login {
	float: right;
	margin-right: 10px;
}
#login label {
	float: left;
}
#login inputs {
	float: right;
}
div.row {
	clear: both;
	padding-top: 3px;
	vertical-align: middle;
}
div.errorbox {
	padding: 3px;
	margin-bottom: 8px;
	text-align: center;
	border: solid 2px;
	border-color: #FF0000;
	background: #E20000;
	color: #FFFFFF;
}
div.errorbox a:link, div.errorbox a:visited { 
	color: #FFFFFF;
}
div.errorbox a:hover, div.errorbox a:active { 
	background: #000000;
}
div.successbox {
	padding: 3px;
	margin-bottom: 8px;
	text-align: center;
	border: solid 2px;
	border-color: #6EC600;
	background: #BFFF9D;
	color: #000000;
}
div.contentbox {
	background: #F3F3F3;
}
div.header1 {
	font-family: arial, helvetica;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 3px;
	border-bottom: solid 2px #DCB633;
	background: #FFDD64;
	color: #AB8D23;
}
div.header1sm {
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 3px;
	border-bottom: solid 2px #DCB633;
	background: #FFDD64;
	color: #AB8D23;
}
div.header2 {
	font-family: arial, helvetica;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 3px;
	border-bottom: solid 2px #B6DB33;
	background: #DDFF64;
	color: #728E0D;
}
div.pagenav {
	margin-bottom: 3px;
	font-weight: bold;
	border-bottom: solid 2px #DCDCDC;
	background: #F3F3F3;
}
div.pagenavbig {
	margin-bottom: 3px;
	font-size: 13pt;
	font-weight: bold;
	border-bottom: solid 2px #5CAE4A;
	background: #A5FF91;
	color: #1A8C00;
}
div.headline {
	margin: 2px;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 5px;
	font-size: 11pt;
	font-weight: bold;
	background: #E7E7E7;
}
div.headline a:hover, div.headline a:active { 
	background: #EEEEEE;
}
div.itemheader {
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 3px;
	border-top: solid 2px #DCDCDC;
	background: #F3F3F3;
}
div.itemdesc {
	font-size: 10pt;
	padding: 5px;
	border-bottom: solid 2px #DCDCDC;
	background: #F3F3F3;
}
div.commentbody {
	padding: 4px;
	margin-bottom: 5px;
	background: #F3F3F3;
}
div.commentline {
	margin-top: 2px;
	font-size: 1pt;
	border-top: solid 1px #000000;
}
div.usertools {
	float: right;
	padding: 8px;
	margin-right: 20px;
	background: #BEFF1B;
}
.cutestats {
	font-weight: bold;
	font-size: 10pt;
	border: solid 1px #B6DB33;
	background: #DDFF64;
	color: #728E0D;
}
.tags {
	background: #F3F3F3;
	border-bottom: solid 1px #D8D8D8;
}
.h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 3px;
}
.h2 {
	font-size: 11pt;
	font-weight: bold;
}
.h3 {
	font-size: 10pt;
	font-weight: bold;
}
.h4 {
	font-size: 9pt;
	font-weight: bold;
}
.h5 {
	font-size: 8pt;
	font-weight: bold;
}
.sm {
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
}
.smbold {
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}
.menulinks {
	float: left;
	margin-top: 3px;
	font-size: 11pt;
	font-weight: bold;
	word-spacing: 4px;
}
.menulinks a:link, .menulinks a:visited { 
	color: #7F6E32;
}
.menulinks a:hover, .menulinks a:active {
	background: #F7C310;
}
.cutestats {
	float: left;
	margin-top: 8px;
	margin-left: 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
}
.newsby {
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
}
.video {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
	background: #F3F3F3;
}
.searchlight {
	background: #FFFFFF;
	color: #555555;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.hleft {
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
}

/* table stuff */
.toprow {
	font-size: 10pt;
	font-weight: bold;
	background: #FFDD64;
	color: #7F6E32;
}
.toprow td { 
	border-bottom: solid 2px #000000; 
}
.evenrow {
	background: #EDE2FF;
}
.evenrow td {
	border-bottom: solid 1px #000000; 
}
.oddrow {
	background: #EEEEEE;
}
.oddrow td {
	border-bottom: solid 1px #000000; 
}
/* field/input stuff */

form {
	margin: 0px; /*IE fix*/
}
fieldset {
	margin: 0px auto;
	width: 75%;
	padding-left: 20px;
	border: solid 1px #000000;
	background: #F3F3F3;
}
legend {
	font-size: 11pt;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
}
label {
	font-size: 11pt;
	font-weight: bold;
}
input,textarea,select {
	border: #000000 solid 1px; 
	margin-bottom: 5px;
}
input:focus,textarea:focus,select:focus {
	/*border: #FFFFFF solid 1px;
	background: #EEEEEE;*/
}
.input-submit {
	font-weight: bold;
	border-style: outset;
	border-color: #000000;
	background: #FFFFFF;
	color: #555555;
}
.input-sm {
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-color: #434343;
	background: #FFFFFF;
}
.input-smbutton {
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	border-style: outset;
	border-color: #F8795D;
	background: #B40000;
	color: #FFAEAE;
}
.label-sm {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
