/* CSS Document */

html {min-height: 100%;}

body {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #333;  }

/* GENERAL */
h1,h2,h3,h4,h5,h6 {color: #555; }

h1{font-size:20px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4{font-size:12px;}
h5{font-size:10px;}
h6{font-size:8px;}

a {	color: #6B4E00;	text-decoration: underline;	white-space:nowrap;}
a:hover {text-decoration: none;}
a.clicked {color: #7d91ab !important; text-decoration: none; cursor: default}
img {border:none}
em {font-style: italic;}
i {font-style: italic;}
b,strong {font-weight:bold;}

hr { border: none; border-top: 1px solid #CCCCCC; border-color: #CCCCCC; }

.right { float: right; padding-right: 10px; }
.vMiddle { vertical-align: middle; }

optgroup {font-weight:bold;}

optgroup option{font-weight:normal; margin-left: 5px;}

#content { min-width: 750px;}

#content ol
{
	margin: 5px 0 0 20px;
}

#content ol li
{
	margin: 5px;
}

#content ul.inlineList, #pnlTalentSearchForm ul.inlineList
{
	margin-left:10px;
	display: inline-block;
	list-style-type: none;
	
}

#content ul.inlineList li,#pnlTalentSearchForm ul.inlineList li
{
	display: inline;
	margin: 0 10px 0 0;
}

#content ul.inlineList li#actionMenu
{
	display: inline;
	float:right;
	margin: 0 10px 0 0;
}

.contentMargin 
{
	margin-left:10px;
}

/* FIELDSETS */
fieldset {margin: 5px 10px; border: 1px solid #999999;}
fieldset legend {color: #000000; padding-left: 2px; padding-right: 5px; }
fieldset legend.cp_legend { margin: 0px; padding: 0px; display: none; }
fieldset.candidate-flags {margin-left: 5px; width:250px; padding-bottom:15px;}
fieldset.candidate-flags .formField {float:left; width:250px;}
fieldset.candidate-flags .formField label{width:auto !important; padding-left:10px; padding-bottom:5px;}
fieldset.candidate-flags .formField .cp_errorText {float:right; padding-right:10px; width:65%}
fieldset.candidate-flags input{width:65%; float:right; margin-right:10px;}

#SDSearchForm fieldset, #SDSearchForm fieldset, #questionSummary fieldset {border-bottom: none; border-right: none; border-left: none; clear: both;}
#SDSearchForm fieldset legend, #questionSummary fieldset legend { margin-left: -5px; }
#SDSearchForm fieldset legend a, #questionSummary fieldset legend a { float: left; width: 10px; }
#SDSearchForm #addCriteriaContainer { padding: 0 10px 5px 10px; float: left; }

/* FORMS */
input, textarea, select, option {font-size: 11px;}

div.formField select option {padding: 0 5px;}

textarea {
	width:250px;
	min-height: 80px;
	height:auto;
	height:80px;
	min-width: 250px;
	padding-left: 3px;
}

.smsCounter{width:250px; text-align:right; display:block;}

.captionTextArea {
	width: 250px;
	margin-left: 3px;
	margin-right: 3px;
}

/*
Removed for UI CSS
div#globalQuestionTabNav {
	width: 750px;
	padding: 5px 0 0 0;
}
*/
div.form-container {
	background-color:#F6F7EE;
	border: 1px solid #ccc;
	padding: 5px 0 0 0;
	margin:0 10px;
	display: table;
	width: 795px;
}

div.form-container #manageUsers table{width:100%}

div.form-container .cp_title h2 {
	padding-left:5px;
}

div.filterFormCompact_message {padding:5px; width:785px;}

div.be_formMessage {padding:10px;}

div#tbSelectFromLibrary div.filterFormCompact_message {width:745px;}

div#tbSelectFromLibrary div#pnlFilterForm_full div.form-container {width:745px;}

form#TalentSearchForm div.form-container {
	padding:5px;
}

div.form-container p.be_margin{
	margin:0 5px 5px;
}

form#TalentSearchForm fieldset{
	margin:0px;
  	height:auto !important;
  	height:50px;
}

/* add an execptions for forms in tabs (ie:inside talent search) 
DA: removed for 
div.ui-tabs-panel div.form-container {
	margin:0;
}
div.ui-tabs-panel div.formButtons {
	margin:0;
}

*/

div.formField {
	padding: 5px 0;
	margin: 5px 0;
	display: block;
	clear: left;
	line-height:20px;
}

div.formField input.checkbox[type='checkbox'], div.cp_field input.cp_checkbox[type='checkbox'] {
	margin-right:5px;
}

div.formField div.categories span {float: left; width: 100%; }
div.formField div.categories span.cp_mStar { float: none; width: auto; }
div.formField div.categories .cp_errorText {  margin: 0 0 0 10px }
div.formField div.categories span label { width: 6em; float: left; line-height: 11px; }
div.formField div.categories span input { float: left; margin: 0 10px 0 0; vertical-align: middle; }

div.formField table tr td{vertical-align:top;}

div.approvalStepHeaderField {
	padding: 20px;
	float: none;
	display: block;
}

div.showHistoryRow {
	width: 750px;
}

div.showHistoryLink {
	float: left;
	padding: 10px;
}

div.showPrintFriendlyLink {
	text-align: right;
	padding: 10px;
}


div.showPreviousForm {
	text-align: right;
	padding: 10px;
}
tr.cutoff td.dragHandle {
	background-position: center center;
	cursor: move;
	background-image:url('/_common/images/default/gripper.png');
}

tr.cutoff td{
	background-color: #BB0000;
	color: #FFF;
	line-height:8px;	
}

.showSelectHandle {
	cursor: pointer;
}



.radioButton
{
	vertical-align: top;
}

.toolTip
{
	vertical-align: top;
	position: absolute;
	z-index: 3000;
	border: 1px solid #CCC;
	background-color: #F6F7EE;
	padding: 5px;
}

div.displayQuestionContainer {
	background: #E0E3C4;
	padding: 4px 0px;
	margin: 5px 1px 2px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	float: left;
}

td.displayQuestion {
	background: #E0E3C4;
	padding: 4px 0px;
	margin: 5px 1px 2px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

div.displayQuestion label
{
	margin-top: 2px;
	vertical-align: top;
	margin-left: 2px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	float:left;
}

div.displayQuestion table.cp_groupQuestionTable {
	float: left;
	width: 100%;
}

div.displayQuestion div p
{
	margin: 5px 20px;
	float:left;
}

div.formField label
{
/*	margin-top: 2px;
	vertical-align: top;*/
	margin-right: 10px;
	width: 180px;
	text-align: right;
	font-weight: bold;
	float:left;
	
	line-height:20px;
}

div.formField table.tableList
{
	width: 450px;
	font-weight: bold;
	float:left;
	background-color: #E0E3C4;
}

div.formField table td 
{ 
	padding: 5px;
	vertical-align: top; 
}

div.formField table td label 
{ 
	font-weight: bold; 
}

div.formField table th 
{ 
	padding: 5px; 
}

div.formField label.longLabel{float:none; display:inline-block;}

.cp_applicationForm fieldset label, .cp_applicationForm fieldset input, .cp_applicationForm .cp_label label
{
	line-height:20px;
}

.cp_applicationForm fieldset input 
{
	vertical-align:baseline; 
}

div.formFieldReadOnly
{	margin: 20px 20px;
	clear: both;
}

div.formFieldReadOnly label
{	clear: right;
	font-weight: bold;
}

div.formField div.label
{
	margin-top: 2px;
	vertical-align: top;
	margin-right: 10px;
	width: 180px;
	text-align: right;
	font-weight: bold;
	float:left;
}

div.formField div.vertical
{
	text-align: left;
}

div.formField div.label p
{
	clear: none;
	float: none;
}

div.formField label.horizLabel
{
	margin-top: 2px;
	vertical-align: top;
	margin-right: 10px;
	text-align: left;
	font-weight: bold;
	width: 100%;
}

div.formField span.link a {
	vertical-align: top;
}

div.formField label.large
{	
	width: 240px;	
}

div.formField label.alignBase
{	
	vertical-align: baseline;
}

.radioButton
{
	display: inline-block;
}

div.formField div label
{
	margin-top: 2px;
	vertical-align: top;
	float: none;
	margin-right: 0;
	width: auto;
	text-align: left;
	font-weight: normal;
}

div.formField p
{
/*	margin-top: 2px;*/
	display: inline;
}

div.formField div input, select
{
	
}

div.formField div{
    display: block;
    float: left;
}

div.formField div.mce-container-body div.mce-edit-area{
	display: block;
	float:none;
	clear:both;
}

div.formField div.mce-toolbar-grp {
    display: block;
    width: 100%;
}



.mce-toolbar div{
    clear:right;
}

div.mce-container-body{
	width:100%;
}

.mce-tinymce {float:left!important;}

div.mceFormField:after {
	content: " "; 
   visibility: hidden; 
   display: block !important; 
   height: 0!important; 
   clear: both!important;
}
/**********************************************************************************************************************
	TinyMCE icon overwrite
***********************************************************************************************************************/

.mce-tinymce #mce_15-open {padding:2px 10px;}

i.mce-i-bold:before {content:" " !important}
i.mce-i-bold {background-image:url('/_common/images/font_icon/bold.png');}

i.mce-i-italic:before {content:" " !important}
i.mce-i-italic {background-image:url('/_common/images/font_icon/italic.png');}

i.mce-i-underline:before {content:" " !important}
i.mce-i-underline {background-image:url('/_common/images/font_icon/underline.png');}

i.mce-i-forecolor:before {content:" " !important}
i.mce-i-forecolor {background-image:url('/_common/images/font_icon/text-color.png');}

i.mce-i-backcolor:before {content:" " !important}
.mce-tinymce i.mce-i-backcolor {background:url('/_common/images/font_icon/back-color.png') #BBB}

i.mce-i-cut:before {content:" " !important}
i.mce-i-cut {background-image:url('/_common/images/font_icon/scissors.png');}

i.mce-i-copy:before {content:" " !important}
i.mce-i-copy {background-image:url('/_common/images/font_icon/copy.png');}

i.mce-i-paste:before {content:" " !important}
i.mce-i-paste {background-image:url('/_common/images/font_icon/paste.png');}

i.mce-i-pastetext:before {content:" " !important}
i.mce-i-pastetext {background-image:url('/_common/images/font_icon/paste-as-text.png');}

i.mce-i-undo:before {content:" " !important}
i.mce-i-undo {background-image:url('/_common/images/font_icon/undo.png');}

i.mce-i-redo:before {content:" " !important}
i.mce-i-redo {background-image:url('/_common/images/font_icon/redo.png');}

i.mce-i-searchreplace:before {content:" " !important}
i.mce-i-searchreplace {background-image:url('/_common/images/font_icon/search-replace.png');}

i.mce-i-bullist:before {content:" " !important}
i.mce-i-bullist {background-image:url('/_common/images/font_icon/ul.png');}

i.mce-i-numlist:before {content:" " !important}
i.mce-i-numlist {background-image:url('/_common/images/font_icon/ol.png');}

i.mce-i-indent:before {content:" " !important}
i.mce-i-indent {background-image:url('/_common/images/font_icon/indent-increase.png');}

i.mce-i-outdent:before {content:" " !important}
i.mce-i-outdent {background-image:url('/_common/images/font_icon/indent-decrease.png');}

i.mce-i-hr:before {content:" " !important}
i.mce-i-hr {background-image:url('/_common/images/font_icon/hr.png');}

i.mce-i-alignleft:before {content:" " !important}
i.mce-i-alignleft {background-image:url('/_common/images/font_icon/align-left.png');}

i.mce-i-aligncenter:before {content:" " !important}
i.mce-i-aligncenter {background-image:url('/_common/images/font_icon/align-center.png');}

i.mce-i-alignright:before {content:" " !important}
i.mce-i-alignright {background-image:url('/_common/images/font_icon/align-right.png');}

i.mce-i-alignjustify:before {content:" " !important}
i.mce-i-alignjustify {background-image:url('/_common/images/font_icon/justify.png');}

i.mce-i-link:before {content:" " !important}
i.mce-i-link {background-image:url('/_common/images/font_icon/link.png');}

i.mce-i-unlink:before {content:" " !important}
i.mce-i-unlink {background-image:url('/_common/images/font_icon/remove-link.png');}

i.mce-i-code:before {content:" " !important}
i.mce-i-code {background-image:url('/_common/images/font_icon/source.png');}

i.mce-i-charmap:before {content:" " !important}
i.mce-i-charmap {background-image:url('/_common/images/font_icon/special-code.png');}

i.mce-i-spellchecker:before {content:" " !important}
i.mce-i-spellchecker {background-image:url('/_common/images/font_icon/spell-check.png');}

.mce-checked i.mce-i-checkbox {content:" " !important; background-image:url('/_common/images/font_icon/tick.png') !important; filter:none !important;}

div.formField div p
{
	clear:both;
	display: block;
	float: left;
}

div.formButtons
{
	background-color:#F6F7EE;
	display: block;
	height:40px;
	width:795px;
	border:1px solid #cccccc;
	margin:0 10px;
	clear:both;
}

div.tabbedFormButtons 
{
	border-top:1px solid #cccccc;
	border-right:none;
	border-left:none;
	border-bottom:none;
	margin-left:0;
	margin-right:0;	
	width:auto;
}

div.formButtons div.formCancel
{
	padding:10px;
	float: left;
}

div.formButtons div.formUpdate
{
	padding:10px;
	float: right;
}

div.listButtons
{
	width: 100%;
	display: table;
	background-color: #eeeeee;
	border-top: 1px solid #dbb033;
	border-bottom: 1px solid #dbb033;
}
div.listButtons div
{
	margin: 5px;
}

div.listButtons div.formCancel
{
	float: left;
}

div.listButtons div.formUpdate
{
	float: right;
}

div.filterButtons
{
	width: 100%;
}
div.filterButtons div
{
	padding:10px;
}

div.filterButtons div.formCancel
{
	float: left;
}

div.filterButtons div.formUpdate
{
	float: right;
}

div.formBuilderButtons
{
	width: 100%;
	margin: 10px 0;
	float: left;
}

div.formBuilderButtons div.formCancel
{
	float: left;
}

div.formBuilderButtons div.formUpdate
{
	float: right;
}

div #emailText
{
	vertical-align: top;
	width: 680px;
	text-align: left;
	float:left;
	margin-bottom: 10px;
	margin-left:182px;
	white-space: normal;
}

div #emailText ul
{
	float:left;
	clear:left;
	margin-left:10px;
	width: 510px;
	list-style-position: inside;
}

div #emailText ol
{
	float:left;
	clear:left;
	margin-left:10px;
	width: 510px;
	list-style-position: inside;
}

div #emailText p
{
	margin-top: 2px;
	display: block;
	clear:left;
}

.textInput
{
	width: 150px;
	font-family: Tahoma;
	font-size: 11px;
}

input.smallestText, select.smallestText
{
	width: 50px;
}

input.smallerText, select.smallerText
{
	width: 100px;
}

input.mediumText, select.mediumText
{
	width: 150px;
}

input.largerText, select.largerText
{
	width: 300px;
}

input.largestText, select.largestText
{
	width: 400px;
}

input.button 
{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

button.button 
{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

/* Tables based forms */

table.stepContainer td.stepTitle {	width: 100%; padding: 5px; background-color: #514C60; color: #fff; font-size: 16px; }
table.stepContainer td.mandatoryQuestions {	width: 100%; font-size: 12px;}

table.stepContainer td.label {
	padding-top: 5px;
	vertical-align: top;
	margin-right: 10px;
	width: 180px;
	text-align: right;
	font-weight: bold;
}

/*for when label/component orientation is vertical */
table.stepContainer td.vlabel {
	padding-top: 5px;
	vertical-align: top;
	margin-right: 10px;
	text-align: left;
	font-weight: bold;
	padding-left: 50px;
}

table.stepContainer td.field { 
	padding: 5px 0px 5px 5px;
}

table.displayQuestions { background-color: #E0E3C4; width: 100%; margin-left: 10px;}
table.displayQuestions td { padding: 5px; vertical-align: top; }
table.displayQuestions td label { font-weight: bold; }

table.subjectresults th { padding: 5px; }
/* LAYOUT */

#pageWrapper {margin: 0 5px; min-width: 990px;}

#logoWelcome
{
	width: 590px;
	height: 48px;
	float: left;
	background: url(/_common/images/default/siteID.jpg) no-repeat 0 0;
}

#logoWelcome #logo
{
	width: 110px;
	height: 48px;
	float: left;
	display: block;
}

#logoWelcome #logo h1
{
	display: none;
}

#logoWelcome #welcome
{
	width: 365px;
	margin: 28px 0 0 110px;
	float: left;
}

#logoWelcome #welcome #userimpersonation
{
	font-weight:bold;
	color: #FF0000;
}

#logoWelcome #welcome #userimpersonation a
{
	font-weight:bold;
	color: #FF0000;
}
#searchDate {
	width: 228px;
	float: right;
	display: inline;
	margin: 0 10px 0 0;
}

#searchDate #search {
	float: right;
	border: 1px solid #000;
	border-top: none;
	width: 225px;
	height: 22px;
	background: url(/_common/images/default/search_bground.jpg) repeat-x 0 0;
	margin: 0 0 10px 0;
}

#searchDate #search p {margin: 3px 0 0 30px;}

#searchDate #search p a {
	color: #313131;
}

#searchDate #date {
	margin: 0 0 10px 0;
	text-align: right;
}

#searchDate #date p
{
	
}

/* MAIN NAV */

#mainNav {
	clear: both;
	height: 34px;
}

#mainNav ul {
	list-style-type: none;
}

#mainNav ul li {
	float: left;
	margin: 0 3px 0 0;
}

#mainNav ul li a {
	float: left;
	color: #313131;
	padding: 4px 12px 0 30px;
	text-decoration: none;
	text-transform: uppercase;
}

#mainNav ul li a:hover {
	text-decoration: underline;
}

#mainNav ul li a.active, #mainNav ul li a.active:hover {
	height: 23px;
	font-weight: bold;
	text-decoration: none;
}

#mainNav ul li#home {
	background: url(/_common/images/default/nav_home_bground_rpt.jpg) repeat-x 0 0;
}
#mainNav ul li a.home {
	height: 23px;
	border-right: 1px solid #696969;
	background: transparent url(/_common/images/default/nav_home_bground.jpg) no-repeat 0 0;
}
#mainNav ul li a.home:hover {
	border-bottom: 1px solid #8a8a8a;
}
#mainNav ul li#home a.active {
	border-right: 1px solid #696969;
	background: transparent url(/_common/images/default/nav_home_bground.jpg) no-repeat 0 0;
	border-bottom: 1px solid #8a8a8a;
}

