@charset "UTF-8";
* {	margin:0; padding:0; outline: 0; }
html { overflow: hidden !important; }
body {
	color:#222;
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	background:#DFE8F6;
	overflow: hidden;
}
#sysloading {
	position:absolute;
	background:#DFE8F6 url(images/sysloading.gif) center center no-repeat;
	width:100%;
	height:100%;
	z-index:99;
}
a img{
	border: 0;
}
a:link, a:visited {
	color: #15428B;
	text-decoration: none;
}

a:hover, a:active {
	color: #f60;
	text-decoration: underline;
}
table {
	border: 1px solid #C8DAF2;
	border-collapse: collapse;
}

td{
	border: 1px solid #C8DAF2;
}

th{
	border: 1px solid #C8DAF2;
	font: bold 1.2em Verdana;
}

#header{
	height: 44px;
	padding: 3px;
	background: url(images/bg_strip.png) 0 0 repeat-x;
}
#header h1{
	float: left;
	font: bolder italic 32px Arial, Helvetica, sans-serif;
	color: #eee;
}
#topright{
	float: right;
	padding-top: 20px;
	padding-right: 10px;
	color: #ccc;
}
#topright a, #topright a:visited{
	color: #ccc;
}
.tritem{
	float: left;
	margin-left: 10px;
}
.tritem div{
	float: left;
}
.wrapper_table td, .wrapper_table th{
	border: none;
	padding: 2px;
}
#main{
	padding-top:5px;
	height: 500px;
}
#leftpanel{
	float: left;
	width: 200px;
	height: 100%;
	padding-left: 5px;
}
#menupanel{
	height: 100%;
}
.panel{
	border: #99BBE8 1px solid;
	background-color: #EBF0FA;
}
/*Accordion*/
#menu h2{
	display: block;
	color: #222;
	background: url(images/bg_strip.png) 0 -50px repeat-x;
	padding: 5px;
	line-height: 14px;
	height: 14px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
#menu h2:hover, #menu h2.selected{
	color: #eee;
	background: url(images/bg_strip.png) 0 -75px repeat-x;
}
#menu div{
	padding: 3px;
}
#menu div a{
	display: block;
	padding: 2px 10px 2px 10px;
}
#menu div a:hover{
	text-decoration: none;
	color: #15428B;
	background: #DFE7F7;
}
#menu div a.hi, #menu div a.hi:hover{
	background: #CEDCF0;
	font-weight: bold;
}
#splitter{
	float: left;
	width:5px;
	background-image: url(images/splitter.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	opacity: 0.5;
	cursor: pointer;
	height: 100%;
}
#splitter:hover{
	opacity: 1;
}
#splitter.splitRight{
	background-position: -5px center;
}
#rightpanel{
	float: left;
	height: 100%;
	width: 300px;
}
#tabs{
	background: #CEDCF0 url(images/tab_bg_strip.png);
	padding: 0px 5px 0px 5px;
	min-height: 24px;
	height: auto !important;
	height: 24px;
	overflow: auto;
}
#tabs li{
	list-style: none;
	display: block;
	float: left;
	width: 110px;
	height: 15px;
	padding: 3px 5px 2px 5px;
	margin: 3px 3px 1px 0;
	color: #999;
	background: url(images/tab_sprite.gif) 0 -50px no-repeat;
	cursor: pointer;
	opacity: 0.8;
}
#tabs li.lowTab:hover{
	background-position: 0 0;
	color: #15428B;
}
#tabs li.hiTab{
	color: #15428B;
	font-weight: bold;
	background-position: 0 0;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-bottom: 0px;
	opacity: 1;
}
#tabs li div.tabClose{
	float: right;
	width: 11px;
	height: 11px;
	background: url(images/tab_sprite.gif) 0 -105px no-repeat;
	opacity: 0.5;
}
#tabs li div.tabClose:hover{
	opacity: 1;
}
#tabs li div.tabName{
	width: 95px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}
