
	div.operationsMenu {
		margin-bottom:2px;
	}

	div.operationsMenu div.title {
		text-align:right;
		float:left;
	}

	div.operationsMenu div.title h1 {
		font-size:11px;
		font-weight:bold;
	}
		

	div.operationsMenu {
		background-color:#FAFAFA;
	}

	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;
	}

#add .wwgrp  .wwlbl{
	font-weight:bold;
	text-align:left;
	width:15em;
}

#add .wwgrp  .wwctrl{
	text-align:left;
}

#add .wwgrp  .wwctrl textarea {
	width:36.5em;
	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;
}

#overview {
	clear:both;
}

#overview #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;
}

	#jobPosting {	
	width:500px;
	margin:auto;
	margin-top:5px;
	margin-left:2em;
	}
	
	
	
	#position,#overview {
	margin-top:5px;
		margin-bottom:5px;
		}
	
	#position label, #overview label {
		font-weight:bold;
		font-size:1.6em;
		color:#F47320;
		text-decoration:underline; 
	}
	
	#information th, #information td {
	text-align:left;
	vertical-align:top;
	padding:3px 0;
	}
	
	#information th {
	width:200px;
	font-size:1.2em;
	font-variant:small-caps;
	}
	
	#body {
			text-align:left;
	}
	
	#jobPostingContainer {
		border:1px solid black;
		background-color:#FAFAFA;
	}
