
	div.operationsMenu {
		margin-bottom:1em;
	}

	div.operationsMenu div.title {
		text-align:right;
		float:left;
	}

	div.operationsMenu div.title h1 {
		font-size:11px;
		font-weight:bold;
	}
		

	div.operationsMenu {
		background-color:#DDDDDD;
	}

	div.operationsMenu div.operations {
		text-align:right;
	}	
	
	.hide {
		display:none;
	}
	
	#bottomOpsMenu {
		margin:2em 0 0;
	}
	
#jobPostings {
	min-height:300px;
	height:auto !important;
	height:300px;
}

#jobPostings table {
	border:1px solid black;
	border-collapse:collapse;
	margin:auto;
}

#jobPostings table th, #jobPostings table td {
	border:1px solid black;
}

#add {
	padding-left:5px;
}

#add .wwgrp {
	width:100%;
	padding-bottom:5px;
	text-align:left;
	}

#add .wwgrp  .wwlbl{
	font-weight:bold;
	text-align:left;
	width:15em;
}

#add .wwgrp  .wwctrl{
	text-align:left;
}

#add .wwgrp  .wwctrl textarea {
	width:35em;
	height:5em;
}

#section1{ 
	float: left;  
	width: 40.5em;
}
	
#section2 {
	float: left; 
	clear: right; 
}

div.errorMessage {
	color:#CC5555;
	font-weight:bold;
	text-align:left;
	clear:both;
	width:auto;
}

#overviewSection {
	clear:both;
}

#overviewSection #wwctrl_jobPostings_insert_action_jobPost_overview {
	/** IE actually aligns it right, Firefox doesn't, so, we want to standardize the look */
	text-align:left;
}

img.edit, img.open {
	margin:1px;
	border:1px solid #999;
	background-color:#DDD;
}

img.hover {
	margin:1px;
	cursor:pointer;
	border:1px solid #999;
	background-color:#BBB;
}

