/* CSS Document */

body {
	background-color:#FFD;
}

#login-box {
	margin-top:50px;
}
.error-message {
	color:#F00;
}
.error-box {
	color:#F00;
	border:1px solid #999;
}

/* top panel */
#top-admin-detail {
	line-height:3em;
	font-size:1.2em;
}
/* main menu */
#menuNav {
	overflow:hidden;
}
#menuNav ul {
	background:url("/assets/images/sprite_master.png") repeat-x scroll 0 -1560px transparent;
	height:30px;
	line-height:29px;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
}
#menuNav ul li {
	font-size:14px;
	font-weight:bolder;
	float:left;
	border-right:1px solid #BE3422;
	margin:0;
	padding:0;
}
#menuNav ul li#logout{
	float:right;
}
#menuNav ul li a{
	color:#FFF;
	display:block;
	padding:0 9px;
}
#menuNav ul li a:hover {
	background-color:#C30;
	text-decoration:underline !important;
}
#menuNav ul li:last-child{
	border:none;
}
#menuNav ul li a:link, #menuNav ul li a:visited{
	text-decoration:none;
}

#subMenuNav {
	overflow:hidden;
	margin-bottom:10px;
}
#subMenuNav ul {
	/*background:url("/assets/images/sprite_master.png") repeat-x scroll 0 -1410px transparent;*/
	background-color:#666;
	height:30px;
	line-height:29px;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
}
#subMenuNav ul li {
	font-size:14px;
	font-weight:bolder;
	float:left;
	border-right:1px solid #000;
	margin:0;
	padding:0;
	background-color:#666;
	height:30px;
}
#subMenuNav ul li#logout{
	float:right;
}
#subMenuNav ul li a{
	color:#FFF;
	display:block;
	padding:0 9px;
}
#subMenuNav ul li a:hover {
	background-color:#333;
	text-decoration:underline !important;
}
#subMenuNav ul li:last-child{
	border:none;
}
#subMenuNav ul li a:link, #menuNav ul li a:visited{
	text-decoration:none;
}

/* show table */
.show-table {
	background-color:#FFF;
}
.show-table tbody tr:nth-child(odd) {
	background-color:#FFF;
}
.show-table tbody tr:nth-child(even) {
	background-color:#CCC;
}
.show-table thead tr th, .show-table tfoot tr td {
	background-color:#666;
	color:#FFF;
	text-align:center !important;
	border:1px solid #666 !important;
	padding:2px;
	font-weight:bolder;
}
.show-table tfoot tr td {
	background-color:#FFC !important;
	color:#03F;
}
.show-table tbody tr th {
	background-color:#666;
	color:#FFF;
	text-align:center !important;
	border:1px solid #666;
	padding:2px;
}
.show-table tbody tr td{
	border:1px solid #666;
	padding:2px;
}
.show-table tbody tr td.center{
	text-align:center !important;
}
.show-table tbody tr td.right{
	text-align:right !important;
	padding-right:5px;
}
.show-table-data-color {
	color:#C30;
	font-weight:bolder;
}
.show-table-no-data-color {
	color:#999;
}
#new-register-box {
	margin:10px 0;
}

#sbo-group-select {
	list-style:none;
}
#sbo-group-select li {
	display:inline-block;
	margin:5px;
}


.bbl {
	background-color:#FF9 !important;
}
.bay {
	background-color:#FC3 !important;
}
.kbank {
	background-color:#9F3 !important;
}
.tmb {
	background-color:#99F !important;
}
.scb {
	background-color:#63F; !important;
}
.ktb {
	background-color:#0FC !important;
}