body {
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}

a:link, a:visited {
	color: #246fb8;
	text-decoration: none;
}

a:hover {
	color: #000;
  	outline-width: 0;
  	text-decoration: underline;
}

a:focus {
  outline-width: 0;
  	text-decoration: underline;
} 

#forum-container {
	width: 90%;
	margin: 0 auto;
}
#forum-header { 
	width: 800px; 
	padding: 5px; 
	float:left; 
	background: #fff; 
	font-size: 125%;
}
#forum-header td.posts { 
	font-size: 11px;
	text-align: right;
}
#forum-content { 
	width: 800px; 
	padding: 3px; 
	float:left; 
	background:#eee; 
}

#forum-content h1 {
	font-size:14px;
	padding-top:10px;
	padding-left: 3px;
} 

#forum-content table {
	border: 1px #5d88ba solid;
	width: 800px;
	background: #ffffff;
	padding: 0px;
	margin-right: 10px;
	vertical-align: top;
}

#forum-content table.login {
	width: 500px;
}
#forum-content table.no-box {
	border: 0px white solid;
	vertical-align: top;
}

#forum-content th {
	background: #5d88ba;
	color: #ffffff;
	font-weight: bolder;
	font-size: 110%;
	padding: 5px;
	border-bottom-width: 1px;
 	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: top;	
}

.ta {
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	background-color: #FFFFFF; 
	padding: 5px;
	vertical-align: top;	
}
.ta-heading {
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	background-color: #FFFFFF; 
	padding-left: 5px;
	vertical-align: bottom;	
	font-style: italic;
}

.tah {
	border-bottom-width: 1px;
 	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #dddddd;
	padding: 5px;
	vertical-align: top;	
}
.tah-heading {
	border-bottom-width: 1px;
 	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #dddddd;
	padding-left: 5px;
	vertical-align: bottom;	
}
.tah-noline {
	background-color: #dddddd;
	padding-left: 5px;
	vertical-align: bottom;	
}
.form-left {
	text-align: right;
	color: #444444; 
	font-weight: 600;
}
.posted {text-align: right}

.smaller {font-size:80%;}

.caption {
	font-size: 9px; 
	font-style: italic;
}
.forum-subhead { 
	font-size: 120%;
	font-weight: bolder;
}


/* Form styles */

.login-left {
	width: 200px;
}

input.button_blue {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 3px 3px 3px #999999;
    padding-bottom: 3px;
    background-color: #a0cbe1;
   	border-top: 2px #dde8ff solid;
	border-left: 2px #dde8ff solid;
	border-bottom: 2px #aaa solid;
	border-right: 2px #aaa solid;

}

input.buttonhov {
	border-top: 2px #aaa solid;
	border-left: 2px #aaa solid;
	border-bottom: 2px #fff solid;
	border-right: 2px #fff solid;
}