/*===== MAP PAGE =====*/
#locationsTable {
	width: 100%;
}
#locationsTable td {
	vertical-align: top;
}
#locationsTDSearch {
	width: 315px;
	height: 57px;
}
#locationsDivSearch {
	width: 301px;
	height: 48px;
	border: 1px solid #cccccc;
	/*border-radius: 6px;*/
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-image: url('bg_search.png');
	background-repeat: repeat-x;
}
#locationsTDResults {
	padding-right: 14px;
	height: 560px;
}
#formLocationSearch {
	padding: 12px 0 0 15px;
}
#locationsMap {
	width: 98%;
	height: 615px;
	border: 3px solid #cccccc;
	border-radius: 6px;
}

.inputDiv {
    position: relative;
	float: left;
}
.inputLabel {
    color: #999999;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: absolute;
	top: 2px;
	left: 7px;
	
	opacity: 1;
	display: block;
}

#locationsPanel ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#locationsPanel ul li {
	border: 1px solid #cccccc;
	border-radius: 6px;
	display: block;
    /*line-height: 1.31;
    margin-bottom: 0.5em;*/
	margin-bottom: 7px;
	cursor: pointer;
	height: 100px;
}
#locationsPanel .listText {
	padding: 9px 10px 11px 60px;
    position: relative;
    vertical-align: top;
}
#locationsPanel .letter {
	font-weight: bold;
	margin-top: 90%;
	text-align: center;
}
#locationsPanel .listName {
	margin: 2px 0 4px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.listLeftBG {
	float: left;
	width: 45px;
	height: 100%;
	background-image: url('bg_result.png');
	background-repeat: repeat-y;
	background-position: 0px;
	border-right: 1px solid #cccccc;
}
#locationsPanel .listHover, #locationsPanel .listClick {
	border: 1px solid #868686;
}
#locationsPanel .listHover .listLeftBG, #locationsPanel .listClick .listLeftBG {
	background-position: -100px;
}
/*===== END MAP PAGE =====*/


/*===== INDIVIDUAL LOCATION PAGE =====*/
#locationsIndividual {
	width: 100%;
	margin-bottom: 23px;
}
#mapIndividual {
	height: 200px;
	max-width: 300px;
}
/*===== END INDIVIDUAL LOCATION PAGE =====*/


/*===== STATE LISTING PAGE =====*/
#locationList {
}
#locationList .locationName {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 7px 0;
}
/*
#locationList .careerDepartmentName {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 7px 23px;
}
*/
#locationList ul {
	padding: 0 0 0 20px;
	margin: 6px 0 6px 35px;
}
#locationList li {
}
#locationList .locationTrigger {
	background: url("../../images/career-positive.png") no-repeat scroll 0 center transparent;
    padding: 5px 0 5px 25px;
}
#locationList .locationTrigger.active {
    background-image: url("../../images/career-negative.png");
}
#locationList .locationTrigger a {
	font-size: 18px;
	line-height: normal;
}
#locationList .locationContainer {
	margin: 7px 0 3px 25px;
}
/*===== END STATE LISTING PAGE =====*/
