
.Field_SearchKeywords {width: 100%;}
.Field_SearchMultiSelect {width: 100%;}
.Field_SearchDropDown {width: 100%;}

/*******************/
/* Global settings */
/*******************/
.Field_Header, .Field_Required, .Field_RequiredStar,
.iCIMS_MainTable, .iCIMS_Header, .iCIMS_SubHeader, .iCIMS_ErrorMsg, .iCIMS_InfoMsg, .iCIMS_InfoField,
.iCIMS_InfoData, .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
{

}

.iCIMS_MainTable		/* Used to specify the border & background of the main table */
{
border: 0px solid black;
}

.iCIMS_Anchor
{

}

.iCIMS_Header			/* The title that is on top of every page */
{
font-size: 125%;
font-weight: bold;
color: #000000;
text-align: left;
background-color: transparent; 
//padding-left: 4px;
border: 0px solid black;
}

.iCIMS_SubHeader		/* Used to give titles to sections of a page */
{
font-style: normal;
color: #FFFFFF;
background-color: #cc0001;
padding-left: 5px;
padding-bottom: 1px;
border: 1px solid #660000;
}

.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 (i.e. "Name:") */
{

}

.iCIMS_InfoData, .iCIMS_Textarea		/* The data entry portion of forms */
{
font-size: 11px;
}

.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, .iCIMS_JobsTablePaging	/* The header row of the job listings/past submittals */
{
font-weight: bold;
}

.iCIMS_JobsTableEven		/* An even row of the job listings/past submittals */
{

}

.iCIMS_JobsTableEvenAnchor
{

}

.iCIMS_JobsTableOdd		/* An odd row of the job listings/past submittals */
{
background-color: #F2ECDE; /*F1EBD5;*/
}

.iCIMS_JobsTableOddAnchor
{

}

.iCIMS_Button  /* Change Style of button */
{

}

.iCIMS_LoginBox /* Change the style of the text box containing Login/Password */
{

}

.PageError {
color: blue;
font-weight: bold;
}

.PageError_Critical {
color: red;
font-weight: bold;
}

/* ************************** */
/* Styles specific to job.jsp */
/* ************************** */

.iCIMS_JobHeaderTable		/* The table surrounding an individual job listing's info */
{

}

.iCIMS_JobHeaderField		/* A field within an individual job listing's info (i.e. "Location:") */
{
background-color: #F2ECDE /*#F1EBD5;*/
}

.iCIMS_JobHeaderData		/* The data associated with the above fields */
{

}