
/*--------------------------------------------------------*/


/* YaBB 2009 */


/*--------------------------------------------------------*/


/* Created by: XIMinc http://www.ximinc.com */


/* YaBB http://www.yabbforum.com */


/*--------------------------------------------------------*/


/* You may adapt elements of this CSS in your own */


/* projects, but please give credit to yabbforum.com. */


/*--------------------------------------------------------*/


/* This is the css file for YaBB 2.1 style Templates */


/*--------------------------------------------------------*/


/* $Revision: 1.7 $ */


/* General layout */

a:focus {
	outline: 1px dotted #000000;
}
a {
	font-weight: normal;
	font-family: Verdana, Arial, Sans-Serif;
	color: #aaaaaa;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
}
body {
	background-color: #000000;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	min-width: 900px;
}
.tabtitle {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	color: #000000;
	background-color: #aaaaaa;
}
form {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.button {
	background-color: #333333;
	border: 2px outset #aaaaaa;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}
.button:hover {
	background-color: #333333;
	border: 2px outset #aaaaaa;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #aaaaaa;
	font-size: 12px;
	cursor: pointer;
}
input {
	background-color: #333333;
	border: 1px solid #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #aaaaaa;
	font-size: 12px;
}
textarea {
	background-color: #333333;
	border: 1px solid #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #ffffff;
	font-size: 12px;
}
select {
	background-color: #333333;
	border: 1px solid #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #ffffff;
	font-size: 10px;
}
select optgroup {
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #ffffff;
	font-size: 10px;
}
.copyright {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}
.copyright a {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #aaaaaa;
}
.copyright a:hover {
	color: #ffffff;
	text-decoration: none;
}
#fscroller {
	line-height: 1.3;
}

/* users/members on-off-away line status */

.useronline {
	font-weight: bold;
	color: #00ff00;
}
.useroffline {
	font-weight: bold;
	color: #cc0000;
}
.useraway {
	font-weight: bold;
	color: #ff6600;
}

/* YaBB navigation links */

.nav, a.nav {
	font-weight: bold;
	font-size: 10px;
	color : #ffffff;
	text-decoration: none;
}
a.nav:hover {
	color: #aaaaaa;
	text-decoration: overline underline;
}

/* Quick-Profile-Links */

.QuickLinks {
	background-color: #000000;
	position: absolute;
	display: none;
	margin-top: 15px;
	margin-left: 0px;
	padding: 0px;
	border: 1px;
	border-color: #aaaaaa;
	border-style: solid;
	list-style: none;
	text-indent: 0px;
	min-width: 135px;
}
.QuickLinks li {
	background-color: #000000;
	white-space: nowrap;
	font-size: 10px;
	margin-left: 0px;
	padding: 3px;
	list-style: none;
	text-indent: 0px;
	border-bottom: 1px dotted #aaaaaa;
}
.QuickLinks li:hover {
	background-color:#444444;
}
.QuickLinks a:hover {
	text-decoration:none;
}

/* YaBB alternating bgcolors */

.windowbg {
	background-color: #272A2F;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #ffffff;
}
.windowbg2 {
	background-color: #444444;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #ffffff;
}

/* Misc/title/category colors */

.dividerbot {
	border-bottom: 1px solid #000000;
}
.dividertop {
	border-top: 1px solid #000000;
}
.hr {
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: 0px solid #000000;
	border-top: 0px solid #000000;
}
.bordercolor {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #000000;
}
.small {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
.top {
	font-style: normal;
	font-size: 11px;
	color: #ffffff;
}
.titlebg {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #000000;
	background-color: #aaaaaa;
}
.titlebg a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}
.titlebg a:hover {
	text-decoration: overline underline;
}
.catbg {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #ffffff;
	background-color: #40454C;
}
.catbg a {
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.catbg a:hover {
	color: #aaaaaa;
	text-decoration: none;
}
.message {
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #ffffff;
}
.message a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #00a8ff;
	background-color: transparent;
}
.message a:hover {
	text-decoration: underline;
	color: #00ff00;
}
.droppageindex {
	float: left;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #000000;
	color: #ffffff;
	padding: 0px;
	padding-left: 4px;
	margin: 0px;
	border: 2px inset;
}
.droppages {
	height: 14px;
	padding-left: 1px;
	padding-right: 1px;
}
.highlight {
	font-size: inherit;
	font-family: inherit;
	font-weight: bold;
	font-style: inherit;
	background-color: #ffff33;
	color: #000000;
}

/* Image fonts */

.imgbg {
	font-style: normal;
	font-size: 10px;
	color: #ffffff;
}
.imgcatbg {
	font-style: normal;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.imgcatbg a {
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a:hover .imgcatbg {
	font-weight: bold;
	color: #aaaaaa;
	text-decoration: overline underline;
}
.imgtitlebg {
	font-style: normal;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.imgwindowbg {
	font-style: normal;
	font-weight: bold;
	font-size: 9px;
	color: #ffffff;
}
a:hover .imgwindowbg {
	font-style: normal;
	font-weight: bold;
	font-size: 9px;
	color: #aaaaaa;
	text-decoration: overline underline;
}
.imgmenu {
	font-style: normal;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
a:hover .imgmenu {
	color: #aaaaaa;
	text-decoration: overline underline;
}

/* Post quote/code colors */

.quote {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #ffffff;
	border: 1px #ffffff dotted;
	width: 90%;
	padding: 4px;
}
.code {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-family: Courier, Courier New, Sans-Serif;
	color: #000000;
	background-color: #cccccc;
	border: 1px #ffffff dotted;
	width: 90%;
	padding: 4px;
}
.editbg {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	border: 1px #ffffff dotted;
	width: 90%;
	padding: 4px;
}
.forumjump {
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
}
.forumjumpcat {
	color: #000000;
	background-color: #aaaaaa;
}
.forumjumpcatm {
	color: #ffffff;
	background-color: #444444;
	font-style: italic;
}
.forumjumpcatmf {
	color: #ffffff;
	background-color: #444444;
	font-style: italic;
}
.forumcurrentboard {
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
}

/* Anything below here is just for the template */

#container {
	background-color: #000000;
	width: 92%;
	margin: 0 auto;
	padding: 0px;
	border-top: 0px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
table.main {
	width: 100%;
	border: 0;
	border-spacing: 0;
	padding: 0;
	margin: 0 auto;
	background-color: #1b1e25;
}
td.main {
	padding: 0 5px 0;
}
td.main_left {
	background: #000000 url(./avpunknown/sidebar_left.gif) repeat-y;
	width: 50px;
	padding: 0;
}
td.main_right {
	background: #000000 url(./avpunknown/sidebar_right.gif) repeat-y;
	width: 50px;
	padding: 0;
}
table.header {
	width: 100%;
	border-spacing: 1px;
	padding: 0;
	border: 0;
	margin: 5px auto 15px;
	background-color: #000000;
}
.navbar {
	background: url(./avpunknown/navbar_bg.gif) repeat-x;
	vertical-align: middle;
	text-align: center;
	height: 25px;
	padding: 0;
}
div.footer {
	width: 100%;
	padding-top: 15px;
	margin: 0 auto 5px;
	background-color: #000000;
	border: 1px solid #444444;
	text-align: center;
}
#PMcontainer {
	float: left;
	background-color: #444444;
	width: 100%;
	padding: 0px;
	border: 0px;
	margin: 0;
font-family: Verdana, Helvetica, Arial, Sans-Serif }
.topline {
	border-top: 1px solid #000000;
}
.topheader {
	background: #000000;
	margin-bottom: 10px;
}
.boardcontainer {
	background-color: #000000;
}
.displaycontainer {
	width: 100%;
	padding: 1px;
	background-color: #000000;
}
.headerinfo {
	color: #ffffff;
}
.headerinfo a {
	color: #aaaaaa;
	text-decoration: none;
}
.headerinfo a:hover {
	color: #ffffff;
	text-decoration: none;
}
.navbarcontainer {
	margin: 0px;
}
.sortingblock {
	width: 100%;
}

html {
scrollbar-base-color: black;
scrollbar-3dlight-color: #555555; 
scrollbar-arrow-color: #555555; 
scrollbar-base-color: black; 
scrollbar-darkshadow-color: black; 
scrollbar-face-color: black; 
scrollbar-highlight-color: black; 
scrollbar-shadow-color: #555555;
}
