body {
 margin:0px;
 padding: 0px;
 color: #000000;
 background-color: #FFFFFF;
 background-image: url(images/body-bg.gif);
}

img {
  border-style: none;
}

.head_foot_bar {
  background-image:  url(images/hd-bar.jpg);
  background-repeat: repeat-x;
  width: 100%;
  height: 12px;
  line-height: 0px;
}

a, .notlink {
  font-weight: bold;
  text-decoration: none;
  color: #888000;
}

.notlink {
  color: #777;
}

a:hover {
  color: #888000;
}

/* Header */

#header {
  position: relative;
  background-image: url(images/hdbg.jpg);
  background-repeat: repeat-x;
  width: 100%;
  height: 142px;
}

#header .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#header .logo img {
  width: 272px;
  height: 130px;
}

#header .banner {
  float: right;
  position: relative;
  right: 10px;
  top: 3px;
  border-style: none;
  width: 728px;
  height: 90px;
}

#header .links {
  position: absolute;
  right: 0;
  left: 278px;
  bottom:12px;
}

#header .links a {
  font-size:20px;
  color: #D2E0EB;
  font-weight:bold;
  text-decoration:none;
  padding-left:5px;
  padding-right:5px;
}

#header .links a:hover {
  color: #FFFFFF;
}

#header .link a:hover {
  color:#EFFFFF;
}

#header .head_foot_bar {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Footer */

#footer {
  clear:both;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  font-size: 12px;
  margin-top: 40px;
  height: 30px;
}

#footer a {
  color:#FF0000;
}

#footer a:hover {
  color:#0000FF;
}

#footer .left {
  float: left;
  width: 300px;
  text-align: left;
  padding-left: 5px;
}

#footer .right {
  float:right;
  width: 300px;
  text-align: right;
  padding-right: 5px;
}

/* Large Blocks */

#blocks {
  width: 100%;
  position: relative;  
  vertical-align: top;
  font-family: serif;
}

#blocks .left_blocks, .right_blocks {
  width: 184px;
}

#blocks div.left_blocks {
  float: left;
}

#blocks div.right_blocks {
  position: absolute;
  top: 0;
  right: 0;
}

#blocks div.middle_blocks {
  margin-left: 184px;
  margin-right: 184px;
  padding-right: 22px;
}

/* Login Block */

#login_box.login {
  margin-bottom: -30px;
}

#login_box.login a {
  font-size: 14px;
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: none;
}

#login_box.logout a {
  font-weight: normal;
  text-decoration: none;
}

#login_box.logout .links {
  font-size: 0.9em;
}

#login_box.logout {
  font-size: 14px;
}

#login_box.logout .avatar {
  border: 1px #0000AA inset;
  margin:5px;
}

#login_box.logout .stat {
  font-size: 0.9em;
  margin-top: -1em;
}

#login_box form {
  position: relative;
  text-align: left;
  font-size: 10px;
  margin-bottom: 50px;
}

#login_box input {
  margin-bottom:-5px;
  width: 90%;
}

#login_box .non_input {
  position: relative;
  width: 100%;
}

#login_box .non_input input {
  width: auto;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#login_box .non_input p input {
  position: relative;
}

/* Blocks */

.block {
  position: relative;
  width: 155px; /* Width of the borders minus the left and right padding */
  background-image: url(images/block-bg.gif);
  background-repeat: repeat;
  font-size: 0.8em;
  /*font-family: sans-serif;*/
  text-align: center;
  padding: 43px 17px 27px 12px;
}

.block img.top {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 184px;
  height: 43px;
}

.block .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 184px;
  height: 27px;
  background-image: url(images/block-bottom.gif);
}

.block p.description {
  text-align: left;
  margin-bottom: 0;
}

.block .spoiler_links {
  position:relative;
  margin-top: -10px;
  top: -12px;
  font-size: 12px;
}

.block .spoiler_left {
  float: left;
  text-align: left;
}

.block .spoiler_right {
  float: right;
  text-align: right;
}

.block .spoiler_links .extra {
  margin-bottom: -1em;
}

.block .spoiler_links a,
.block .spoiler_links .notlink {
  display: block;
}

/* Newsposts */

.mblock {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  background-image: url(images/mblock-bg.jpg);
  background-repeat: repeat;
  padding: 44px 12px 24px 10px;
  overflow: hidden;
}

