/*
WDFNews.com YAF Forum Custom Stylesheet
Designed by Vanson Studios (c)2009
Last Updated: March 30th, 2009
*/

html {
  background-color: #000000;
  color: #F2F4FF;
  margin: 0px;
  padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
}

table, th, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

input {
  background-color: #131B29;
  border: 1px solid #405058;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #F5FBFF;
  padding: 1px;
}

input.pbutton {
  background-color: #5A757F;
  border-top: 1px solid #9DA9AF;
  border-bottom: 1px solid #394A51;
  border-left: 1px solid #778B93;
  border-right: 1px solid #283439;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #FFFFFF;
  padding: 2px;
}

select {
  background-color: #252735;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: bold;
  color: #F5FBFF;
  border: 1px solid #3D4450;
}

textarea {
  background-color: #131B29;
  border: 1px solid #405058;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #F5FBFF;
  padding: 2px;
}

form {
  display: inline;
}

/* For BBCode Post Buttons */

.ButtonOut {
  background-color: #52676E;
	border: #798894 1px solid;
}

.ButtonOver {
	background-color: #5A757F;
	border: #BFCCD7 1px solid;
}

.ButtonChecked {
	background-color: #52676E;
	border: #8A9EAF 1px solid;
}

.ButtonOff {
	background-color: #3B494E;
	border: #525E62 1px solid;
}

/* images */

img {
  border: none;
}

/* hyperlinks */

a:link, a:visited {
  text-decoration: none;
  color: #B99455;
}

a:hover {
  text-decoration: underline;
  color: #F4B632;
}

/* Header 1 - Main header */

.header1 {
	background-image: url("bg_header1.png");
	background-color: #2C353B;
	color: #FFFFFE;
	font-weight: bold;
	height: 32px;
	font-size: 12px;
}

tr.header1 a:link, tr.header1 a:visited {
  color: #FFE5AD;
  text-decoration: none;
}

tr.header1 a:hover {
  color: #FFEBB6;
  text-decoration: none;
}

/* Header 2 - Sub header */

.header2 {
	background-image: url("bg_header2.png");
	background-color: #4B4F56;
	color: #F2DEAA;
	font-weight: bold;
	font-size: 7.5pt;
	height: 28px;
}

td.header2 a:link, td.header2 a:visited {
  color: #FFC66C;
  text-decoration: none;
  font-size: 7.5pt;
}

td.header2 a:hover {
  color: #FFD696;
  text-decoration: none;
  font-size: 7.5pt;
}

/* Footer1 - Bottom of tables */

