body{
	background-color: white;
	margin: 0;
	font : 11px Verdana;
	color: black;
	line-height: 1;	
}
a:link,a:visited{
	text-decoration: none;
	color: black;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
h1{
	font-size: 16px;
	margin: 0;
}
h2, h3, h4, h5{
	font-size: 14px;
	margin: 0;
}

p { margin: 0; padding: 0; }

img {
	border: 0; 
}
form{
	margin: 0px;
	padding: 0px;
}
input{
	vertical-align: middle;
}
hr{
	color: #D0D0D0;
	height: 1px;
	border: 0;
	margin: 20px 0;
	border-bottom: 1px solid #D0D0D0;
}

/**
jQueryui modifications
/*---------------------------------------------------*/
.ui-widget{
	line-height: 1.2;
	font : 11px Verdana;
}
.ui-tabs .ui-tabs-panel{
	padding: 10px 10px;
}
.ui-resizable-se {
	bottom: 17px;
	right: 5px;
}

.ui-tabs-nav li .ui-icon-close{
	padding: 0!important;
	margin: 5px 5px 0 0!important;
	cursor: pointer!important;
	float: right;	
}

.ui-slider .ui-slider-handle{
	z-index: 1;
}

.ui-button.color_red{
	background: #ffa6a6;
	color: black;
}

/**
jstree modifications
/*---------------------------------------------------*/
.jstree-default.jstree-focused{
	background-color: transparent !important;
}
/*---------------Layout------------------------------*/
#laycent{	
	margin: 0 auto;	
	width: 100%;
	position: relative;
}
#top{
	background-color: #dcdcdc;
}
#left{
	width: 457px;
	float: left;
}
#right{
	width: 243px;
	float: right;
}
#center{
	padding: 20px;
	line-height: 140%;
}
#bottom{
	background-color: #101927;
	padding: 20px;
	font-size: 9px;
	color: #979998;
	text-align: left;
}
/*---------------Common------------------------------*/
.clear{
	clear: both;
	overflow: hidden;
	height: 0px;
	display: block;
}
.f-left{
	float: left !important;
}
.f-right{
	float: right !important;
}
.autowidth{
	width: auto !important;
}
.a-center{
	text-align: center;
}
.inline_button{
	display: inline-block;
	vertical-align: middle;
}
.ajax-loader{
	background: url(../images/ajax-loader.gif) no-repeat center;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	margin: 0 5px;
	padding: 0 12px;
	vertical-align: middle;
}
/*---------------------------------------------------*/
#menucont{
	background-color: #dcdcdc;
	padding: 5px 0;
	zoom: 1;
	height: 19px;
	float: left;
}
#menucont > ul{		
	color: black;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	cursor: default;
}
/* 1. */
#menucont > ul ul{
	background-color: #dcdcdc;
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menucont > ul a:link,
#menucont > ul a:visited{
	color: black;
	text-decoration: none;
	display: block;	
}
#menucont > ul li{
	float: left;
	margin: 0 5px;
	padding: 4px 6px;
	position: relative;
	z-index: 10;	
	-moz-border-radius: 4px;	
}
#menucont > ul li:hover{
	background-color: white;
}
/* 2. */
#menucont > ul li ul{
	position: absolute;
	left: -3px;
	left: -10000px;
	top: 24px;
	display: none;
	padding: 3px;
	border: 1px solid white;
	border-top: 0;
	display: block;
	/*z-index: -1;	*/
}
#menucont > ul li ul li{
	float: none;
	margin: 2px;	
	position: relative;
	white-space: nowrap;
}
#menucont > ul li ul li .ui-icon{
	position: absolute;
	top: 3px;
	right: 2px;
	z-index: 11;
}
/* 3. */
#menucont > ul li ul li ul{
	position: absolute;
	left: 70px;
	top: -3px;
	border: 1px solid white;
	display: none;
}
#menucont > ul li ul li ul li{
	
}
/*---------------------------------------------------*/
#topline{
	padding: 10px;
	color: white;
	font-size: 11px;
	height: 100%;
	overflow: hidden;
}
#topline a{
	color: white;
	text-decoration: underline;
}
/*---------------------------------------------------*/
#maincontent{
	padding: 5px;
	line-height: 120%;
}
#maincontent h1.main{
	margin-bottom: 10px;
	font-size: 14px;
}
#maincontent h2.main{
	margin-bottom: 10px;
	font-size: 13px;
}
#maincontent h3.main{
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
}
/*---------------------------------------------------*/
#maintabs{
	margin-bottom: 5px;
}

