
.Field_SearchKeywords {width: 100%;}
.Field_SearchMultiSelect {width: 100%;}
.Field_SearchDropDown {width: 100%;}
#jsb_f_zipcode_i {width:24%;}

/*******************/
/* Global settings */
/*******************/
a.iCIMS_Anchor:link, a.iCIMS_Anchor:visited
{
text-decoration: underline;
}

.Field_Header, .Field_Required, .Field_RequiredStar,
.iCIMS_MainTable, .iCIMS_Header, .iCIMS_SubHeader, .iCIMS_ErrorMsg, .iCIMS_InfoMsg, .iCIMS_InfoField, .iCIMS_InfoData, .iCIMS_PasswordReminder, .iCIMS_Navigation, .iCIMS_JobsTable, .iCIMS_JobsTableHeader, .iCIMS_JobsTablePaging, .iCIMS_JobsTableEven, .iCIMS_JobsTableOdd, .iCIMS_JobHeaderTable, .iCIMS_JobHeaderField, .iCIMS_JobHeaderData,
{
font-Family:Times New Roman;
}

.iCIMS_MainTable		/* Used to specify the border & background of the main table */
{
/*border: 1px solid black; */
}

.iCIMS_Header			/* The title that is on top of every page */
{
font-size: 28px;
font-weight: bold;
color: #86600f;
text-align:left;
border-bottom: 1px solid #86600f;
padding-bottom:8px;
}

.iCIMS_SubHeader		/* Used to give titles to sections of a page */
{
color: #501e1f;
text-align:left;
font-weight:bold;

}

.iCIMS_ErrorMsg		/* Error messages */
{
font-weight: bold;
font-size: 125%;
color: red;
}

.iCIMS_InfoMsg		/* The intro paragraphs and info messages (normal text) */
{

}

.iCIMS_InfoField		/* The field portion of forms (ie "Name:") */
{

}

.iCIMS_InfoData		/* The data entry portion of forms */
{
font-size: 12pt;
}

.iCIMS_PasswordReminder, .iCIMS_PasswordReminder a	/* The small text below the login form to remind the user of their password */
{
font-size: 8pt;
}

.iCIMS_Navigation		/* The navigation links at the bottom of each page */
{

}

.iCIMS_JobsTable		/* The table holding the job listings/past submittals */
{

}

.iCIMS_JobsTableHeader 	/* The header row of the job listings/past submittals */
{

background-color:#813333;
color:#fff;
}

.iCIMS_JobsTablePaging{
font-weight: bold;
}

.iCIMS_JobsTableEven		/* An even row of the job listings/past submittals */
{

}

.iCIMS_JobsTableOdd		/* An odd row of the job listings/past submittals */
{

background-color: #f2edf1;
}




/* ************************** */
/* Styles specific to job.iCIMS_jsp */
/* ************************** */

.iCIMS_JobHeaderTable		/* The table surrounding an individual job listing's info */
{
/*	border: 1px solid black; */
}

.iCIMS_JobHeaderField		/* A field within an individual job listing's info (ie "Location:") */
{
background-color: #eee;
}

.iCIMS_JobHeaderData		/* The data associated with the above fields */
{

}