#tabs li div.noclose{
	width: 100%;
}
#tab-strip-spacer{
	background: #DEECFD none repeat scroll 0 0;
	border-bottom: 1px solid #99BBE8;
	line-height:1px;
	height:3px;
}
#content{
	clear: both;
	margin-top: 2px;
	min-height: 100px;
	overflow: auto;
}
#content .pane{
	padding: 10px;
}
#content h2{
	color: #15428B;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.icon{
	width: 16px;
	height: 16px;
	float: left;
	background: url(images/icons.png) 0 0 no-repeat;
	margin-right: 5px;
}
.boolyes{
	color: #468A3F;
	font-weight: bold;
}
.boolno{
	color: #E42325;
}
.control{
	height: 20px;
}
.control .icon{
	cursor: pointer;
}
.splitbar{
	display: block;
	float: left;
	width: 10px;
	height: 12px;
	background: url(images/bg_strip.png) center -100px no-repeat;
}
/*form*/
.form_table td, .form_table th{
	padding: 5px;
}
td.form_label, th.form_label{
	font-size: 10px;
	text-align: right;
}
.form_evenrow{
	background-color: #f2f2f2;
}
form input{
	font-size: 14px;
}

form input.error, form select.error{
	border: #c00 1px solid;
}

.formWidget{
	clear: both;
	margin-bottom: 5px;
}

#loginform input{
	font-size: 14px;
	width: 150px;
}

/* jqModal */
* iframe.jqm {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

.jqmOverlay { background-color: #000; }

.jqmDialog {
	display: none;
	position: absolute;
	width: 100%;
	top: 35%;
}

.jqmWindow{
    display: none;
    position: absolute;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmMsg{
	z-index: 9999;
}

.appmsgwin{
	margin: auto;
	width: 300px;
	height: 100px;
	padding: 10px;
	border: #99BBE8 1px solid;
	background-color: #EBF0FA;
}

.appmsgwin .msgIcon{
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	background: url(images/msg_icons.png) 0 0 no-repeat;
}

.appmsgwinConfirm .msgIcon{
	background-position: 0 -100px;
}

.appmsgwinErr .msgIcon{
	background-position: 0 -200px;
}

.appmsgwinSucc .msgIcon{
	background-position: 0 -300px;
}

.appmsgwin .msgContent{
	padding: 5px 5px 0px 0;
	font-size: 14px;
	font-weight: bold;
	color: #c00;
	height: 60px;
	margin-bottom: 10px;
	overflow: auto;
}

.appmsgwinConfirm .msgContent, .appmsgwinSucc .msgContent{
	color: #15428B;
}

.appmsgwin input{
	width: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #e2e2e2;
	border: 1px #99BBE8 solid;
}

.appmsgwin input:hover{
	border-style: outset;
}

.appmsgwin input:active{
	border-style: inset;
}

.appmsgwin input.msgOk{
	background-color: #31529D;
}

.appmsgwinConfirm input.msgOk{
	display: none;
}

.appmsgwin input.msgYes{
	background-color: #045E00;
	display: none;
}

.appmsgwinConfirm input.msgYes{
	display: inline;
}

.appmsgwin input.msgNo{
	background-color: #890505;
	display: none;
}

.appmsgwinConfirm input.msgNo{
	display: inline;
}

#loginform{
	margin: auto;
	width: 200px;
	height: 150px;
	padding: 20px;
	padding-left: 150px;
	border: #99BBE8 1px solid;
	background: #EBF0FA url(images/lock.png) 10px center no-repeat;
	position: relative;
}

/*UI overwrite*/
.ui-widget-content { border: 1px solid #dddddd; background: #ebf0fa url(images/ui-bg_flat_100_ebf0fa_40x100.png) 50% 50% repeat-x; color: #362b36; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #aed0ea; background: #d9e3f7 url(images/ui-bg_highlight-hard_80_d9e3f7_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #15538b; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #15538b; text-decoration: none; }
.ui-widget-header {background: url("images/ui-bg_highlight-hard_80_d9e3f7_1x100.png") repeat-x scroll 50% 50% #D9E3F7; color: #15538B;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #277fce; background: #e4f1fb url(images/ui-bg_highlight-hard_100_e4f1fb_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #277fce; }
.ui-state-hover a, .ui-state-hover a:hover { color: #0070a3; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #277fce; background: #15538b url(images/ui-bg_highlight-hard_50_15538b_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }
div.ui-datepicker{ display :none; }
table.detail-view th{ text-align: left !important; }
.ui-autocomplete{ max-height: 200px; overflow:auto; }
.ui-tabs { position: relative; padding: 0; zoom: 1; border: none; background: transparent; }
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; border: none; background: transparent; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; border: 1px solid #AED0EA; padding: 10px; }