/*---------------------------------------------------*/
.subcontent{	
	padding: 10px 10px;
	margin-bottom: 5px;
	zoom: 1;
}
/*---------------------------------------------------*/
table.deftable{
	width: 500px;
	font-size: 11px;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e3e3e3;		
	table-layout: fixed;
}
table.deftable td{
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e3e3e3;		
	padding: 1px 3px;
}

	
table.deftable thead td{
	background-color: #f5f5f5;	
	font-weight: bold;
}
table.deftable .chkcol{
	width: 20px;
	background-color: #f5f5f5;	
	text-align: center;
}
table.deftable .chkcol input{
	vertical-align: middle;
}
table.deftable tr.selected td{
	background-color: #f7f7f7;
}

table.deftable tr.red td {    background-color: #FFDFDF;}
table.deftable tr.green td {    background-color: #E7F7ED;}
table.deftable tr.yellow td {    background-color: #FFFFD9;}

table.deftable tr.trcontent{
	display: none;
}
table.deftable tr.trcontent.open{
	display: table-row;
}
/*---------------------------------------------------*/
table.infotable{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.infotable thead td{
	background-color: #7a7a7a;
	color: white;
}
table.infotable td,
table.infotable th{
	background-color: #dcdcdc;
	padding: 3px;
	border: 1px solid #979797;
}
table.infotable td.ico{
	width: 16px;
}
/*---------------------------------------------------*/
.tablecontainer{
	overflow: scroll;
	max-height: 400px;
}
*html .tablecontainer{
	height: 400px;
}
.tablecontainer thead td.order_down{
	background-image: url(../images/dn.png);
}

.tablecontainer table.deftable td{
	word-wrap: break-word;
}


#searcresulttable{
	width: 100%;		
}
/*---------------------------------------------------*/
.pager{
	background-image: url(../images/wbg.gif);
	background-repeat: repeat-x;
	padding: 5px;
}
.pager .wrapper{
	float: left;
}
.pager select{
	width: auto;
}
.pager .txtinput{
	width: 30px;
	text-align: center;
	margin-top: 2px;
}
.pager .sep{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	float: left;
	height: 22px;
	margin: 3px 10px 0 10px;
}
.pager a:link,
.pager a:visited{
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	display: block;
	text-decoration: none;
	margin: 3px 2px 0 2px;
	border: 1px solid #CCCCCC;
	float: left;
}
.pager a:hover{
	border: 1px solid #acacac;
}

.pager a.first:link,
.pager a.first:visited{
	background-image: url(../images/first.gif);	
}
.pager a.prev:link,
.pager a.prev:visited{
	background-image: url(../images/prev.gif);	
}
.pager a.next:link,
.pager a.next:visited{
	background-image: url(../images/next.gif);	
}
.pager a.last:link,
.pager a.last:visited{
	background-image: url(../images/last.gif);	
}
.pager a.refresh:link,
.pager a.refresh:visited{
	background-image: url(../images/load.png);	
}
.pager a.loading:link,
.pager a.loading:visited{
	background-image: url(../images/load.gif);	
}
.pager em{
	font-style: normal;
	display: block;
	padding-top: 8px;
	float: left;
	margin: 0 2px;
}

/*---------------------------------------------------*/
.dataform{
	text-align: left;
}
.dataform h1{
	margin-bottom: 20px;
}
.dataform h2{
	margin-bottom: 20px;
	font-size: 14px;
}
.dataform h3{
	margin-bottom: 20px;
	font-size: 13px;
}
.dataform fieldset{
	padding: 15px 0 0 0;
	border: 0;
	background: url(../images/dots_h.png) repeat-x bottom;
}
.dataform fieldset.noborder{
	background: none;
}

.dataform label{
	float: left;
	font-weight: bold;
	padding-top: 3px;
	width: 150px;
	margin-bottom: 10px;
}
.dataform label.autowidth{
	margin-right: 10px;
}

.dataform label.required{
	background: url(../images/bg_required.png) no-repeat left 6px;
	padding-left: 10px;
	width: 140px;
}

.dataform label.simple{
	float: none;
	font-weight: normal;
	width: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.dataform label.simple.ui-button{
	float: left;
}

.dataform .field{
	margin-bottom: 10px;
	float: left;
}

.dataform .field.fixwidth{
	width: 200px;
	float: left;
	margin-right: 15px;
}
.dataform .field.fixwidth .txtinput,
.dataform .field.fixwidth select,
.dataform .field.fixwidth textarea{
	width: 100%;
}

.dataform .lft{
	float: left;
	margin-right: 5px;
}

.dataform select{
	border: 1px solid #d0d0d0;
	padding: 2px;
	vertical-align: middle;
	font : 11px Verdana;
	width: 406px;
}
.dataform select optgroup{
	padding: 0;
	margin: 0;
	font-style: normal;
}
.dataform select optgroup.og1{
	background-color: #E1EFFB;
}
.dataform select optgroup.og2{
	background-color: #f5fbfc;
}
.dataform input,
.dataform button{
	vertical-align: middle;
}
.dataform .txtinput{
	border: 1px solid #d0d0d0;
	padding: 2px;
	width: 400px;
	font : 11px Verdana;
}
.dataform .txtinput[disabled]{
	background-color: #f5f5f5;
	color: black;
}

.dataform textarea{
	border: 1px solid #d0d0d0;
	padding: 2px;
	font : 11px Verdana;
	width: 400px;
}

.dataform .error .txtinput,
.dataform .error select,
.dataform .error textarea{
	background-color: #ffbfbf;
	border-color: red;
}

.dataform .msg{
	display: none;
	font: 10px Verdana;
	color: #ff0d0d;
	float: left;
	margin: 3px 0 0 0;	
}
.dataform .error .msg{
	display: block;
}

.dataform .info{
	font-size: 10px;
	color: #797979;
	display: block;
	padding-top: 3px;
}

.dataform .ajax-loader{
	display: none;
}
.dataform.ondatasend .ajax-loader{
	display: inline;
}

.dataform .btnholder{
	padding-left: 150px;
	padding-top: 20px;
}

.dataform .btnholder .formmsg{
	vertical-align: middle;
}
.dataform .charcount{
	font-size: 11px; 
	padding: 2px 0;
}
.dataform .charcount .charremain{
	color: #336999;
}
/*---------------------------------------------------*/
.fileupload{
	
}
.fileupload .filename{
	font: 10px Verdana;
	margin-right: 5px;
}
.fileupload .progressbar{
	font: 10px Verdana;
	margin-left: 5px;
}
.fileupload .imgbox {
	border:1px solid #DCDCDC;
	margin:2px 2px 5px 0;
	padding:5px;
	text-align:center;
	width: 120px;
}
.fileupload .imgbox img{
	display: block;
	border: 1px solid #DFDFDF;
	padding: 2px;
	margin: 0 auto;
}
/*---------------------------------------------------*/
.iconbox{

}
.iconbox img{
	display: block;
	margin: 0 auto;
}
.iconbox div.item{
	text-align: center;
	width: 90px;
	height: 90px;
	float: left;
	margin: 0 15px 5px 0;
	font-size: 10px;
	overflow: hidden;
}
/*---------------------------------------------------*/
#loginbox{
	width: 320px;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	font-size: 13px;
}
#loginbox .txtinput{
	margin-top: 3px;
	border: 1px solid #d0d0d0;
	padding: 2px;
	width: 180px;
	font: 12px Verdana;
	font-weight: normal;
}
#loginbox .lft{
	float: left;
	width: 130px;
	padding-top: 5px;
	font-weight: bold;
}
#loginbox .rght{
	float: left;
	margin-bottom: 10px;
}

