@charset "utf-8";
/* CSS Document */

body {
	background-color:#171717;
	color:#FFF;
}
body, table, td {
	/*font-family:Tahoma;*/
	font-size:16px;
	margin:0px;
}

a:link,a:visited{
	color:#13838C;
}
a:hover{
	color:red;
}

h1{
	font-size:16pt;
	font-weight:bold;
}

.hand{
	cursor:pointer;
}

.header {
	width:100%;
	padding:0px;
}

#body{
	padding:5px;
}

.category {
	border:1px #CCC solid;
}

.page a{
	text-decoration:none;
	font-weight:bold;
}

.l{text-align:left;}
.r{text-align:right;}
.c{text-align:center;}

.board_sumary{
	
}

.table_board {
	
}

.view_title{
	color:#13838C;
	margin-top:0px;
}
.view_post_ans{
	border:1px #999 solid;
}

.view_post_ans_option a{
	text-decoration:none;
}

.vote_pic{
	max-height:200px;
	max-height:200px;
}

.red{ color:red;}

.table_board thead td {
	border-top: 1px solid rgb(0, 0, 0);
	border-bottom: 1px solid rgb(0, 0, 0);
	padding: 5px;
	/*background-color:#f2f4f9;*/
	background:#CF6;
	text-align:center;
	font-weight:bold;
	color:#000;
}

.table_board tbody tr {
	vertical-align:top;
}

.table_board tbody td {
	border-bottom: 1px dotted #333;
	padding: 2px;
	vertical-align:middle;
	color:#666;
}

.table_board tfoot td {
	border-top: 1px solid rgb(0, 0, 0);
	border-bottom: 1px solid rgb(0, 0, 0);
	padding: 5px;
	width: 50px;
	/*background-color:#f2f4f9;*/
	background:#CF6;
	text-align:center;
	font-weight:bold;
	color:#000;
}

.table_info{
	color:#333; background:#FFFFCC; border: #D2A900 2px solid; 
	padding-left:5px;
}

.post_comment{
	margin-left:70px;
}

.hr_break{
	border:1px dotted;
	width:80%;
}

#footer{
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	text-align:center;
}


.banner td{
	border:1px #666 solid;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	margin-top:20px;
	margin-bottom:20px;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}

.del{
	color:#666;
}
img {
max-width: 800px !important;
}
.hide{ display:none; }
.highlight { background-color:red; }
