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

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

a:link,a:visited{
	color: #FF0;
}
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:#FF6;
	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;
}


.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 gray;
	padding: 5px;
	vertical-align:middle;
}

.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; }

.nounderline{text-decoration: none;}
.normal{ font-size:16px; }
.small{ font-size:11px; }
.medium{ font-size:14px; }
.white{ color:white; }
.red{ color:red; }
.gray{ color:gray; }
.blue{ color:#0E544A; }

/* BEGIN PageBar */
.pagebarUTH { font-size: 14px; /*font-family:verdana; */padding: 0.2em 0.5em; margin-right: 0.1em; text-decoration: none; }
.pagebarUTH a, .pageList .this-page, .a_block {color: #693; text-decoration: underline;border: 1px solid #E3E3E3; text-decoration: none; padding: 0.2em 0.5em; background-color:white; }
.pagebarUTH a:hover {border: 1px solid #693;} 
.pagebarUTH a:visited {color: #693; text-decoration: underline; border: 1px solid #E3E3E3; text-decoration: none; padding: 0.2em 0.5em; }
.pagebarUTH .break { padding: 2px 6px; border: none; background: #FFF; text-decoration: none; }
.pagebarUTH .this-page { border: 1px solid #693; padding: 0.2em 0.5em; font-weight: bold; background: #693; color: #FFF; }
.pagebarUTH a:active{color: #360; text-decoration: underline;}
/* END PageBar */


.quoteheader {
  color:#666666;
  font-size:x-small;
  font-weight:bold;
  padding-bottom:0;
  padding-left:0.3em;
  padding-right:0.3em;
  padding-top:0;
}

blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote {
	background-color:#D7DAEC;
	background-attachment:initial;
	background-clip:initial;
	background-image:url(http://www.fudgaball.com/images/icon/quote.png);
	background-origin:initial;
	background-position:0.1em 0.1em;
	background-repeat:no-repeat;
	border-bottom-color:#9999AA;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-top-color:#9999AA;
	border-top-style:solid;
	border-top-width:2px;
	color:#000000;
	font-size:x-small;
	line-height:1.4em;
	margin-bottom:0.3em;
	margin-left:0;
	margin-right:0;
	margin-top:0.1em;
	overflow-x:auto;
	overflow-y:auto;
	padding-bottom:1.1em;
	padding-left:1.4em;
	padding-right:1.4em;
	padding-top:1.1em;
}
