﻿/* *******************************************************
Software: Web Wiz Forums
Info: http://www.webwizforums.com
Copyright: ©2001-2007 Web Wiz. All rights reserved
******************************************************* */

/* Page body */
body{
	margin:0px;
	background:center;
	background-color: #000000;
	background-image: url('../../forum_images/bg_salt.jpg');
	/*background-image: url('../../forum_images/bg_newyear.jpg');*/
	background-attachment: fixed;
	/*background-repeat: repeat-x repeat-y;*/
	background-position: top;
	/*margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;*/
	
}


/* Text for most CSS classes */
body, .text, .smText, .error, a, a.smLink, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableRow, .tableTopRow, .tableBottomRow, .evenTableRow, .oddTableRow, .hiddenTableRow, .PMtableRow, .PMmsgBody, .msgBody, .msgEvenTableRow, .msgOddTableRow, .msgHiddenTableRow, .msgOddTableSide, .msgEvenTableSide, .msgSignature, .calDateCell, .calTodayCell, .BBquote, .BBcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-weight: normal;
	font-size: 10pt;
	line-height: 1.4;
}
.lgText, h1, .largeButton, .msgSideProfile, .tableLedger, .tableSubLedger, .tableSearchLedger, .calLedger{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
}

/* Text */
.smText{
	font-size: 10px;
	line-height: 12px; 
}

.lgText{
	font-size: 15px;
}

h1{
	font-size: 19px;
	margin-bottom: 0;
	margin-top: 0;
}

.error{
	color : #FF0000;
}

/* Search highlight */
.highlight{
	background-color: #ffff66
}


/* sub */
.sub {
	color: #bcc2c3;
	font-size: 9pt;	
}


/* statics */
.statistics_text {
	
	color: #7e8f93;
	font-size: 8pt;
}


.ten_text {
	
	color: #ebebeb;
	font-size: 8pt;
}


.statistics {
	
	background: #2A2C2C url(../../forum_images/gradient_alt.gif) repeat-x top left;
	border-bottom: 3px solid #070808;
}


/* statics */
.help_text {
	
	color: #ffffff;
	font-size: 10pt;
}



/* Hyperlinks */
a:link {
	color : #96add4;  /* #d87404;  /*#0000FF;*/
	text-decoration: none;
	/*font-weight: bold;*/
	
}

a:visited{
	/*color : #8C8000; /*#0088FF;*/
	text-decoration : none;
	/*font-weight: bold;*/
}

a:hover, a:visited:hover{
	/*color : #015CB1;*/
	text-decoration : underline;
	/*background-image:url(../../forum_images/tim.gif);*/
}

a.smLink {
	font-size: 10px;
}


/* Page Links */
.pageLink, a.pageLink:link, a.pageLink:visited, a.smPageLink:link, a.smPageLink:visited{
	color : #666666;
	text-decoration: none;
	background: #F7F7F4;
	border: 1px solid #E7E7E7;
	padding: 2px;
	margin: 2px;	
}

a.smPageLink:link, a.smPageLink:visited{
	line-height: 30px; 
	padding: 1px;
	margin: 1px;
}

a.pageLink:hover, a.smPageLink:hover{
	text-decoration: underline;
	border: 1px solid #AAAAAA;
	background: #E0F2FC;
}

.pageLink{
	background: #E7EBF5;
	border: 1px solid #AAAAAA;
}


/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
}

a img,:link img,:visited img{
	border: none;
	vertical-align: middle;
}

.imgBorder {
	border: #CCCCCC 1px solid;
}

.avatar, #avatar{
	width: 64px;
	height: 64px;
	border: 1px solid #000000;
	margin: 2px;
}

hr {
	width: 100%;
	background-color: #FFFFFF;
	height: 1px;
	border: 0px;
}

/* PNG Support for IE5.5 & 6 */
img {
   behavior: url('includes/pngbehavior.htc');
}

/* Rich Text Editor */
.RTEtoolbar{
 	background-image: url('../../forum_images/toolbar_background.gif');
 
}

.WebWizRTEbutton, .RTEtoolbar{
	padding: 1px;
	
}

.WebWizRTEbuttonOver{
	background-image: url('../../forum_images/toolbar_button_background.gif');
	padding: 1px;
}

