/*topheader*/
.topheader {margin-bottom:20px;}
.topheader table {height:25px;border-collapse:separate;width:100%;background-color:Transparent;font-size:100%;}
.topheader td {height:25px;}
.topheader th {height:25px;background-image:url(../images/darkgradient.gif);color:White;white-space:nowrap;font-weight:normal;}
.topheader a {color: White;text-decoration: none;}
.topheader a:hover{text-decoration:underline;}
.topheader th.menuitem {color:white;text-align:center;width:12%;border-left:1px solid #9FAABF;border-right:1px solid #606D85;white-space:nowrap;padding-left:5px;padding-right:5px;}
.topheader th.rightitem {border-left:1px solid #9FAABF;color:Silver;text-align:right;border-right:none;}
.topheader td.outerheader {width:6px;}

/*header*/
.header table {font-size: 8pt;background-color:Transparent;width:100%;height:90px;border:none;}
.header td {white-space:nowrap;}
.header h1 {font-weight: normal;font-size: 18pt;margin-bottom: 0px;font-family: 'Arial Narrow';margin-top:5px;}
.header a {color: #333399;text-decoration: underline;}
.header a:hover{text-decoration: none;}
.header img{vertical-align:middle;border:none;}

/*main body*/
.forumcontent table {color: black; font-size: 100%;border-collapse:collapse;background-color:#f1f1f1;}
.forumcontent h1 {font-weight: normal;font-size:140%;margin: 2px;font-weight: bold;}
.forumcontent h2 {margin-bottom: 0px;font-size:120%;margin:2px; font-weight: normal;}
.forumcontent h3 {font-weight: bold;font-size:110%;margin:2px; font-weight: normal;}
.forumcontent a {color: #3d4715;text-decoration: underline;}
.forumcontent a:hover{text-decoration: none;}
.forumcontent th {background-color:#e9e09d;color:Gray;font-weight: lighter;font-size: 100%;text-align: left;padding: 3px 3px 3px 3px;}
.forumcontent th a {color: Gray;font-size: 110%;font-weight: normal;text-decoration: none; white-space: nowrap}
.forumcontent th a:hover{text-decoration:underline;}
.forumcontent td a {color: #dc9e49;}
.forumcontent td {color: #585a2e;}
.forumcontent textarea{color: #585a2e;}
.forumcontent select{font-size: 100%;border: 1px solid #cbbb70;}
.forumcontent img{vertical-align:middle;border:none;}
.forumcontent hr{height:1px;border:none;color:silver;background:silver;}
.forumcontent div.location{margin-top:17px;margin-bottom:17px;}

/*INPUT[type="text"], INPUT[type="button"], INPUT[type="submit"], INPUT[type="file"], INPUT[type="password"]
{border: 1px solid slategray;font-family: Verdana;font-size: 10pt;} */

.radiolist td {text-align: left;}
button.formatting{width: 25px;height: 20px;border: none;background-color:Transparent;cursor: pointer;}
div.editbar{margin: 0px;height: 20px;
      background-color: #e3dcba;   
      filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

.forumSubMainColor{background-color:#e7e8df; padding: 0 0 2px 20px;}
.forumContainer{padding: 0px 0 5px 0; color: #585a2e;}
div.quote{background: transparent;color: #333;font-size: 90%; text-decoration: none;padding: 0 30px 0 30px; font-style:italic; border:none}

div.quote::before 
{
  background: transparent url(../images/quote_left.gif) scroll no-repeat top left;
  margin-left: -20px;
  height: 28px;
  display: block;
  border: none;
  content:  "";
}
div.quote::after 
{
  content:"";
  display: block;
  height: 28px;
  margin-right: -20px;
  background: transparent url(../images/quote_right.gif) scroll no-repeat bottom right ;
}
.postingArea
{
    width: 600px;
    text-align: left;
    margin: 0 auto 0 auto;
}
.postingArea input
{
    margin: 3px 0 3px 0;
    -moz-box-sizing:border-box;	 
    box-sizing: content-box;  
}
.textAreaWrapper
{
    border:1px solid #BEBEBE;
	font-size:100%;
	padding:0 4px 0 0;
	margin: 0;
	color:#333;
	width: 600px;
}
.textAreaWrapper textArea
{
    border: 0px solid #FFF;
    padding: 0 2px 0 2px;
    overflow: auto;
}

.postButtons
{
    padding: 5px;
    text-align: right;
}

.WelcomeMessage{margin-left: 25px; }
.WelcomeImage{margin-left: 122px; }