@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.background {
	background: #E6E6E6;
	background-image: url("/images/common/bg.gif");
	background-repeat: repeat-y;
	background-position: top left;
}

div, td, input, textarea, select, a, p, label {
	font-size:12px;
	font-family: "Malgun Gothic", "맑은고딕", "Tahoma", "돋움", "Dotum";
	color:#333;
}

input {
	z-index:999;
}

form {
	padding:0; 
	margin:0;
}

img {
	border:none;
}

input::-webkit-input-placeholder { color:#aaa; }
input::-moz-placeholder { color:#aaa; } /* firefox 19+ */
input:-ms-input-placeholder { color:#aaa; } /* ie */
input:-moz-placeholder { color:#aaa; }

a {
	cursor: pointer;
}

a:link, a:active, a:visited {
	color:#333; 
	text-decoration:none;
}

a:hover {
	color:#555; 
}

a.link {
	color: #2B46CC;
}

.clear {
	clear: both;
}

a.btn {
	padding: 1px 5px 3px 5px;
	border: 1px solid #A5A5A5;
	border-radius: 2px;
	background: linear-gradient(to bottom, #F1F1F1, #E1E1E1);
}

a.btn:active {
	background: #fff;
}

label {
	vertical-align: 2px;
}


#login {
	width: 100%;
	height: 100%;
	background: #E5E5E5;
}

#login .container {
	position: absolute;
	width: 600px;
	height: 350px;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -300px;
	box-shadow: 10px 10px 30px silver;
}

#login .box1 {
	height: 64px;
	background: linear-gradient(to bottom, #474D59, #222833);
	border-top: 1px solid #333;
	border-left: 1px solid #535963;
	border-right: 1px solid #535963;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#login .title {
	font-size: 18px;
	font-weight: bold;
	color: #DEE2E3;
	text-shadow: 1px 1px 1px black;
	padding: 20px 0 0 20px;
}

#login .box2 {
	height: 186px;
	padding: 40px 20px 60px 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#login .form td {
	font-size: 14px;
	padding: 0 10px;
}

#login .form input {
	font-size: 14px;
	width: 180px;
	height: 40px;
	padding: 0 10px;
}

#left {
	position: absolute;
	width: 202px;
	left: 12px;
	background: #101724;
}

#left .line {
	height: 1px;
	background: #000;
}

#left .member {
	padding: 12px 8px;
	border-bottom: 1px solid #282E38;
}

#left .member_logo {
	width: 50px;
	height: 50px;
	margin: 5px 0 0 5px;
}

#left .member_info {
	margin: 2px 0 0 8px;
}

#left .member_greeting {
	color: #fff;
}

#left .member_function {
	color: #36464D;
	margin: 3px 0 0 0;
}

#left .member_function a {
	color: #999;
}

#left .menu {
	margin: 2px 0 0 0;
}

#left .menu .list {
	padding: 11px 0 8px 10px;
}

#left .menu .on {
	background: #1E2531;
	border-bottom: 1px solid #2B323D;
}

#left .menu .title {
	float: left;
	color: #aaa;
}

#left .menu .img {
	float: right;
	width: 17px;
	margin: 0 14px 0 0;
	text-align: center;
}

#left .menu .alim {
	position: absolute;
	width: 16px;
	height: 16px;
	margin: -7px 0 0 155px;
	background-image: url("/images/header/alim.png");
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

#left .menu .sub {
	background: #06090E;
}

#left .menu .sub ul {
	margin: 0;
	padding: 5px 0 7px 25px;
	list-style-image: url("/images/menu/sub.gif");
}

#left .menu .sub li {
	color: #888;
	padding: 5px 0;
}

#left .menu .sub li.son {
	color: #ddd;
}

#right {
	margin: 0 0 0 216px;
	padding: 0 19px;
	height: 100%;
	background: #E6E6E6;
	background-image: url("/images/common/bg2.gif");
	background-repeat: repeat-x;
	background-position: top left;
}

#right .container {
	width: 1195px;
	height: 100%;
}

#right .header {
	height: 127px;
	margin: 0 1px;
}

#right .box1 {
	height: 72px;
}

#right .header .logo {
	font-size: 18px;
	font-weight: bold;
	color: #DEE2E3;
	text-shadow: 1px 0 1px black;
	padding: 25px 0 0 3px;
}

#right .header .info {
	font-size: 12px;
	color: #A6A6A6;
	padding: 30px 3px 0 3px;
	text-align: right;
}

#right .box2 {
	height: 55px;
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#right .main {
	margin: 0 0 200px 0;
}

#title {
	position: absolute;
	width: 970px;
	margin: -43px 0 0 10px;
	padding: 0 5px;
}

#title .subject {
	font-size: 18px;
	font-weight: bold;
}

#content {
	min-height: 100%;
	padding: 10px 0 50px 0;
	background: #f2f2f2;
	border: 1px solid #c2c2c2;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#content .navi {
	padding: 0 15px 10px 15px;
	color: #555;
	font-size: 11px;
}

#content .box {
	padding: 10px 10px;
}

#popup_title {
	margin: 0 0 20px 0;
}

#popup_title .subject {
	font-size: 18px;
	font-weight: bold;
}

#navi {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navi li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#navi button {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0 2px;
	padding: 2px 7px;
	border-radius: 2px;
}

.formresult {
	color: #f60;
}