#loginbox select{
	margin-top: 3px;
	border: 1px solid #d0d0d0;
	font: 11px Verdana;
	font-weight: normal;
	vertical-align: middle;
}
#loginbox .error{
	padding: 3px;
	font-size: 10px;
	margin-bottom: 5px;
}
#loginbox .error .ui-icon{
	float: left;
}
#loginbox .error .text{
	float: left;
	display: block;
	padding-top: 3px;
}
/*---------------------------------------------------*/
#userinfo{
	letter-spacing: -1px;
	float: right;
	text-align: right;
	color: black;	
	line-height: 1.3;
	padding-right: 10px;
}
#userinfo a{
	color: black;
	text-decoration: underline;
}
/*---------------------------------------------------*/
.progressbar{
	height: 5px;
	display: inline-block;
	width: 100px;
}
/*---------------------------------------------------*/
#top .console{
	float: left;
	display: none;
}
#top .console a.ui-icon:link,
#top .console a.ui-icon:visited{
	float: left;
	margin: 0 3px 0 0;	
}
#top .console .msg{	
	float: left;
	font-size: 10px;
	width: 400px;
	height: 16px;
	overflow: hidden;
	overflow-y:	scroll;
}
#top .console .msg table{
	width: 100%;
}
#top .console .msg table td{
	padding: 2px;
	border-bottom: 1px solid silver;
}
/*---------------------------------------------------*/
#new_message{
	float: right;
	padding: 5px 20px 0 0;
	display: none;
}
#new_message .ui-icon{
	display: inline-block;
	vertical-align: middle;
}
#new_message a{
	vertical-align: middle;
	font-weight: bold;
}
/*---------------------------------------------------*/
a.helpbutton{
	border: 1px solid ActiveBorder;
	display: inline-block;	
	height: 16px;	
	vertical-align: middle;
}
a.helpbutton span{
	display: inline-block;
}

