﻿@charset 'utf-8';
@import url("paging.css");
@import url("calendar.css");
/* admin Layout */
#accessibility {
	display: none;
}
/* admin content */
#content {
	position:relative;
	width:970px;
	margin:20px 0 0 10px;
	z-index: 9;
}
/* head */
#head {
	display:none;
}

/* default definition */
body {
	margin: 0 0 0 0;
	padding: 0;
	font-family:  "Dotum", "Arial";
	font-size:12px;
}
form {
	margin: 0;
	padding: 0;
}

table {border-collapse: collapse; border: 0px; padding: 0;}
P {margin-top:2px;margin-bottom:2px;} 
table th, table td { padding: 0;}
th { position:relative; /*top:expression(document.getElementById('ESNGrid').scrollTop);/*IE5+ only*/ }
img {
	vertical-align:middle;
}
img, 
input.type-image {
	border: 0 none;
}
input[type=radio] {
	border:0;
	background-color:transparent;
}
input[type=checkbox] {
	width:13px;
	height:13px;
	border:0;
	background-color:transparent;
}
input[type=image] {
	border:0;
	background-color:transparent;
}
input {
	font-family: "Dotum",  "Arial"; 
	color:#3c3c3c;
}
input.chk, input.rdo {
	border:0;
	width:14px;
	height:14px;
	background-color:transparent;
}
input.login:hover, input.login:focus, input.text:hover, input.text:focus, input.num:hover, input.num:focus {
	background-color: #FFFBDE;
}

input.text {
	font-family: "Dotum",  "Arial";
	font-size: 12px;
	border-top: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
	background: #fff;
	padding:2px 1px 0 0;
	height:14px;
}

input.num {
	font-family: "Dotum",  "Arial";
	font-size: 12px;
	text-align:right;
	border-top: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
	background: #fff;
	padding:2px 1px 0 0;
	height:14px;
}

input.readonly {
	font-family: "Dotum",  "Arial";
	font-size: 12px;
	border-top: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
	background: #F1F1F1;
	padding:2px 1px 0 0;
	margin:-1px -2px 1px 0;
	height:14px;
}

input.display {
	font-family: "Dotum",  "Arial";
	font-size: 12px;
	padding:2px 1px 0 0;
	border : 0px;
	margin:-1px -2px 1px 0;
	height:14px;
}

input.display_c {
	font-family: "Dotum",  "Arial";
	text-align : center;
	font-size: 12px;
	padding:2px 1px 0 0;
	border : 0px;
	margin:-1px -2px 1px 0;
	height:14px;
}

input.display_r {
	font-family: "Dotum",  "Arial";
	text-align : right;
	font-size: 12px;
	padding:2px 1px 0 0;
	border : 0px;
	margin:-1px -2px 1px 0;
	height:14px;
}

textarea {
	border-top: 1px solid #BCBBB7;
	border-right: 1px solid #BCBBB7;
	border-bottom: 1px solid #BCBBB7;
	border-left: 1px solid #BCBBB7;
	background: #fff;
	margin:-1px 0 1px 0;
	font-family: "Dotum",  "Arial";
	font-size: 12px;
	color:#3c3c3c;
}

select {
	font-family: "Dotum",  "Arial";
	font-size: 12px;
	margin:0;
	height:19px;
	padding:0;
	color:#3c3c3c;
}

option
{
    padding-right: 0.5em;
}

input, select, textarea {
	vertical-align: middle;
}

div {	
	SCROLLBAR-FACE-COLOR: #D6E5F5; 
	SCROLLBAR-TRACK-COLOR: #E7EEF7; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #86A8D7; 
	SCROLLBAR-3DLIGHT-COLOR: #86A8D7; 
	SCROLLBAR-ARROW-COLOR: #529BEB; 
	SCROLLBAR-DARKSHADOW-COLOR: #f1f2f2; 
	SCROLLBAR-BASE-COLOR: #81BAD5;
}

a:link, a:visited {
	color: #336699;
	font-weight:normal;
	text-decoration:underline;
}
a:active, a:hover {
	color: #3a3a3a;
	font-weight:normal;
	text-decoration:underline;
}

/* Layout */
#accessibility {
	display: none;
}
#top_line {
	positon:relative;
	width:970px;
	height:2px;
	background-color:#1C8FC4;
	margin:0 0 0 10px;
	font-size:0.1em;
	z-index: 1;
	display:none;
}
#head {
	position:relative;
	width:980px;
	height:155px;
	z-index: 2;
	overflow: hidden;
	display:none;
}
#head h1 {
	position:absolute;
	top: 37px;
	left: 25px;
	margin: 0;
}
#head h1 img {
	vertical-align:top;
}
#site-menu {
	position:absolute;
	float:right;
	padding :0 5px 0 0;
	font-size:12px;
	font-weight:normal;
	color:#3c3c3c;
	text-align:right;
	z-index:3;
	display:none;
}
#site-menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	float:right;
}
#site-menu ul li {
	float:left;
}
#site-menu .space {
	width:10px;
	padding:1px 3px 0 3px;
}
#site-menu .btn {
	padding:2px 0 0 0;
}
#site-menu a:link {
	color: #3c3c3c;
	text-decoration:none;
}
#site-menu a:visited {
	color: #3c3c3c;
	text-decoration:none;
}
#site-menu a:active {
	color: #3c3c3c;
	text-decoration:none;
}
#site-menu a:hover {
	color: #000000;
	text-decoration:underline;
}

