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

.board_table {
	border: 1px #CCCCCC solid;
}

.board_table td {
	font-size: 11px;
	padding: 8px;
}

.board_table td a {
	font-size: 12px;
	font-weight: bold;
}


.board_row_subheader {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	background-color: #CCCCCC;
}

.board_row_header  td{
	background-color: #F2F2F2;
}

.board_buttons {
	margin-top: 10px;
}

.board_post td {
	vertical-align: top;
	font-weight: bold;
}

.board_post input,.board_post textarea{
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;;
	border: 1px dotted #CCCCCC;
}

.board_post textarea{
	height: 150px;
}


.board_info {
	padding: 10px;
	background-color: #feedb7;
	
	border: 1px #b1c700 dotted;
	font-weight: bold;
	color: #666666;
}

.board_info_text {
	font-size: 11px;
	color: #666666;
}

.board_post {
	background-color:#F4F4F4 !important;
}


.board_shadow {
	background-color: #FFFFFF !important;
}

.board_main_post {
	border-bottom: 3px #FFFFFF solid !important;
}


.board_page_unselected {
	padding: 5px;
	background-color: #CCCCCC;
	color: #666666;
}
.board_button {
	float: left;
	text-align: center;
	width: 110px !important;
	height: 30px !important;
	line-height: 30px !important;
	background-image: url(../../../plugin/board/images/button_blank.png) !important;
	background-color: inherit !important;
	font-weight: bold;
	color: #FFFFFF !important;
	border: none !important;
}

.board_button a {
	color: #FFFFFF !important;
}


.board_page_selected {
	padding: 5px;
	background-color: #B1C700;
	color: #FFFFFF;
}