#mainNav ul li#talent {
	background: url(/_common/images/default/nav_talent_bground_rpt.jpg) repeat-x 0 0;
}
#mainNav ul li a.talent {
	height: 23px;
	border-right: 1px solid #900606;
	background: transparent url(/_common/images/default/nav_talent_bground.jpg) no-repeat 0 0;
}
#mainNav ul li a.talent:hover {
	border-bottom: 1px solid #900606;
}
#mainNav ul li#talent a.active {
	border-right: 1px solid #900606;
	background: transparent url(/_common/images/default/nav_talent_bground.jpg) no-repeat 0 0;
	border-bottom: 1px solid #900606;
}

#mainNav ul li#jobs {
	background: url(/_common/images/default/nav_jobs_bground_rpt.jpg) repeat-x 0 0;
}
#mainNav ul li a.jobs {
	height: 23px;
	border-right: 1px solid #946500;
	background: transparent url(/_common/images/default/nav_jobs_bground.jpg) no-repeat 0 0;
}
#mainNav ul li a.jobs:hover {
	border-bottom: 1px solid #d29c00;
}
#mainNav ul li#jobs a.active {
	border-right: 1px solid #946500;
	background: transparent url(/_common/images/default/nav_jobs_bground.jpg) no-repeat 0 0;
	border-bottom: 1px solid #d29c00;
}

