#style2_grid_main_col2 {
	width:639px;
}


.style3_fbox {
	background-color: #8bd6d2;
	width: 100%;
	height: 100%;
	margin: 0px 0px 10px 0px;
}
	.style3_fbox.blue {
		background-color: #8bd6d2;
	}
	
	.style3_fbox.orange {
		background-color: #FB9B45;
	}
	
	.style3_fbox.yellow {
		background-color: #CCE450;
	}
	
	.style3_fbox_text {
		padding: 18px 10px 10px 18px;
		color: #ffffff;
	}
		.style3_fbox_text_title {
			font-size: 22px;
			line-height: 24px;
			margin: 0px 0px 2px 0px;
		}
		
		.style3_fbox_text_copy {
			font-size: 12px;
			font-weight: bold;
			line-height: 16px;
		}
		
#board_listing_title {
	background-color: #8bd6d2;
	
	margin-bottom: 15px;
}

	#board_listing_title-text {
		padding-top: 5px;
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 5px;
		
		font-weight: bold;
		
		color: #6c5140;
	
	}
		
.board_listing_item {
	background-color: #e6f2f4;
	
	margin-bottom: 5px;
}

	.board_listing_item-text {
		padding-top: 5px;
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 5px;
		
		color: #6c5140;
	}

		.board_listing_a {
			display: block;
			
			font-size: 15px;
			line-height: 18px;
			
			font-weight: bold;
			
			color: #6c5140;
		}
		
		.board_listing_item-text p {
			margin: 0px;
			margin-bottom: 12px;
		}
	
	



#board_admin {
	background-color: #c6c6c6;
	border: 1px solid #6a6a6a;
	
	width: 800px;
	
	margin-top: 15px;
	margin-left: 100px;
	margin-bottom: 30px;
	
}

	#board_admin_title {
		background-color: #6a6a6a;

		padding-top: 2px;
		padding-left: 4px;
		padding-right: 4px;
	
	}
	
		#board_admin_title-text {
			font-size: 11px;
			line-height: 17px;

			padding-left: 2px;
			padding-top: 2px;
			padding-bottom: 2px;
		
			background-repeat: no-repeat;
			background-position: 0px 0px;

			color: #ffffff;
		
		}
		
	#board_admin_body {
		margin: 7px;
		
		margin-bottom: 15px;
	}
	
		#board_admin_table {
			width: 650px;
			
			margin-left: 15px;
			margin-bottom: 15px;
		}
		
			#board_admin_table th {
				text-align: left;
				
				padding-bottom: 7px;
			}
			
			#board_admin_table td {
				padding-bottom: 7px;
			}
	
		#board_admin_form {
		
		}
		
			#board_admin_form label {
				display: block;
			}
			
			#board_admin_form .text_field {
				display: block;
				
				width: 600px;
				
				margin-bottom: 7px;
				
				font-family: Verdana, Sans-Serif;
				font-size: 11px;
			}
			
			#board_admin_form .textbox_field {
				display: block;
				
				width: 600px;
				height: 45px;
				
				margin-bottom: 7px;

				font-family: Verdana, Sans-Serif;
				font-size: 11px;

				unicode-bidi:bidi-override;
				direction:ltr;
				overflow:auto;

			}
			
			#board_admin_form .submit_field {
				background-color: #6a6a6a;
				border: 1px solid #ffffff;
				
				color: #ffffff;
				
				padding: 2px;
			}

#ui_enews_form {

}

	#ui_enews_form label {
		display: block;
		
		margin-bottom: 1px;
	}
	
	#ui_enews_form input.text_field {
		display: block;

		width: 250px;
		
		margin-bottom: 5px;
	}
	
	#ui_enews_form textarea.textbox_field {
		display: block;
		
		font-family: Verdana, Sans-Serif;
		font-size: 11px;
		
		height: 70px;
		width: 250px;
		
		margin-bottom: 15px;

		unicode-bidi:bidi-override;
		direction:ltr;
		overflow:auto;

	}

	#enews_submit {
		margin-top: 15px;
		display: block;

	}