/******************************************************/
/* 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 */
.ab-footer {
        font-family: Arial, Verdana, sans-serif;
        font-size: 7pt;
        text-align: center;
        }

/* Post History */
.ab-review-table  {
        background-color:#F3F3F3;
		  text-align: left;
        }
.ab-review-header {
        background-color:#808080;
        color:#ffffff;
        }
.ab-review-body0   {
        color:#404040;
        background-color:#E2E2E2;
        }
.ab-review-body1   {
        color:#404040;
        background-color:#D1D1D1;
        }        
.ab-review-quote  {
        padding:5px;
        border:solid 1px #000000;
        background-color:#C0C0C0;
        color:#ffffff;
        font-size: 9px;
		  display: block;
        }
        
/* Quote & Code blocks */
td pre {
       background-color: #e6e6e6;
       border: 1px solid #000000;
       overflow: scroll;
       width: 350px;
}

.ab-quote {
        padding:5px;
        border:solid 1px #000000;
        background-color:#e6e6e6;
        color:#000000;
        font-family: Arial, Verdana, sans-serif;
        font-size: 9px;
        display: block;
        }    
/*new and not_new notifications */
.ab-new {
   font-family: Arial, Verdana, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #FF0000;
}

.ab-notnew {
   font-family: Arial, Verdana, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #C0C0C0;
}
/*file attachments */
.ab-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 */

.ab-leftcolumn {
   width: 200 px;
   text-align: right;
}
/*avatar picture */
.ab-avatar {
   text-align: center;
   margin-top: 3px;
   margin-bottom: 3px;
   display: block;
}

/* message body */

.ab-messagebody {
   border-top: thin solid silver;
   display: block;
   padding-top: 4px;
   margin-top: 4px;
   margin-bottom: 4px;
}

/* signature */

.ab-signature {
   border-top: thin dashed silver;
   margin-bottom: 4px;
   padding-top: 4px;
   margin-top: 4px;
   display: block;
}

.ab-spam {
	color: red;
	text-decoration: blink;
}

.ab-catname {
	text-align: left;
	padding-left: 0;
	display: block;
	margin-top: 20px;
}

.ab-catname a {
	font-size: 108%;
	font-weight: normal;
	color: #999999;
}


/* jim addons */

.pathway {
	overflow: auto;
}

.ab-title {
	float: left;
}

.ab-header {
	overflow: auto;
	clear: both;
}

.ab-menu {
	text-align: right;
	float: right;
}

.ab-title h2 {
	margin: 0px;
}

.ab-sectiontableentry1, .ab-sectiontableentry2 {
	border-bottom: 1px solid #dddddd;
}

.ab-forumtitle a{
	font-size: 138.5%;
	text-decoration: underline;
}

.ab-forumstats {
	color: #999999;
}

.ab-forumdescription {
	margin-top: 6px;
}

.ab-postblock {
	width: 100px;
}

.ab-icon {
	width: 10px;
}

.ab-pathway {
	border: none;
	font-size: 11px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top:20px;
}

.ab-pathway p {
	display:block;
	font-size: 20px;
}

.ab-submit {
	float: right;
}

