/******************************************************/
/* 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..                              */
/******************************************************/
.boardtable {
        border:solid 1px #9DA6B3;
		width: 450;
		}
.boardtabletitre {
        border-bottom:solid 1px #9DA6B3;
        background-color:#000000;
		}
.menubas {
        background-color:#000000;
        }
/*pathaway setting*/
.pathway {
   font-size: 11px; color: #ffffff; text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration: none;
   line-height: 120%;
    }
/* SimpleBoard footer Banner */
.sb_footer {
        font-family: Arial, Verdana, sans-serif;
        font-size: 7pt;
        text-align: center;
        }
/* Post History */
.sb_review_table  {
        background-color:#000000;
		text-align: left;
        }
.sb_review_header {
        background-color:#000000;
        color:#ffffff;
        }
.sb_review_body0   {
        color:#404040;
        background-color:#000000;
        }
.sb_review_body1   {
        color:#404040;
        background-color:#000000;
        }        
.sb_review_quote  {
        padding:5px;
        border:solid 1px #9DA6B3;
        background-color:#000000;
        color:#ffffff;
        font-size: 9px;
        display: block;
        }
/* Quote & Code blocks */
td pre {
   font-family: Courier, 'Courier New', sans-serif; font-size: 10px; color: #006600;
   background-color: #000000; border: #9DA6B3; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
   overflow: scroll;
   width: 600px;
	height: 100%;
}
.sb_quote {
        padding:5px;
        border:solid 1px #9DA6B3;
        background-color:#000000;
        color:#ffffff;
        font-family: Arial, Verdana, sans-serif;
        font-size: 9px;
        display: block;
        }    
/*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 #9DA6B3;
        background-color:#000000;
        color:#ffffff;
        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;
}
/* category names */
.sb_catname {
	font-size: 12 px;
}
