html, div, map, dt, isindex, form, header, aside, section, article, .footer {
	display: block;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:"³ª´®°íµñ", "µ¸¿ò", Dotum, "±¼¸²", Gulim;
	background: #F8F8F8;
	font-size: 12px;
}
.clear {
	clear:both;
}
.spacer {
	height:20px;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #39a5bc;
	text-decoration: underline;
}
.mb20 {
	margin-bottom:20px !important;
}
/* Header */

#header {
	height: 55px;
	width: 100%;
	background: #222222;
}
#header h1.site_title, #header h2.section_title {
	float: left;
	margin: 0;
	font-size: 22px;
	display: block;
	width: 23%;
	height: 55px;
	font-weight: bold;
	text-align: left;
	text-indent: 1.8%;
	line-height: 55px;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
}
#header h1.site_title a {
	color: #fff;
	text-decoration: none;
}
#header h2.section_title {
	text-align: center;
	text-indent: 4.5%;
	width: 68%;
	background: url(/Common/Images/Admin/header_shadow.png) no-repeat left top;
}
.btn_view_site {
	float: right;
	width: 9%;
}
.btn_view_site a {
	display: block;
	margin-top: 12px;
	width: 91px;
	height: 27px;
	background: url(/Common/Images/Admin/btn_view_site.png) no-repeat;
	text-align: center;
	line-height: 29px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
}
.btn_view_site a:hover {
	background-position: 0 -27px;
    color:#fff;
}
/* Secondary Header Bar */

#secondary_bar {
	height: 38px;
	width: 100%;
	background: #F1F1F4 url(/Common/Images/Admin/secondary_bar.png) repeat-x;
}
#secondary_bar .user {
	float: left;
	width: 23%;
	height: 38px;
}
.user p {
	margin: 0;
	padding: 0;
	color: #666666;
	font-weight: bold;
	display: block;
	float: left;
	width: 85%;
	height: 35px;
	line-height: 35px;
	text-indent: 25px;
	text-shadow: 0 1px 0 #fff;
	background: url(/Common/Images/Admin/icn_user.png) no-repeat center left;
	margin-left: 6%;
}
.user a {
	text-decoration: none;
	color: #666666
}
.user a:hover {
	color: #77BACE;
}
.user a.logout_user {
	float: left;
	display: block;
	width: 16px;
	height: 35px;
	text-indent: -5000px;
	background: url(/Common/Images/Admin/icn_logout.png) center no-repeat;
}
/* Breadcrumbs */

#secondary_bar .breadcrumbs_container {
	float: left;
	width: 77%;
	background: url(/Common/Images/Admin/secondary_bar_shadow.png) no-repeat left top;
	height: 38px;
}
.breadcrumbs {
	float: left;
	padding: 0 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	height: 23px;
	margin: 4px 3%;
}
.breadcrumbs a {
	display: inline-block;
	float: left;
	height: 24px;
	line-height: 23px;
}
.breadcrumbs a.current, .breadcrumbs a.current:hover {
	color: #9E9E9E;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #44474F;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}
.breadcrumbs a:hover {
	color: #222222;
}
.breadcrumb_divider {
	display: inline-block;
	width: 12px;
	height: 24px;
	background: url(/Common/Images/Admin/breadcrumb_divider.png) no-repeat;
	float: left;
	margin: 0 5px;
}
/* Sidebar */

#sidebar {
	width: 23%;
	background: #E0E0E3 url(/Common/Images/Admin/sidebar.png) repeat-y;
	float: left;
	min-height: 500px;
	height:100%;
	margin-top: -4px;
}
#sidebar hr {
	border: none;
	outline: none;
	background: url(/Common/Images/Admin/sidebar_divider.png) repeat-x;
	display: block;
	width: 100%;
	height: 2px;
}
/* Search */

