/******************************************************/

/* 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 */

table.contentpane

{

border: solid 1px #E4ECF3;

padding: 0px;
background-color: #E4EAF2;
margin: 0px;


}

.sectiontableheader

{

background-color: #BFCBDF;

color: #3A4F6C;

font-weight: normal;
text-align:left;
font-family: Verdana;
font-size:11px;

}

.sb_footer {

        font-family: Verdana;

        font-size: 7pt;

        text-align: center;

        }



/* Post History */

.sb_review_table  {

        background-color:#F3F3F3;

		  text-align: left;

        }

.sb_review_header {

        background-color:#808080;

        color:#FF6600;

        }

.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: 11px;

        display: block;

        }

        

/* Quote & Code blocks */

.sb_code {

   font-family: Verdana; 
   font-size: 11px; 
   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: Verdana;

        font-size: 11px;

        display: block;

        }    

/*new and not_new notifications */

.sb_new {

   font-family: Verdana;

   font-size: 11px;

   font-weight: bold;

   color: #FF0000;

}



.sb_notnew {

   font-family: Verdana;

   font-size: 11px;

   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: Verdana;

        font-size: 11px;

        }



/* write.html.php */



.image_hide {

   position: relative;

   visibility: visible;

   font-size: 11px;

   font-family: Verdana;

}



.file_hide {

   position: relative;

   visibility: visible;

   font-size: 11px;

   font-family: Verdana;

}



.general {

   position: relative;

   visibility: visible;

   font-size: 11px;

   font-family: Verdana;

}



/* post message layout */



.sb_leftcolumn {

   width: 200 px;

   text-align: right;

}



/* category names */



.sb_catname {

	font-size: 11 px;
	background-color: #608DCD;
	color:#FFFFFF;
    font-family: Verdana;
	font-weight: bold;
	text-align:left;

}


a:link.forumdesc,
a:visited.forumdesc,
a:active.forumdesc{ 
	background: transparent;
	font-size: 11px; 
	color: #222222;
	line-height: 135%;
	margin: 2px 0 0 0;
	padding: 0;
	font-weight:bold;
	text-decoration:underline;

}
a:hover.forumdesc{
color: #34498B;

}

.desc{
color:#666666;
font-size: 11px;
font-family:Verdana;
}


.createdate{
color: #000000;
font:Verdana;
}


