Rh1, h2, h3, h4, h5, h6 {
	text-rendering: auto;
}
h1 {
	font-size: 1.2em;
	line-height: 20px;
	padding-left: 5px;
}
label {
	font-size: 11px;
	color: #666666;
}
.utility-container {
	height: 30px; background-color: rgb(255, 255, 255);
}
#header-utility-bar {
	margin: 5px 20px 0px 0px; font-size: 12px; font-weight: normal; float: right; white-space: nowrap;
}
.header-logo {
	float: left;
	padding-top: 3px;
}
.navbar-inner {
	
}
.navbar-fixed-top .container {
	width: 100%;
}
.navbar-fixed-bottom .container {
	width: 100%;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-size: 11px;
}	
.help-inline {
	font-size: 11px;
}
.breadcrumb {
	margin: 0px; padding: 5px; border: currentColor; color: darkgreen; font-size: 11px;
}

/** Navigation Start **/
.osp.nav-list {
	
}
.osp.nav-list .active a {
	font-weight: bold;
	border-left: 2px solid #477bb6;
	background: #5d8ec8 url('/common/img/bg_lnb.gif') no-repeat right top;
	text-shadow: none;
	color: #fff;	
	border:none;
}

.osp.nav-list .active li a, .osp.nav-list ul li a{
	padding-left:8px;
	background:url('/common/img/bul_arrow.gif') no-repeat 0 15px;
	color:#11528c;
	border:none;
	font-weight: normal;
}
.osp.nav-list ul{padding:10px 0}
.osp.nav-list ul ul{padding:10px 0 0 10px}
.osp.nav-list ul ul li{padding-top: 3px; padding-bottom: 3px;	font-size: 12px;}

.osp.nav-list li a {
	color: #444444;
	padding: 10px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	font-size: 12px;	
}
.osp.nav-list > li > ul > li {
	padding-top: 7px;
	padding-bottom: 7px;	
	font-size: 12px;
}
/** End of Navigation **/

.table tbody tr:hover td,
.table thead tr:hover th { /* Disable bootstrap style */
	background: none;
}
.table.table-grid {
	margin-bottom: 0;
}
.table.table-grid > tbody > tr > td {
	padding-top: 0;
	padding-bottom: 0;
}
.table.table-grid > td:first-child {
	border-right: 1px solid #DDD;
	padding-right: 0;
}
.table.table-grid td.span20 {
	width:20%;
}
.table.table-grid td.table-column-datatable {
	text-align:left;
	padding: 0;
}
.table.table-auto {
	width: auto;
}
.table th.center {
	text-align: center;
}
.table td.center {
	text-align: center;
}

/** treeview **/
.treeview {
	max-width:200px;
	/*height:500px;*/
	overflow:auto;
}
.treeview-large {
	max-width:260px;
	overflow:auto;
}
.treeview li {
	white-space:nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;	
}
.treeview li .badge {
	margin-left: 11px;	
}
.treeview ul.l2 li {
	padding-left: 25px;
	background:url(/administer/common/images/bg_tree.gif) 6px top repeat-y;
}
.datatable{
	width:100%;
}

xmp {
	display: block;
	padding: 8.5px;
	margin: 0 0 9px;
	font-size: 12px;
	line-height: 18px;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	white-space: pre;
	white-space: pre-wrap;
	word-break: break-all;
}

