

tbody:nth-child(odd) {
    background: white !important;
}

.label {
    color: black !important;
    font-size : 100%  !important;
}

div.completerow {
padding-top: 1% !important;
}

/* div.threecontrols span.label { */
    /* width: 55% !important; */
	/* } */
	
div.threecontrols {
 padding-top: 1% !important;
	}
	
html input[disabled] {
    cursor: not-allowed !important;
}
 
.requiredux:after {
    content: "*" !important;
    color:red;
    font-weight: bold !important; 
    TEXT-DECORATION: none  !important;
}
.ux_btn_ok{
	background-image: url(../../Images/ok.png);
    background-repeat: no-repeat;
	background-position:center;
    width: 36px;
    height: 36px;
	cursor:pointer;
}

.ux_btn_cancel{
	background-image: url(../../Images/cancel.png);
    background-repeat: no-repeat;
	background-position:center;
    width: 36px;
    height: 36px;
	cursor:pointer;
}

.ux_btn_find{
	background-image: url(../../Images/find.png);
    background-repeat: no-repeat;
	background-position:center;
    width: 36px;
    height: 36px;
	cursor:pointer;
}

.ux_btn_spell_check{
	background-image: url(../../Images/spell-check.png);
    background-repeat: no-repeat;
	background-position:center;
    width: 36px;
    height: 36px;
	cursor:pointer;
}

.ux_btn_print{
	background-image: url(../../Images/print.png);
    background-repeat: no-repeat;
	background-position:center;
    width: 36px;
    height: 36px;
	cursor:pointer;
}
.ux_btn_preview{
	background-image: url(../../Images/preview.png);
    background-repeat: no-repeat;
	background-position:center;
    width: 36px;
    height: 36px;
	cursor:pointer;
}
.formw label
{
    padding :6px 6px;
	font-size:10pt !important;
}

.formw input[type=radio] , .formw input[type=radio] + label {
    float:left;
}
div.half span.formw{
    padding-left:0px !important;
}
div.onecontrol {
    padding: 0.8% 0.1% 0.8% 0.1%;
}
div.toolBarButton {
    margin:1px;
}
.label {
font-weight:normal;
}
.singletopborder{
    margin-top:10px;
}