.quick_search {
	text-align: center;
	padding: 14px 0 10px 0;
	margin:0;
}
.quick_search input[type=text] {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #bbb;
	height: 26px;
	width: 90%;
	line-height:26px;
	color: #ccc;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	text-indent: 30px;
	background: #fff url(/Common/Images/Admin/icn_search.png) no-repeat 10px 6px;
}
.quick_search input[type=text]:focus {
	outline: none;
	color: #666666;
	border: 1px solid #77BACE;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}
/* Sidebar Menu */

#sidebar h3 {
	color: #1F1F20;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
	margin: 10px 0 10px 6%;
	display: block;
	float: left;
	width: 90%;
}
.toggleLink {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	display: block;
	float: right;
	margin-right: 2%
}
#sidebar .toggleLink:hover {
	color: #77BACE;
	text-decoration: none;
}
#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style: none;
	margin: 0 0 0 12%;
	padding: 0;
}
#sidebar li a {
	color: #666666;
	padding-left: 25px;
	text-decoration: none;
	display: inline-block;
	height: 17px;
	line-height: 17px;
	text-shadow: 0 1px 0 #fff;
	margin: 2px 0;
}
#sidebar li a:hover {
	color: #444444;
}
/* Sidebar Icons */
#sidebar li.icon_board a {
	background: url(/Common/Images/Admin/icon_board.png) no-repeat center left;
}
#sidebar li.icon_page a {
	background: url(/Common/Images/Admin/icon_page.png) no-repeat center left;
}
#sidebar li.icon_folder a {
	background: url(/Common/Images/Admin/icon_folder.png) no-repeat center left;
}
#sidebar li.icon_popup a {
	background: url(/Common/Images/Admin/icon_popup.png) no-repeat center left;
}
#sidebar li.icon_banner a {
	background: url(/Common/Images/Admin/icon_banner.png) no-repeat center left;
}
#sidebar li.icon_schedule a {
	background: url(/Common/Images/Admin/icon_schedule.png) no-repeat center left;
}
#sidebar li.icon_user a {
	background: url(/Common/Images/Admin/icon_user.png) no-repeat center left;
}
#sidebar li.icon_group a {
	background: url(/Common/Images/Admin/icon_group.png) no-repeat center left;
}
#sidebar li.icon_form a {
	background: url(/Common/Images/Admin/icon_form.png) no-repeat center left;
}
#sidebar li.icon_prohibit a {
	background: url(/Common/Images/Admin/icon_prohibit.png) no-repeat center left;
}
#sidebar li.icon_documents a {
	background: url(/Common/Images/Admin/icon_documents.png) no-repeat center left;
}
#sidebar li.icon_comments a {
	background: url(/Common/Images/Admin/icon_comments.png) no-repeat center left;
}
#sidebar li.icon_attach a {
	background: url(/Common/Images/Admin/icon_attach.png) no-repeat center left;
}
#sidebar li.icon_stats a {
	background: url(/Common/Images/Admin/icon_stats.png) no-repeat center left;
}
#sidebar li.icon_filter a {
	background: url(/Common/Images/Admin/icon_filter.png) no-repeat center left;
}
#sidebar p {
	color: #666666;
	padding-left: 6%;
	text-shadow: 0 1px 0 #fff;
	margin: 10px 0 0 0;
}
#sidebar a {
	color: #666666;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar #footer {
	margin-top: 20%;
}
/* Main Content */


#main {
	width: 77%;
	min-height: 550px;
	background: url(/Common/Images/Admin/sidebar_shadow.png) repeat-y left top;
	float: left;
	margin-top: -4px;
}
.popup {
	width: 100%;
	margin:0;
	padding:0;
}
#main h3, .popup h3 {
	color: #1F1F20;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
	margin: 8px 20px;
}
/* Modules */