.ui-accordion-header a.helpbutton{
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 5;
	height: 5px;
}
/*---------------------------------------------------*/
#worksheet_select ul.items{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
#worksheet_select ul.items li{
	background-color: white;
	border: 1px solid #D0D0D0;
	padding: 5px;
	margin-bottom: 2px;
	cursor: move;
}
#worksheet_select ul.items li.highlight{
	background-color: #fffacd;
	border: 1px dashed #D0D0D0;
	height: 17px;
}
#worksheet_select ul.items .ui-icon{
	display: inline-block;
	vertical-align: middle;
}
#worksheet_select ul.items span{
	vertical-align: middle;
}
/*---------------------------------------------------*/
.msgdetail{
	font-size: 12px;
	line-height: 1.4;
}
.msgdetail .detailbox{
	border: 1px solid #CBCBCB;
	margin-bottom: 10px;
	position: relative;
}
.msgdetail .detailbox img{
	vertical-align: middle;
}
.msgdetail .detailbox .dtop{
	background-color: #F5F5F5;
	padding: 10px;
	line-height: 200%;
	font-size: 12px;
}
.msgdetail .detailbox .dtop .subject{
	font: 18px Arial;
}
.msgdetail .detailbox .controlbar{
	padding: 7px 10px;
	border-bottom: 1px solid #CBCBCB;
	font-size: 11px;	
}
.msgdetail .msgcontent{
	padding: 10px;
}
.msgdetail .msgcontent p{
	margin-bottom: 10px;
}
.msgdetail .msgcontent a{
	text-decoration: underline;
}
/*---------------------------------------------------*/
.msg_answer{
	padding: 5px;
	border: 1px dotted black;
}