
body {
	margin:0;
	font-size:13px;
	font-family:consolas;
}

a {color:inherit; text-decoration:none;}
a:visited {color:inherit;}
a:hover {text-decoration:none;}

.head {
	position:relative;
	height:50px;
	background-color:#fff;
	border-bottom:4px #0153a5 solid;
}
.head .logo {
	position:absolute;
	left:0;
	top:8px;
	width:200px;
	text-align:center;
}
.head .logo img {
	height:35px;
	width:auto;
}
.head .topmenu {
	position:absolute;
	top:0;
	left:200px;
	height:50px;
	border-left:1px #0153a5 solid;
}

.head .topmenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.head .topmenu > ul > li {
	position:relative;
	display:inline-block;
}
.head .menuitem-main {
	padding:17px 20px;
}
.head .menuitem-main:hover {
	color:#f80;
}
.head .menu-subwrap {
	position:absolute;
	left:-1px;
	top:48px;
	width:150px;
	padding-top:6px;
	display:none;
}
.head .li-main:hover .menu-subwrap {
	display:block;
}
.head .menu-subwrap ul {
	margin:0;
	padding:0;
	display:block;
	background-color:#fff;
	border:1px #0153a5 solid;
	border-top:0;
}
.head .menu-subwrap li {
	display:block;
}
.head .menuitem-sub {
	padding:10px 20px;
}
.head .menuitem-sub:hover {
	background-color:#eee;
}

.head .signout {
	position:absolute;
	top:17px;
	right:10px;
}
.head .signout span {
	margin-right:20px;
	color:#999;
}


h1 {
	margin:0 0 30px 0;
	padding:20px;
	font-size:20px;
	border-bottom:1px #ccc solid;
}


.content-container {
	width:1000px;
	margin:0 10px;
}

/* table style */
.list {
	width:100%;
	border-spacing:0;
	border:0;
}
.list tr:hover {background-color:#f4f4f4;}
.list th {
	border-bottom:2px #777 solid;
	padding-bottom:4px;
}
.list td {
	border-bottom:1px #ccc solid;
	height:25px;
	padding-bottom:5px;
	vertical-align:bottom;
	text-align:center;
}
.list a {color:#05c; text-decoration:underline;}

.item {
	width:100%;
	border-spacing:0;
	border:0;
}
.item th,
.item td {
	height:30px;
	padding-bottom:4px;
	vertical-align:bottom;
	border-bottom:1px #ccc solid;
}
.item th {
	text-align:right;
	padding-right:10px;
}
.item td {
	text-align:left;
}


.item input[type=text],
.item input[type=number],
.item input[type=tel],
.item input[type=domain],
.item input[type=email],
.item input[type=password] {
	border:0;
	background-color:#eee;
	font-size:13px;
	padding:3px 5px;
}

.item input[type=button],
.list input[type=button] {
	border:1px #777 solid;
	background-color:#666;
	color:#fff;
	height:24px;
	padding:0 10px;
	border-radius:3px;
	font-size:11px;
}

.ts-ym {
	padding-bottom:10px;
	text-decoration:underline;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.lbl-status {
	dsplay:block;
	width:120px;
	padding:5px 0;
	font-size:11px;
	border-radius:4px;
	border:1px #92929 solid;
	background-color:#929292;
	color:#fff;
	text-align:center;
}
.lbl-status.write {
	border-color:#929292;
	background-color:#929292;
}
.lbl-status.reqapproval {
	border-color:#f80;;
	background-color:#f80;
}
.lbl-status.rejected {
	border-color:red;
	background-color:red;
}
.lbl-status.approved {
	border-color:#5c0;
	background-color:#5c0;
}


.btnbox {
	padding:30px;
}
.btnbox input[type=submit],
.btnbox input[type=button] {
	height:30px;
	padding:0 30px;
	min-width:100px;
	border:1px #ccc solid;
	background-color:#fff;
	color:#777;
	border-radius:15px;
	cursor:pointer;
}
.btnbox input[type=submit]:hover,
.btnbox input[type=button]:hover {
	background-color:#777;
	border-color:#777;
	color:#fff;
}

.w50 {width:50px;}
.w100 {width:100px;}
.w200 {width:200px;}
.w300 {width:300px;}
.w400 {width:400px;}


.searchbox {
	margin:10px 0 20px 0;
	padding:5px;
}

.msgbox {
	position:fixed;
	border:1px #777 solid;
	background-color:#f1f1f1;
	color:#000;
	z-index: 99999;
	box-shadow: 3px 3px 5px #888;
	display:none;
}
.msgbox .title {
	position:relative;
	background-color:#333;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:8px 0;
	cursor:default;
}
.msgbox .message {
	padding:20px;
	font-size:12px;
	line-height:180%;
	color:#000;
}
.msgbox .buttons {
	border-top:1px #ccc solid;
	padding:15px 0;
	text-align:center;
}

.msgbox .buttons input {
	border:1px #333 solid;
	background-color:#333;
	padding:4px 10px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin:0 10px;
}

.msgbox .buttons input[type=submit] {
	border-color:#000;
	background-color:#000;
}
.msgbox .buttons input[type=reset] {
	border-color:#777;
	background-color:#777;
}
.msgcurtain {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.3;
	filter:alpha(opacity=30);
	z-index: 99998;
}

.toastbox {
	position:fixed;
	font-size:16px;
	padding:10px 30px;
	border:1px solid;
	border-radius:6px;
	display:none;
	box-shadow:2px 2px 5px #000;
}

/* ----------------- dialog ----------------------- */
.dialog {
	position:absolute;
	background-color:#fff;
	width:310px;
	border:1px #13608c solid;
	border-radius:10px;
	box-shadow:3px 3px 5px #ccc;
	font-size:12px;
	display:none;
	z-index:10000;
}
.dialog .title {
	position:relative;
	padding:15px 0;
	background-color:#13608c;
	border-radius:9px 9px 0 0;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.dialog .title .close {
	position:absolute;
	right:9px;
	top:12px;
	width:20px;
	height:20px;
	cursor:pointer;
	background:url(images/btn-close.png) no-repeat 50% 50%;
}

.dialog .dlg-content {
	padding:10px;
}

.dialog .dlg-item {
	width:100%;
	border-spacing:0;
	border:1px #d9d9d9 solid;
	border-collapse:collapse;
}
.dialog .dlg-item th {
	background-color:#f2f2f2;
	font-weight:normal;
	text-align:center;
	padding:3px;
	border:1px #d9d9d9 solid;
}
.dialog .dlg-item td {
	font-weight:normal;
	text-align:left;
	padding:3px;
	border:1px #d9d9d9 solid;
	min-height:22px;
}
.dialog .dlg-buttons {
	padding:10px 0;
	text-align:center;
}
.dialog .dlg-buttons input[type=button],
.dialog .dlg-buttons input[type=submit] {
	font-size:13px;
	border:1px #777 solid;
	border-radius:15px;
	height:30px;
	padding:0 20px;
	min-width:70px;
	background-color:#777;
	color:#fff;
	cursor:pointer;
}

.dialog input[type=text],
.dialog input[type=password],
.dialog input[type=email],
.dialog input[type=tel],
.dialog input[type=number] {
	min-width:150px;
	border:1px #d9d9d9 solid;
	height:22px;
	font-size:12px;
}


#waitbox {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.7);
	z-index:99999;
}
#waitbox .waitmsg {
	position:absolute;
	top:350px;
	left:0;
	width:100%;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