#mainNav ul li#tasks {
	background: url(/_common/images/default/nav_tasks_bground_rpt.jpg) repeat-x 0 0;
}
#mainNav ul li a.tasks {
	height: 23px;
	border-right: 1px solid #116a8b;
	background: transparent url(/_common/images/default/nav_tasks_bground.jpg) no-repeat 0 0;
}
#mainNav ul li a.tasks:hover {
	border-bottom: 1px solid #3c93b3;
}
#mainNav ul li#tasks a.active {
	border-right: 1px solid #116a8b;
	background: transparent url(/_common/images/default/nav_tasks_bground.jpg) no-repeat 0 0;
	border-bottom: 1px solid #3c93b3;
}

#mainNav ul li#requisitions {
	background: url(/_common/images/default/nav_requisitions_bground_rpt.jpg) repeat-x 0 0;
}
#mainNav ul li a.requisitions {
	height: 23px;
	border-right: 1px solid #534080;
	background: transparent url(/_common/images/default/nav_requisitions_bground.jpg) no-repeat 0 0;
}
#mainNav ul li a.requisitions:hover {
	border-bottom: 1px solid #8671b7;
}
#mainNav ul li#requisitions a.active {
	border-right: 1px solid #534080;
	background: transparent url(/_common/images/default/nav_requisitions_bground.jpg) no-repeat 0 0;
	border-bottom: 1px solid #8671b7;
}

