#forums, #topics {
	font-size: 100%;
	width: 960px;
	display: inline;
	float:left;
	clear:both;
}
#forums h1, #topics h1 {
	width: 960px;
	font-size: 120%;
	display: inline;
	float:left;
	font-weight:normal;
	color:#E40274;
	line-height: 20px;
	vertical-align: bottom;
}
#topics h1 {
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
#topics h1 span {
	font-size: 65%;
	display: inline;
	float:left;
	font-weight:normal;
	color:#666;
	margin:5px 5px 0px 0px;
	padding-right:5px;
	border-right:1px #ccc solid;
}
#topics h1 span.last {
	border-right:none;
	font-weight:bold;
}
#topics h1 span.right {
	margin:5px 0px 0px 5px;
	padding-left:5px;
	padding-right:0px;
	border-right:none;
	float:right;
	font-weight:bold;
}
#forums a.newtopic {
	background-image:url(../gui/forum/buttons/button_topic_new.gif);
	background-position: 0px 0px;
	height: 25px;
	width: 96px;
	display: block;
	float: right;
	margin-right: 10px;
}
#forums a:hover.newtopic {
	background-position: 0px -25px;
}
#forums table{
	clear:both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#forums th, #forums td{
	padding:5px;
	border: 1px solid #fff;
}
#forums th {
	font-size:70%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
	background-color: #F5F5F5;
}	
#forums th.topics, #forums th.posts, #forums td.topics, #forums td.posts{
	width:15%;
	text-align:center;
}
#forums th.name, #forums td.name {
	width:70%;
	text-align:left;
}
#forums td.name span {
	font-size:80%;
	display:block;
	clear:both;
	margin-top:3px;
}
#forums th.namePost, #forums td.namePost {
	width:55%;
	text-align:left;
}
#forums td.sticky, #forums td.stickylocked {
	padding-left: 24px;
	background-image: url(../gui/forum/sticky_read.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#forums td.stickylocked {
	background-image: url(../gui/forum/sticky_read_locked.gif);
}
#forums td.annoucements, #forums td.locked{
	padding-left: 24px;
	background-image: url(../gui/forum/announce_unread_locked.gif);
	background-position: 1px 3px;
	background-repeat: no-repeat;
}
#forums td.locked {
	background-image: url(../gui/forum/topic_read_locked.gif);
}
#forums th.lastreply, #forums td.lastreply {
	width:15%;
	text-align:left;
}
#forums td {
	font-size:85%;
}
#forums tr {
	vertical-align: top;
}
#forums tr.odd {
	background-color:#F8F8F8;	
}
#forums tr.sticky {
	background-color:#F0F8FF;
}
#forums tr.admin {
	background-color:#FFECF5;
}
#forums tr:hover {
	background-color:#FFF0F8;
}
#topics .message {
	display: inline;
	float:left;
	clear:both;
	width: 960px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 85%;
}
#topics .message div.right {
	display:inline;
	float: right;
	clear: both;
	width: 688px;
	border: 1px solid fff;
	padding:5px;
}
#topics .message div.right span.postdate {
	display:inline;
	clear:both;
	width:100%;
	float: left;
	font-size: 80%;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#topics .message div.left {
	display:inline;
	float: left;
	width: 240px;
	margin-right: 10px;
	padding:5px;
}
#topics .message div.left div.user {
	margin-left:50px;
	width:190px;
}
#topics .message div.left span.username {
}
#topics .message div.left em.usertype {
	font-size:80%;
	clear:both;
	display:block;
	padding-top:3px;
}
#topics .message .odd {
	border: 1px solid #efefef;
	background-color: #efefef;
}
#topics .message .admin {
	background-color: #F0F8FF;
	border: 1px solid #CCE7FF;
}
#breadcrumb {
	float: left;
	display:inline;
	width: 960px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 90%;
}
#topics .replyBox {
	background-color: #fff;
	background-image: url(../gui/backgrounds/bg_lght_gray_wht.jpg);
	border: 1px solid #efefef;
	background-repeat: repeat-x;
	padding: 10px;
	width: 938px;
	clear: both;
	float: left;
	display: inline;
}
#topics .replyBox h1 {
	width:938px;
}