/** Nav Tabs **/
.nav-tabs {
	margin-bottom: 0;
}
.nav-tabs > li > a {
	font-size: 11px;
	white-space: nowrap;/** Bootstrap������ �ѱ��� ���� �Ѿ��. **/
}
.nav-tabs > li:first-child {
	margin-left: 10px;
}
.tab-content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tab-pane {
	position: relative;
}
.tab-pane fieldset:not(:first-child) {
	/*padding-top: 10px;*/
	/*border-top: 1px solid #CCC;*/
}
.content-header.scroll-header {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.content-body h2:before, .tab-pane > h2:before {
	/*border-top: 1px solid #CCC;*/
	border-top: 1px solid #3A87AD;
    content: "";
    display: block;
    height: 1px;
    left: 1px;
    position: absolute;
    right: 0;
    top: 50%;
}
.content-body h2 > div {
	/*width: 150px;*/
	/*text-align: right;*/
}
.content-body h2 > div > span {
	background: none repeat scroll 0 0 #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;		
}
.content-body h2, .tab-pane > h2 {
	/*padding-left: 10px;*/
	font-size: 12px;
    margin: 5px 0 0;
    position: relative;
}
.form-actions.fixed {
	position: fixed;
}
.form-horizontal, .form-horizontal .form-actions {
	margin-bottom: 0;
	background-color: #FFFFFF;
}
.form-horizontal .form-actions {
	margin-top: 0;
}
.form-horizontal .control-group {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.form-horizontal .table th, .form-horizontal .table td {
	font-size: 11px;
}
.form-horizontal .table-content .control-group {
	padding-bottom: 0;
	margin-bottom: 0;
}
.form-horizontal .table-content-with-controls .control-group {
	margin-bottom: 5px;
}
.form-horizontal .table-content-with-controls .control-group:last-child {
	margin-bottom: 0;
}
.form-horizontal .table-content-with-controls .control-group .control-label {
	margin-right: 10px;
}
.datatable-filter .well {
	min-height: 34px;
	padding: 6px 6px 0 6px;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.datatable-filter .btn-toolbar {
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
}
.pagination {
	height: 36px;
	margin: 18px 10px;
}
}
.pagination a {
	font-size: 11px;
}

.controls ul li {
	margin-bottom: 9px;
}

/** Boostrap Upgrade **/
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	width: 236px;
	padding: 1px;
	background-color: white;
	border: 1px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.popover.right .arrow {
	top: 50%;
	left: -10px;
	margin-top: -10px;
	border-right-color: white;
	border-width: 10px 10px 10px 0;
	font-size: 14px;
	line-height: 20px;
}
.popover .arrow, .popover .arrow::after {
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow::after {
	z-index: -1;
	content: "";
}
.popover-title {
	font-size: 12px;
	font-weight: normal;
}
.popover-content {
	font-size: 11px;
	overflow: hidden;
}
.popover-content-large {
	width: 200px;
	height: 100px;
}

/** ---------- Groove Systems ------------------------- **/
.filter-group {
	height: 30px;
}

.control-group-bordered:not(:last-child) {
	border-bottom: 1px solid #F1F1F1;
}

.control-group-bordered .control-label {
	font-weight: bold;
}

.span-inline {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.text-label {
	min-height: 18px;
}

.controls > .text-label:first-child {
	padding-top: 5px;
}

.datepicker input[type='text'] {
	width: 70px;
	text-align: center;
}

.content-detail, .content-detail .form-actions {
	margin-bottom: 0;
}
.content-detail .control-label {
	float: left;
	width: 140px;
	padding-top: 5px;
	text-align: right;
}
.content-detail .controls {
	margin-left: 160px;
}
.content-detail .form-actions {
	margin-top: 0;
}
.content-detail .control-group {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.content-detail .table th, .content-detail .table td {
	font-size: 11px;
}

.span1-1 {
	width: 64px;
	float: none;
}
.span2-1 {
	width: 170px;
	float: none;
}
.text-right {
	text-align: right;
	padding-right: 5px;
}
.input-prepend .add-on, .input-append .add-on, .input-prepend .btn, .input-append .btn {
	font-size: 11px;
}
.bootbox.modal {
	width: auto;
}
.bootbox.modal .modal-body {
	padding-left: 50px;
	padding-right: 50px;
}
.modal {
	
}
.modal-header {
	padding: 5px 15px;
}
.modal-footer {
	padding: 4px 15px 5px;
}
.modal h3 {
	font-size: 14px;
}
.modal .treeview {
	max-width: 100%;
	overflow: hidden;
}
.modal-body {
	/*min-height: 420px;*/
	font-size: 11px;
	max-height: 420px;
}
.center {
	text-align: center;
}
.treeview li {
	font-size: 11px;
}
.treeview li.selected > span {
	padding: 1px 9px 2px;
	background-color: #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFFFFF;
}
.treeview ul.l2 li {
	margin-left:6px;
	padding-left: 0px;
	text-indent:16px;
	background:#fff url(/administer/common/img/bg_tree.gif) 0px top repeat-y;
}

.treeview ul.l3 li {
	margin-left:2px;
	text-indent:36px;
	background:#fff url(/administer/common/img/bg_tree.gif) 20px top repeat-y;
}

.treeview ul.l4 li {
	margin-left:22px;
	text-indent:36px;
	background:#fff url(/administer/common/img/bg_tree.gif) 20px top repeat-y;
}

/** Dynamic Panel **/
.dynamic-panel {
	min-height: 100px;
	position: relative;
}
.dynamic-panel-loading {
	display: none;
	text-align: center;
	margin-top: 50px;
}
/** Dynamic Panel **/
table.table-content th, table.table-content td {
	vertical-align: middle;
}
.table-content .control-label {
	width: 100px;
}
.table-content .control-label {
	width: 100px;
}
.table-content .controls {
	margin-left: 120px;
}
table.table-content.table-content-with-controls .controls {
	margin-left: 0;
}
.controls-padding {
	margin-bottom: 5px;
}
.controls-padding:last-child {
	margin-bottom: 0px;
}
.form-actions.no-border {
	border-top: none;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
	border-top: 1px solid #DDD;
}
.table.table-grid .table.datatable td:first-child {
	border-right: 0;
}

.control-label-inline {
	margin-right: 17px;
}
.thumbnail .caption h3 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}



#wrap, .navbar{background:url('../img/bg_body.gif') repeat-x}
.navbar-inner .container{background:url('../img/bg_nav.gif') repeat-x 0 0 !important;}
.nav-collapse{float: left;padding-left:20px;background:url('img/bg_nav_first.gif') no-repeat;}
#toparea .nav{margin-right:0 !important;padding-right:7px;background:url('img/bg_nav_last.gif') no-repeat right top;}
#toparea .nav li a{padding: 11px 10px 10px !important; color:#fff;}
.nav-list{margin-top:12px !important;border-top:1px solid #e8e8e8;}

.logo_area{float:left;width:200px;padding:13px 0 0 20px;}
.logo_area a{margin-right:11px}

#header-utility-bar{margin-top:5px !important; font-size:11px !important; }
#header-utility-bar form{margin:0 !important;}
#header-utility-bar select{height:auto !important; padding:3px !important; margin-left:10px; margin-bottom:0 !important;}
#header-utility-bar a{color:#222;}
.navbar span{color:#003399 !important}

.mgroup{display:inline; float:right; margin: 5px 25px 0 0; height:auto !important; padding:3px !important;}