#mainNav ul li#vendors {
	background: url(/_common/images/default/nav_vendors_bground_rpt.jpg) repeat-x 0 0;
}
#mainNav ul li a.vendors {
	height: 23px;
	border-right: 1px solid #93421f;
	background: transparent url(/_common/images/default/nav_vendors_bground.jpg) no-repeat 0 0;
}
#mainNav ul li a.vendors:hover {
	border-bottom: 1px solid #cb673c;
}
#mainNav ul li#vendors a.active {
	border-right: 1px solid #93421f;
	background: transparent url(/_common/images/default/nav_vendors_bground.jpg) no-repeat 0 0;
	border-bottom: 1px solid #cb673c;
}

#mainNav ul li#scheduler {

	background: url(/_common/images/default/nav_interviews_bground_rpt.jpg) repeat-x 0 0;
}
#mainNav ul li a.scheduler {
	height: 23px;
	border-right: 1px solid #26726d;
	background: transparent url(/_common/images/default/nav_interviews_bground.jpg) no-repeat 0 0;
}
#mainNav ul li a.scheduler:hover {
	border-bottom: 1px solid #89b572;
}
#mainNav ul li#scheduler a.active {
	border-right: 1px solid #26726d;
	background: transparent url(/_common/images/default/nav_interviews_bground.jpg) no-repeat 0 0;
	border-bottom: 1px solid #89b572;
}

#mainNav ul li#reports {
	background: url(/_common/images/default/nav_reports_bground_rpt.jpg) repeat-x 0 0;
}
#mainNav ul li a.reports {
	height: 23px;
	border-right: 1px solid #26726d;
	background: transparent url(/_common/images/default/nav_reports_bground.jpg) no-repeat 0 0;
}
#mainNav ul li a.reports:hover {
	border-bottom: 1px solid #489a95;
}
#mainNav ul li#reports a.active {
	border-right: 1px solid #26726d;
	background: transparent url(/_common/images/default/nav_reports_bground.jpg) no-repeat 0 0;
	border-bottom: 1px solid #489a95;
}

#mainNav ul li#sharedfiles {
	background: url(/_common/images/default/nav_sharedfiles_bground_rpt.jpg) repeat-x 0 0;
}
#mainNav ul li a.sharedfiles {
	height: 23px;
	border-right: 1px solid #977c7d;
	background: transparent url(/_common/images/default/nav_sharedfiles_bground.jpg) no-repeat 0 0;
}
#mainNav ul li a.sharedfiles:hover {
	border-bottom: 1px solid #b68d8f;
}
#mainNav ul li#sharedfiles a.active {
	border-right: 1px solid #977c7d;
	background: transparent url(/_common/images/default/nav_sharedfiles_bground.jpg) no-repeat 0 0;
	border-bottom: 1px solid #b68d8f;
}

#mainNav ul li#system {
	background: url(/_common/images/default/nav_system_bground_rpt.jpg) repeat-x 0 0;
}
#mainNav ul li a.system {
	height: 23px;
	border-right: 1px solid #204481;
	background: transparent url(/_common/images/default/nav_system_bground.jpg) no-repeat 0 0;
}
#mainNav ul li a.system:hover {
	border-bottom: 1px solid #416bb2;
}
#mainNav ul li#system a.active {
	border-right: 1px solid #204481;
	background: transparent url(/_common/images/default/nav_system_bground.jpg) no-repeat 0 0;
	border-bottom: 1px solid #416bb2;
}

#mainNav ul li#notifications {
	background: url(/_common/images/default/nav_notifications_bground_rpt.jpg) repeat-x 0 0;
	margin: 0;
}
#mainNav ul li a.notifications {
	height: 23px;
	border-right: 1px solid #8d2323;
	background: transparent url(/_common/images/default/nav_notifications_bground.jpg) no-repeat 0 0;
}
#mainNav ul li a.notifications:hover {
	border-bottom: 1px solid #c12e2e;
}

#mainNav ul li#notifications a.active {
	border-right: 1px solid #8d2323;
	background: transparent url(/_common/images/default/nav_notifications_bground.jpg) no-repeat 0 0;
	border-bottom: 1px solid #c12e2e;
}

#mainNav form {
	float: right;
	margin: 0 10px 0 0;
	display: inline; /* IE 6/7 */
}
/********** Sub Nav Styles **********/

#subNav {
	clear: both;
	background: url(/_common/images/default/subnav_bground_off_rpt.jpg) repeat-x 0 0;
	height: 27px;
	margin: 0px 0 0 0;
}

#subNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 27px;
	position:absolute; z-index:3;
}

#subNav ul li { 	
	list-style-type:none;
	float: left;
 	position: relative;
 	border-right: 2px solid #FFF;
}

#subNav ul li a {
	float: left;
	display: inline;
	color: #313131;
	padding: 4px 0.9em 6px 1.8em;
	text-decoration: none;
	font-weight: bold;	
	background: url(/_common/images/default/subnav_arrow_off.gif) no-repeat .8em 8px; 
}

/* For background hover */

#subNav ul li.over, #subNav ul li:hover {	
	background: url(/_common/images/default/subnav_bground_on_rpt.jpg) repeat-x 0 0;
}

/* For arrow hover */

#subNav ul li a:hover {
	background: url(/_common/images/default/subnav_arrow_on.gif) no-repeat .8em 8px; 
	text-decoration: underline;
}

/* For background active */

#subNav ul li.active {	
	background: url(/_common/images/default/subnav_bground_on_rpt.jpg) repeat-x 0 0;  
}

#subNav ul li.active a, #subNav ul li.active a:hover {
	background: url(/_common/images/default/subnav_arrow_active.gif) no-repeat .6em 10px; 
	text-decoration: none;
}

#subNav ul li ul {
	display: none;
	position: absolute; 
	top: 23px;
	left: 0;
}

#subNav ul li > ul {
	/*left: auto;*/
}

#subNav ul li:hover ul, #subNav ul li.over ul { 
	display: block;
	width: 10px; 
}

#subNav ul li ul li {
	display: block;
	
}

#subNav ul li ul li a, #subNav ul li.over ul li a, #subNav ul li.active ul li a {
	display: block;
	float: none;
	height: auto;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	background: #F7F0D7;
	border: 1px solid #D6A619;
	border-top: none;
	white-space:normal;
}

/* Job Card Sub Nav */

#subNav ul li ul.jobDetails li a {
	width: 210px;
}
#subNav ul li ul.sourcing li a {
	width: 210px;
}
#subNav ul li ul.applicationForms li a {
	width: 220px;
}
#subNav ul li ul.emails li a {
	width: 270px;
}
#subNav ul li ul.groupsAssessment li a {
	width: 220px;
}

#subNav ul li ul.candidateList li a {
	width: 220px;
}

/* For background hover switch off */

#subNav ul li ul li:hover {
	background: #F0DFAC; 
	text-decoration: none;
}

