A.active {
	color: black;
	font-weight: bold;
	text-decoration: none;
	cursor: text;
}

A.disabled {
	color: black;
	text-decoration: none;
	cursor: text;
}

DIV.jobsContainer {
	overflow: auto;
	width: 100%;
	height: 800px;
}

.tagHighlighted {
	background: #f1f5a2;
	font-weight: bold;
}

/*
a.tagHighlighted:link {
	color: #FFFFFF;
}
*/

.postContent {
	float: left;
	/* display: inline; */
	width: 90%;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}

.postContentActive {
	background-color: #CCCCCC;
}

.postDescription {
	background-color: #FFFFFF;
	border: 1px black solid;
	padding: 5px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
	display: none;
}

ul.notesMenu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
}

ul.notesMenu li { display: inline; }

ul.notesMenu li a {
	float: left;
	width: 5em;
	color: #fff;
	background-color: #036;
	padding: 0.2em 1em;
	text-decoration: none;
	border-right: 1px solid #fff;
}

ul.notesMenu li a:hover {
	background-color: #369;
	color: #fff;
}

A.notesMenu {
	float: left;
	width: 5em;
	color: #fff;
	background-color: #036;
	padding: 0.2em 1em;
	text-decoration: none;
	border-right: 1px solid #fff;
}

A.notesMenu:hover {
	background-color: #369;
	color: #fff;
}

.infoBar {
	height: 1.5em;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 4px;
}

#sidebar .mapElement {
	margin-top: 10px;
	margin-right: 8px;
}

.summarized {
	display: none;
}

.info {
	clear: both;
	position: relative;
}

.locationSearch {
	color: #CC0000;
	font-weight: bold;
	width: 40%%;
}

.searchBtn {
	width: 30%;
}

.activeViewContext {
	color: black;
	font-weight: bold;
	background: #FFFFFF;
}

.viewContext {

}

.mapNote {
	overflow-y: auto;
	overflow-x: none;
}

.companyPanel {
	float:left;
	width:300px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	padding-left:10px;
	padding-top:30px;
}

.companyPanel ul li {
	color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top: 1px black dotted;
	background-image: url(../images/MainNavSprite.gif);
}

.companyPanel ul li:hover {
	background-image: url(../images/MainNavSprite-bw.gif);
}

.companyPanel ul li a {
	font-weight: bold;
	color: #FFFFFF;
}

.companyPanel ul li .active {
	color: #000000;
	background: #FFFFFF;
}

.companyPanel ul li .active a {
	color: #000000;
}



