/* Board page styles */

.board {
	color:#757575;
	margin-right:15px;
}

.board p {
	overflow:hidden;
	margin-bottom:15px;
}

	.make-adv {
		background:url("../images/board01.jpg") no-repeat left top;
		min-height:37px;
		display:block;
		float:left;
		padding-left:65px;
		color:#FB8D00;
	}
	
	.find-adv {
		background:url("../images/board06.jpg") no-repeat left top;
		min-height:38px;
		display:block;
		float:left;
		padding-left:65px;
		color:#FB8D00;
	}
	
	.board-motion {
		border-top:1px solid #e6e6e6;
		border-bottom:1px solid #e6e6e6;
		list-style:none;
		padding:10px 0 10px 15px;
		overflow:hidden;
		margin:0 0 15px 0;
	}
	
		.board-motion li {
			width:48%;
			float:left;
			font-size:0.9em;
			line-height:44px;
			margin-bottom:10px;
		}
		
			.board-motion li a {
				text-decoration:none;
				text-transform:uppercase;
				color:#FB8D00;
				font:bold 1em/44px Tahoma;
				padding-left:55px;
			}
			
			.board-motion li a:hover {
				color:#DA2B00;
			}
			
		.p-1 {background:url("../images/board02.png") no-repeat left;}
		.p-2 {background:url("../images/board03.png") no-repeat left;}
		.p-3 {background:url("../images/board04.png") no-repeat left;}
		.p-4 {background:url("../images/board05.png") no-repeat left;}
	
/* Board filter */

	.board-filter .textbox {
		background:#fff;
		padding:1px 5px;
		width:260px;
		border:1px solid #BCBCBC;
		font:normal 1em Tahoma;
	}
		
	.board-filter select {
		background:#fff;
		width:172px;
		font:normal 1em Tahoma;
	}
	
		.board-filter label {
			float:left;
			width:92px;
		}

/* Board table */

.board-table {
	background:#B3B3B3;
	margin-bottom:5px;
	font-size:0.9em;
	width:90%;
}

	.board-table td {
		background:#fff;
		padding:5px 1px 5px 1px;
	}
	
	.board-table th {
		background:#EDEDED;
		text-align:center;
		font-weight:normal;
		text-transform:uppercase;
		padding:8px;
	}

/* Anti robot */

.board .anti-robot p {
	margin-bottom:3px;
}
			
	.board .anti-robot .textbox {
		margin:6px 0 0 10px;
		width:70px;
	}