.module {
	border: 1px solid #9BA0AF;
	width: 100%;
	margin: 20px 3% 0 3%;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
}
.module .header {
	height: 38px;
	width: 100%;
	background: #F1F1F4 url(/Common/Images/Admin/secondary_bar.png) repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#main .module .header h3, .popup .module .header h3 {
	display: block;
	width: 90%;
	float: left;
}
#main .module .header h3 .today, .popup .module .header h3 .today {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:10px;
	color:#888;
}
.module .footer {
	height: 32px;
	width: 100%;
	border-top: 1px solid #9CA1B0;
	background: #F1F1F4 url(/Common/Images/Admin/module_footer_bg.png) repeat-x;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.module_content {
	margin: 10px 20px;
	padding:0;
	color: #666;
    min-height:135px;
}
/* Module Widths */

.width_full {
	width: 95%;
}
.width_half {
	width: 46%;
	margin-right: 0;
	float: left;
}
.width_quarter {
	width: 26%;
	margin-right: 0;
	float: left;
}
.width_3_quarter {
	width: 66%;
	margin-right: 0;
	float: left;
}
/* contents Module */

#main .contents {
	border: none;
	width: 95%;
	margin: 20px 3% 0 3%;
}
.popup .contents {
	border: none;
	width: 96%;
	margin: 5px 2% 0 2%;
	padding:0;
}
#main .contents h1, .popup .contents h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:18px;
	line-height:35px;
	color:#000;
	border-bottom:#39a5bc solid 2px;
}
#main .contents p, .popup .contents p {
	color:#666;
	font-size:12px;
	line-height:18px;
}
#main .contents h2, .popup .contents h2 {
	margin:0;
	padding:10px 0 8px 20px;
	font-size:14px;
	font-weight:bold;
	background:url(/Common/Images/Admin/icon_stitle.gif) no-repeat left;
	color:#333;
}
#main .contents h2 .view {
	font-family:"³ª´®°íµñ", "µ¸¿ò", Dotum, "±¼¸²", Gulim;
	font-size:11px;
	font-weight:normal;
	color:#999;
}
#main .contents h2 .view a {
	font-weight:bold;
	color:#999;
}
#main .contents h2 .view a:hover {
	color:#39a5bc;
}
#main .contents h3, .popup .contents h3 {
	text-transform:none;
	text-shadow:none;
	color: #39a5bc;
	font-size: 12px;
	margin:0px;
	padding:0px;
}
.TableStyle01 {
	border-top:#b1d174 solid 1px;
	border-bottom:#b1d174 solid 1px;
}
.TableStyle01 th {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#333;
	width:20%;
	padding:10px 5px;
	border-bottom:1px solid #e6e6e6;
}
.TableStyle01 td {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#666;
	width:80%;
	padding:10px 5px;
	border-bottom:1px solid #e6e6e6;
}
.TableStyle01 .th {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#333;
	width:20%;
	padding:10px 5px;
	border-bottom:1px solid #e6e6e6;
}

/* Stats Module */

