/*	HTML {
	height: 100%;
	margin: 0;;
	padding: 0;
}

FORM { height: 100%;
	
}

BODY {
	height: 100%;
	margin: 0;;
	padding: 0;
	overflow: auto;
}
*/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*border: 1px solid red !important;*/
}

form {
	margin: 0;
	padding: 0;
}

.UIFrame input {
	width: 60px;
}

/*
input[disabled='disabled'] {
	background-color: white;
}
*/

.UIFrame {
	background-color: white;
	border-left-color: #f0f0f0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #f0f0f0;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-color: #a0a0a0;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #a0a0a0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.UIFrameTitle {
	background-color: #4040a0;
	color: white;
	border-left-color: #a0a0a0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #a0a0a0;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-color: #f0f0f0;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #f0f0f0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-color: #a0a0a0;
}

.UIFrameHelp {
	background-color: #f0f0f0;
	color: black;
	padding: 3px;
	font-size: 11px;
}

.UIFrameContent {
	font-size: 12px;
}

.InputError {
	background-color: #fff0e0;
}

.TableStyle {
	margin: 0px;
	padding: 0px;
	border-color: #a0a0a0;
	border-width: 1px;
	border-style: solid;
	/*table-layout: fixed;*/
	/*-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;*/
}

.TableHeaderCell {
	font-size: 11px;
	height: 22px;
	margin: 0px;
	padding-left: 3px;
	padding-right: 2px;
	
	/*background-color: #d0d0d0;
	border-left-color: #f0f0f0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #f0f0f0;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-color: #a0a0a0;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #a0a0a0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
	
	/*-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;*/
}

.TableStyle td:last-child .TableHeaderCell {
	border-right-width: 0px;
}

/*.TableStyle .PaneRowEven tr:first-child {
	background-color: green;
}*/

.TableStyle > tbody > .PaneRowEven:first-child > td {
	background-color: #d0d0d0;
	border-left-color: #f0f0f0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #f0f0f0;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-color: #a0a0a0;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #a0a0a0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.TableStyle .PaneRowOdd {
	background-color: white;
}

.TableStyle .PaneRowEven {
	/*background-color: #f0f0f0;*/
}

.TableHeaderCell {
/*	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;*/
}

/*.TableHeaderCell td {
	background-color: #d0d0d0;*/
}*/

.TableCell {
	margin: 0px;
	padding: 2px;
}

/*
.TableStyle td:first-child .TableCell {
	border-left-color:#a0a0a0;
	border-left-width:1px;
	border-left-style:solid;
}

.TableStyle td:last-child .TableCell {
	border-right-color:#f0f0f0;
	border-right-width:1px;
	border-right-style:solid;
}
*/
.TableNavigation .PaneRowEven {
	background-color: #e0e0e0;
}

.TableNavigation {
	padding: 0px;
	font-size: 11px;
	background-color: #e0e0e0;
	border-left-color: #f0f0f0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #f0f0f0;
	border-top-width: 1px;
	border-top-style: solid;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.Image {
	border: 0px;
}

.rendertooltipstyle {
	border-color: #a0a0a0;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	background-color: #ffffe0;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	/*white-space: wrap;*/
}

.rendertooltiperrorstyle {
	border-color: red;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	color: red;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*white-space: wrap;*/
}

.renderbusystyle {
	opacity: 0.1;
	/*filter: alpha(opacity=10);*/
	background-color: black;
	position: fixed;
	z-index: 200;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 100%;
	/*cursor: wait;*/
}