.RTEtableTopRow{
	height: 22px;
	background-color: #D3DAED;
	background-image: url('../../forum_images/topbar_background.gif');
}

.RTEtableRow{
	background-color: #F4F4FB;
}

.RTEtableBottomRow{
	background-color: #D3DAED;
	background-image: url('../../forum_images/bottombar_background.gif');
}

.RTEtextarea{
	background-color: #FEF6F0;
	color: #000000;
	margin: 2px;
	background-image: url('../../forum_images/textarea_bg.jpg');
	background: bottom left;
	background-attachment: fixed;
}

.RTEmouseOver{
	background-color: #FFFFFF;
	color: #000000;
}


/* Tables */
.basicTable{
	text-align: left;
	border: 0px;
	width: 700px;
	background-color: #181a1a;
}

.errorTable{
	text-align: left;
	border: 1px solid #F5C41C;
	background-color: #FFFFB0;
	width: 700px;
	color: #000000;
}

.tableBorder{
	text-align: left;
	/*border: 1px solid #FF41A5;*/
	background-color: #181a1a;
	
	/*border: 1px solid #CCCCCC;*/
	/*background-color: transparent;*/
	width: 700px;
}


.tableBottom{
	text-align: center;
	background-image: url('../../forum_images/bottom.png');
	background:center;
	width: 700px;
	
	
}

/* Table Ledger */
.tableLedger{
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: transparent;
	height: 41px;
	background-image: url('../../forum_images/gradient_tcat_noel.gif');
	
}

.tableLedger a:link, .tableLedger a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color : #333333;
	text-decoration: underline;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #666666;
	text-decoration: underline;
	font-weight: bold;
}


/* Search Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	/*color: #333333;*/
	background-image: url('../../forum_images/gradient_thead.gif');
	background-color: transparent;
	height: 22px;
	
	color: #7e8f93;
	font-size: 9pt;	
}


.tableSubLedger a:link, .tableSubLedger a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color : #7e8f93;
	text-decoration: none;
	font-weight: bold;
	height: 22px;
}

.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
	color : #7e8f93;
	text-decoration : underline;
	font-weight: bold;
	height: 22px;
}

/* Search Ledger */
.tableSearchLedger{
	font-weight: bold;
	background-color: transparent;
}

.tableSearchLedger a:link, .tableSearchLedger a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration: none;
}

.tableSearchLedger a:hover, .tableSearchLedger a:visited:hover{
	color : #666666;
	text-decoration : underline;
}


/* Table Status Bar */



.tableStatusBg{
	text-align: left;
	background-image: url('../../forum_images/nav_bg.jpg');
	/*width: 772px;*/
	background-position: center;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	height: 103px;
	
	
}


.tableStatus{
	text-align: left;
	
	/*border: 1px solid #CCCCCC;*/
	/*background-color: #EF7103;*/
	width: 700px;
	
}

.tableStatusTrail{
	text-align: left;
	background-image: url('../../forum_images/gradient_thead.gif');
	
	/*border: 1px solid #FF41A5;*/
	/*border: 1px solid #CCCCCC;*/
	/*background-color: #EF7103;*/
	width: 700px;
	
}


.tableStatusBar{
	font-weight: normal;
	color: white;
	font-size: 11px;
	
	/*background-color: #EF7103; /*#FBFBFD; */
	
}


.tableStatusBar a:link, .tableStatusBar a:visited{
	color : navy;
	font-size: 11px;
	text-decoration: none;
}

.tableStatusBar a:hover, .tableStatusBar a:visited:hover{
	color : orange;
	font-size: 11px;
	text-decoration : underline;
}


/* Tables */
.tableRow{
	background: #2A2C2C url(../../forum_images/gradient_alt.gif) repeat-x top left;
	border-bottom: 3px solid #070808;

	/*#FBFBFD*/
}

.tableTopRow{
	height: 22px;
	/*background-color: transparent;*/
	background-image: url('../../forum_images/topbar_background.gif');
}

.tableBottomRow{
	background: #2A2C2C url(../../forum_images/gradient_alt.gif) repeat-x top left;
	border-bottom: 3px solid #070808;
}

.tableFooter{
	background-image: url('../../forum_images/footer.jpg');
	height: 141px;
	background: center;
	background-attachment: fixed;
}



