#forumPage
{
	/*font-size: 8pt;
	font-family: Verdana;
	background-color: #ebebeb;*/
	
		font-family: Tw Cen MT, Verdana, Arial;
}

/*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;white-space:nowrap;font-weight:normal;}
.topheader a {color: Blue;text-decoration: none; padding: 0px; margin: 0px;}
.topheader a:hover{text-decoration:underline;}
.topheader th.menuitem {color:white;text-align:left;white-space:nowrap;padding-left:5px;padding-right:5px;}
.topheader th.rightitem {color:Silver;text-align:right;border-right:none;}
.topheader td.outerheader {width:6px;}

/*header*/
.header table {font-size: 1em;background-color:Transparent;width:100%;height:90px;border:none;}
.header td {white-space:nowrap;}
.header h1 {font-weight: normal;font-size: 1.2em;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 
{
	background: #d9edf4;
	border: solid 2px #000000;
	padding: 3px;
	 margin: 0px 0px 0px 0px;
	
	 position: relative;
	 width: 100%;
	font-size: 1em; 
	}

.forumcontent h1 {font-weight: normal;font-size: 1.0em;margin-bottom: 0px;font-family: 'Arial Narrow';}
.forumcontent h2 {margin-bottom: 0px;font-size: 1.0em; font-variant: normal}
.forumcontent h3 {font-weight: bold;font-size: 1em;margin-bottom: 0px;}
.forumcontent a {text-decoration: underline;}
.forumcontent a:hover{text-decoration: none;}
.forumcontent th { background: #d0e1ed;color:black;font-weight: bold;font-size: 1em;text-align: left;padding: 5px 5px 5px 5px;border:1px solid slategray;}
.forumcontent th a {color: black;font-size: 1em;font-weight: normal;text-decoration: none;}
.forumcontent th a:hover{text-decoration:underline;}
.forumcontent td {border:1px solid silver;}
.forumcontent button{font-family: Verdana;font-size: 1em;border: slategray 1px solid;}
.forumcontent textarea{font-family: Verdana;font-size: 1em;border-left: slategray 1px solid;border-right: slategray 1px solid;border-bottom: slategray 1px solid;border-top: none;}
.forumcontent select{font-family: Verdana;font-size: 1em;border: slategray 1px solid;}
.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 {
	border: 1px solid slategray;
	font-family: Verdana;
	font-size: 1em;
}

/* other classes */
.gradientbutton {background-image:url('images/darkgradient.gif');color:White;font-family: Verdana;font-size: 1em;border: 1px solid slategray;}
button.formatting{width: 25px;height: 20px;border: none;background-color:Transparent;cursor: pointer;}
div.editbar{margin-top: 3px;background-image: url('images/editbar_bg.gif');height: 20px;border-left: 1px solid slategray;border-right: 1px solid slategray;border-top: 1px solid slategray;}
div.quote{color: #7777aa;text-decoration: none;padding-left: 15px;}