body { 
	margin-top: 0px;
	background-color: #181818;
	color: #eee;
	font-family: Arial, sans-serif;
	font-size: 86%;
}
img { border: 0; }
input, button, select {
	font-size: medium;
	padding: 4px;
	font-weight: bold;
}
p {
	margin: 0;
	padding: 4px 0;
}
h1, h2 {
	margin: 8px 0;
	padding: 0;
}
fieldset {
	margin: 10px 0;
	padding: 0;
	border-width: 0;
	border-color: #000;
}
fieldset legend {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	color: #111;
}
.formErrors {
	position: relative;
	border: 1px solid #990000;
	background-color: #FFDFDF;
	color: #000;
	margin: 0.5em 0;
	padding: 8px 12px;
}

a, a:link, a:active, a:visited {
	color: #4F6F1B;
}
a:hover {
	color: #AFDF61;
}

/* BUTTONS */
/* @link http://particletree.com/features/rediscovering-the-button-element/ */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #bbb;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* COLORING */
.buttons button{
    color:#529214;
}
.buttons a:hover, button:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}


/* Style for js_input tabs */
.js_input {
  color:#111;
  padding:0;
  margin-bottom: 15px;
}
.js_input ul { height: 30px; }
.js_input ul, .js_input li { margin:0; padding:0; }
.js_input li { list-style:none; float:left; }
.js_input ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font-weight:bold;
  font-size:12px;
  color:#FFF;
  background-color:#444;
}
.js_input ul a img {
	margin: 0 0 -3px 0;
}
.js_input ul a:hover {
  color:#FFF;
  background-color:#111;
  }
.js_input ul a.selected {
  margin-bottom:0;
  color:#000;
  background-color:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
.js_input div, .panel {
  margin-bottom: 15px;
  padding:10px 10px 8px 10px;
  clear:left;
  background-color:snow;
  font:10pt Georgia;
}


.js_input div ul, .js_input div ul li { float:none; clear:both; margin-left: 6px; padding-left:8px; list-style:square; background-color: snow; }
.js_input div ul { margin: 10px 0; }
.js_input div  ul a { display:inline; margin:0; padding:0; }
.js_input div div, .panel div { padding:0; }
.js_input div a, .panel div a { color:#000; font-weight:bold; }

#pageWrapper {
	position: relative;
}
#pageAds {
	position: absolute;
	top: 0;
	left: 0;
}
#pageContent, #pageFoot {
	margin-left: 161px;
}
#pageFoot {
	clear: both;
}