/*
--------------------------------------------------------
|                YaBB 2005                             |
--------------------------------------------------------
|     Created by: XIMinc http://www.ximinc.com         |
--------------------------------------------------------
|   You may adapt elements of this CSS in your own     |
|   projects, but please give credit to yabbforum.com. |
--------------------------------------------------------

/* Basic document colors and styles */

a, a:visited {
	font-weight: normal;
	background-color: transparent;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color: #F39A28;
}

a:hover {
	color: #000000;
	background-color: transparent;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}

a:active {
	color: #947BBD;
}

body {
	padding: 0;
	background-color: #F9F9F9;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 5px;
	color: #3C81C0;
}

h2 {
	background-color:#F9F9F9;
	border: 2px #3C81C0 solid;
	padding: 5px;
}

/* Container is simply the colored border around the main sections of the layout */

.container {
	top: 0px;
	width: 95%;
	background-color:#ffffff;
	margin-left: auto;
	margin-right: auto;
	border: 2px #3C81C0 solid;
}

/* Colors and styles of the navigation links at the top */

.navcontainer {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #f2f6f9;
	border-bottom: 2px #000090 solid;
}

.navitem1 {
	float: right;
	text-align: left;
	color: #005caa;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
}

.navitem1 a {
	color: #005caa;
	font-weight: bold;
}

.navitem1 a:visited {
	color: #005caa;
	font-weight: bold;
}

.navitem2 {
	float: right;
	text-align: left;
	color: #438d11;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
}

.navitem2 a {
	color: #438d11;
	font-weight: bold;
}

.navitem2 a:visited  {
	color: #438d11;
	font-weight: bold;
}

.navitem3 {
	float: right;
	text-align: left;
	color: #725aa6;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
}

.navitem3 a {
	color: #725aa6;
	font-weight: bold;
}

.navitem3 a:visited {
	color: #725aa6;
	font-weight: bold;
}

.navitem4 {
	float: right;
	text-align: left;
	color: #fe740f;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
}

.navitem4 a {
	color: #fe740f;
	font-weight: bold;
}

.navitem4 a:visited {
	color: #fe740f;
	font-weight: bold;
}

/* Style of copyright notice at bottom */

.copyright {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 30px;
	text-align: center;
	background-color: #ffffff;
	color: #8c8c8c;
	font-weight: bold;
}

.copyright a {
	font-weight: strong;
	background-color: transparent;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color: #F39A28;
	text-decoration: underline;
}

.copyright a: visited {
	font-weight: strong;
	background-color: transparent;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color: #F39A28;
	text-decoration: underline;
}

/* Styles of the login form at the top */

form {
	display: inline;
	padding: 0px;
	margin: 0px;
}

input {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}

select {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}

/* Styles for the main content of the page */

.content {
	height: 100%;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	border-top: 0px;
}

.contenttable {
	width: 100%;
}

.ad {
	position: relative;
	top: 0px;
	left: 0px;
	border-bottom: 2px #3C81C0 solid;
	background-color: #efefef;
	text-align: center;
	padding: 3px;
}

.login {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	border-left: 2px #3C81C0 solid;
	border-bottom: 2px #3C81C0 solid;
	background-color: #efefef;
	z-index: 2;
}

.hidden {
	border-bottom: 0px;
}

.maincontent {
	padding: 15px;
	font-size: 12px;
	position: relative;
}

.mainheader {
	color: #84b508;;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
}

/* Style definitions for the news area */

.newscontainer {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 300px;
	background: transparent url('yabbworl.png');
	border-bottom: 2px #000090 solid;
	z-index: 1;
}

.newsimage {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 48%;
	height: 300px;
}

.news {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 51%;
	font-size: 12px;
	font-weight: bolder;
	color: #808080;
}

.newsitem {
	padding: 8px;
	margin-bottom: 12px;
	border: 1px #808080 solid;
	background-color: #f9f9f9;
	font-weight: normal;
}

.newscontent {
	padding-left: 15px;
}

.headline {
	font-size: 12px;
	font-weight: bold;
}


/* Style definitions for the area at the bottom of the page */

.bottomcontainer {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	border-top: 2px #3C81C0 solid;
	border-bottom: 2px #3C81C0 solid;
	background-color: #efefef;
}

/* Style definitions for the links (with bullets) at the bottom of the page) */

.bottomlinks {
	color: #84b508;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

.bottomlinks a {
	color: #84b508;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

.bottomlinks a:visited {
	color: #84b508;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

.bottomlinks a:hover {
	color: #84b508;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

/* Style definitions for the descriptions found underneath the bottom links */

.bottomcontent {
	color: #000000;
	padding-left: 20px;
}

.bottomdivider {
	background-color: #3C81C0;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
}