/*--------------------------------------------------------*/
/* ukhac-Dark template */
/*--------------------------------------------------------*/
/* Created by: XIMinc http://www.ximinc.com */
/* YaBB http://www.yabbforum.com */
/* Adjusted by Stuart Black */
/* ukhac http://www.ukhac.co.uk */
/*--------------------------------------------------------*/
/* You may adapt elements of this CSS in your own */
/* projects, but please give credit to yabbforum.com */
/* and ukhac.com */
/*--------------------------------------------------------*/
/* This is the css file for YaBB 2.5 AE default Template */
/*--------------------------------------------------------*/
/* $Revision: 1.26 $ */

/* Honeypot anti-spam code */
.green {
	display:none;
	}
/* End of Honeypot code */

/* General layout */

body {
	background-color: #000000;
	background-image: url(./ukhac-dark/backdrop-dark.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	color: #C0C0C0;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
a {
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #A9A9A9;
	text-decoration: none;
}
form {
	display: inline;
	padding: 0px;
	margin: 0px;
                background-color:transparent;
}
.button {
	background-color: #000000;
	background-image: url(./ukhac-dark/button_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #C0C0C0;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}
.button:hover {
	background-position: 0 -25px;
	border: 1px solid #FFFFFF;
	color: #A9A9A9;
	cursor: pointer;
}
.titlecorner {
	background-color: #000000;
	background-image: url(./ukhac-dark/corner_tl.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 25px;
}
.titlecorner2 {
	background-color: #000000;
	background-image: url(./ukhac-dark/corner_tr.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 25px;
}
.bottom {
	height: 10px;
	font-size: 0;
	table-layout: fixed;
}
.bottomcorner_l {
	background-image: url(./ukhac-dark/corner_bl.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.bottomcorner_r {
	background-image: url(./ukhac-dark/corner_br.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.bottom_cell {
	background-color: #000000;
}
.tabtitle {
	background-color: #000000;
	background-image: url(./ukhac-dark/tab_bg.png);
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
}
.tabtitle a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.tabtitle a:hover {
	color: #A9A9A9;
	text-decoration: none;
}
.page_divider {
	font-size: 11px;
	font-weight: bold;
	font-family: "Century Gothic", sans-serif;
	color: #C0C0C0;
	border-top: 1px #171717 dotted;
	border-bottom: 1px #171717 dotted;
}
#maincontainer{
	width: 75%;
	margin: 0 auto;
	padding: 0;
	min-width: 770px;
}
#container{
	width: 100%;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.header {
	background-image: url(./ukhac-dark/header_bg.png);
	background-repeat: repeat-x;
	text-align: left;
}

/* Advanced Tabs start */

.menutop {
	background-image: url(./ukhac-dark/tab_bg.png);
	background-repeat: repeat-x;
	text-align: left;
	font-weight: bold;
}
.mainbottom {
	background-image: url(./ukhac-dark/tab_bg.png);
	background-repeat: repeat-x;
	text-align: left;
	width: 100%;
	margin-top: 10px;
	clear: left;
}
.tabmenuleft {
	height: 23px;
	text-align: left;
	background-image: url(./ukhac-dark/tab_bg.png);
}
.tabmenuright {
	height: 23px;
	text-align: left;
	background-image: url(./ukhac-dark/tab_bg.png);
}
.tabmenu {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	height: 23px;
	background-image: url(./ukhac-dark/tab_bg.png);
	text-align: left;
}
.tabmenu span {
	float: left;
	height: 23px;
	background-color: #000000;
	background-image: url(./ukhac-dark/tab_button.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.tabmenu span a {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
.tabmenu span a:hover {
	color: #C0C0C0;
}
.tabmenu span:hover {
	height: 23px;
	background-image: url(./ukhac-dark/tab_button.png);
	background-position: 0 -25px;
	background-repeat: repeat-x;
	border-bottom: 2px solid #C0C0C0;
}
.tabmenu span.selected {
	height: 23px;
	color: #FFFFFF;
	background-image: url(./ukhac-dark/tab_button.png);
	background-position: 0 -25px;
	background-repeat: repeat-x;
	border-bottom: 2px solid #C0C0C0;
}
.tabmenu span.selected:hover {
	border-bottom: 2px solid #FFFFFF;
}
.tabmenu span.selected a {
	color: #C0C0C0;
}
.tabmenu span.selected a:hover {
	color: #FFFFFF;
}
.rightbox {
	height: 23px;
	text-align: center;
	background-image: url(./ukhac-dark/tab_bg.png);
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #FFFFFF;
}

/* Advanced Tabs end */

.usermenu {
	width: 96%;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #88A8E0 outset;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
}
.usercontainer{
	width: 92%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 12px;
	padding-bottom: 20px;
	border: 1px #88A8E0 outset;
	border-top: 0;
	margin-left: auto;
	margin-right: auto;
}
.containerbg {
	background-color: transparent;
}
input {
	background-color: #141414;
	border: 1px inset #808080;
	color: #C0C0C0;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	outline: 0;
}
textarea {
	background-color: #141414;
	border: 1px inset #808080;
	color: #C0C0C0;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	outline: 0;
}
select {
	background-color: #141414;
	border: 1px solid #808080;
	color: #C0C0C0;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	outline: 0;
}
select optgroup {
	color: #C0C0C0;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	outline: 0;
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover {
	background-color: #161616;
	border: 1px inset #C0C0C0;
}
.copyright {
	font-family: Verdana, Helvetica, Sans-Serif;
	background-color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #C0C0C0;
}
.copyright a {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #FFFFFF;
}
.copyright a:hover {
	color: #A9A9A9;
}

/* News fader fore- and background colors */

.newsfader {
	color: #00aaff;
	background-color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Sans-Serif;
	text-decoration: none;
}
#fscroller {
	line-height: 1.3;
}

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

.useronline {
	font-weight: bold;
	color: #30CD1F;
}
.useroffline {
	font-weight: bold;
	color: #FF0000;
}
.useraway {
	font-weight: bold;
	color: #FF6600;
}

/* YaBB navigation links */

.nav {
	font-weight: bold;
	font-size: 10px;
	color : #C0C0C0;
	text-decoration: none;
}
.nav a {
	font-weight: bold;
	font-size: 10px;
	color : #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #A9A9A9;
	text-decoration: none;
}

/* Quick-Profile-Links */

.QuickLinks {
	background-color: #000000;
	position: absolute;
	display: none;
	margin-top: 15px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #171717;
	list-style: none;
	text-indent: 0px;
	min-width: 135px;
	font-style: normal;
}
.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 #171717;
}
.QuickLinks li:hover {
	background-color: #171717;
}
.QuickLinks a:hover {
	text-decoration: none;
}

/* BoardIndex */

table.boards {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #C0C0C0;
	padding: 0;
	border: 0;
	width: 100%;
	border-spacing: 0px 1px;
}
table.boards tr {
	background-color: transparent;
	background-image: url(./ukhac-dark/bddark.png);
	background-repeat: repeat;
}
table.boards tr:hover {
	background-color: #000000;
}
table.boards td {
	padding: 4px;
}
table.boards a {
	color: #FFFFFF;
}
table.boards a:hover {
	color: #A9A9A9;
}
.board_stats {
	background-color: #171717;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #C0C0C0;
}
.board_stats a {
	color: #FFFFFF;
}
.board_stats a:hover {
	color: #A9A9A9;
}

/* YaBB alternating bgcolors */

.windowbg {
	background-color: transparent;
	background-image: url(./ukhac-dark/bddark.png);
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #C0C0C0;
}
.windowbg:hover {
	background-color:#000000;
}

.windowbg2 {
	background-color: transparent;
	background-image: url(./ukhac-dark/bdlight.png);
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #C0C0C0;
}
.windowbg2:hover {
	background-color:#000000;
}


/* Misc/title/category colors */

.dividerbot {
	border-bottom: 1px #171717 dotted;
}
.dividertop {
	border-top: 1px #171717 dotted;
}
.hr {
	height: 1px;
	color: #171717;
	background-color: #171717;
	border: 0px solid #171717;
	border-top: 0px solid #171717;
}
.bordercolor {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: transparent;
}
.small {
	font-size: 10px;
	color: #C0C0C0;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
.top {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
.titlebg {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Century Gothic", sans-serif;
	color: #C0C0C0;
	background-color: transparent;
	background-image: url(./ukhac-dark/title_bg.png);
	background-repeat: repeat;
}
.titlebg a {
	font-weight: bold;
	text-decoration: none;
	color: #C0C0C0;
}
.titlebg a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.catbg {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Century Gothic", sans-serif;
	color: #C0C0C0;
	background-color: transparent;
	background-image: url(./ukhac-dark/title_bg.png);
	background-repeat: repeat-x;
}
.catbg a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.catbg a:hover {
	color: #A9A9A9;
	text-decoration: none;
}
.message {
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	color: #C0C0C0;
}
.message a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #306EFF;
	background-color: transparent;
}
.message a:hover {
	text-decoration: underline;
	color: #3BB9FF;
}
.droppageindex {
	float: left;
	font-family: Verdana, Sans-Serif;
	background-color: #141414;
	color: #C0C0C0;
	padding: 0px;
	padding-left: 4px;
	margin: 0px;
	border: 2px inset;
}
.droppages {
	height: 14px;
	padding-left: 1px;
	padding-right: 1px;
}
.droppages a {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
}
.highlight {
	font-size: inherit;
	font-family: inherit;
	font-weight: bold;
	font-style: inherit;
	background-color: #FFFF33;
	color: #000000;
}

/* Image fonts */

.imgbg {
	font-size: 10px;
	font-weight: bold;
	font-family: "Century Gothic", sans-serif;
}
.imgcatbg {
	font-size: 11px;
	font-weight: bold;
	font-family: "Century Gothic", sans-serif;
}
.imgtitlebg {
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.imgwindowbg {
	font-size: 10px;
	font-weight: bold;
	font-family: "Century Gothic", sans-serif;
}
.imgmenu {
	font-size: 11px;
	font-weight: bold;
	font-family: "Century Gothic", sans-serif;
}

/* Post quote/code colors */

.quote {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #ffffff;
	background-color: #000000;
	border: 1px dotted #171717;
	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 #171717 solid;
	width: 90%;
	padding: 4px;
}
.editbg {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #000000;
	border: 1px dotted #171717;
	width: 90%;
	padding: 4px;
}
.forumjump {
	color: #C0C0C0;
	background-color: #000000;
	border-bottom: 1px dotted #000000;
	border-top: 1px dotted #000000;
	font-weight: bold;
}
.forumjumpcat {
	color: #FFFFFF;
	background-color: #171717;
	border-bottom: 1px dotted #000000;
	border-top: 1px dotted #000000;
}
.forumjumpcatm {
	color: #C0C0C0;
	background-color: #323232;
	border-bottom: 1px dotted #000000;
	font-style: italic;
}
.forumjumpcatmf {
	color: #C0C0C0;
	background-color: #323232;
	font-style: italic;
	border-bottom: 1px dotted #000000;
}
.forumcurrentboard{
	color: #000000;
	background-color: #C0C0C0;
	font-weight: bold;
}

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

#PMcontainer {
	float: left;
	background-color: #000000;
	width: 100%;
	padding: 0px;
	border: 0px;
	margin-bottom: 10px;
}
.topline {
	border-top: 1px solid #171717;
}
.topheader {
	background: #000000;
	margin-bottom: 10px;
}
.boardcontainer {
	background-color: #171717;
	border: 0;
}
.displaycontainer {
	padding: 1px;
	background-color: #171717;
}
.display {
	width: 100%;
	margin: 0 auto 5px;
	border: 1px solid #171717;
	border-spacing: 2px;
	padding: 4px;
	table-layout: fixed;
}
.display_left {
	background-color: #000000;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #C0C0C0;
	text-align: left;
	width: 140px;
	border-right: 1px dotted #171717;
}
.navbarcontainer{
	margin: 0px;
}

