/* Horizontal lists
----------------------------------------*/
ul{
list-style:none;
}

ul.linklist li {
        display:inline;
	margin-right: 0;
	margin: 5px 5px 5px 5px;
	list-style:none;
	padding:0;

}

ul.linklist {
	margin-left: 5px;
	margin-left: 0;
	text-align: right;
	padding:0;
}
/*--------------------------------------------*/
.navbar{
clear:both; height:100%; overflow:hidden;
}

.align_right{
text-align:right;
}


fieldset{
border:none;
margin:10px 0 10px 0;
}

dl dt label{
font-weight:bold;
}
dl dt{
padding:5px 0;
}

.forumbg{
border:1px solid #000;
}

.rightside{
float:right;
}
.leftside{
float:left;
}

.forum_box{
width:930px; clear:both;
height:100%;
overflow:hidden;
}



dl.details_forum {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 1.1em;
	
}

dl.details_forum dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #000000;
	display: block;
	font-size:12px;
	padding:0;
}

dl.details_forum dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #828282;
	float: left;
	width: 65%;
}


/*********************************************/

/* General proSilver Markup Styles
---------------------------------------- */

h3.h3_title {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;
}


/* Round cornered boxes and backgrounds
---------------------------------------- */

.panel {
	margin-bottom: 4px;
	padding: 0 5px;
	color: #3f3f3f;
}

.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
}


/***********************************************************/
table.table1 thead th {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 1.3em;
	font-size: 1em;
	padding: 0 0 4px 3px;
}

table.table1 thead th span {
	padding-left: 7px;
}

table.table1 tbody tr {
	border: 1px solid #cfcfcf;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #f6f6f6;
	color: #000;
}

table.table1 td {
	color: #6a6a6a;
	font-size: 1.1em;
}

table.table1 tbody td {
	padding: 5px;
	border-top: 1px solid #FAFAFA;
}

table.table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}


/*************************************************/

.select_forum{
width:150px;
}


.post{
margin:10px 0;
border:1px solid #bcbec0;
padding:10px;
}


p.author {
	margin: 0 15em 0.6em 0;
	padding: 0 0 5px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}

.bg1{
background-color:#f6f6f6;
}
