#pageContainer #pageContent {
	background: url(/cml/img/careers-hlc.jpg) left top no-repeat;
	background-color: #ffffff;
}

#pageContent #mainSection {
	margin-top: 190px;
}

#taskPane {
	display: none;
}

.tabularDataTableExt {
    width: 100%;
}

.tabularHeader, .tabularData, .tabularTitle, .tabularFooter {	
    width: 98%;
    padding: 6px 0px 6px 2%;
}


.region, .name, .email, .phone{
    position: relative;
    float: left;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px 0 0;
    word-wrap: break-word;
}

.region {
    width: 20%;
}

.name {
    width: 20%;
}

.email {
    width: 35%;
}

.phone {
    width: 15%;
}

#noteSec{
	border-bottom: 2px solid #AF4440;
    padding-left:12px;
    padding-bottom: 8px;
}
.secBtnContainer{
	margin-top:10px;
}
.secBtnContainer a.priBtn, .secBtnContainer a.priBtn:visited {
	float: right;
	background: url(/cml/img/button-left-hlc.gif) left no-repeat;
	text-decoration: none;
	cursor: pointer;
	color: white;
	padding: 5px 0 5px 10px;
}

