/*********** ROI FORM and RESULTS ***********/

.roiFormWrap form {
	margin:0px;
	padding:0px;
}

.mainTable th {
	text-align:left;
	padding:3px 10px 3px 10px;
	margin:0px;
	font-size:14px;
	color:#fff;
}
input.txtBox {
	width:50px !important;
	border-color:#999;
}

th.hr {
	background:#4489ca;
}
th.ess {
	background:#ec8100;
}
th.payroll {
	background:#9fbc2a;
}

th.total {
	background:#115a9f;
	font-size:15px;
}
.mainTable td {
	padding:3px 10px 3px 10px;
}

table.payrollKey {
	border:1px solid #e6e5e5;
}

select.roiDDL {
	width:90px !important;
	border:1px solid #999;
}

.payrollKey th {
	background:#ccc;
	font-size:11px !important;
	padding:3px !important;
	color:#333;
}

.payrollKey td {
	font-size:11px;
	padding:3px !important;
	vertical-align:top;
}

tr.shade, td.shade {
	background:#eee;
	padding-top:9px;
	padding-bottom:9px;
}

tr.space, tr.space td {
	font-size:0px;
	line-height:0px;
	height:2px;
}

tr.space2, tr.space2 td {
	font-size:0px;
	line-height:0px;
	height:5px;
}

tr.space3, tr.space3 td {
	font-size:0px;
	line-height:0px;
	height:15px;
}

td.btnSubmit {
	text-align:left;
}

input.noStyle {
	border:none;
	height:auto;
	width:auto;
}

.btnSubmit input {
	height:25px;
	background-color:#F5F5F5;
	border:solid #ccc 1px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
}
.btnSubmit input:hover {
	background-color:#eee;
}
td.numEmpl {
	color:#000;
	background:#e8e6e6;
	padding:7px 10px;
}

.red {
	color:#f00;
}
.rqd {
	background:#f00;
	color:#fff;
	padding:3px 0px;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
