/******************************************************/
/* Simpleboard CSS File                               */
/* These days, Simpleboard uses the Template CSS file */
/* It's adviced that you do not change this CSS file  */
/* Unless you know what you are doing... If you need  */
/* to change tableheader colours, or anything, look   */
/* in the template CSS file first... here there are   */
/* only definitions that are necessary but don't fit  */
/* the template CSS'es..                              */
/******************************************************/
/* SimpleBoard footer Banner */
.sb_footer, .sb_footer a:link, .sb_footer a:hover, .sb_footer a:visited{
        font-family: Arial, Verdana, sans-serif;
         font-size: 7pt;
      text-align: center; color:#726948
   }

.pathway, .pathway a:link, .pathway a:visited, .pathway a:hover { 
	color:#46351B; text-decoration:none; font-weight:normal;
	font-size:10px;}
/* */
.sectiontableheader {
	background-color:#999999; }
.sectiontableheader strong{
	padding: 1px 0px 1px 5px}
.sectiontableentry1{
	background-color: #EAEAEA;}
.sectiontableentry2 {
	background-color: #DDDDDD; }
/*.sectiontableentry2 td{
	}*/
.forum_count { text-align:center}
.forum_subject {padding: 1px 0px 1px 5px}
.forum_header_c { text-align:center; font-weight:bold; color:#47412B; background-color:#999999}
.forum_navigation {padding:2px 0px 10px 2px;}
.forum_navigation a:link, .forum_navigation a:visted{}
.forum_navigation a:hover {}

.forum_username { 
	height: 0px; font:Tahoma, arial, sans-serif;;
	color: #FF9900; text-align: left; 
	padding: 3px 0px 2px 0px; font-weight: bold; 
	font-size: 14px; white-space: nowrap; background-color:#000000;}
* html .forum_username { 
	height: 0px; font:Tahoma, arial, sans-serif;;
	color: #FF9900; text-align: left; 
	padding: 3px 0px 2px 0px; font-weight: bold; 
	font-size: 14px; white-space: nowrap; background-color:#000000;
	width: 602px;}

#search_boxx { text-align:right}

.createdate { font-size:10px; color:#000000 }

.boardtable {background-color: #666666;}

/* Post History */
.sb_review_table  {
        background-color:#F3F3F3;
        }
.sb_review_header {
        background-color:#808080;
        color:#ffffff;
        }
.sb_review_body0   {
        color:#404040;
        background-color:#E2E2E2;
        }
.sb_review_body1   {
        color:#404040;
        background-color:#D1D1D1;
        }        
.sb_review_quote  {
        padding:5px;
        border:solid 1px #000000;
        background-color:#C0C0C0;
        color:#ffffff;
        font-size: 9px
        }
        
/* Quote & Code blocks */
.sb_code {
   font-family: Courier, 'Courier New', sans-serif; font-size: 10px; color: #006600;
   background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.sb_quote {
        padding:5px;
        border:solid 1px #000000;
        background-color:#e6e6e6;
        color:#000000;
        font-family: Arial, Verdana, sans-serif;
        font-size: 9px;
        }    
/*new and not_new notifications */
.sb_new {
   font-family: Arial, Verdana, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #FF0000;
}

.sb_notnew {
   font-family: Arial, Verdana, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #C0C0C0;
}
/*file attachments */
.sb_file_attachment {
        BACKGROUND: url(emoticons/file.png) no-repeat; 
        padding-top: 2px;
        padding-left: 35px;
        
        border:solid 1px #000000;
        background-color:#ededed;
        color:#000000;
        font-family: Arial, Verdana, sans-serif;
        font-size: 9px;
        }

/* write.html.php */

.image_hide {
   position: relative;
   visibility: visible;
   font-size: 9px;
   font-family: Arial, Sans Serif;
}

.file_hide {
   position: relative;
   visibility: visible;
   font-size: 9px;
   font-family: Arial, Sans Serif;
}

.general {
   position: relative;
   visibility: visible;
   font-size: 9px;
   font-family: Arial, Sans Serif
}

/* post message layout */

.sb_leftcolumn {
   width: 200 px;
   text-align: right;
}
