
.Field_SearchKeywords {width: 100%;}
.Field_SearchMultiSelect {width: 100%;}
.Field_SearchDropDown {width: 100%;}
#jsb_f_zipcode_i {width:24%;}






/*******************/
/* Global settings */
/*******************/
.Field_Header, .Field_Required, .Field_RequiredStar,
.iCIMS_MainTable, .iCIMS_Header, .iCIMS_SubHeader, .iCIMS_ErrorMsg, .iCIMS_InfoMsg, .iCIMS_InfoField,
.iCIMS_InfoData, .iCIMS_InfoData_Agents, .iCIMS_Navigation, .iCIMS_JobsTable, .iCIMS_JobsTableHeader,
.iCIMS_JobsTableEven, .iCIMS_JobsTableOdd, .iCIMS_JobHeaderTable, .iCIMS_JobHeaderField,
.iCIMS_JobHeaderData, .iCIMS_JobsTablePaging, .iCIMS_Button, .iCIMS_Textarea, .iCIMS_Anchor, .iCIMS_LoginBox
{
font: 12px Arial, Helvetica, sans-serif !important;
color: #4d4d4f;
}

.iCIMS_MainTable   /* Used to specify the border and background of the main table */
{
border: 0px solid #ccc;

}

.iCIMS_MainTable label{
display:inline;
}



.iCIMS_MainTable table {border-collapse: separate; margin:1em 1px;}
.iCIMS_MainTable td{ border: 0px solid #ccc; padding: .5em;  }
.iCIMS_MainTable td.table-spacer{ font-size: 1px; line-height: 1px; }

.iCIMS_MainTable a:link   /* All anchors of the main table */
{
color: #de7521; 
text-decoration: none;
}

.iCIMS_MainTable a:visited   /* All anchors of the main table */
{
color: #de7521; 
text-decoration: none;
}

.iCIMS_MainTable a:hover   /* All anchors of the main table */
{
color: #B65F17; 
text-decoration: underline;
}

.iCIMS_MainTable a:active   /* All anchors of the main table */
{
color: #de7521; 
text-decoration: none;
}

.iCIMS_Header   /* The title that is on top of every page */
{
font-size: 22px !important;
font-weight: bold !important;
color: #F58025;
text-align: left;
text-transform:lowercase;
background-color: transparent; 
}

.iCIMS_SubHeader   /* Used to give titles to sections of a page */
{
font-size: 16px !important;
font-weight: bold !important;
color: #4FA600;
text-transform:lowercase;
}

.iCIMS_JobsTableHeader   /* Table headers on Jobs listing page */
{
color:#F58025;
font-size:14px !important;
font-weight:bold !important;
text-decoration:underline;
}

.iCIMS_ErrorMsg   /* Error messages */
{
font-weight: bold !important;
font-size: 125%;
color: red;
}

.iCIMS_InfoData, .iCIMS_Textarea   /* The data entry portion of forms */
{
font-size: 11px !important;
}

.iCIMS_PasswordReminder, .iCIMS_PasswordReminder a   /* The small text below the login form to remind the user of their password */
{
font-size: 8pt !important;

}

.iCIMS_JobsTablePaging   /* The paging/numbers of the job listings/past submittals */
{
font-weight: bold;
}

.iCIMS_JobsTableOdd   /* An odd row of the job listings/past submittals */
{
background-color: #d8d9da;
}

.PageError {
color: blue;
font-weight: bold;
}

.PageError_Critical {
color: red;
font-weight: bold;
}

/* ************************** */
/* Styles specific to job.jsp */
/* ************************** */

.iCIMS_JobHeaderField   /* A field within an individual job listing's info (i.e. "Location:") */
{
background-color: #d4ddcf;
}