.stats_graph {
	width: 70%;
	float: left;
}
.stats_graph .legend {
	font-size:11px;
	color:#999;
	line-height:15px;
	vertical-align:middle;
}
.stats_graph .legend .past, .stats_graph .legend .today {
	width:8px;
	margin:0 5px 0 15px;
	padding:0;
	vertical-align:middle;
	line-height:15px;
}
.stats_graph .graph {
	width:100%;
	height:120px;
	border:none;
}
.stats_graph .graph th {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	height:20px;
	font-size:10px;
	font-weight:bold;
	color:#333;
	text-align:center;
}
.stats_graph .graph td {
	vertical-align:bottom;
	height:100px;
	border-bottom:#ccc solid 1px;
	text-align:center;
	background:#FFF url(/Common/Images/Admin/graph_line.gif) bottom;
}
.stats_graph .past {
	display:inline-block;
	width:15px;
	background:#CCC;
	border:#AAA solid 1px;
}
.stats_graph .today {
	display:inline-block;
	width:15px;
	background:#F93;
	border:#F60 solid 1px;
}
.stats_overview {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background: #F6F6F6;
	border: 1px solid #ccc;
	float: right;
	width: 26%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.overview_today, .overview_week, .overview_total {
	width: 33%;
	float: left;
}
.stats_overview p {
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
}
.stats_overview p.overview_day {
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0;
}
.stats_overview p.overview_count {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.stats_overview p.overview_type {
	font-size: 10px;
	color: #999999;
	margin-bottom: 8px
}
/* Content Manager */
.table_content {
	margin:0;
	padding:0;
}
.updateinfo {
	width: 100%;
	margin: -5px 0 0 0;
}
.updateinfo th {
	width:25%;
	text-align:center;
	line-height:34px;
}
.updateinfo td {
	margin: 0;
	border-bottom: 1px dotted #ccc;
	padding: 15px 10px;
	text-align:center;
}
.updateinfo td b {
	color:#F60;
}
.updateinfo thead tr {
	height: 38px;
	background: #F1F1F4 url(/Common/Images/Admin/secondary_bar.png) repeat-x;
	cursor: pointer;
}


.tablesorter {
	width: 100%;
	margin: -5px 0 0 0;
}
.tablesorter .check {
	width:5%;
}
.tablesorter .subject {
	width:47%;
}
.tablesorter .board, .tablesorter .name {
	width:20%;
}
.tablesorter .date {
	width:14%;
}
.tablesorter .admin {
	width:14%;
}
.tablesorter th {
	text-align:center;
	line-height:34px;
}
.tablesorter td {
	margin: 0;
	border-bottom: 1px dotted #ccc;
	padding: 15px 10px;
	text-align:center;
}
.tablesorter thead tr {
	height: 34px;
	background: url(/Common/Images/Admin/table_sorter_header.png) repeat-x;
	cursor: pointer;
}
.tablesorter td a {
	display:block;
	text-align:left;
}
.tablesorter input[type=image] {
	margin-right: 10px;
}
ul.tabs {
	margin: 3px 10px 0 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 24px; /*--Set height of tabs--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	border: 1px solid #ccc;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
ul.tabs li a {
	text-decoration: none;
	color: #999;
	display: block;
	padding: 0 10px;
	height: 24px;
}
ul.tabs li a:hover {
	color: #44474F;
}
html ul.tabs li.active a {
	color: #44474F;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #F1F2F4;
	-webkit-box-shadow: inset 0 2px 3px #818181;
	-moz-box-shadow: inset 0 2px 3px #818181;
	box-shadow: inset 0 2px 3px #818181;
}
html ul.tabs li:first-child, html ul.tabs li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
html ul.tabs li:last-child, html ul.tabs li:last-child a {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#main .module .header h3.tabs_involved {
	display: block;
	width: 60%;
	float: left;
}
/* Messages */

.message {
	border-bottom: 1px dotted #cccccc;
}
.message p {
	line-height:16px;
	padding:10px 0 5px 0;
	margin:0;
}
.message .clear {
	clear:both;
}
.message .date {
	font-size:11px;
	float:left;
	display:inline-block;
	width:45%;
	text-align:left;
}
.message .del {
	font-size:11px;
	float:right;
	display:inline-block;
	width:45%;
	text-align:right;
}
.main input[type=submit] {
	background: #D0D1D4 url(/Common/Images/Admin/btn_submit.png) repeat-x;
	border: 1px solid #A8A9A8;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	font-weight: bold;
	height: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	overflow:visible; /* IE6/7¿¡¼­ ´õºí¸¶Áø¹ö±× ¸·¾ÆÁÜ */
}
.main input[type=submit]:hover {
	color: #333333;
}
.main input[type=submit].alt_btn {
	background: #D0D1D4 url(/Common/Images/Admin/btn_submit_2.png) repeat-x;
	border: 1px solid#30B0C8;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	font-weight: bold;
	height: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	color: #003E49;
	text-shadow: 0 1px 0 #6CDCF9;
	cursor: pointer;
}
.main input[type=submit].alt_btn:hover {
	color: #001217;
}
.main input[type=submit].btn_post_message {
	background: #D0D1D4 url(/Common/Images/Admin/post_message.png) no-repeat;
	display: block;
	width: 37px;
	border: none;
	height: 24px;
	cursor: pointer;
	text-indent: -5000px;
}
.main input[type=submit].btn_post_message:hover {
	background-position: 0 -24px;
}
.post_message {
	text-align: left;
	padding: 5px 0;
}
.post_message input[type=text] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bbb;
	height: 20px;
	width: 70%;
	color: #ccc;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	text-indent: 10px;
	background-position: 10px 6px;
	float: left;
	margin: 0 3.5%;
	line-height:20px;
}
.post_message input[type=text]:focus {
	outline: none;
	border: 1px solid #77BACE;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	color: #666666;
}
.post_message input[type=image] {
	float: left;
}
.message_list {
	height: 250px;
	overflow-x:hidden;
	overflow-y: scroll;
}
/* New/Edit Article Module */

fieldset {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F6F6F6;
	border: 1px solid #ccc;
	padding: 1% 0%;
	margin: 10px 0;
}
fieldset label {
	display: block;
	float: left;
	width: 200px;
	height: 25px;
	line-height: 25px;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	padding-left: 10px;
	margin: -5px 0 5px 0;
	text-transform: uppercase;
}
fieldset input[type=text] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	height: 20px;
	color: #666666;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	padding-left: 10px;
	background-position: 10px 6px;
	width: 96%;
	margin: 0 10px;
}
fieldset input[type=text]:focus {
	outline: none;
	border: 1px solid #77BACE;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}
fieldset select {
	width: 96%;
	margin: 0 10px;
	border: 1px solid #bbb;
	height: 20px;
	color: #666666;
}
fieldset textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	color: #666666;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	padding-left: 10px;
	background-position: 10px 6px;
	margin: 0 0.5%;
	width: 96%;
	margin: 0 10px;
}
fieldset textarea:focus {
	outline: none;
	border: 1px solid #77BACE;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}
.submit_link {
	float: right;
	margin-right: 3%;
	padding: 5px 0;
}
.submit_link select {
	width: 150px;
	border: 1px solid #bbb;
	height: 20px;
	color: #666666;
}
#main .module_content h1 {
	color: #333333;
	text-transform: none;
	text-shadow: 0 1px 0 #fff;
	font-size: 22px;
	margin: 8px 0px;
}
#main .module_content h2 {
	color: #444444;
	text-transform: none;
	text-shadow: 0 1px 0 #fff;
	font-size: 18px;
	margin: 8px 0px;
}
#main .module_content h3 {
	color: #666666;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
	margin: 8px 0px;
}
#main .module_content h4 {
	color: #666666;
	text-transform: none;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
	margin: 8px 0px;
}
#main .module_content li {
	line-height: 150%;
}
/* Alerts */