.mblock .top {
  position: absolute;
  top: 0;
  height: 44px;
  width: 100%;
  background-image: url(images/mblock-hd-bar.jpg);
  background-repeat: repeat-x;
}

.mblock .bottom {
  position: absolute;
  bottom: 0;
  height: 24px;
  width: 100%;
  background-image: url(images/block-footer.gif);
  background-repeat: repeat-x;
}

.mblock .left {
  position: absolute;
  left: 0;
  width: 10px;
  height: 100%;
  background-image: url(images/mblock-left.jpg);
  background-repeat: repeat-y;
}

.mblock .right {
  position: absolute;
  right: 0;
  width: 12px;
  height: 100%;
  background-image: url(images/mblock-right.jpg);
  background-repeat: repeat-y;
}

.mblock .top_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 208px;
  height: 44px;
}

.mblock .top_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 44px;
  background-image: url(images/mblock-hd-topright.jpg);
}

.mblock .bottom_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 24px;
  background-image: url(images/block-bottom-left.gif);
}

.mblock .bottom_right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(images/block-bottom-right.gif);
}

.mblock .links a {
 padding-left: 10px;
 color: #FF0000;
}

.mblock .links a:hover {
  color: #0000FF;
}

.mblock .post_info {
  font-size: 0.7em;
  color: #0022DD;
}

.mblock .post_info a:link {
  color: #0022DD;
}

.mblock .post_info a:visited {
  color: #4499FF;
}

.mblock .banner {
  display: block;
  width: 500px;
  margin: 0.5em auto;
}

.mblock .top_links {
 position: absolute;
  top: 25px;
  left: 180px;
  text-align: left;
}

.mblock .top_links.pagenum {
  left: 210px;
}

.mblock .full_links {
  text-align: right;
  font-size: 0.7em;
  margin-right: 0.2em;
  margin-top: -0.7em;
}

.mblock .full_links a {
  font-weight: normal;
  text-decoration: underline;
  margin-left: 2em;
}

.mblock .full_links a:link {
  color: #090;
}

.mblock .full_links a:visited {
  color: #050;
}

.mblock a.title {
  display: block;
  font-size: 1.2em;
  color: #38618D;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: -0.8em;
}

.mblock a.title:hover {
  background-color: #ccffff;
}

.mblock .post_text {
  font-size: 0.8em;
  padding-bottom: 0.4em;
}

.mblock .post {
  background-image:url(images/hr.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.mblock .comment_links {
  text-align: center;
  margin: 0.1em auto;
}

.mblock .comment_links a {
  margin: 0 3em;
}

.mblock .nav_links {
  font-size: 0.7em;
  overflow: hidden;
}

.mblock .nav_links .prev {
  float: left;
}

.mblock .nav_links .next {
  float: right;
}

.mblock .nav_links * a {
  margin: 0 3em;
}

.mblock a.reply {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 30%;
}

.mblock a.reply:hover {
  background-color: #ccffff;
  color: #0000ff;
}

.mblock .attach {
  border-style: inset;
  border-width: 1px;
  padding: 0.5em;
  width: 90%;
  margin-bottom: 1em;
  margin-top: 1em;
  position: relative;
}

.mblock .attach p {
  position: absolute;
  font-size: 0.8em;
  left: 0.5em;
  top: -1.8em;
  background-color: #fff;
}

.spoilercount {
  margin-top:5px;
  margin-bottom:4px;
  font-size:14px;
}

.ff_error {
  text-align: center;
}

.ff_error h2 {
  color: #ff0000;
  font-family: sans-serif;
  font-size: 2em;
  margin: 0;
}

/* **** CUSTOM Begin [DECK] ****** */
.deck
{
	border-top: 4px solid #E0E0E0;
	border-left: 4px solid #E0E0E0;
	border-bottom: 4px solid #A3A3A3;
	border-right: 4px solid #A3A3A3;
	border-spacing: 0px;
}

.deck .sectiontitle
{
	font-weight: bold;
	margin-left: -5px;
}

.deck a
{
	text-decoration: none;
}

.deck th
{
	padding: 5px;
	margin: 0px;
	border-bottom: 2px solid #999999;
	text-align: left;
	font-weight: bold;
	color: #575757;
	background: #D1D1D1;
}

.deck .download
{
	font-weight: normal;
	float: right;
}

.deck td
{
	padding: 10px;
	margin: 0px;
	vertical-align: top;
}

.deck td.sideboard
{
	border-left: 1px solid #999999;
}
/* ***** END [DECK] ***** */