/* For arrow hover switch off */

#subNav ul li ul li a:hover, #subNav ul li.over ul li a:hover, #subNav ul li.active ul li a:hover {
	background: #F0DEAC;
	text-decoration: none;
	/*font-weight: bold;*/
	font-weight:normal;
	
}

#subNav ul li ul li.active a, #subNav ul li.over ul li.active a, #subNav ul li.active ul li.active a {
	background: #F0DEAC;
	/*font-weight: bold;*/
	font-weight:normal;
}

/* Breadcrumb and Candidate dropdown */

#breadcrumbBar {
	height: 25px;
	background: url(/_common/images/default/breadcrumb_bground.jpg) repeat-x 0 0;
	font-size: 11px;
}

#breadcrumbs {
	float: left;
	margin: 5px 0 0 10px;
	display: inline;
}

#breadcrumbs span {
	font-weight: bold;
}

#breadcrumbs a {
	color: #313131;
}

/* RECENT ITEMS */

#candidateDropbox {
	display: inline; /* IE 6 */
	margin: 2px 10px 0 0;
	float: right;
}

#candidateDropbox label
{
	font-weight: bold;

}

#candidateDropbox label select
{
	margin:0 0 0 15px;
	font-weight: normal;
	font-size: 11px;
}

/* SEARCH BAR */

#searchBar {
	background: #f2f2f2;
	height: 30px;
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	font-size: 11px;
}

#searchBar #JobSearch
{
	display: inline;
	margin: 5px 10px 0 0;
	width: auto;
	float: right;
}

/* HEADING STYLES */

#headingBar {
	clear: both;
}

#Heading {
	float: left;
	margin: 0 0 6px 10px;
}

#Heading h1 {
	color: #6a4f00;
	float: left;
	display: inline;
	margin: 5px 0 0 0;
}

#Heading h2 {
	color: #6a4f00;
	float: left;
	display: inline;
}

#Heading h3 {
	color: #6a4f00;
	float: left;
}


/* Sub Heading Styles */

div.subHeading {
	color: #6a4f00;
	padding:5px 5px 5px 10px;
}

div.subHeading h2.subHeading {
	color: #6a4f00;
	width: 50%;
	display: inline;
}

div.subHeading h3.subHeading {
	display: inline;
}

div.subHeading span.add, div.subHeading span.edit, div.subHeading span.delete 
{
	margin: 2px 0px 0px 0px;
	display: inline;
	position: absolute;
	right: 15px;
}

div.form-container span.add 
{
	margin: 2px 0px 2px 0px;
	padding-right: 10px;
	display: inline;
	float: right;
}


/* Pagination Styles */

#masterdiv{clear:left;}

#masterdiv #pnlFilterForm_full p{margin:5px 10px;}

#rowCountBar {
	margin: 15px 0 0 0;
	padding: 0 10px;
}

#rowCountBar .pageCount{clear:left;}

#rowCountBar p {
	float: left;
	margin: 0 0 0 0;
	}

.be_paginationLeft {
	float:left;
}

.be_paginationSelectColumn {
	padding-bottom:3px;
}

.be_paginationRecordsDisplay {
	padding-top:3px;
}

.be_paginationBtnFirst {
	background-image:url(/_common/css/images/pagination.png);
	display:block;
	overflow:hidden;
	width:24px;
	height:24px;
	background-position:0px -25px;
	float:left;
}

.be_paginationBtnPrevious {
	background-image:url(/_common/css/images/pagination.png);
	display:block;
	overflow:hidden;
	width:24px;
	height:24px;
	background-position:-25px -25px;
	float:left;
}

.be_paginationBtnNext {
	background-image:url(/_common/css/images/pagination.png);
	display:block;
	overflow:hidden;
	width:24px;
	height:24px;
	background-position:-50px -25px;
	float:left;
}

.be_paginationBtnLast {
	background-image:url(/_common/css/images/pagination.png);
	display:block;
	overflow:hidden;
	width:24px;
	height:24px;
	background-position:-75px -25px;
	float:left;
}

.be_paginationBtnFirst a {
	display:block;
	width:24px;
	height:24px;
}

.be_paginationBtnPrevious a {
	display:block;
	width:24px;
	height:24px;	
}

.be_paginationBtnNext a {
	display:block;
	width:24px;
	height:24px;
}

.be_paginationBtnLast a {
	display:block;
	width:24px;
	height:24px;
}

.be_paginationBtnDisabled a{
	display:none;
}

.be_paginationBtnFirst:hover {
	background-position-y: -50px;
}

.be_paginationBtnPrevious:hover {
	background-position-y: -50px;
}

.be_paginationBtnNext:hover {
	background-position-y: -50px;
}

.be_paginationBtnLast:hover {
	background-position-y: -50px;
}

.be_paginationBtnDisabled {
	background-position-y: 0px;
	cursor:default;
}
.be_paginationBtnDisabled:hover {
	background-position-y:0px;
}

.be_selectColumns {
	background-image:url(/_common/css/images/pagination.png);
	display:block;
	overflow:hidden;
	width:24px;
	height:24px;
	background-position:-100px -25px;
	float:left;
}

.be_selectColumns:hover {
	background-position-y: -50px;
}



p.filter {
	padding-bottom:5px; 
	clear:left;
	float:left;
	line-height:27px; 
	color: #313131; 
	padding-left: 20px;
	background: url(/_common/images/default/icon_filter_small.gif) no-repeat left 6px; 
	margin: 0 30px 0 10px;
} 

span.help {
	padding-bottom:5px;
	clear:left;
	float:left;
	color: #313131;
	padding-left: 20px;
	background: url(/_common/images/default/icon_info_small.gif) no-repeat;
}

#processStepLegend {
	margin-left: 10px;
	margin-top: 10px;
}

#processStepLegend span{margin-right:15px; line-height:16px;}
#processStepLegend span.processLegendLast{margin-right:0px;}

#rowCountBar p.nonFF{line-height:13px;background: url(/_common/images/default/icon_filter_small.gif) no-repeat left top;margin: 0 30px 0 0; text-indent:20px; padding-bottom:5px;}
div.iconKeyContainer{width:100%; padding-bottom:5px; papdding-top:4px; float:left;}/*JOBS LIST PAGE ONLY*/
#JobsList #rowCountBar .pageCount .cp_pagination {line-height:27px;}/*JOBS LIST PAGE ONLY*/

div.iconKey{border:1px solid #cccccc; background:#f6f7ee; float:left; padding:4px 8px; margin-right:5px; clear:left; }
div.iconKey p{line-height:16px;}
div.iconKey span{line-height:16px;}

#rowCountBar p.taskList {
	background: url(/_common/images/default/icon_view_tasks.gif) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

#rowCountBar p.applicantList {
	background: url(/_common/images/default/icon_folder_small.gif) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

#rowCountBar p.applicantGroup {
	background: url(/_common/images/default/icon_people_small.gif) no-repeat left center;
	text-indent: 20px;
	/*no margin - last on iconKey list*/
}

#rowCountBar p.jobFlag {
	background: url(/_common/images/default/icon_red_flag.gif) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

#rowCountBar p.globalFlag {
	background: url(/_common/images/default/icon_g_small.gif) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

