/* New Penski.com Design */
/* Author:  David Wells */
/* Design:  David Wells */
/* Programmer:  Jeff Wellings */

/* <<<<<<<<<<<<<<<<<<<<<<<<<< Structural Layout >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
body {
	background: #fff;
	margin: 0;
	padding: 0;
	/*text-align: center; /* IE hack part 1 */
}

/*---------------------------- Header Section -------------------------------*/
#header {
	width: 650px;
	height: 140px;
	background: white;
	margin: 0px;
}

#topHeader {
	background: url(../../images/penskiHeaderTop.gif) no-repeat top;
	width: 650px;
	height: 105px;
	margin: 0 auto;
}

#bottomHeader {
	background: url(../../images/penskiHeaderBottom.gif) no-repeat top;
	width: 650px;
	height: 35px;
	margin: 0 auto;
}

#footer {
	background: url(../../images/penskiFooter.gif) no-repeat top;
	width: 375px;
	height: 75px;
	margin: 0 auto;
	
}

/*---------------------------- End Header Section -------------------------------*/

/*---------------------------- Watertown Header Section -------------------------------*/
#watertownHeader {
	width: 650px;
	height: 100px;
	background: white;
	margin: 0px;
}

#watertownTopLeftHeader {
	background: url(../../images/jIWatertownTopLeft.gif) no-repeat top;
	width: 200px;
	height: 75px;
	margin: 0 auto;
}

#watertownTopRightHeader {
	background: url(../../images/jIWatertownTopRight.gif) no-repeat top;
	width: 450px;
	height: 75px;
	margin: 0 auto;
}

#watertownBottomLeftHeader {
	background: url(../../images/jIWatertownBottomLeft.gif) no-repeat top;
	width: 200px;
	height: 25px;
	margin: 0 auto;
}

#watertownBottomRightHeader {
	background: url(../../images/jIWatertownBottomRight.gif) no-repeat top;
	width: 450px;
	height: 25px;
	margin: 0 auto;
}

#watertownFooter {
	background: url(../../images/jIWatertownFooter.gif) no-repeat top;
	width: 400px;
	height: 80px;
	margin: 0 auto;
}
/*---------------------------- EndWatertown Header Section -------------------------------*/

/*------------------------------- Main Body ---------------------------*/

#content {
	position: relative;
	margin: 10px auto;
	width: 650px;
	background: #fff url(../../images/background.jpg) center center no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#frontImage {
	background: #fff url(../../images/paycheck.jpg) center center no-repeat;
	width: 200px;
	height: 142px;
	border: none;
}

#popupContent {
	position: relative;
	margin: 10px auto;
	width: 375px;
	background: #fff url(../../images/background.jpg) center center no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/*------------------------------- End Main Body ---------------------------*/

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< End Structural Layout >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Typography >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* ------------------------------- General --------------------------------- */

p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
 	text-align: left; /* IE hack Part 2 */
}

a {
  	color: #3b59a8;
	font-weight: bold;
 	text-decoration: none;
}


a:hover {
 	color: #da3d32;
 	text-decoration: underline;
 	text-decoration: none;
}

#copyright {
	color: #cccccc;
	font-size: 12px;
	text-decoration: none;
}

#smallLink a {
  	color: #3b59a8;
	font-size: 10px;
	font-weight: bold;
 	text-decoration: none;
}


#smallLink a:hover {
 	color: #da3d32;
	font-size: 10px;
 	text-decoration: underline;
 	text-decoration: none;
}

#headerMenu a{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#headerMenu a:hover{
	color: #339900;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#footerNav a{
	color: #339900;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#footerNav a:hover{
	color: #f9be16;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	color: #3b59a8;
}

h2 {
	font-size: 18px;
	color: #da3d32;
}

h3 {
	font-size: 14px;
	color: #9bcc5a;
}
h4 {
	font-size: 12px;
	color: #9bcc5a;
}

th {
	background: #339900;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
 	border-bottom: 3px solid #9bcc5a;
}

#tableHeader {
	background: #339900;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
 	border-bottom: 3px solid #9bcc5a;
}

#tableSortHeader {
	background: #339900;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
 	border-bottom: 3px solid #9bcc5a;
}

#tableSortHeader a{
	background: #339900;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
 	border-bottom: 3px solid #9bcc5a;
}

#redHeader {
	/*background: #da3d32;*/
	font-size: 18px;
	color: #da3d32;
	/*border-top: 1px solid #3b59a8;
 	border-right: 1px solid #3b59a8;*/
 	border-bottom: 3px solid #3b59a8;
 	/*border-left: 1px solid #3b59a8;*/
}

#header_underline {
	/*background: #3b59a8;*/
	font-size: 18px;
	color: #3b59a8;
	/*border-top: 1px solid #f9be16;
 	border-right: 1px solid #f9be16;*/
 	border-bottom: 3px solid #f9be16;
 	/*border-left: 1px solid #f9be16;*/
}

#header_underline_link {
	/*background: #3b59a8;*/
	font-size: 14px;
	color: #3b59a8;
	height: 20px;
	/*border-top: 1px solid #f9be16;
 	border-right: 1px solid #f9be16;*/
 	border-bottom: 3px solid #f9be16;
 	/*border-left: 1px solid #f9be16;*/
}

