/* Employment CSS Document */

#employmentBox, #postingBox{
	border:1px solid #454545;
	padding: 2px;
	margin-bottom: 20px;
}

#employmentHead, #postingHead{
	background: #800404; /* old browsers */
   background: -moz-linear-gradient(top, #800404 0%, #BE0909 100%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#800404), color-stop(100%,#BE0909)); /* webkit */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800404', endColorstr='#BE0909',GradientType=0 ); /* ie */
   border-top: 1px solid #B00101;
   border-bottom: 1px solid #B10101;
	color:#FFFFFF;
	font-weight:bold;
	padding: 5px 0 5px 3px;
}

.RowOdd{
	padding: 5px 0 5px 3px;
	background-color:#EBEBEB;
}

.RowEven{
	background-color:#FFFFFF;
	padding: 5px 0 5px 3px;
	
}

#postingHead{
	text-align:center;
	margin-bottom: 20px;
}

#postingBody{
	padding:5px;
}

.sendResume{
	text-align:center;
	font-weight:bold;
	margin-bottom: 20px;
}