.footer1 {
	background-image: url("bg_footer1.png");
	background-color: #4C4F50;
	color: #FFFEFB;
	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td {
	font-size: 7pt;
}

.footer1 a:link, .footer1 a:visited {
  color: #FFE3B8;
}

.footer1 a:hover {
  color: #FFBA00;
}

.postformheader {
	background-color: #2B3241;
	font-weight: bold;
}

/* Header of posts */

.postheader {
	background-color: #2B3241;
	color: #F2DEAA;
}

.postheader td {
	border-bottom: solid 1px #000000;
}

.postheader.postheader {
	border-bottom: none !important;
}

/* User Info and Posts */

.post {
	background-color: #1F212F;
	color: #FFF1DC;
}

.post a:link, .post a:visited {
  color: #FFAA16;
}

.post a:hover {
  color: #FFE4A3;
}

.post_alt {
	background-color: #272A3A;
	color: #FFF1DC;
}

.post_priority {
	font-weight: bold;
}

/* YAF wrapper for individual posts */
div[id$='MessagePost1'] {
  min-height: 250px;
}

/* YAF wrapper for signature */
div[id$='ctl24'] {
}

.yafsignature {
  font-size: 10px;
  width: 98%;
  padding: 4px;
  margin-top: 4px;
  border-top: solid 1px #10121C;
}

/* Misc Styles */

.UserBox {
  background-color: #12131C;
  padding-right: 2px;
  border-right: solid 1px #000000;
  font-size: 7.5pt;
  font-weight: bold;
}

.iconlegend {
  font-size: 7.5pt;
  font-weight: normal;
}

/* Footer of posts */

.postfooter {
	background-image: url("bg_footer1.png");
	background-color: #4C4F50;
	color: #FFFEFB;
}

.postfooter a:link, .postfooter a:visited {
  color: #FFE3B8;
}

.postfooter a:hover {
  color: #FFBA00;
}

.message {
  font-size: 12px;
}

/* Forum Paging */

.yafpager {
  font-size: 12px;
  padding-left: 2px;
  padding-right: 2px;
}

.pagecurrent {
  padding-left: 2px;
  padding-right: 2px;
}

.pagelink {
  padding-left: 2px;
  padding-right: 2px;
}

.pagelinklast {
  padding-left: 2px;
  padding-right: 2px;
}

.yafpager a:link, .yafpager a:visited, .pagecurrent a:link, .pagecurrent a:visited, .pagelink a:link, .pagelink a:visited, .pagelinklast a:link, .pagelinklast a:visited {
  font-weight: bold !important;
}

.yafpager a:hover, .pagecurrent a:hover, .pagelink a:hover, .pagelinklast a:hover {
  font-style: italic !important;
}

/* IE Fix for Post Footers */

#DataPanel1_TitleLink.header2 {
  height: 14px;
}

#DataPanel1_actionLink.header2 {
  height: 14px;
}

/* Area between posts */

.postsep {
	background-image: url("wdf_page_sep.png");
	background-color: #1C242B;
	height: 2px;
}

/* Most tables are class 'content' */

.content {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #171927;
	border-top: solid 1px #282A37;
	border-right: solid 1px #1B1E2A;
	border-bottom: solid 1px #1B1E2A;
	border-left: solid 1px #282A37;
	color: #D5CDC2;
	padding: 0px;
}

.content td {
	padding: 3px;
}

#RichEdit td {
	padding: 0px;
}

/* Links inside content table*/

.content a:link, .content a:visited {
  color: #FFBF6B;
  text-decoration: underline;
}

.content a:hover {
  color: #FFAB1A;
  text-decoration: none;
}

/* Used for quoting messages */

.quote {
	margin-left: 16px;
	margin-right: 16px;
	padding-left: 16px;
}

.innerquote {
	padding: 4px;
	color: #F6FAFF;
	background-color: #2D313F;
	border: solid 1px #4F525E;
}

/* Used for Code */

.code {
	margin-left: 16px;
	margin-right: 16px;
	padding-left: 16px;	
}

.innercode {
	padding: 4px;
	background-color: #D3D4DC;
	border: solid 1px #000000;
	color: #000000;
	font-family: Courier New,Courier;
	font-size: 10pt;
}

/* Special Font sizes */

.smallfont {
  font-size: 7.5pt;
}

.largefont {
  font-size: 9pt;
}

/* Image Links */

a.imagelink {
	font-weight: bold;
	color: #000080;
}

a:hover.imagelink {
	text-decoration: underline;
	color: #0000FF;
}

/* Used for editor textarea */