#orangeHeader {
	/*background: #f9be16;*/
	font-size: 18px;
	color: #f9be16;
	/*border-top: 1px solid #9bcc5a;
 	border-right: 1px solid #9bcc5a;*/
 	border-bottom: 3px solid #9bcc5a;
 	/*border-left: 1px solid #9bcc5a;*/
}

#greenHeader {
	/*background: #9bcc5a;*/
	font-size: 18px;
	color: #9bcc5a;
	/*border-top: 1px solid #da3d32;
 	border-right: 1px solid #da3d32;*/
 	border-bottom: 3px solid #da3d32;
 	/*border-left: 1px solid #da3d32;*/
}

#darkGreenHeader {
	/*background: #9bcc5a;*/
	font-size: 18px;
	color: #339900;
	/*border-top: 1px solid #da3d32;
 	border-right: 1px solid #da3d32;*/
 	border-bottom: 3px solid #da3d32;
 	/*border-left: 1px solid #da3d32;*/
}

#searchBox {
	border-top: 2px solid #339900;
	border-right: 2px solid #339900;
	border-left: 2px solid #339900;
	border-bottom: 2px solid #339900;
	background: #9bcc5a;
	height: 125px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#searchText {
	font-size: 12px;
	font-weight: bold;
	color: white;
}

#userOptions {
	border-top: 2px solid #ff8000;
	border-right: 2px solid #ff8000;
	border-left: 2px solid #ff8000;
	border-bottom: 2px solid #ff8000;
	background: #f9be16;
}

#jobSeekers {
	border-top: 2px solid #339900;
	border-right: 2px solid #339900;
	border-left: 2px solid #339900;
	border-bottom: 2px solid #339900;
	background: #3b59a8;
	height: 125px;
	padding-left: 5px;
	padding-right: 5px;
}

#jobSeekers a{
	color: #9acb5b;
	font-weight: bold;
 	text-decoration: none;
}

#jobSeekers a:hover{
	color: #f8be18;
	font-weight: bold;
 	text-decoration: none;
}

#employerSection {
	border-top: 2px solid #339900;
	border-right: 2px solid #339900;
	border-left: 2px solid #339900;
	border-bottom: 2px solid #339900;
	background: #f8be18;
	height: 125px;
	padding-left: 5px;
	padding-right: 5px;
}

#employerSection a{
	color: #3b59a8;
	font-weight: bold;
 	text-decoration: none;
}

#employerSection a:hover{
	color: #da3d32;
	font-weight: bold;
 	text-decoration: none;
}

#jobGroup {
	/*background: #9bcc5a;*/
	font-size: 18px;
	color: #9bcc5a;
}

#jobGroup2 {
	/*background: #9bcc5a;*/
	font-size: 12px;
	font-weight: bold;
	color: #3b59a8;
}

#jobGroup a {
	/*background: #9bcc5a;*/
	font-size: 14px;
	color: #f9be16;
}

#jobGroup a:hover {
	/*background: #9bcc5a;*/
	font-size: 14px;
	color: #3b59a8;
}

#jobGroup2 a {
	/*background: #9bcc5a;*/
	font-size: 14px;
	color: #f9be16;
}

#jobGroup2 a:hover {
	/*background: #9bcc5a;*/
	font-size: 14px;
	color: #3b59a8;
}

#boldText {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#captions {
	font-size: 10px;
	color: #000000;
	font-weight: 700;
}

#reqLabel {
	/*background: #9bcc5a;*/
	font-size: 12px;
	font-weight: bold;
	color: #da3d32;
}

#thankYou {
	font-size: 18px;
	color: #f9be16;
}

#corningLink a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#corningLink a:hover{
	color: #da3d32;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.button
{
background-color: #EEEEEE;
border: 2px solid #24006B;
text-decoration: none;
}

.job_posts_main{
	background-color:#f3f3f3;
}
.group_posts .header{
	font:bold 14px Arial;
	background-color:#B7B7B7;
	border-bottom:1px solid #999999;
	padding:4px;
	clear:both;
}

.group_posts .body{
	padding:4px 12px 4px 12px;
	background-color:#CCCCCC;
}
.group_posts .footer{
	font:normal 11px tahoma;
	background-color:#c0c0c0;
	color:#6c6c6c;
	padding:4px;
	margin-bottom:14px;
}

.group_posts .footer .left{
   	float:left;
}

.group_posts .footer .right{
   	float:right;
}

.error_entry {
	font-weight: bold;
	color:#FF0000; /* RED */
}


/* ----------------------------------------------- Every Other Line Classes -------------------------------------- */
.list-line-odd {
	background: #ffffff;
}

.list-line-even {
	background: #C0C0C0;
}

.odd {
	background: #ffffff;
}

.even {
	background: #C0C0C0;
}

/* ------------------------------------------- End Every Other Line Classes --------------------------------------- */

/* used in users/list table */
.sortup,.sortdown {
	background: #33BB00;
}

#post_description {
	border: outset;
}
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
} 