/* info */
#info {
	position:absolute;
	top:48px;
	left:0px;
	float:right;
	padding :0 0 0 0;
	text-align:right;
	z-index:3;
	display:none;
}
#info ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	background:url(../Images/bg/top_info_02.gif) repeat-x;
	float:right;
}
#info ul li {
	float:left;
}
#info .space2 {
	width:5px;
	padding:0 0 0 0;
}
#info .space3 {
	width:5px;
	padding:0 0 0 0;
}
#info .connect {
	font-size:12px;
	color: #3c3c3c;
	font-weight:normal;
	padding: 4px 0 0 0;
}
#info .company {
	font-size:12px;
	color: #3c3c3c;
	font-weight:normal;
	padding: 7px 0 0 0;
}
#info .name {
	font-size:12px;
	color: #FF6600;
	font-weight:normal;
	padding: 7px 0 0 0;
}
#info .txt {
	font-size:12px;
	font-weight:normal;
	color:#3c3c3c;
	padding: 7px 5px 0 2px;
}
#info .current-date {
	padding: 7px 5px 0 5px;
	text-align:center;
	font-weight:normal;
}
#info .logout {
	padding: 3px 0 0 0;
	text-align:center;
}
#quick {
	position:absolute;
	float:right;
	top:80px;
	left:784px;
	width:186px;
	height:28px;
	background: url(../Images/bg/quick_bg.gif) no-repeat;
	z-index:6;
	display:none;
}
#quick ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	float:right;
}
#quick ul li {
	float:left;
}
#quick ul li.remote {
	width:87px;
	height:22px;
	float:left;
	padding: 2px 4px 0 0;
}
#quick ul li.cert-test {
	width:87px;
	height:22px;
	float:left;
	padding: 2px 4px 0 0;
}
#tip_remote {
	position:absolute;
	left:636px;
	top:107px;
	width:326px;
	height:50px;
	z-index:7;
	visibility:hidden;
	display:none;
}
#global-menu {
	position:absolute;
	top:75px;
	left:10px;
	float:left;
	width:970px;
	height:70px;
	padding :0 5px 0 10px;
	z-index:5;
	background: url(../Images/bg/nav_bg2.gif) repeat-x;
	display:none;
}
#global-menu img {
	vertical-align:top;
	margin:0 0 0px 0;
	
}#global-menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	float:left;
}
#global-menu ul li {
	float:left;
}
#global-menu ul li .menu-01 {
	font-size:12px;
	color: #3c3c3c;
	font-weight:normal;
	padding:2px 0 0 2px;
}
#global-menu ul li .menu-02 {
	font-size:12px;
	color: #3c3c3c;
	font-weight:normal;
	padding:2px 0 0 2px;
}
#global-menu ul li .menu-03 {
	font-size:12px;
	color: #3c3c3c;
	font-weight:normal;
	padding:2px 0 0 2px;
}
#global-menu ul li .menu-04 {
	font-size:12px;
	color: #3c3c3c;
	font-weight:normal;
	padding:2px 0 0 2px;
}
#global-menu ul li .menu-05 {
	font-size:12px;
	color: #3c3c3c;
	font-weight:normal;
	padding:2px 0 0 2px;
}
#global-menu ul li .menu-06 {
	font-size:12px;
	color: #3c3c3c;
	font-weight:normal;
	padding:2px 0 0 2px;
}
#sub_menu_01 {
	position:absolute;
	top:123px;
	left:416px;
	width:150px;
	height:25px;
	visibility:hidden;
	z-index:8;
	display:none;
}

#sub_menu_01 a:link {
	font-size:12px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
#sub_menu_01 a:visited {
	font-size:12px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}

#sub_menu_01 a:active {
	font-size:12px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
#sub_menu_01 a:hover {
	font-size:12px;
	color: #1C8FC4;
	font-weight:bold;
	text-decoration:underline;
}
#sub_menu_02 {
	position:absolute;
	top:123px;
	left:520px;
	width:230px;
	height:25px;
	visibility:hidden;
	z-index:8;
	display:none;
}
#sub_menu_02 a:link {
	font-size:12px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
#sub_menu_02 a:visited {
	font-size:12px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
#sub_menu_02 a:active {
	font-size:12px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
#sub_menu_02 a:hover {
	font-size:12px;
	color: #1C8FC4;
	font-weight:bold;
	text-decoration:underline;
}
/* content */
#content {
	position:relative;
	width:970px;
	margin:0 0 0 10px;
	z-index: 9;
}

/*footer*/
#footer2 {
	display:none;
}	