﻿/* FORUM SEARCH */

div.forumSearchResult
{
	margin: 5px;
}
div.forumSearchResult a
{
	font-size: 14pt;
}
div.forumSearchDesc
{
	margin: 10px;
	
}

/* BBCODE */
div.forumQuote
{
	margin: 10px;
	border: 1px solid black;
	padding: 5px;
}
span.forumQuoteRefrence
{
	font-weight: bold;
}
div.forumCode pre
{
	margin: 10px;
	border: 1px solid black;
	padding: 5px;
	color: #336699;
	font-family:Courier;	
	background-color:#fff;
}


/* END OF BBCODE */

a.pmReply
{
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 10px;
}

div#avatarsDIV
{
	height: 75px;
	overflow: auto;
}
html>body div#avatarsDIV
{
	height: 75px;
	overflow: auto;
}
div#avatarsDIV div
{
	height: 95px;
	width: 100px;
	border: 0px solid black;
	text-align: center;
	float: left;
	
}


/* MEMBER MENU */
    #tabs1 {
      float:left;
      width:93%;
      line-height:normal;
       border-bottom:1px solid #BCD2E6;
      }
    #tabs1 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("../images/forum/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("../images/forum/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }

      #tabs1 #current a {
              background-position:0% -42px;
      }
      #tabs1 #current a span {
              background-position:100% -42px;
      }

/* MEMBER MENU END */


img.forumImages
{
	border: 0;

}

.errorclass {
     background: #ffcccc url(../images/forum/error_small.png) no-repeat 5px 4px;
     color: #900;
     border-top: 1px solid #c00;
     border-bottom: 1px solid #c00;
     padding: 0.25em 0.5em 0.25em 2.5em;
     font-weight: bold;
     display: block;
 }
.correctclass
{
	 background: #CFFFD0 url(../images/forum/16-em-check.png) no-repeat 5px 4px;
     color: #4B9600;
     border-top: 1px solid #5CCC00;
     border-bottom: 1px solid #5CCC00;
     padding: 0.25em 0.5em 0.25em 2.5em;
     font-weight: bold;
     display: block;
	
}
.infoclass
{
	 background: #FFE6A8 url(../images/forum/24-message-warn.png) no-repeat 5px 0px;
     color: #000;
     border-top: 1px solid #CCB400;
     border-bottom: 1px solid #CCB400;
     padding: 0.25em 0.5em 0.25em 2.5em;
     font-weight: bold;
     display: block;
}



div.forumStatistics
{
}
div#actionDiv
{
	border: 1px solid black;
}
div.actionHeader
{
	background-color: #ccc;
	padding: 5px;
	font-size: 2em;
	
}
div.actionBody
{
	padding: 10px;
}
table.volForumTable img
{
	border: 0;
}

.forumListings
{
	margin-bottom: 15px;
}
a.tableTitle
{
	font-weight: bold;
}

div.CategoryDescription
{
	padding: 10px;
}

div.PostFooter
{
	margin-top: 10px;
	border-top: 1px solid #64543E;
}

fieldset.formFS
{

	
}
fieldset.formFS legend
{

}

fieldset.formFS .formElements
{
	width: auto;
		
}
fieldset.formFS .formRow
{
	
	width: auto;
	padding: 2px;
	
}
fieldset.formFS .formLabel
{
	width: 250px;
	float: left;
	text-align: right;

	
}
fieldset.formFS input
{

}
fieldset.formFS textarea
{

}
fieldset.formFS .inputText
{
	width: 210px;

}
fieldset.formFS .inputText2
{

}
fieldset.formFS .inputTextBig
{
	height: 30px;
	font-size: 24px;
	width: 400px;

}
fieldset.formFS .inputText:hover
{
	
}

fieldset.formFS .checkbox
{
	text-align: left;
	padding: none;
}
fieldset.formFS .checkradio
{
	
}
fieldset.FormFS .dropDownList
{


}
fieldset h2
{
	font-size: 12pt;
	border-bottom: 1px solid #FFB129;
}
fieldset div.formRightSide
{
	float: left;
}
.clearRow
{
	clear: both;
}	
ul#navCircle
{
	list-style: none;

}
ul#navCircle li
{
	display:inline;
}




