body{
	font-family: Verdana;
	font-size: 12px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}
td{
	vertical-align: top;
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.4;
}
.formtextfield, .extrafield{
	width: 100%;
	border: 1px solid #FF9900; 
	font-size: 12px;
	font-family: Verdana;
}
.formname{
	width: 100%;
	border: 1px solid #FF9900; 
	font-size: 12px;
	font-family: Verdana;
}
.formsubject{
	width: 100%;
	border: 1px solid #FF9900; 
	font-size: 12px;
	font-family: Verdana;
}
.formmessage{
	width: 100%;
	height: 160px;
	border: 1px solid #FF9900; 
	font-size: 12px;
	font-family: Verdana;
}
form{
	margin: 0px;
	padding: 0px;
}
.replies{
	border: 0px solid #DDDDDD;
	background-color: #E2E2E2;
	padding: 2px;

	float: right; 
	height: 150px; 
	_height: 150px; 
	width: 200px; 
	overflow: auto;
	font-size: 10px;
	line-height: 1.2;
}
.entry{
	border: 1px solid #DDDDDD;

	background-color: #EEEEEE;
	padding: 5px;
	margin-bottom: 1em;

	/*min-height: 150px; 
	_height: 150px;*/
}
.entry .message{
	margin-top: 1em;
	margin-bottom: 1em;
}
.entry .message a{
	font-weight: normal;
}
.note{
	color: #999999;
	font-size: 10px;
}

.normallink{
	font-weight: normal;
}
a{
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.quickreply{
	border: 1px solid #808080; 
	height: 50px;
	width: 100%;
	font-size: 10px;
	font-family: Verdana;
}



.newreplybutt   
{
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: rgb(255, 255, 255);
    background-color: #808080;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #B2B2B2;
    border-right-color: #5B5B5B;
    border-bottom-color: #5B5B5B;
    border-left-color: #B2B2B2;
	margin-bottom: 2px;
}

.profileicon{
	float: left;
	border-right: 0px solid black;
	margin-right: 2px;
}

.replytop{
	border: 0px solid black;
	background-color: #808080;
	
}
.replytop .note{
	color: #000000 !important;  
}

.replyp{
	margin-bottom: 1em;
	margin-top: 0px;
}
.replies .message{
	margin: 0px;
	padding: 0px;
}

.replyextra{
	float: right;
	color: #999999;
}

#navlinks{
	margin-bottom: 2px;
}

#maintable{
	border: 0px solid #E2E2E2;
}
#page{
	text-align: center;
}
#content{
	text-align: left;
	margin-left: 5px;
}
#sidebar{
	text-align: left;
	width: 200px;
	margin-left: 5px;
	margin-right: 5px;
}
#header{
	border-bottom: 1px solid #808080;
	margin-bottom: 5px;
	text-align: left;
}
.boxheader{
	border: 1px solid #808080;
	border-bottom-width: 0px;
	background-color: #800000;
	font-weight: bold;
	padding: 2px;
	color: #FFFFFF;
	text-align: center;
}
.boxbody{
	border: 1px solid #808080;
	background-color: #EEEEEE;
	padding: 4px;
	margin-bottom: 5px;
}
.boxbody a{
	font-weight: normal;
}
.boxbody ul{
	padding-left: 10px;
	margin-left: 10px; 
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.boxbody li{ 
	list-style: disc outside; 
	display: list-item; 
}

.banner{
	border: 1px solid #800000;
}

.smalllist{
	font-size: 10px;
}
.smalllink{
	font-size: 10px;
}

.posterinfo{
	text-align: center;
	width:113px; 
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
.posterinfo .joined{
	text-align: left;
	font-size: 9px;
	margin-top: 1em;
}

.posterinfo .icon{
	margin-top: 1em;
}

.replyfooter{
	border-top: 1px solid #CCCCCC;
}

.replyheader{
	background-color: #808080; 
	font-size: 10px; 
	padding: 2px;
}
.replyfooter{
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
}
.replymessage{
	background-color: #EEEEEE;
	height: 130px;
	padding: 2px;
}
.replymessage a{
	font-weight: normal;
}

/* Tab navigation */
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.1em;
  padding: 0 0.5em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

.tableheader{
	font-weight: bold;
	background-color: #DADADA;
}
.evenrow{
	background-color: #FAFAFA;
}
.oddrow{
	background-color: #E7F2FF;
}

#profiletable .namecol{
	text-align: right;
	width: 20%;
	white-space: nowrap;
	font-weight: bold;
}

#profiletable .valcol{
	border: 1px solid #cccccc;
	padding: 2px;
	width: 80%;
}

.textfield{
	width: 300px;
}
.messagefield{
	width: 300px;
	height: 200px;
}
.templatefield{
	width: 90%;
	height: 300px;
}
.filefield{
	width: 300px;
}

.submitbut{
	font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: rgb(255, 255, 255);
    background-color: #FF9900;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFDCA9;
    border-right-color: #563300;
    border-bottom-color: #563300;
    border-left-color: #FFDCA9;
	margin-bottom: 2px;
	width: 150px;
	
}

.replybutt   
{
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: rgb(255, 255, 255);
    background-color: #FF9900;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFDCA9;
    border-right-color: #563300;
    border-bottom-color: #563300;
    border-left-color: #FFDCA9;
	margin-bottom: 2px;
}

.buttons{
	margin-top: 5px;
}

.caption{
	margin-top: 5px;
	font-weight: bold;
}

.req{
	font-weight: bold;
	color: #ff0000;
}

.problem{
	border: 1px solid #ff0000;
	background-color: #FFC0C0;
	padding: 5px;
	width: 300px;
	margin-bottom: 5px;
	background-image: url("images/error.gif");
	background-repeat: no-repeat;
	padding-left: 25px;
}
.problem ul{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	padding-left: 10px;
}

.confirm{
	border: 1px solid #00FF00;
	background-color: #C0FFC0;
	padding: 5px;
	/*width: 300px;*/
	margin-bottom: 5px;
	background-image: url("images/help.gif");
	background-repeat: no-repeat;
	padding-left: 25px;
}

.tip{
	background-image: url("images/help.gif");
	background-repeat: no-repeat;

	/*height: 25px;*/
	padding-bottom: 5px;
	padding-left: 25px;
	vertical-align: bottom;
	margin-left: 10px;
	color: #202020;
}

#footer{
	margin-bottom: 1em;
}