@charset "utf-8";
/* CSS Document */
body {
	margin:0 auto; /* for the rest */ 
	background: #FFF;
}

body, table, input, select, textarea {
	font-family: Tahoma;
	font-size: 12px;
	color:#666;
}
a {
	color: #036;
	text-decoration: none;
}
table, td, tr {
	border:0;
	empty-cells: show;
	border-collapse: collapse;
}
form {
	margin:0;
	padding:0;
}
a:hover {
	text-decoration: underline;
}
img {
	border:0;
}
.grey{
	color: #666;
}
.white{
	color:#FFF;
}
.line{
	border-bottom:#CCC 1px dotted;
}
.pic_line{
	border-bottom:#EFEFEF 1px solid;
}
.red{
	color:#D90000;
}
.red_bold{
	color:#D90000;
	font-weight:bold;
}
.blue{
	color:#036;
}
.black_bold{
	color:#333;
	font-weight:bold;
}
.black{
	color:#000;
}

.admin_icon_1{
	border:#D5D5D5 1px solid;
}

.admin_icon_1:hover{
	border:#C00 1px solid;
	background:#FCC;
}

.detailmsg {
	font-family: Verdana;
	font-size: 12px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.detailmsg td {
	font-family: Verdana;
	font-size: 12px;
	text-align:left;
}
.detailmsg a {
	font-family: Verdana;
	font-size: 12px;
	color:#00c;
	text-decoration:underline;
}
.detail_table, .detail_table td {
	font-family: Verdana;
	font-size: 12px;
	color:#000000;
}
#topbar, #header, #maincontent, #footer {
	width:990px;
	margin:0 auto;
}
#topbar {
	background:#EFEFEF;
	border-bottom:#C7C7C7 1px solid;
}
#topbar .tleft {
	width:590px;
	text-align:left;
}
#topbar .tright {
	width:400px;
	text-align:right;
}
#header .hleft {
	width:216px;
	height:111px;
}
#header .hright {
	width:774px;
	vertical-align:top;
	background:url(../../images/default/head_bg.jpg) no-repeat;
	height:111px;
}
#header .hright div {
	width:220px;
	margin:5px;
}
#maincontent #leftmenu {
	width:216px;
	background:#FFF;
	vertical-align:top;
}
#maincontent #rightcontent {
	width:774px;
}
#footer {
	height:120px;
	background:url(../../images/default/footer_bg.jpg) repeat-x;
}
#footer .ftop {
	height:29px;
}
#footer .fbottom {
	
	vertical-align:top;
	width:100%;
}
#footer .fbottom .fbottom_left {
	text-align:left;
	vertical-align:top;
	width:97px;
}
#footer .fbottom .fbottom_right {
	width:900px;
}
#footer .fbottom .fbottom_right table {
	padding:1px;
}
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.textcenter {
	text-align:center;
}
.width100 {
	width:100%;
}
.width98 {
	width:98%;
}
.width90 {
	width:90%;
}
/* Viewthread */
.t_table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-spacing: 0px;
	color:#000000;
}
.t_table td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color:#000000;
}