.table_top {
	height: 32px;
	background: linear-gradient(to bottom, #474D59, #222833);
	border-top: 1px solid #333;
	border-left: 1px solid #535963;
	border-right: 1px solid #535963;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.table_title {
	padding: 6px 0 0 10px;
	color: #fff;
	text-shadow: 0 -1px 1px black;
}

.table_menu {
	
}

.table_menu ul {
	margin: 0;
	padding: 4px 8px 0 0;
	list-style: none;
}

.table_menu li {
	float: left;
	color: #ccc;
	text-shadow: 0 1px 1px black;
	padding: 2px 8px 5px 8px;
	margin: 0 4px;
}

.table_menu li.on {
	float: left;
	background: linear-gradient(to bottom, #292B31, #14171C);
	border-top: 1px solid #141518;
	border-left: 1px solid #24272C;
	border-right: 1px solid #24272C;
	border-radius: 3px;
	color: #fff;
	text-shadow: 0 1px 1px black;
	padding: 2px 8px 5px 8px;
	margin: 0 4px;
}

.table_body {
	margin: 0 0 0 0;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.table_box {
	padding: 15px;
}

.table_box_border {
	background: #fafafa;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.table_subject {
	background: #fafafa;
	font-weight: bold;
	color: #999;
	padding: 10px 3px 8px 3px;
	border-bottom: 1px solid #ddd;
}

.table_td, .table_td1 {
	background: #fff;
	padding: 5px 3px 7px 3px;
}

.table_td2 {
	background: #f7f7f7;
	padding: 5px 3px 7px 3px;
}

.form_table {
	border: 1px solid #ccc;
}

.form_subject {
	background: #4F5865;
	font-weight: bold;
	color: #DEE2E3;
	text-shadow: 1px 0 1px black;
	text-align: right;
	padding: 5px 10px 7px 0;
}

.form_contents {
	padding: 7px;
}

.form_line1 {
	border-bottom: 1px solid #66707D;
}

.form_line2 {
	border-bottom: 1px solid #ddd;
}

.form2_subject {
	background: #eee;
	padding: 7px 10px;
}

.form2_contents {
	padding: 7px;
}

.form2_line {
	border-bottom: 1px solid #ccc;
}

.tline {
	border-bottom: 1px solid #ddd;
}

.tliner {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.schedule_member {
	padding: 0;
	border: 0;
}

.schedule_list {
	position: absolute;
	margin: 10px 0 0 0;
}

.schedule_div {
	height: 140px; 
	padding:2px 0;
}

.schedule_divon {
	height: 140px;  
	padding:0px 0;
	border:2px solid #f3e975;
}

.schedule_divoff {
	height: 140px; 
	padding:2px 0;
	background:#f7f7f7;
}

.schedule_day {
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	color:#333;
	margin:0 5px;
}

.schedule_dayoff {
	font-size:11px;
	line-height:17px;
	color:#bbb;
	margin:0 5px;
}

.schedule_dayon {
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	color:#0000ff;
	margin:0 5px;
}

.schedule_light {
	color:#ff6600;
}

.schedule_holiday {
	font-size:11px;
}

.schedule_pwork {
	font-family:verdana;
	font-size:10px;
	color:#888;
}

.schedule_name {
	font-size:11px;
	color:#888;
	padding:0 3px 0 0;
}

.schedule_box {
	position: relative;
	height:15px;
	padding:0 5px 3px 5px;
	cursor:pointer;
}

.schedule_box1 {
	margin:2px;
	background:#e4eff8;
	border:1px solid #9fc6e7;
}

.schedule_box2 {
	margin:2px;
	background:#e7e4f8;
	border:1px solid #a99fe7;
}

.schedule_boxloop {
	margin:2px;
	background:#E1F6DB;
	border:1px solid #90DF7D;
}

.schedule_box2l {
	margin:2px 0 2px 2px;
	background:#e7e4f8;
	border-top:1px solid #a99fe7;
	border-bottom:1px solid #a99fe7;
	border-left:1px solid #a99fe7;
}

.schedule_box2r {
	margin:2px 2px 2px 0;
	background:#e7e4f8;
	border-top:1px solid #a99fe7;
	border-bottom:1px solid #a99fe7;
	border-right:1px solid #a99fe7;
}

.schedule_box2c {
	margin:2px 0;
	background:#e7e4f8;
	border-top:1px solid #a99fe7;
	border-bottom:1px solid #a99fe7;
}

.schedule_article {
	height:15px;
	text-overflow:clip; 
	overflow:hidden;
}

.schedule_more {
	font-weight:bold;
	color:#2f6fa5;
	line-height:10px;
	cursor:pointer;
}

.schedule_dialog { 
	display: none; 
}

#selectTable .ui-selecting { background: #FECA40; }
#selectTable .ui-selected { background: #F39814; color: white; }
#selectTable { list-style-type: none; margin: 0; padding: 0; }
#selectTable li { margin: 1px; padding:0 5px 3px 5px;cursor:pointer; text-align:center; border:0px }

#selectedTable .ui-selecting { background: #FECA40; }
#selectedTable .ui-selected { background: #F39814; color: white; }
#selectedTable { list-style-type: none; margin: 0; padding: 0; }
#selectedTable li { background: #F2F2F2; margin: 1px; padding:0 5px 3px 5px; cursor:pointer; text-align:center; border:0px }
#selectedTable div { margin:0; padding:0; }