#rowCountBar p.duplicateCandidateFlag {
	background: url(/_common/images/default/icon-duplicate-applicant.png) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0; 	
}

#rowCountBar p.viewApplication {
	background: url(/_common/images/default/icon-application.png) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

#rowCountBar p.viewResume {
	background: url(/_common/images/default/icon-resume.png) no-repeat left center;
	text-indent: 20px;
	margin: 0 0px 0 0;
}

#rowCountBar p.legendMinimumCutoff {
	background: url(/_common/images/c.png) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 15px;
}

#rowCountBar p.legendManualchange {
	background: url(/_common/images/m.png) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

#rowCountBar p.legendScreenout {
	background: url(/_common/images/s.png) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

#rowCountBar  p.legendEligable {
	background: url(/_common/images/default/tick.gif) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

#rowCountBar  p.legendIneligable {
	background: url(/_common/images/default/crossMedium.png) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

#rowCountBar  p.legendCertApplication {
	background: url(/_common/images/default/icon-application.png) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

#rowCountBar  p.legendCertResume {
	background: url(/_common/images/default/icon-resume.png) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

#rowCountBar  p.legendCertApplicationSnapshot {
	background: url(/_common/images/default/icon_snapshot.png) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

#rowCountBar  p.legendApplicationSnapshot {
	background: url(/_common/images/default/icon_snapshot.png) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

#rowCountBar  p.legendResume {
	background: url(/_common/images/default/icon-resume.png) no-repeat left center;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

.iconKey span.global {
	background: url(/_common/images/default/icon_global_small.gif) no-repeat left center;
	margin:0px 15px 0px 0px;
	padding-left: 15px;
}

.iconKey span.dynamic_parent_question {
	background: url(/_common/images/default/icon_arrow_down.gif) no-repeat left center;
	margin:0px 15px 0px 0px;
	padding-left: 15px;
}

.iconKey span.dynamic_question {
	background: url(/_common/images/default/icon_arrow_right.gif) no-repeat left center;
	margin:0px 15px 0px 0px;
	padding-left: 15px;
}

.iconKey span.dynamic_related_option {
	background: url(/_common/images/default/icon_arrow_up.gif) no-repeat left center;
	padding-left: 15px;
	/*no margin - last on iconKey list*/
}

.iconKey span.flag, span.flag {
	background: url(/_common/images/default/icon_red_flag.gif) no-repeat left center;
	padding-left: 15px;
	/*no margin - last on iconKey list*/
}
	
#rowCountBar .pageCount	.cp_pagination {
	float: right;
	margin: 0 0 0 0;
	padding-bottom:2px;
}

/* Tables */

/* Standard table is used by the list engine 

table.standard {
	width: 100%;
	margin: 10px 0 10px 0;
	border-width: 0px;
	padding: 0 0 0 0;
	border-collapse:collapse; border-spacing:0;
}

table.standard th {
	background: #EFDCA6;
	border-top: 1px solid #DBB033;
	border-bottom: 1px solid #DBB033;
	text-align: left;
	color: #313131;
	padding: 4px 0;
	font-weight:bold;
}

table.standard th span.normal {
	font-weight: normal;
}

table.standard th a {
	font-weight: bold;
	color: #313131;
}

table.standard th.colCheckbox {
	text-align: center;
}

table.standard td.colCheckbox {
	text-align: center;
}

table.standard th.col1 {
	padding-left:15px;
}

table.standard th.colPanel {
	width: 140px;
}

table.standard th.colPanel div.panelCount {
	float: left;
	width: 33%;
}

table.standard td.colPanel div.panelCount {
	float: left;
	width: 33%;
}

table.standard input.checkbox {
	background: none;
}

table.standard tr.filterRow {background-color:#f2f2f2;}

table.standard tr.row1 {
	background: #FFFFFF;
}

table.standard tr.row2 {
	background: #FAF5E5;
}

table.standard tr.row2.input.checkbox {
	background: #FAF5E5;
}

table.standard tr.active {
	background: #FBF5E5;
}

table.standard tr.row1:hover {
	background: #F5E9C5;
}

table.standard tr.row2:hover {
	background: #F5E9C5;
}

table.standard td {
	padding: 4px 0;
	border-bottom: 1px solid #EDD799;
}

table.standard td.col1 {
	padding-left: 15px;
}



table.standard td.col1 a {
	color: #6B4E00;
}

table.standard td.col1 a:hover {
	color: #313131;
}

table.standard td a img {
	border: none;
}

*/


/*NEW LIST*/

table.standard {
	width: 100%;
	margin: 10px 0 10px 0;
	border-width: 0px;
	padding: 0 0 0 0;
	border-collapse:collapse; border-spacing:0;
}

table.standard tr{

	
}

table.standard th {
	background: #EFDCA6;
	text-align: left;
	color: #313131;
	padding: 3px;
	font-weight:bold;
}

table.standard th span.normal {
	font-weight: normal;
}

table.standard th a {
	font-weight: bold;
	color: #313131;
}

#coeApplicantList table.standard th a {
	white-space: normal;
}

table.standard th.colCheckbox {
	text-align: center;
}

table.standard td.colCheckbox {
	text-align: center;
}

table.standard th.col1 {
	padding-left:15px;
}

table.standard th.colPanel {
	width: 140px;
}

table.standard th.colPanel div.panelCount {
	float: left;
	width: 33%;
}

table.standard td.colPanel div.panelCount {
	float: left;
	width: 33%;
}

table.standard input.checkbox {
	background: none;
}

table.standard tr.filterRow {background-color:#f2f2f2;}

table.standard tr.row1 {
	background: #FFFFFF;
}

table.standard tr.row2 {
	background: #FAF5E5;
	border-radius:8px;
}

table.standard tr.row2.input.checkbox {
	background: #FAF5E5;
}

table.standard tr.active {
	background: #FBF5E5;
}

table.standard tr.row1:hover {
	background: #F5E9C5;
}

table.standard tr.row2:hover {
	background: #F5E9C5;
}

table.standard td {
	padding: 3px;
	border-bottom: 1px solid #EDD799;
}

table.standard td.col1 {
	padding-left: 15px;
}



table.standard td.col1 a {
	color: #6B4E00;
}

table.standard td.col1 a:hover {
	color: #313131;
}

table.standard td a img {
	border: none;
}

#Scoring table.standard td {
	vertical-align: top;
}
/*========== Errors ==========*/

#sysMessageContainer {
	background: #cee0e1;
	padding: 4px 0px;
	margin: 5px 1px 2px 0px;
	border-top: 1px solid #7483B3;
	border-bottom: 1px solid #7483B3;
	min-width: 750px;
}

#sysMessageLeft {
	float: left;
	padding: 0 0 6px 0;
} 

#sysMessageIcon {
	float: left;
	font-weight: bold;
	margin: 0 8px 0 8px;
}

#sysMessageHeader {
	color: #7483B3;
	font-weight: bold;
	margin: 0 6px 0 0;
}

#sysMessageRight {
	color: #000080;
	padding: 2px 0 0 0 ;
}

#sysMessageRight ul.be_invalidEmailList {
	margin-left: 50px;
}

