/******************************************************/

/* 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 {

        font-family: Arial, Verdana, sans-serif;

        font-size: 7pt;

        text-align: center;

        }



/* Post History */

.sb_review_table  {

        background-color:#71828a;;

		  text-align: left;

        }

.sb_review_header {

        background-color:#71828a;

        color:#ffffff;

        }

.sb_review_body0   {

        color:#404040;

        background-color:#93afbd;

        }

.sb_review_body1   {

        color:#404040;

        background-color:#6f96a9;

        }        

.sb_review_quote  {

        padding:5px;

        border:solid 1px #000000;

        background-color:#9eb2bb;

        color:#ffffff;

        font-size: 9px;

		  display: block;

        }

        

/* Quote & Code blocks */

td pre {

       background-color: #a2bfcc;

       border: 1px solid #000000;

       overflow: scroll;

       width: 350px;

}



.sb_quote {

        padding:5px;

        border:solid 1px #000000;

        background-color:#9babb2;

        color:#000000;

        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: #00adff;

}



.sb_notnew {

   font-family: Arial, Verdana, sans-serif;

   font-size: 10px;

   font-weight: bold;

   color: #4c565b;

}

/*file attachments */

.sb_file_attachment {

        BACKGROUND: url(emoticons/file.png) no-repeat; 

        padding-top: 2px;

        padding-left: 35px;

        

        border:solid 1px #000000;

        background-color:#8aa5b2;

        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;

}

/*avatar picture */

.sb_avatar {

   text-align: center;

   margin-top: 3px;

   margin-bottom: 3px;

   display: block;

}



/* message body */



.sb_messagebody {

   border-top: thin solid silver;

   display: block;

   padding-top: 4px;

   margin-top: 4px;

   margin-bottom: 4px;

}



/* signature */



.sb_signature {

   border-top: thin dashed silver;

   margin-bottom: 4px;

   padding-top: 4px;

   margin-top: 4px;

   display: block;

}



/* category names */



.sb_catname {

	font-size: 12 px;

}

