@charset "utf-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #006AB5;
}
input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main_table {
	background-color: #FFF;
	width: 800px;
}
/* header */
.header_main {
	height: 187px;
	background-image: url(../modules/admin/image/header.jpg);
}
/* menu */
.menu_main {
	text-align: center;
}
.menu_main div div input {
	width: 200px;
	text-transform: capitalize;
	background-image: url(../image/btn_normal.jpg);
	border: 1px solid #666;
	line-height: 30px;
	height: 30px;
	margin: 2px;
}
.menu_main div div input:hover {
	background-image: url(../image/btn_hover.jpg);
	cursor: pointer;
}
/* sidebar */
.sidebar_main {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: solid 1px #666;
}
.sidebar_main #header {
	padding: 3px;
	background-color: #006AB5;
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.sidebar_main #contents {
	overflow: auto;
	padding: 5px;
}
.sidebar_main #contents #links a {
	text-decoration: none;
	background-image: url(../image/arrow_blue.jpg);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 10px;
	color: #00AFF0;
}
.sidebar_main #contents #links a:hover {
	text-decoration: underline;
}
.sidebar_main #contents #list {
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidebar_main #contents #list+#list {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.sidebar_main #contents #list div {
	line-height: 19px;
	float: left;
}
.sidebar_main #contents #list div+div {
	float: none;
	padding-left: 21px;
}
.sidebar_main #contents #list div+div+div {
	float: left;
	margin-right: 10px;
}
.sidebar_main #contents #list div+div+div a {
	color: #FFF;
	text-decoration: none;
	background-color: #006AB5;
	padding-left: 5px;
	padding-right: 5px;
}
.sidebar_main #contents #list div+div+div a:hover {
	color: #333;
	background-color: #BFECFF;
}
.sidebar_main #contents #list div+div+div+div {
	float: none;
}
/* contents */
.contents_main {
	height: 400px;
}
/* news & alumni*/
/* gallery albums */
.album_details {
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
}
.album_details div {
	color: #0085C9;
	font-size: 20px;
	text-decoration: none;
}
.album_details div+div {
	color: #999;
	font-size: 12px;
}
.album_images {
	height: 450px;
	overflow: auto;
	margin: 10px;
	border: solid 1px #CCC;
}
.album_images div {
	float: left;
	text-align: center;
	width: 33%;
	height: 140px;
}
.album_images div img {
	max-width: 86%;
	max-height: 72%;
	border: 1px solid #CCC;
	padding: 3px;
	margin: 5px;
}
.album_images div img:hover {
	border: 1px solid #F00;
}
/* footer */
.footer_main {
	color: #FFF;
	background-image: url(../image/bg_footer.jpg);
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	text-align: center;
}