.errorText {
	font-weight: bold;
	color: #FF0000
}

/* Move icons */

table.standard td a.up {
	background: url(/_common/images/default/icon_up_small.gif) no-repeat 0 3px;
	padding: 1px 0 1px 15px;
}

table.standard td a.down {
	background: url(/_common/images/default/icon_down_small.gif) no-repeat 0 3px;
	padding: 1px 0 1px 15px;
}

/* Add icons */

span.add a {
	background: url(/_common/images/default/icon_add_small.gif) no-repeat 0 1px;
	padding: 1px 0 1px 15px;
	width:120px;
}

span.edit a {
	background: url(/_common/images/default/icon_edit_small.gif) no-repeat 0 3px;
	padding: 1px 0 1px 15px;
	width:120px;
}

span.rule {
	background: url(/_common/images/default/icon_action.gif) no-repeat 0 3px;
	padding: 1px 0 1px 15px;
	width:120px;
}

span.log {
	background: url(/_common/images/default/icon_log.gif) no-repeat 0 3px;
	padding: 1px 0 1px 15px;
	width:120px;
}

span.delete a {
	background: url(/_common/images/default/icon_delete_small.gif) no-repeat left center;
	padding: 1px 0 1px 15px;
	width:150px;
}

span.download a {
	background: url(/_common/images/default/icon_arrow_down.gif) no-repeat 0 1px;
	padding: 1px 0 1px 15px;
}
span.pdf a {
	background: url(/_common/images/default/pdf_small.png) no-repeat 0 1px;
	padding: 5px 0 0px 25px;
	line-height:20px;
}

span.previewEmail {
	background: url(/_common/images/default/icon_email2_small.gif) no-repeat 0 3px;
	padding: 1px 0 1px 15px;
	width:150px;
}

span.viewEmail2 {
	background: url(/_common/images/default/icon_letter.gif) no-repeat 0 1px;
	padding: 2px 0 3px 18px;
}

pre {
	font-family:Arial, Helvetica, sans-serif;
	white-space:normal;
	font-size:12px;
}

span.logGood {
	background: url(/_common/images/default/icon_log_good.gif) no-repeat 0 1px;
	padding: 1px 0 1px 15px;
	width:120px;
}

span.logWarning {
	background: url(/_common/images/be_warning_small.png) no-repeat 0 1px;
	padding: 1px 0 1px 15px;
	width:120px;
}

span.logError {
	background: url(/_common/images/default/icon_log_error.gif) no-repeat 0 1px;
	padding: 1px 0 1px 15px;
	width:120px;
}
/* Delete Button */

#deleteButton {
	float: right;
}

#deleteButton form input.button {
	text-align: right;
	background: #FFF url(/_common/images/default/icon_delete_button.gif) no-repeat 0 3px;
	border: none;
	color: #838383;
	padding: 2px;
	margin: 5px 0 0 0;
	width: 125px;
}

iframe.hidden
{	visibility: hidden;
	width:0px;
	height:0px;
}

html {
	background-color: transparent;
}

.clear {clear:both; font-size:0px; height:0px; line-height:0px; padding: 0; margin: 0;}
.clearboth {clear:both;}
.nowrap {white-space:nowrap}
.nowrap tr td, tr th{white-space:nowrap}

/* PREVIEW AND SUBMIT TABLE (for PAPER-APPLICANT summary page)*/
#content table.formsummary { width: 100%; border-spacing:2px; font-size: 12px;}
#content table.formsummary tr td {padding:3px 3px 4px 3px;}
/* PREVIEW AND SUBMIT TABLE - Step Title */
#content table.formsummary tr.steptitle {font-size: 135%; color: #02264E; padding-top: 0; padding-bottom: 0; font-weight:bold;}
#content table.formsummary tr.steptitle td {background-color: #F6F7EE; border:none;}
/* PREVIEW AND SUBMIT TABLE - Heading */
#content table.formsummary tr.headings {text-align: left; color: #000; font-size:12px; background-color: #E0E3C4; border:solid 1px #CCCCCC; font-weight: bold; }
#content table.formsummary tr.headings td {text-align: left; color: #000; font-size:12px; background-color: #E0E3C4; border:solid 1px #CCCCCC; font-weight: bold; padding:3px 3px 4px 3px}
/* PREVIEW AND SUBMIT TABLE - Question */
#content table.formsummary tr.question {vertical-align:top; background-color: #F6F7EE;}
#content table.formsummary tr.question td {border: solid 1px #CCCCCC;}
#content table.formsummary tr.questionalt {vertical-align:top; background-color: #F6F7EE;}
#content table.formsummary tr.questionalt td {border: solid 1px #CCCCCC;}
#content table.formsummary tr td.questionnum {white-space: nowrap;} /* white-space: nowrap stops questions from wrapping */
#content table.formsummary tr td.questionlabel {}
#content table.formsummary tr td.mandatoriness {}
#content table.formsummary tr td.status {}
#content table.formsummary tr td.statusIncomplete {background-color: #AAAAAA; font-weight:bold; color:#FFFFFF}
/* PREVIEW AND SUBMIT TABLE - Answer */
#content table.formsummary tr.answers {vertical-align:top; background-color: #F6F7EE;}
#content table.formsummary tr.answers td {border: solid 1px #CCCCCC;}
#content table.formsummary tr.answersalt {vertical-align:top; background-color: #F6F7EE;}
#content table.formsummary tr.answersalt td {border: solid 1px #CCCCCC;}
#content table.formsummary tr td.data {font-weight:bold;}
/* PREVIEW AND SUBMIT TABLE - Group Question Summary Table */
#content table.formsummary tr td table.GQSummary {background-color: #F6F7EE;}
#content table.formsummary tr td table.GQSummary tr td {font-size: 12px; background-color: #F6F7EE; border:1px solid #CCCCCC;}
#content table.formsummary tr td table.GQSummary tr.headers td {background-color: #E0E3C4;}
#content table.formsummary tr td table.GQSummary tr td.label {background-color: #E0E3C4;}

pre {
	font-family:Arial, Helvetica, sans-serif;
	white-space:normal;
	font-size:12px;
}

div.setupPermissionGroup { float:left; clear:left; padding-bottom:5px; }
div.setupPermissionGroupElements { margin-left:15px; padding:3px; }


/***************************************************************
		TALENT SEARCH FORM
***************************************************************/

#pnlTalentSearchForm fieldset{
	padding:5px;
}

#pnlTalentSearchForm .ui-tabs{
	background: #F6F7EE;
}

#pnlTalentSearchForm .actionBtn{
	float:right;
}

/***********************************
LEFT PANEL - Search Criteria List
***********************************/

#pnlTalentSearchForm #pnlSearchCriteriaList {
	width: 200px; 
	float: left;
}

#pnlTalentSearchForm #lnkHideCriteriaList{
	padding-bottom:5px;
}

#pnlTalentSearchForm #txtSearchCriteriaFilterKeywords{
	width: 195px;
	margin-left:0px;
}
#pnlTalentSearchForm #accordion{
	float:left;  
	width: 100%;
}

#pnlTalentSearchForm #pnlSearchCriteriaList #criteriaListAccordianWrapper {
	height:250px;
	clear: both;
}

