/* Main blocks
---------------------------------------- */

.forum_body
{
	margin: 0;
	clear: both;
}

.forum_body h1
{
	font-size: large;
	font-weight: bold;
	color: Orange;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.forum_body h2
{
	font-size: large;
	font-weight: bold;
	color: Orange;
}

.forum_body h3
{
	font-size: medium;
	font-weight: bold;
	color: Orange;
	margin: 0;
}

.forum_body img
{
	border: none;
}

/* Category items
---------------------------------------- */

.forum_body .catitems
{
	margin-left: 2em;
}

.forum_body .catitem
{
	background-color: #111;
	border: solid 1px #444;
	text-align: left;
	padding-left: 45px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 681px;
	color: inherit;
}

.forum_body .catitem a
{
	color: Orange;
}

.forum_body .catitem .image
{
	vertical-align: top;
	font-size: small;
}

.forum_body .catitem .title
{
	font-size: medium;
	color: Orange;
}

.forum_body .catitem .summary
{
	font-size: x-small;
}

.forum_body .catitem .desc
{
	font-size: small;
}

.forum_body .catitem .author
{
	font-size: x-small;
}

/* Posts
---------------------------------------- */

.forum_body .postrow
{
	background-color: #111111;
	border: solid 1px #444;
	text-align: left;
	width: 726px;
	color: inherit;
	margin-bottom: 0.5em;
}

.forum_body .bg1
{
	background-color: #111111;
}

.forum_body .bg2
{
	background-color: #1a1a1a;
}

.forum_body .postrow .date
{
	font-size: small;
}

.forum_body .postrow .controls
{
	font-size: small;
	text-align: right;
	margin: 0.5em;
}

.forum_body .postrow .message
{
	font-size: medium;
	margin: 0.5em;
}

.forum_body .postrow .navbar
{
	width: 100%;
	padding: 0.25em;
	margin: 0;
	background-color: #333;
}

/* Posts
---------------------------------------- */

.forum_body .controls
{
	font-size: small;
}

.forum_body .message
{
	color: White;
	font-size: medium;
	margin-left: 2em;
}

.forum_body .aditem
{
	background-color: #111;
	border: solid 1px #444;
	text-align: center;
	color: inherit;
}

.forum_body .catinfoitem
{
	background-color: #111;
	border: solid 1px #444;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 726px;
	color: inherit;
}

.forum_body .pagination
{
	font-weight: bold;
	text-align: right;
}

.forum_image
{
}

.forum_title
{
}

.forum_catitem .summary
{
	font-size: x-small;
}

.forum_catitem .image
{
	vertical-align: top;
}

.forum_topictitle:link
{
	color: White;
}

.forum_topictitle:visited
{
	color: White;
}

.forum_topictitle:hover
{
	color: White;
}

.forum_topictitle:active
{
	color: White;
}

.forum_topicdesc
{
	font-size: x-small;
}

/* Horizontal lists
----------------------------------------*/
table.navbar
{
	width: 100%;
	padding:0;
	margin: 0;
}

table.divnavbar
{
	border-bottom: 1px solid #444;
}

table.navbar td.leftside
{
	text-align: left;
}

table.navbar td.rightside
{
	text-align: right;
}






div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/*
#forums
{
}

.forum_legend
{
	text-align: center;
	vertical-align: middle;
	margin-top: 1em;
}

.thHead
{
	text-align: left;
	font-size: large;
	color: Orange;
}

.thSides
{
	text-align: left;
	font-size: medium;
	color: Orange;
}

.row1
{
	text-align: right;
	padding-bottom: 0.25em;
}

.row2
{
	text-align: left;
	padding-left: 0.5em;
	padding-bottom: 0.25em;
}

.agreeHead
{
	text-align: center;
	font-size: medium;
	color: Orange;
}

.agreeBody
{
	text-align: center;
	font-size: small;
	color: White;
}
*/