.button {
	float: right;
}

div.fck {
	padding: 5px 0px 5px 0px;
}

#container {
	background: url('../images/content_bgcolor_.gif');
}
#forum {
  background-color: #black;
  position: relative;
  z-index: 9;
  width: 950px;
  overflow: hidden;
}

#forumThreads{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: steelblue;
	border: 1px solid silver;
	padding: 5px;
}

#forum h2{
	font-size: medium;
	font-weight: bold;
}


#forum th{
	background-color: steelblue;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
}

#forum tr.threadSummary{
	background-color: whitesmoke;
}

#forum tr.threadSummary_alt{
	background-color: #ddd;
}

#forum tr.threadSummary td, tr.threadSummary_alt td{
	border-color: silver;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	color: black;
	padding: 3px 3px 3px 6px;
}


#forumThreads table a {
	color: blue;
	font-weight: bold;
	font-size: 8pt;
}

#forum span.threadLastPost{
	display: block;
	color: black;
	padding-top: 5px;
}

#thread{
	margin: 5px 0px 0px 5px;
	padding: 10px;
	color: black;	
	background-color: steelblue;
	border: 1px solid silver;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	
}

#thread .threadtitle {
	font-size: medium;
	font-weight: bold;
	color: white;
	width: 60%;
	float: left;
}
#dvThreadOptions{
	color: blue;
	cursor: pointer;
	float: left:
}
#dvThreadAtts{
	width: 475px; 
	height: 30px;
	margin-top: 5px;
}
#dvThreadAtts ul li {
	display: inline;
}

#dvThreadAtts li {
	height: 25px;
	padding: 15px 0 3px 3px;
}

#liThreadOptions{
	margin: 0 0 0 50px;
}

#newtopic {
	float: right;
	width: 40%;
	text-align: right;
}

#thread .postheader{
	float: left;
	clear:both;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: silver;
	background: url('../images/postheader_bg.png') repeat-x;
	padding: 3px;
	width: 99.25%;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#thread .postcontainer {
	overflow: hidden;
	padding-left: 2px;
	background-color: white; /*#dddddd;*/
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: silver;
	width: 99.7%;
	float: left;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#thread .postprofile{
	float: left;
	width: 17%;
	overflow: hidden;
	padding: 2px;
}

#thread .postprofile strong{
	font-size: small;
	font-weight: bold;
}

#thread .posttext{
	float: right;
	width: 81.3%;
	min-height: 140px;
	overflow: auto;
	font-size: 9pt;
	padding: 3px 5px 3px 5px;
	vertical-align: top;
	background-color: whitesmoke;
	border-left: 1px solid slategray;
}

#thread .forumsig{
	width: 81.3%;
	float: right;
	overflow:auto;
	padding: 3px 5px 3px 5px;
	vertical-align: bottom;
	background-color: white;
	font-size: x-small;
	border-left: 1px solid slategray;
	border-bottom: 1px solid slategray;
}

#thread .postfooter{
	width: 99.25%;
	overflow: hidden;
	float: left;
	padding: 5px 8px 5px 5px;
	text-align: right;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#thread .postfooter a{
	font-weight: bold;
}

#thread  span {
	display: inline;
	font-size: xx-small;
}

#thread postprofile{
	letter-spacing: 0.04em;
}
#thread li.userhandle{
	font-size: 10pt;
	font-weight: bold;
}

#thread li.clubtitle{
	color: gray;
}

#thread li.forumemail{
	cursor: pointer;
}

#thread li.forumstatus{
	color: maroon;
	font-size: xx-small;
}

#thread li.forumposts{
	font-size: xx-small;
}

#thread li.forumlocation{
	font-size: xx-small;
}

#thread li.membersince{
	font-size: xx-small;
}

#thread li.forumweblink a{
	font-size: xx-small;
	letter-spacing: 0.04em;
	font-weight: normal;
}
#forumpost{
	border: 1px solid silver;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	overflow: hidden;
	color: black;
	margin: 10px 0 0 5px;
}
#posttitle{
	float: left;
	padding-bottom: 10px;
}

#posttags
{
	float: right;
}

#replytext{
	background-color: white;
	color: black;
	padding: 10px;
	overflow:hidden;
	width: 97.5%;
	margin-bottom: 5px;
	border: 1px solid slategray;
}

.avatar{
	max-height: 125px;
	max-width: 125px;
}

ul.pager {
	display: inline;
	float: right;
}

ul.pager li{
	display: inline;
	border: 1px solid silver;
	width: 15px;
	height: 15px;
	color: silver;
	margin: 0px 1px 0px 1px;
	text-align: center;
	padding: 0px 2px 0px 2px;
}

ul.pager li:hover{
	background-color: lightsteelblue;
	color: white;
	font-weight: bold;
}

ul.pager a{
	color: white;
}

#emailDialog{
	display: none;
}