#pnlTalentSearchForm div.accordionItem{
	background: #FFFFFF; 
	padding: 3px 24px; 
	float: left; 
	width: 150px; 
	border-bottom: 1px solid ##EDD799;
}
#pnlTalentSearchForm div.accordionItemText{
	width:120px;
	float:left;
}
#pnlTalentSearchForm div.accordionItemAlt{
	background: #FAF5E5; 
}

#pnlTalentSearchForm div.accordionItem:hover, #pnlTalentSearchForm div.accordionItemAlt:hover{
	background: #F0DFAC; 
	text-decoration: none;
}


#pnlTalentSearchForm div.ui-accordion-content{
	border: 1px solid #CCCCCC;
	padding: 0px;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

/***********************************
CENTRAL PANEL - Search Interface
***********************************/

#pnlSearchInterface {
	width: auto;
	min-width: 510px;
}

#pnlTalentSearchForm #pnlSearchInterfaceContainer{
	float: left;
}

#pnlTalentSearchForm a.deleteCriteria, #pnlTalentSearchForm a.moveCriteria{
	float: right;
	padding-left:5px;
}

#pnlTalentSearchForm a.deleteCriteria {
	padding-top:3px;
}

#pnlTalentSearchForm div.form-containerTop .filterButtons {
	width: 510px;
}

#pnlTalentSearchForm div.form-container{
	padding: 5px;
	margin: 0px 4px;
}

#pnlTalentSearchForm div.form-containerTop{
	margin-bottom:5px; 
	width: 510px;
}

#pnlTalentSearchForm #pnlEnglishContainer{
	margin-bottom:5px;
	width:510px;
	clear: both;
}





#pnlTalentSearchForm #pnlSearchInterface{
	float:left;
}

#pnlTalentSearchForm #lnkShowSearchCriteriaList{
	padding-bottom:5px;
}
 
#pnlTalentSearchForm #pnlEnglishContainer{
	float: left; margin-top: 5px;
}

.pnlSavedSearchTabs {
	min-height:50px;
}

/***********************************
RIGHT PANEL - Saved Search Area
***********************************/
#pnlTalentSearchForm  #pnlSavedSearchContainer{
	float: left;
	margin: 0 4px;
}

#pnlTalentSearchForm  #pnlSavedSearch{

}

#pnlTalentSearchForm .pnlSavedSearchTabs{
	padding:5px;
}

#pnlTalentSearchForm #pnlSavedSearchContainer div.form-container{
	float:left;
	width:220px;
	clear:left;
	margin:0 0 5px 0;
}

/***********************************
RESULTS PANEL
***********************************/
#pnlTalentSearchForm div.form-container#pnlResults{
	margin: 5px 0 0 0;
	padding: 0px;
	border-left: none;
	border-right: none;
	width: 100%; 
}

#pnlTalentSearchForm .filterButtons{
	float:left;
}

#pnlTalentSearchForm fieldset{
	margin: 0px;
}

#pnlTalentSearchForm div.cp_label{
	width: 180px;
}
#pnlTalentSearchForm div.cp_field {
	width: 60%;
}

.contentPadding, div.contentPadding
{
	padding:10px;
}

p.warning {
	background: url(/_common/images/be_warning_small.png) no-repeat 0 0; padding-left:20px; 
}

.borderLeft { border-left: 1px solid #000; }

#OptionScoring { padding: 15px; }
#OptionScoring td, #OptionScoring th { padding: 3px; }
#OptionScoring .borderLeft { border-left-color: #DBB033; }

.borderLeft { border-left: 1px solid #000; }

table.jobElementScoring {
	border-collapse: separate;
}
table.standard th.jobElementScoringTH {
	background-color:#FFF;
}

table.standard th.jobElementName {
	border-left: 5px solid #AAA;	
}

/***************************************************************
		HELP ARTICLES
***************************************************************/
#be_helpPanel { width:985px;border:1px solid #DDDDDD;border-bottom: none;margin:10px 0 0 10px;display:inline-block;padding:5px;float:left;clear:left;display:inline-block;overflow:hidden;background-color:#F4F8FF;}
.be_helpPanelHeader { float:left;display:block;margin:0 3px 0px 0; background: url('/_common/images/default/icon_add_large.gif') no-repeat 0 2px; padding-left: 15px; }
#be_helpPanelcontent { display:block; margin-top: 10px; }
#be_helpSlideWrapper { width:785px;height:15px;text-align:right;padding-top:3px }

.be_helpSummary {float: right; margin-right: 10px }
.be_helpSummaryItem {float: left; clear: none; margin-right: 5px; padding-top: 3px; padding-left: 18px}

.be_helpWarnings {background: url('/_common/images/default/flag_orange.png') no-repeat 0 center}
.be_helpAlerts {background: url('/_common/images/default/flag_red.png') no-repeat 0 center}
.be_helpHints {background: url('/_common/images/default/flag_green.png') no-repeat 0 center}

.be_helpPanelEndUser{ float:left;background: url('/_common/images/default/icon_add_large.gif') no-repeat 0px 15px; margin:0 10px 0 10px; padding-top:15px; padding-left:15px;}


.padding { padding: 10px; }
.nobullets { padding-left: 30px; }
.nobullets li { list-style-type: none; }

#mangeHelpArticleContainer div.mainManageHelpArticleTabContent {border:none; background-color:transparent; padding-top: 0px;}

/***** jquery uix multi-select *****/
#content .uix-multiselect div { float: none; }
#content .uix-multiselect .multiselect-selected-list, .uix-multiselect .multiselect-available-list { position:absolute; overflow:hidden; border: 1px solid #999999; }
#content .uix-multiselect .multiselect-available-list { }
#content .uix-multiselect .multiselect-selected-list { }
#content .uix-multiselect .option-element, .dragged-element { cursor: pointer; padding: 1px 3px; }
#content .uix-multiselect .ui-widget-header div.header-text { white-space: nowrap; font-weight: bold; }

.uix-multiselect .ui-widget-content .ui-state-default { border-bottom: none; border-left: none; border-right: none; }
.uix-multiselect .ui-state-highlight, .uix-multiselect .ui-widget-content .ui-state-highlight { background: #FFFFFF; border-top: 1px solid #C5DBEC; }
.uix-multiselect .ui-widget-content { border: none; }
.uix-multiselect .ui-widget-header { border: none; }

.uix-multiselect .ui-widget-content .ui-state-default { font-weight: normal; background-color: #FFFFFF; color: #000000; }
.uix-multiselect .ui-widget-content .ui-state-hover { font-weight: normal; background-color: #E2EBF6; color: #000000; }
.uix-multiselect .ui-widget-content li.ui-state-default { border-top: 1px solid #aaa; }
.uix-multiselect .ui-widget-header { background: #E2EBF6 none; color: #000; font-weight: normal; }
.uix-multiselect .ui-widget-header a { color: #6B4E00; }
.uix-multiselect .ui-widget-content { background-color: #FFF; }
.uix-multiselect .ui-widget-content .ui-state-highlight { background-none; }
.uix-multiselect .ui-widget-content .ui-state-active, .uix-multiselect .ui-widget-header .ui-state-active { font-weight:normal; color: #333; }

