div.page div.forforum{
	width:996px;
}

div.page div.forforum .container{
	width:991px;
}


div.blue_head_box{
	width: 991px;
	margin-bottom: 15px;
}

div.blue_head{
	width: 991px;
	height: 29px;
	background: url(../images/gfx/blue_head_bg.jpg) no-repeat;
	text-indent: 25px;
	line-height: 29px;
	color: #ffffff;
	font-weight: bold;

	margin: 0px;
}

div.forum_message{
	padding: 10px;
	margin: 0px;
	border-left: 1px solid #0072bc;
	border-right: 1px solid #0072bc;
	border-bottom: 1px solid #0072bc;
	text-indent: 15px;
	background-color: #edf9ff;
}


div.blue_head a{
	color: #ffffff;
}

div.blue_head a:hover{
	color: #ffffff;
	text-decoration: none;
}


div.blue_head ul{
}

div.blue_head ul li{
	display: inline;
	margin-right: 65px;
}

table.forum{
	width: 100%;
	border-right: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	text-align: center;
}


table.fullborder{
	border-top: 1px dotted #cccccc;
}


table.forum tr td,table.forum tr th{
	border-bottom: 1px dotted #cccccc;
	padding: 5px;
}

table.forum .header{
	background-color: #edf9ff;
}

table.forum tr.nbb td{
	border-bottom: 0px none;
}

table.forum .tca{
	width: 200px;
}


table.forum .tc1{
	width: 500px;
}

table.forum .tc2{
	width: 95px;
	background-color: #edf9ff;
}

table.forum td.tc2{
	border-right: 1px solid #ffffff;
}

table.forum .header td.tc2{
	border-right: 0px none;
}


table.forum .tc3{
	width: 95px;
	background-color: #edf9ff; 	
}

table.forum .tc4{
		
}

table.forum .toleft{
	padding-left: 25px;
	text-align: left;
}

table.forum .toright{
	padding-right: 25px;
	text-align: right;
}


table.forum a{
	color: #0274bd;
	text-decoration: underline;
}

table.forum a.tlabel{
	font-weight: bold;
}


.blueback{
	background-color: #edf9ff; 
}

table.forum select{
	border: 1px solid #7f9db9;
	width: 275px;
}

table.forum tr td blockquote{
	padding: 10px 2%;
	width: 80%;
	border: 1px solid #999999;
	margin: 5px 0px;
	background: #cccccc;
	font-style: italic;
}

table.forum ul{
	margin-left: 20px;
	width: 90%;
	list-style: circle;
	list-style-position: outside;
	padding: 2px 0px;
}

table.forum ol{
	padding: 2px 0px;
	margin-left: 20px;
	width: 90%;
	list-style: decimal;
	list-style-position: outside;
}


table.forum ul li{
	list-style-position: outside;		
}


