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

a:focus { 
	-moz-outline-style: none;
	text-decoration: none;
}

a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

#bo_login {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 100px;
	margin: -150px auto auto -100px;
}

#bo_login label {
	width: 6em;
	float: left;
	text-align: right;
	margin: 0 1em 10px 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
}

#bo_login input {
	width: 7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
}

h1 {
	width: 800px;
	height: 55px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	background-image: url(images/header_bo.jpg);
	line-height: 300px;
	overflow: hidden;
	border: solid 1px #666666;
}

h1 #h1_logout {
	position: absolute;
	left: 640px;
	top: -115px;
	width: 145px;
	height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}

#bo_menu {
	width: 240px;
	height: 550px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: -13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: solid 1px #666666;
	overflow: auto;
}

.bo_menu {
	list-style-type: none;
	padding-left: 5px;
	padding-bottom: 3px;
}

.bo_menu li {
	margin: 3px;
}

.bo_menu ul {
	list-style-type: none;
	margin-left: -20px;
}

#bo_contents {
	position: absolute;
	width: 530px;
	height: 530px;
	left: 50%;
	margin-left: -150px;
	margin-top: -13px;
	border: solid 1px #666666;
	overflow: auto;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.hidden {
	display: none;
}

#fullscreen {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	display: none;
}

#del_gal_warning, #del_img_warning, #del_usr_warning, #del_msg_warning {
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	width: 230px;
	height: 80px;
	border: solid 1px #000000;
	padding: 10px;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	margin: -40px auto auto -115px;
	display: none;
}

#warn_del {
	font-size: 16px;
	color: #00FF00;
}

#warn_cancel {
	font-size: 16px;
	color: #FF0000;
}

fieldset.fieldset_login {
	width: 200px;
	height: 120px;
}

legend.legend_login {
	aborder: solid 1px #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

a img {
	border: solid 1px #FFFFFF;
}


a img:hover {
	border: solid 1px #FF0000
}

textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

label {
	width: 9em;
	display: inline-block;
	padding-right: 12px;
	text-align: right;
	vertical-align: top;
}

#gallery_image {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	z-index: 6;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	overflow: visible;
	background-color: #000000;
	text-align: center;
	font-size: 10px;
	padding: 5px;
}

#gallery_image img {
	margin-bottom: 3px;
}

#gallery_image img, #gallery_image img:hover {
	border: 0;
}

.bo_img {
	display: block;
	float: left;
	height: 110px;
	width: 120px;
	text-align: center;
	padding: 10px;
}

#gallery {
	width: 420px;
	margin-left: 55px;
	text-align: center;
}

.red {
	color: #FF0000;
}

.new_msg {
	background-color: #FF9999;
}

.read_msg {
	background-color: #FFFF99;
}

.replied_msg {
	background-color: #FFFFFF;
}

tr.new_msg:hover, tr.read_msg:hover {
	background-color: #FFFFFF;
}

tr.replied_msg:hover {
	background-color: #CCFFCC;
}

a.del_img img, a.del_img img:hover {
	border: 0;
}

.table_header {
	background-color: #CCCCCC;
	font-weight: bold;
}

#contact_message {
	position: relative;
	padding-left: 63px;
	padding-right: 63px;
	background-color: #EEEEEE;
}

#contact_reply {
	background-color: #CCCCCC;
}