/* Alternating Row Colours */
.evenTableRow{
	background: #2A2C2C url(../../forum_images/gradient_alt.gif) repeat-x top left;
	border-bottom: 3px solid #070808;

}

.oddTableRow{
	background: #2A2C2C url(../../forum_images/gradient_alt.gif) repeat-x top left;
	border-bottom: 3px solid #070808;
}

.hiddenTableRow{
	background-color: #4f4f4f;
}

/* Private messager */
.PMtableRow{
	/*background-color:  transparent;*/
}

.PMmsgBody{
	width: 99%;
	max-height: 450px;
	float: left; 
	overflow: auto;
}

a.PMsmLink:link, a.PMsmLink:visited, a.fileManLink:link, a.fileManLink:visited{
	color : #000000;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

a.PMsmLink:hover, a.PMsmLink:visited:hover, a.fileManLink:hover, a.fileManLink:visited:hover{
	color : #000000;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}

/* Forum posts */
.msgBody{
	width: 100%;
	margin: 2px;
	float: left; 
	overflow: auto;
	
}

.msgEvenTableTop, .msgEvenTableSide{
	background-color: transparent;
	font-size: 11px;
}

.msgOddTableTop, .msgOddTableSide{
	background-color: transparent;
	font-size: 11px;
}

.msgEvenTableRow{
	background-color: transparent;
}

.msgOddTableRow{
	background-color: transparent;
}



.msgEvenTableTop a:link, .msgEvenTableTop a:visited, .msgOddTableTop a:link, .msgOddTableTop a:visited, .postOptions{
	color : #000000;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
}

.msgEvenTableTop a:hover, .msgEvenTableTop a:visited:hover, .msgOddTableTop a:hover, .msgOddTableTop a:visited:hover{
	color : #000000;
	text-decoration: underline;
	font-size: 11px;
}

.msgSideProfile{
	font-size: 15px;
	cursor: pointer;
}

.msgHiddenTableRow{
	font-size: 10px;
	background-image: url(../../forum_images/pre_approved_post.gif);
}

.msgLineDevider{
	border: solid #888888 0px;
	border-top-width: 1px;
}

.msgSignature{
	max-height: 160px;
	width: 100%;
	float: left; 
	overflow: auto;
}

.postSeparatorTableRow{
	/*height: 25px;*/
	/*background-color: #FEF6F0; /*#c0e982; */
	background-image: url('../../forum_images/postline.gif');
	background-repeat: repeat-x;

}

.postTableRow{
	height: 30px; 
	/*background-color: #FEF6F0; /*#c0e982; */
	/*background-image: url('../../forum_images/post_sep.gif'); */

}

/* Calendar */
.calLedger{
	font-weight: bold;
	background-color: #E7EBF5;
	padding:4px;
}
.calLedger a:link, .calLedger a:visited{
	color : #000000;
	text-decoration: none;
	font-size: 10px;
}

.calLedger a:hover, .calLedger a:visited:hover{
	color : #666666;
	text-decoration: none;
	font-size: 10px;
}

.calDateCell{
	background-color: #FbFbFb;
}

.calTodayCell{
	background-color: #FbFbFb;
	border:1px solid #CC0000;
}

.calEmptyDateCell{
	background-color: #FFFFFF;
}

/* BBcode blocks */
.BBquote{
	border: 1px dotted #999999;
	background-color: #000000;
	width: 97%;
	padding: 5px;
	margin: 8px 0px;
	text-align: left;
	overflow: auto;
	display: block;
	padding: 5px;
}

.BBcode{
	font-family: Courier New, Courier, mono;
	border: 1px dashed #999999;
	width: 99.5%;
	padding: 5px;
	margin: 8px 0px;
	text-align: left;
	overflow: auto;
	display: block;
	padding: 5px;
}


/* Tabs and Buttons */
a.largeButton:link, a.largeButton:visited{
	float: left;
	color : #555555;
	text-decoration: none;
	font-size: 13px;
	background-image: url('../../forum_images/large_grey_button.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 17px;
	width: 96px;
	padding: 5px 0px;
	margin: 2px;
}


a.largeButton:hover, a.largeButton:visited:hover{
	background-position: 0px -28px;
	color : #CC0000;
}

.tabTable{
	border: solid #E7E7E7 0px;
	border-bottom-width: 1px;
}


a.tabButton:link, a.tabButton:visited, a.tabButtonActive:link, a.tabButtonActive:visited{
	float: left;
	color : #555555;
	text-decoration: none;
	font-size: 13px;
	background-image: url('../../forum_images/large_grey_tab.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 17px;
	width: 130px;
	padding: 5px 0px;
	margin: 0px 1px;
	
}

a.tabButtonActive:link, a.tabButtonActive:visited{
	background-position: 0px -61px;
	color : #CC0000;
}

a.tabButton:hover, a.tabButton:visited:hover, a.tabButtonActive:hover, a.tabButtonActive:visited:hover{
	background-position: 0px -30px;
	color : #CC0000;
}

.topicIcon, .forumIcon{
	background-position: center;
	background-repeat: no-repeat;
	/*height: 35px;
	width: 35px;*/
}



/* Drop Down Menus */
.dropDownMenu, .dropDownStatusBar, .dropDownSearch, .dropDownCalendar, .dropDownTopicSearch, .dropDownPermissions{
	visibility: hidden; 
	position: absolute; 
	left: 0px; 
	top: 0px;
}

.dropDownMenu, .dropDownStatusBar, .dropDownPermissions{
	background-color: #F4F4FB;
	border: solid #CCCCCC;
	border-width: 1px;
	height: auto;
	line-height: 18px;
	padding: 1px;
}

.downDropParent, .dropDownPermissions, .dropDownMenu a:link, .dropDownMenu a:visited, .dropDownStatusBar a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.dropDownMenu a:hover, .dropDownMenu a:visited:hover, .dropDownStatusBar a:hover {
	color : #FFFFFF;
	display: block;
	background: #9AACD6;
	width: 100%;
	font-weight: normal;
	text-decoration: none;
}

.dropDownSearch, .dropDownTopicSearch{
	border: solid #CCCCCC;
	border-width: 1px;
	padding: 0px;
	height: 106px;
}

.dropDownSearch{
	height: 108px;
}

.dropDownTopicSearch{
	height: 80px;
}

.dropDownPermissions{
	color: #333333;
	line-height: 14px;
	text-align: left;
}

.dropDownPointer{
	cursor: pointer;
}



.txtAdmin {  
     color: #ff0000;  
 }  
   
 .txtMod {  
	color: blue;
     /*color: #009900;  */
 }  
 .txtMem {  
	color: #fe529b; 
     /*color: #0066FF;*/  
 }  
 .txtMemVIP {  
	
     color: brown;  
 }  
 .txtTrialMod {  
     color: #2DBEDF;  
 }  
 .txtMemPH {  
     color: #333333;  
 }  
 
 .footer {
 background-image: url('../../forum_images/footer.jpg');
 background-position: bottom center;
 background-repeat: repeat-x;
 height: 184px;
 }
 
 div.AdsLeft {
    border: none;
	position: fixed;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
}

div.AdsRight {
    border: none;
	position: fixed;
	right: 0%;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: auto;
}








.tborder
{
	background: #070808;
}

#container {
	text-align: left;
	padding: 0px 10px 0px 10px;
	/*background-color: #181A1A;*/
}

#navigation {
	background: #100A08 url('../../forum_images/navigation_bg.gif') repeat-x bottom left;
	border-bottom: 1px solid #384951;
}

#navigation_str {
	background-image: url('../../forum_images/navigation_corner_tl.gif'); background-repeat: no-repeat; background-position: top left;
}

#navigation ul {
	height: 54px;
	background-image: url('../../forum_images/navigation_corner_tr.gif'); background-repeat: no-repeat; background-position: top right;
}

#navigation ul, #navigation ul li {
	margin: 0px; padding: 0px;
	list-style: none;
	white-space: nowrap;
}

#navigation ul {
	padding: 0px 19px 0px 19px;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: block;
	width: 139px; height: 20px;
	padding-top: 34px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#navigation ul li a:hover, #navigation ul li a:active {
	background-image: url('../../forum_images/navigation_on.gif'); background-repeat: no-repeat; background-position: top left;
}

#header {
	background: #080808 url('../../forum_images/header_bg.gif') repeat-x top left;
	height: 150px;
}
