.tblStyledInfo {
	border-spacing:2px;
	border-collapse:separate;
	border: 0px;
}

.vacDetailsPage .tblStyledInfo{
	/*border-left: 1px solid #272262;
	border-right: 1px solid #272262;*/
}

.vacDetailsPage.applyPage .tblStyledInfo{
	border-left: 0px;
	border-right: 0px;
}

.tblStyledInfo.leftAlignHeader TH {
	text-align:left;
}

.tblStyledInfo.leftAlignHeader TH.mid{
	text-align: center;	
}

.tblStyledInfo.vTopAlignHeader TH {
	vertical-align:middle;
}


.tblStyledInfo { width:100%; }

.tblStyledInfo TH {
	color:#7f8082;
	width: 160px;
	font-weight:normal !important;
	height:25px;
	padding:0 5px;
	padding-top: 5px;
	background: #229ede;
}

.tblStyledInfo a{
	color: #7f8082;
	font-weight: bold;
}

.table>tbody>tr>td{
	border: 0px !important;	
}

.vacDetailsPage .tblStyledInfo TH{
	padding-top: 0px;
	height: 30px;	
}

.tblStyledInfo TD{
	color:#272262;
	background: #F4F2F3;
}

.tblStyledInfo > tbody > TR > TD{
	padding:0 5px;
	vertical-align:middle;
}

.tblStyledInfo TD,
.tblStyledInfo .infoText {
	color:#555;
}

.tblStyledInfo TD .globalButton{
	margin-top:5px;
}