/******************************************************/
/* 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:#F3F3F3;
		  text-align: left;
        }
.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:9px;
        border:solid 1px #000000;
        background-color:#C0C0C0;
        color:#ffffff;
        font-size: 12px;
		  display: block;
        }
        
/* Quote & Code blocks */
.sb_code {
   font-family: Courier, 'Courier New', sans-serif; font-size: 12px; 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: 12px;
        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 #000000;
        background-color:#ededed;
        color:#000000;
        font-family: Arial, Verdana, sans-serif;
        font-size: 10px;
        }

/* write.html.php */

.image_hide {
   position: relative;
   visibility: visible;
   font-size: 10px;
   font-family: Arial, Sans Serif;
}

.file_hide {
   position: relative;
   visibility: visible;
   font-size: 10px;
   font-family: Arial, Sans Serif;
}

.general {
   position: relative;
   visibility: visible;
   font-size: 10px;
   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 {
   display: block;
   padding-top: 4px;
   margin-top: 4px;
   margin-bottom: 4px;
}

/* signature */

.sb_signature {
   border-top: thin dashed dark grey;
   margin-bottom: 4px;
   padding-top: 4px;
   margin-top: 4px;
   display: block;
}

/* category names */

.sb_catname {
	font-size: 12 px;
}
/* post alternating colors */
.sbsectiontableentry1 {
	/* this is used when there's a whole list of data to provide and
	   you need to create alternate colors for each row of data. This is
	   the first color */
	/* background-color : #F3F3F3; */
	background: url("/modules/mod_sbicons/post_body.png")
	}
	
.sbsectiontableentry2 {
	/* this is the second color for the row. So, the table generator,
	   will alternate its style through sectionableentry1 and sectiontableentry2
	   as it cycles through and outputs each row of data. Similar to forum's post
	   listings */
	/* background-color : #CCCCCC; */
	background: url("/modules/mod_sbicons/post_body2.png")
	}


/* IP */
.sbip 
{
font-family: Arial, Verdana, sans-serif;

        font-size: 9px;
        display: block;
		font-weight: bold;
        color: #000000;
        }
		 
/* Subject and Date */
.sbsubject 
{
font-family: Arial, Verdana, sans-serif;

        font-size: 13px;
        display: block;
		font-weight: bold;
        color: #000000;
        }   
