/* CSS Document */

/* CSS For Claymore Functions */

/* =========[ clear class ]========= */
.clearListItem {
	clear:both;
	height:0.0001pt;
}

.clearBoth {
	clear:both;
	height:0.0001pt;
}

.clearLeft {
	clear:left;
	height:0.0001pt;
}

.clearRight {
	clear:right;
	height:0.0001pt;
}
/* ================================= */

/* =======[ TCP Vacancy List ]======= */

.tctVacancyListContainer {
	padding:0px;
}

.tcpVacancyListWrap {
	border:1px solid #4269A8;
	margin-bottom:10px;
}

.tcpVacancyListHeader {
	background-color:#4269A8;
	border-bottom:1px solid #4269A8;
	color:#FFF;
	padding:4px;
	font-weight:bold;
}

.tcpVacancyListDescription {
	border-right:1px dotted #4269A8;
	padding:8px 4px;
	float:left;
	width:307px;
	height:150px;
	background-color:#FFF;
}

.tcpVacancyListOtherDetails {
	padding:8px 4px;
	float:right;
	width:200px;
	height:150px;
	background-color:#83A7E4;
}

/* ================================= */




/* =========[ vacancy detail row styles ]========= */
.tcpVacancyDetailItemNameCell {
	border-right:1px solid #4269A8;
	border-bottom:1px solid #4269A8;
	border-left:1px solid #4269A8;
	background-color:#A9C2ED;
}
.tcpVacancyDetailDataCell {
	border-right:1px solid #4269A8;
	border-bottom:1px solid #4269A8;
}
/* =============================================== */
.tcpPoweredBy {
	float:right; font-size:10px; margin:7px 10px 0 0;
}