.posteditor {
	width: 100%;
	height: 200px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

/* Table just above and below tables */

table.command {
	padding: 3px;
}

/* P-Tag at the Top of Pages with Navigation Links */

.navlinks {
  font-weight: bold;
  color: #EFD8B3;
  font-size: 10pt;
}

p.navlinks {
  margin-top: 1px;
  margin-bottom: 4px;
}

.navlinks a:link, .navlinks a:visited {
  color: #FFB477;
  text-decoration: none;
}

.navlinks a:hover {
  color: #FFC96A;
}

/* For printing */

.print {
  border: solid 1px #C0C0C0;
}

.printheader {
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}

.printbody {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}

/*
Use this to setup overflow feature for your site.
On IE that would mean specifying a width so that the overflow will work properly.
This CSS already works on FireFox.
*/

div.postdiv {
	width: 100%;
	padding: 4px;
	min-height: 400px;
}

/* New YAF Net Styles */

.yafnet textarea.BBCodeEditor {
  width: 90%;
  height: 300px;
}

/* For BBCode Post Buttons */

.yafnet .ButtonOut {
	background-color: #65818A;
	border: #B5BEC5 1px solid;
}

.yafnet .ButtonOver {
	background-color: #B5D0DB;
	border: #4B5863 1px solid;
}

.yafnet .ButtonChecked {
	background-color: #4F8293;
	border: #9BB5CB 1px solid;
}

.yafnet .ButtonOff {
	filter: gray() alpha(opacity=30);
	background-color: #9FBAC5;
	border: #4D5968 1px solid;
}

.yafnet img {
	border: 0;
}

.yafnet ul {
	margin: 2px 2px 2px 2px;
	padding: 0;
}

.yafnet li {
	margin-left: 15px;
}

/* CCS Buttons */

.yafnet a.yaflittlebutton {
	background: transparent url('ButtonEnd.gif') no-repeat scroll top right;
  color: #FFFFFF;
  display: block;
  float: right;
  font-size: 9px;
  height: 19px;
  margin: 2px 0px 2px 2px;
  padding-right: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
}

.yafnet a.yaflittlebutton span {
  background: transparent url('ButtonBack.gif') no-repeat;
  display: block;
  line-height: 11px;
  padding: 4px 3px 4px 8px;
}

.yafnet a.yaflittlebutton img {
	vertical-align: middle;
	padding: 0px 4px 2px 0px;
}

.yafnet a.yaflittlebutton:hover {
	color: #F4B632;
	text-decoration: none;
}

.yafnet a.yaflittlebutton:active {
  background-position: bottom right;
  outline: none;
}

.yafnet a.yaflittlebutton:active img {
  padding: 0px 4px 2px 0px;
}

.yafnet a.yaflittlebutton:active span {
  background-position: bottom left;
  padding: 5px 3px 3px 8px;
}

.yafnet a.yafcssbigbutton {
	background: transparent url('ButtonEndBig.gif') no-repeat scroll top right;
  color: #FFFFFF;
  display: block;
  float: right;
  font-size: 10px;
  height: 24px;
  margin: 2px 0px 2px 2px;
  padding-right: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
}

.yafnet a.yafcssbigbutton span {
  background: transparent url('ButtonBackBig.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 3px 5px 7px;
}

.yafnet a.yafcssbigbutton img {
	vertical-align: middle;
	padding: 0px 4px 2px 0px;
}

.yafnet a.yafcssbigbutton:hover {
	color: #F4B632;
	text-decoration: none;
}

.yafnet a.yafcssbigbutton:active {
  background-position: bottom right;
  outline: none; /* hide dotted outline in Firefox */
}

.yafnet a.yafcssbigbutton:active img {
  padding: 0px 4px 2px 0px;
}

.yafnet a.yafcssbigbutton:active span {
  background-position: bottom left;
  padding: 6px 3px 4px 7px;
}

/* css image button */

.yafnet a.yafcssimagebutton {
  background: transparent url('ButtonEnd.gif') no-repeat scroll top right;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 10px; 
  height: 19px;
  margin: 2px 0px 2px 2px;
  padding-right: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
}

.yafnet a.yafcssimagebutton span {
  background: transparent url('ButtonBack.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 3px 4px 2px 8px;
}

.yafnet a.yafcssimagebutton img {
	vertical-align: top;
	padding: 0px 4px 0px 0px;
}

.yafnet a.yafcssimagebutton:hover {
	text-decoration: none;
	color: #F4B632;
}

.yafnet a.yafcssimagebutton:active {
  background-position: bottom right;
  outline: none; /* hide dotted outline in Firefox */
}

.yafnet a.yafcssimagebutton:active img {
  padding: 0px 4px 0px 0px;
}

.yafnet a.yafcssimagebutton:active span {
  background-position: bottom left;
  padding: 4px 4px 1px 8px; /* push text down 1px */
}

/* CSS Popupmenu */

.yafnet .yafpopupmenu {
	background-color: #000000;
	border: solid 1px #222222;
}

.yafnet .yafpopupmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.yafnet .yafpopupmenu li {
	padding: 5px 10px 5px 10px;
	margin: 0;
}

.yafnet .yafpopupmenu li.popupitemhover {
	background-color: #666666;
}

/* AJAX Default Tab Styles (override tab bg) */

.yafnet .ajax__tab_default .ajax__tab_header {
  background: none;
  white-space: nowrap;
}

.yafnet .ajax__tab_default .ajax__tab_tab {
  background: url('ajax_tab_middle.png') repeat-x;
  margin-right: 4px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  display: -moz-inline-box;
  display: inline-block;
}

.yafnet .ajax__tab_default .ajax__tab_outer {
  background: url('ajax_tab_right.png') no-repeat right;
  display: -moz-inline-box;
  display: inline-block;
}

.yafnet .ajax__tab_default .ajax__tab_inner {
  background: url('ajax_tab_left.png') no-repeat left;
  display: -moz-inline-box;
  display: inline-block;
}

/* AJAX Custom XP Tab Theme */

.yafnet .ajax__tab_xp .ajax__tab_body {
  background-color: #15161F;
  font-family: Verdana, Tahoma, Helvetica;
  font-size: 14pt;
  border: 1px solid #222431;
  border-top: 0;
  padding: 5px;
}

.yafnet .ajax__tab_xp .ajax__tab_header {
  font-family: Verdana, Tahoma, Helvetica;
  font-size: 11px;
}

.yafnet .ajax__tab_xp .ajax__tab_outer {
  padding-right: 4px;
  height: 21px;
}

.yafnet .ajax__tab_xp .ajax__tab_inner {
  padding-left: 4px;
  height: 21px;
}

.yafnet .ajax__tab_xp .ajax__tab_tab {
  height: 21px;
  padding: 4px;
  margin: 0;
}

.yafnet .ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {
}

.yafnet .ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {
}

.yafnet .ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {
  color: #F4B632;
}

.yafnet .ajax__tab_xp .ajax__tab_active .ajax__tab_outer {
}

.yafnet .ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
}

.yafnet .ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
  color: #FFFFFF;
  font-weight: bold;
}

/* Tab Scrolling */

.yafnet .ajax__scroll_horiz {overflow-x:scroll;}
.yafnet .ajax__scroll_vert {overflow-y:scroll;}
.yafnet .ajax__scroll_both {overflow:scroll}
.yafnet .ajax__scroll_auto {overflow:auto}

/* Modal Popup */

.modalBackground {
	background-color:#000000;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup {
	background-color: #000000;
	border: solid 1px #222222;
	width: 400px;
	padding: 1px;
}

.modalPopup .modalBase {
}

.modalPopup .modalInner {
	padding: 10px;
	text-align:center;
}

.modalPopup .modalInnerMain {
	font-size: 9pt;
	font-weight: bold;
	color: #992222;
	text-align: center;
}

.modalPopup .modalInnerSub {
	font-size: 8pt;
	color: #333333;
	text-align: center;
}

.modalPopup .modalFooter input {
	display:block;
	vertical-align: middle;
	margin:0 auto;
}

/* Goto Page Form */

.gotoPageForm {
	background-color: #ffffff;
	border: solid 1px #555555;
	width: 90px;
	margin: 1px;			
}

.gotoPageForm .gotoBase {
	border: solid 1px #ffffff;
}

.gotoPageForm .gotoHeader {
	background-image: url('bg_header1.png');
	color: #ffffff;
	font-weight: bold;	
	padding: 2px;	
}

.gotoPageForm .gotoInner {
	padding: 2px;
}

.gotoPageForm .gotoInner input {
	margin: 2px;
}

