@charset "utf-8";
.customize_table {
	border:1px solid #d5bc7f
}
.title {
	color:#900
}
.customize_table tr th {
	background-image:url(../images/table_head.gif);
	height:29px;
	vertical-align:middle;
	border-bottom:1px dotted #ab7a00;
	font-size-adjust:none;
	font-weight: normal;
	border-right:1px dotted #ab7a00;

	text-shadow: #FFF 1px 1px 1px;

}

.customize_table tr td {
	background-image:url(../images/table_row.gif); 
	background-repeat:repeat-x; 

	height:20px; 

	border-bottom:1px dotted #ab7a00;
	border-right:1px dotted #ab7a00;
}
.cancel tr td {
	background-image:none;
	border:none;
}a:link {
	color: #060;
	text-decoration: none;
}
a:visited {
	color: #060;
	text-decoration: none;
}
a:hover {
	color: #930;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: blink;
}
.param_text {
	color: #090;
}
.button {
	color:#063;
	cursor:pointer;
}
.page_code_table tr td {
	border:1px dotted #900;
	font-size:12pt;
}
.author {
	color:#030		
}
.time {
	color:#999999
	font:Verdana, Geneva, sans-serif;
	font-size:8pt;
	font-style:normal;
	font-weight:bolder;
	color: #930;
}
.content {
	color:#900;
	font-size:12pt;
	border:1px dotted #999;
	background-color: #EEFFFF;
	margin:4px;
	padding:4px;
}
	
.reply_author {
	color:#000
	
}
.reply_time {
	color:#999999
	font:Verdana, Geneva, sans-serif;
	font-size:8pt;
	font-style:normal;
	font-weight:bolder;
	color: #930;
}
.reply_content {
	color:#666;
	font-size:12pt;
	background-color: #FFC;
	margin:4px;
	padding:4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}