#main h4.alert_info {
	display: block;
	width: 95%;
	margin: 20px 3% 0 3%;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #B5E5EF url(/Common/Images/Admin/icn_alert_info.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #77BACE;
	color: #082B33;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}
#main h4.alert_warning {
	display: block;
	width: 95%;
	margin: 20px 3% 0 3%;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F5F3BA url(/Common/Images/Admin/icn_alert_warning.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #C7A20D;
	color: #796616;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}
#main h4.alert_error {
	display: block;
	width: 95%;
	margin: 20px 3% 0 3%;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F3D9D9 url(/Common/Images/Admin/icn_alert_error.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #D20009;
	color: #7B040F;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}
#main h4.alert_success {
	display: block;
	width: 95%;
	margin: 20px 3% 0 3%;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E2F6C5 url(/Common/Images/Admin/icn_alert_success.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #79C20D;
	color: #32510F;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}
.board_info {
	text-align:left !important;
}
.board_list td {
	background:#FFF !important;
}
#footer {
    clear:both;
	margin:0;
    padding:5px 20px;
    background:#444;
}
#footer p {
    margin:0;
    padding:0;
    color:#aaa;
    font-size:12px;
    font-weight:normal;
    line-height:1.5em;
    text-align:center;
}
#footer p a {
    color:#aaa;
}