html, body {
	margin:0px 5px 5px 5px;
}
.loadingwrapper {
	width:80%;
	height:50px;
	position:absolute;
	top:50%;
	left:10%;
	margin-top:-25px;
}
.no-close .ui-dialog-titlebar-close {
	display: none;
}
.maintable {
	width:100%;
}
.maintable th, .maintable td {
	border:1px solid #d4d4d4;
	height:13px;
	/*min-width:50px;*/
}
.maintable, .maintable tr, .maintable th, .maintable td {
	font-size:13px;
	line-height:13px;
	font-family:Calibri, Sans-Serif;
	border-collapse:collapse;
}
.maintable th, .maintable td {
	padding:2px 3px;
}
.maintable th {
	font-size:17px;
	font-weight:bold;
	border-width:0px;
	padding-bottom:0px;
}
.maintable .bold, .bold #textfield {
	font-weight:bold;
}
.maintable .yellow {
	background-color:#ffff99;
	/*width:140px;*/
	width:8%;
}
.maintable .yellow2 {
	background-color:#ffff99;
	width:4%;
}
.maintable .blue {
	background-color:#c5d9f1;
	/*width:78px;*/
	width:2%;
}
.maintable .yellow2right {
	background-color:#ffff99;
	/*width:287px;*/
	width:14%;
}
.maintable .white {
	width:10%;
}
.maintable .mark {
	background-color:#ffc000;
}
.maintable .boldborder_top {
	border-top:2px solid #000000;
}
.maintable .boldborder_right {
	border-right:2px solid #000000;
}
.maintable .boldborder_bottom {
	border-bottom:2px solid #000000;
}
.maintable .boldborder_left {
	border-left:2px solid #000000;
}
.maintable .right {
	text-align:right;
}
.maintable .right #textfield {
	text-align:right;
}
#textfield {
	width:100%;
	font-size:13px;
	border:1px solid #136dd9;
	background-color:#ffffff;
	color:#000000;
	line-height:10pt;
	padding:0px 2px;
	height:17px;
	font-family:Calibri, Sans-Serif;
	min-width:78px;
	position:relative;
	left:0px;
	top:-1px;
	margin-bottom:-2px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.textfield_wrapper {
	padding:0px !important;
}
.textfield_loading {
	background-image:url('/images/loading16.gif');
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#ffffff !important;
}
.date {
	border:none;
	font-size:17px;
	font-weight:bold;
	font-family:Calibri, Sans-Serif;
	width:120px;
	text-align:center;
	padding:0px;
}