/*

CSS for Northwestern University (Kellogg). Copyright (c) 2009 Northwestern University

*/


/****************************

Globals

****************************/

html, body {
	height: 100%;
}

body {
	background: #fdfdfd;
	font-size: 80%;
	margin: 0px;
}

h1 {
	font-family: "News Gothic MT", Arial, Helvetica;
	font-size: 180%;
	font-weight: normal;
	color: #262626;
	margin: 10px 0px 20px 0px;
}

h1 span {
	font-size: 52%;
	padding: 0px 0px 0px 10px;
}

h2 {
	font-size: 110%;
	margin: 20px 0px 10px 0px;
}

h3 {
	font-size: 100%;
	color: #555454;
	margin: 10px 0px 10px 0px;
}

h3.secondary {
	color: #345eab;
}

h4 {
	font-size: 100%;
	margin: 10px 0px 10px 0px;
}

p {
	margin: 10px 0px 10px 0px;
}

img {
	display: block;
	border: none;
}

img.img_border {
	border-bottom: 1px solid #1d2113;
	border-left: 1px solid #1d2113;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.show {
	display: block;
}

.hide {
	display: none;
}

/**************

Anchors

**************/

/* Begin Shared Styles */

a:hover, a:active, a:visited, input {
	outline: none;
}

/* End Shared Styles */

.body_wrapper a {
	font-weight: bold;
}

.body_wrapper a:visited {
	font-weight: bold;
}

a, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a.arrow_button_primary {
	display: block;
	margin: 10px 0px 0px 0px;
}

a.arrow_button_primary.new {
	background: url(/images/cmcrecruiter/backgrounds/new_tag.jpg) left center no-repeat;
	padding: 4px 0px 4px 41px;
}

.arrow_button_primary img {
	display: inline;
	margin: 0px 0px 0px 5px;
}

/**************

Font Families

**************/

body, h1 span {
	font-family: Arial, Helvetica;
}

/**************

Font Colors

**************/

/* Begin Shared Font Colors */

/* Dark Gray */

body, h1 span, .breadcrumb ul li a {
	font-weight: normal;
	color: #696969;
}

.breadcrumb li a { z-index:100; position: relative; }

.search_options {
	color: #545454;
}

/* Light Gray */

.search input.field {
	color: #9a9a9a;
}

/* White */

.primary_navigation ul li a, .footer_wrapper, .footer_wrapper a {
	color: #fdfdfd;
}

/* Purple */

a, .breadcrumb li a.active {
	color: #6d44a3;
}

/* End Shared Font Colors */

/**************

Lists (unordered and ordered)

**************/

.body_wrapper ul {
	padding: 0px;
	margin: 0px;
}

.body_wrapper ul li {
	background: url(/images/cmcrecruiter/backgrounds/li_bg.jpg) left top no-repeat;
	list-style: none;
	height: auto !important;
	height: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}

.body_wrapper ul li li {
	background: url(/images/cmcrecruiter/backgrounds/li_li_bg.jpg) left top no-repeat;
}

.body_wrapper ul li li li {
	background: url(/images/cmcrecruiter/backgrounds/li_li_li_bg.jpg) left top no-repeat;
}

/* dav555 - new */
.body_wrapper ul ul li {
	background: url(/images/cmcrecruiter/backgrounds/li_li_li_bg.jpg) left top no-repeat;
	list-style: none;
	height: auto !important;
	height: 100%;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 15px;
}

.body_wrapper ul ul ul li {
	background: url(/images/cmcrecruiter/backgrounds/li_li_li_bg.jpg) left top no-repeat;
	list-style: none;
	height: auto !important;
	height: 100%;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 15px;
}

ul.file_list li {
	background: url(/images/cmcrecruiter/backgrounds/file_list_bg.jpg) left top no-repeat;
	list-style: none;
	margin: 8px 0px 8px 0px;
	padding: 2px 0px 2px 20px;
}

ul.file_list_no_image li {
	background: none;
	list-style: none;
	margin: 8px 0px 8px 0px;
	padding: 2px 0px 2px 2px;
}

ol {
	padding: 0px 0px 0px 17px;
	margin: 0px;
}

ol li {
	margin: 10px 0px 0px 0px;
}

/**************

Tables

**************/

table {
	border-right: 1px solid #d8dcdf;
}

table caption {
	background: url(/images/cmcrecruiter/backgrounds/table_caption_bg.jpg) repeat-x top #8562b4;
	color: #ffffff;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

table th {
	font-weight: normal;
}

table tr.title th {
	border-bottom: none;
	color: #ffffff;
	font-weight: bold;
}

table td, table th {
	border-bottom: 1px solid #d8dcdf;
	border-left: 1px solid #d8dcdf;
	padding: 5px 10px 5px 10px;
}

/**************

Spacing

**************/

/* Start Margin */

.margin_none {
	margin: 0px;
}

.margin_full_xlarge {
	margin: 40px;
}

.margin_top_xlarge {
	margin-top: 40px;
}

.margin_bottom_xlarge {
	margin-bottom: 40px;
}

.margin_left_xlarge {
	margin-left: 40px;
}

.margin_right_xlarge {
	margin-right: 40px;
}

.margin_full_large {
	margin: 20px;
}

.margin_top_large {
	margin-top: 20px;
}

.margin_bottom_large {
	margin-bottom: 20px;
}

.margin_left_large {
	margin-left: 20px;
}

.margin_right_large {
	margin-right: 20px;
}

.margin_full_medium {
	margin: 15px;
}

.margin_top_medium {
	margin-top: 15px;
}

.margin_bottom_medium {
	margin-bottom: 15px;
}

.margin_left_medium {
	margin-left: 15px;
}

.margin_right_medium {
	margin-right: 15px;
}

.margin_full_small {
	margin: 10px;
}

.margin_top_small {
	margin-top: 10px;
}

.margin_bottom_small {
	margin-bottom: 10px;
}

.margin_left_small {
	margin-left: 10px;
}

.margin_right_small {
	margin-right: 10px;
}

/* End Margin */

/* Start Padding */

.padding_none {
	padding: 0px;
}

.padding_full_xlarge {
	padding: 40px;
}

.padding_top_xlarge {
	padding-top: 40px;
}

.padding_bottom_xlarge {
	padding-bottom: 40px;
}

.padding_left_xlarge {
	padding-left: 40px;
}

.padding_right_xlarge {
	padding-right: 40px;
}

.padding_full_large {
	padding: 20px;
}

.padding_top_large {
	padding-top: 20px;
}

.padding_bottom_large {
	padding-bottom: 20px;
}

.padding_left_large {
	padding-left: 20px;
}

.padding_right_large {
	padding-right: 20px;
}

.padding_full_medium {
	padding: 15px;
}

.padding_top_medium {
	padding-top: 15px;
}

.padding_bottom_medium {
	padding-bottom: 15px;
}

.padding_left_medium {
	padding-left: 15px;
}

.padding_right_medium {
	padding-right: 15px;
}

.padding_full_small {
	padding: 10px;
}

.padding_top_small {
	padding-top: 10px;
}

.padding_bottom_small {
	padding-bottom: 10px;
}

.padding_left_small {
	padding-left: 10px;
}

.padding_right_small {
	padding-right: 10px;
}

/* End Padding */

/****************************

Wrappers

****************************/

/* Begin Shared Styles */

.header_wrapper, .body_wrapper, .footer_wrapper {
	width: 100%;
	min-width: 942px;
}

.header_inner_wrapper, .body_wrapper_inner, .footer_wrapper_inner {
	width: 942px;
	margin: 0px auto;
}

.header_wrapper_inner div, .body_wrapper_inner div, .footer_wrapper_inner div {
	position: relative;
}

/* End Shared Styles */

.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px 0px -41px 0px;
}

.header_wrapper {
	background: url(/images/cmcrecruiter/backgrounds/header_wrapper_bg.jpg) repeat-x;
	height: 134px;
}

.header_inner_wrapper {
	height: 134px;
}

.body_wrapper {
	padding: 0px 0px 41px 0px;
}

.body_wrapper_inner {
	padding: 25px 0px 25px 0px;
}

.footer_wrapper {
	background: url(/images/cmcrecruiter/backgrounds/footer_wrapper_bg.jpg) repeat-x;
	height: 41px;
}

.footer_wrapper_inner {
	height: 26px;
	padding: 13px 0px 0px 0px;
}

/****************************

Navigation

****************************/

/* Begin Shared Styles */

.primary_navigation ul, .footer_navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* End Shared Styles */

/**************

Primary Navigation

**************/

.primary_navigation {
	font-family: "News Gothic MT", Arial, Helvetica;
	font-size: 90%;
	width: inherit;
	height: 44px;
}

.primary_navigation ul {
	background: url(/images/cmcrecruiter/navigation/primary_navigation_spacer.jpg) right no-repeat;
	width: inherit;
	height: 44px;
}

.primary_navigation ul li {
	float: left;
	display: table !important;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: url(/images/cmcrecruiter/navigation/primary_navigation_spacer.jpg) left no-repeat;
	width: 115px;
	height: 44px;
}


.primary_navigation ul li a {
	display: table-cell !important;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	text-decoration: none;
	width: 103px; /*91px*/
	height: 32px;
	padding: 6px; /*6px 11px 6px 13px;*/
}

.primary_navigation ul li a:hover {
	text-decoration: underline;
}

.primary_navigation ul li a.active {
	background: url(/images/cmcrecruiter/backgrounds/primary_navigation_li_a_hover_bg.jpg) left no-repeat;
	color: #5a3b8b;
}

.primary_navigation ul li.first, .primary_navigation ul li.last {
	width: 125px;
}

.primary_navigation ul li.first a, .primary_navigation ul li.last a {
	width: 101px;
}

/**************

Secondary Navigation

**************/

.secondary_navigation {
	width: 222px;
	margin: 0px 0px 20px 0px;
}

.secondary_navigation ul {
	
}

.secondary_navigation ul li {
	background: url(/images/cmcrecruiter/backgrounds/secondary_navigation_li_bg.jpg) bottom no-repeat;
	width: 222px;
	padding: 0px 0px 0px 0px;
	margin: -1px 0px 0px 0px;
}

.secondary_navigation ul li.first {
	margin: 0px;
}

.secondary_navigation ul li a {
	background: url(/images/cmcrecruiter/backgrounds/secondary_navigation_li_a_bg.jpg) top no-repeat;
	display: block;
	font-weight: bold;
	color: #383737;
	width: 202px;
	padding: 10px;
}

.secondary_navigation ul li a:visited {
	font-weight: bold;
}

.secondary_navigation ul li.active {
	background: url(/images/cmcrecruiter/backgrounds/secondary_navigation_li_active_bg.jpg) bottom no-repeat;
}

.secondary_navigation ul li.active.expanded {
	background: url(/images/cmcrecruiter/backgrounds/secondary_navigation_li_active_expanded_bg.jpg) repeat-y;
}

/* Any items after the first level with the class of expanded shouldn't have a background */
.secondary_navigation ul li.active ul li.expanded {
	background: none;
}

.secondary_navigation ul li.active a {
	background: url(/images/cmcrecruiter/backgrounds/secondary_navigation_li_active_a_bg.jpg) top no-repeat;
	color: #ffffff;
}

.secondary_navigation ul li.active ul {
	background: url(/images/cmcrecruiter/backgrounds/secondary_navigation_li_active_ul_bg.jpg) bottom no-repeat;
	padding: 0px 0px 10px 0px;
}

.secondary_navigation ul li.active ul li {
	background: url(/images/cmcrecruiter/backgrounds/secondary_navigation_li_active_ul_li_bg.jpg) repeat-y;
	width: 202px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}

/* Here is where we are supporting up to 6 levels of heirarchy with the active class, without this all children under an active list item will have the arrow class applied */
.secondary_navigation ul li.active ul li a, .secondary_navigation ul li.active ul li.active ul li a, .secondary_navigation ul li.active ul li.active ul li.active ul li a,  .secondary_navigation ul li.active ul li.active ul li.active ul li.active ul li a, .secondary_navigation ul li.active ul li.active ul li.active ul li.active ul li.active ul li a  {
	display: inline;
	background: none;
	font-weight: normal;
	color: #383737;
	padding: 0px 0px 0px 0px;
}

.secondary_navigation ul li.active ul li a {
	font-weight: normal;
}

/* Since the above removes the arrow class, we need to apply it back to items that really are active and need the arrow */
.secondary_navigation ul li.active ul li.active a, .secondary_navigation ul li.active ul li.active ul li.active a, .secondary_navigation ul li.active ul li.active ul li.active ul  li.active a, .secondary_navigation ul li.active ul li.active ul li.active ul li.active ul li.active a, .secondary_navigation ul li.active ul li.active ul li.active ul li.active  ul li.active ul li.active a {
	background: url(/images/cmcrecruiter/backgrounds/secondary_navigation_li_active_ul_li_active_a_bg.jpg) top left no-repeat;
	font-weight: bold;
	width: 192px;
	color: #542d8a;
	padding: 0px 0px 0px 8px;
}

.secondary_navigation ul li.active ul li ul {
	background: none;
	padding: 0px 0px 0px 15px;
}

.secondary_navigation ul li.active ul li ul li {
	background: none;
	width: 100%;
	padding: 10px 0px 0px 0px;
}

.secondary_navigation ul li.active ul li ul li a {
	display: inline;
	background: none;
	font-weight: normal;
	color: #383737;
	padding: 0px 0px 0px 0px;
}

.secondary_navigation ul li.active ul li ul li.active a {
	
}

/**************

Footer Navigation

**************/

.footer_navigation ul li {
	float: left;
	border-left: 1px solid #fdfdfd;
	padding: 0px 7px 0px 7px;
}

.footer_navigation ul li.first {
	border: none;
	padding: 0px 7px 0px 0px;
}

.footer_navigation ul li.last {
	padding: 0px 0px 0px 7px;
}

.footer_navigation a {
	text-decoration: none;
}

.footer_navigation a:hover {
	text-decoration: underline;
}

/****************************

Header Wrapper

****************************/

.header_inner_primary {
	background: url(/images/cmcrecruiter/backgrounds/header_inner_primary_bg.png) center no-repeat;
	width: inherit;
	height: 90px;
}

.header_inner_secondary {
	width: inherit;
	height: 44px;
}

/**************

Logo

**************/

.logo {
	float: left;
	background: url(/images/cmcrecruiter/display/logo.png) no-repeat;
	width: 168px; /* 208 */
	height: 57px;
	margin: 22px 0px 0px 0px; /* 12 0 0 0 */
}

.logo a {
	display: block;
	text-indent: -9999em;
	width: 100%;
	height: 100%;
}

/* Make clickable background link */
.cmc_employers_logo a{
	float: left;
	background: url(/images/cmcrecruiter/display/cmc_employers_logo.png) no-repeat;
	display:block;
	width: 227px;
	height: 40px;
	margin: 31px 0px 0px 20px;
		
}


/**************

Search

**************/

.search {
	float: right;
	position: relative;
	margin: 50px 0px 0px 0px;
}

.search input.field, .search input.submit {
	float: left;
}

.search input.field {
	border: 1px solid #562e8f;
	font-size: 88%;
	width: 146px;
	height: 13px;
	padding: 3px 6px 3px 6px;	
}

.search_options {
	position: absolute;
	z-index: 100;
	display: none;
	background: url(/images/cmcrecruiter/backgrounds/search_options_bg.jpg) repeat-x;
	border: 1px solid #b1adaa;
	font-size: 86%;
	width: 148px;
	height: 45px;
	padding: 12px 6px 0px 2px;
	margin: -1px 0px 0px 1px;
}

.search_options .inner {
	float: left;
}

.search_options .close {
	display: inline-block;
	float: right;
	background: url(/images/cmcrecruiter/buttons/search_options_close.jpg) no-repeat;
	cursor: pointer;
	width: 11px;
	height: 11px;
}

/****************************

Body Wrapper

****************************/

.column_alternate_content {
	float: left;
	width: 222px;
	margin: 0px 5px 0px 0px;
}

.column_main_content {
	float: left;
	width: 710px;
	margin: 0px 0px 0px 5px;
}

/**************

I Banner

**************/

.i_banner {
	display: none;
	width: 710px;
}

.i_banner .i_banner_top .overlay {
	position: absolute;
	background: url(/images/cmcrecruiter/backgrounds/i_banner_top_bg.png) no-repeat;
	width: 710px;
	height: 280px;
	z-index: 1000;
}

.i_banner .i_banner_top .overlay .content {
	overflow: hidden;
	width: 213px;
	height: 170px;
	padding: 75px 462px 35px 35px;
}

.i_banner .i_banner_top .content h1 {
	font-size: 220%;
	line-height: 110%;
}

.i_banner .i_banner_top .content h1 span {
	font-size: 100%;
	font-family: "News Gothic MT", Arial, Helvetica;
	padding: 0px;
}

.i_banner .i_banner_top .overlay .content div {
	display: none;
}

.i_banner .i_banner_top .overlay .content div.show, .i_banner .i_banner_top .images div.show {
	display: block;
}

.i_banner .i_banner_top .overlay .content div.hide, .i_banner .i_banner_top .images div.hide {
	display: none;
}

.i_banner .i_banner_top .images, .i_banner .i_banner_top .images div {
	position: static;
}

.i_banner .i_banner_top .images {
	display: block;
	height: 280px;
}

.i_banner .i_banner_top .images div {
	display: none;
}

.i_banner .i_banner_top .images img {
	float: right;
}

.i_banner_bottom ul {
	width: 710px;
	height: 44px;
}

.i_banner_bottom ul li {
	float: left;
	background: url(/images/cmcrecruiter/backgrounds/i_banner_bottom_li_bg.jpg) left no-repeat;
	text-align: center;
	width: 177px;
	height: 44px;
	padding: 0px 0px 0px 1px;
	margin: 0px;
}

.i_banner_bottom ul li a {
	display: block;
	background: url(/images/cmcrecruiter/backgrounds/i_banner_bottom_li_a_bg.jpg) repeat-x;
	cursor: pointer;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	width: 177px;
	height: 29px;
	padding: 15px 0px 0px 0px;
}

.i_banner_bottom ul li a:hover, .i_banner_bottom ul li a.active {
	background: url(/images/cmcrecruiter/backgrounds/i_banner_bottom_li_a_hover_bg.jpg) repeat-x;
	color: #ffffff;
	text-decoration: none;
}

.i_banner_bottom ul li.first {
	background: none;
	width: 176px;
	padding: 0px;
}

.i_banner_bottom ul li.first a {
	background: url(/images/cmcrecruiter/backgrounds/i_banner_bottom_li_first_a_bg.jpg) left no-repeat;
	border: none;
	width: 176px;
}

.i_banner_bottom ul li.first a:hover, .i_banner_bottom ul li.first a.active {
	background: url(/images/cmcrecruiter/backgrounds/i_banner_bottom_li_first_a_hover_bg.jpg) left no-repeat;
}

.i_banner_bottom ul li.last a {
	background: url(/images/cmcrecruiter/backgrounds/i_banner_bottom_li_last_a_bg.jpg) right no-repeat;
}

.i_banner_bottom ul li.last a:hover, .i_banner_bottom ul li.last a.active {
	background: url(/images/cmcrecruiter/backgrounds/i_banner_bottom_li_last_a_hover_bg.jpg) right no-repeat;
}

/**************

Indent Content

**************/

.indent_content {
	width: 690px;
	padding: 0px 0px 0px 20px;
}

.indent_content .two_columns, .indent_content .three_columns {
	width: 690px;
}

/* Begin Two Columns */

.indent_content .two_columns .col {
	float: left;
	width: 325px;
	margin: 0px 0px 0px 20px;
}

.indent_content .two_columns .col.first {
	margin: 0px 20px 0px 0px;
}

/* End Two Columns */

/* Begin Three Columns */

.indent_content .three_columns .col {
	float: left;
	width: 212px;
	margin: 0px 0px 0px 27px;
}

.indent_content .three_columns .col.first {
	margin: 0px;
}

.indent_content .three_columns .inner_content {
	font-size: 94%;
	padding: 0px 0px 0px 10px;
}

.indent_content .three_columns .inner_content_secondary {
	font-size: 94%;
	padding: 0px;
}

.indent_content .three_columns .sub_content {
	font-size: 90%;
	font-weight: bold;
}

.indent_content .three_columns .inner_content .arrow_button_primary, .indent_content .three_columns .inner_content_secondary .arrow_button_primary {
	font-size: 106%;
}

.indent_content .three_columns .image_wrapper {
	width: 212px;
	margin: 0px 0px 10px 0px;
}

.indent_content .three_columns .image_wrapper .overlay {
	position: absolute;
	bottom: 0px;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fdfdfd;
	width: 192px;
	padding: 10px;
}

.indent_content .three_columns .image_wrapper .overlay.primary {
	background: url(/images/cmcrecruiter/backgrounds/transparent_blue.png);
}

.indent_content .three_columns .image_wrapper .overlay.secondary {
	background: url(/images/cmcrecruiter/backgrounds/transparent_orange.png);
}

.indent_content .three_columns .image_wrapper .overlay.tertiary {
	background: url(/images/cmcrecruiter/backgrounds/transparent_green.png);
}

/* End Three Columns */

/**************

Indent Content Secondary

**************/

/**************

Overflow Content Box

**************/

/* Begin Shared Styles */

.overflow_content_box_top, .overflow_content_box_bottom {
	width: 710px;
	height: 15px;
}

.overflow_content_box_middle .inner_content .item a, .overflow_content_box_middle .inner_content .item .col.date, .overflow_content_box_middle .inner_content .item .col.title,  .overflow_content_box_middle .inner_content .item .col.description {
	font-weight: bold;
}

/* End Shared Styles */

.overflow_content_box {
	background: url(/images/cmcrecruiter/backgrounds/overflow_content_box_bg.jpg) repeat-y;
	width: 710px;
}

.overflow_content_box .header {
	padding: 0px 0px 15px 0px;
}

.overflow_content_box .title {
	float: left;
}

.overflow_content_box .options {
	float: right;
	color: #4a4a4a;
	font-size: 88%;
	text-transform: uppercase;
	margin: 7px 0px 0px 0px;
}

.overflow_content_box select {
	text-transform: none;
	width: 150px;
}

.overflow_content_box h1 {
	margin: 0px 0px 0px 10px;
}

.overflow_content_box_top {
	background: url(/images/cmcrecruiter/backgrounds/overflow_content_box_top_bg.jpg) no-repeat;
}

.overflow_content_box_middle {
	width: 690px;
	padding: 0px 10px 0px 10px;
}

.overflow_content_box_middle .inner_content {
	background: url(/images/cmcrecruiter/backgrounds/overflow_content_box_inner_content_bg.jpg) top repeat-x #fdfdfd;
	border: 1px solid #ababab;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 688px;
	height: 260px;
}

.overflow_content_box_middle .inner_content .item {
	border-top: 1px solid #d6d6d6;
	padding: 20px;
}

.overflow_content_box_middle .inner_content .item .first {
	border: none;
}

.overflow_content_box_middle .inner_content .item .col {
	float: left;
	font-size: 82%;
}

.overflow_content_box_middle .inner_content .items .item  td{
	border-left: none;
	padding: 20px 5px 20px 5px;
}

.overflow_content_box_middle .inner_content .items {
	width:672px;
	border:0px;
}

.overflow_content_box_middle .inner_content .items tr td { font-size: 82%; border: 0px; border-top: 1px solid #cccccc; padding: 20px 10px 20px 10px; }

.overflow_content_box_middle .inner_content .items tr .title { width: 200px; }

.overflow_content_box_middle .inner_content .items tr .date { width: 90px; text-transform: uppercase;font-weight: bold;vertical-align: top;}

.overflow_content_box_middle .inner_content .items tr .description { width: 325px; }

.overflow_content_box .footer {
	width: 690px;
	margin: 15px 0px 0px 0px;
}

.overflow_content_box .footer .item {
	float: left;
	border-right: 1px solid #b3b1b4;
	text-align: center;
}

.overflow_content_box .footer .item a {
	display: block;
	padding: 10px 0px 10px 0px;
}

.overflow_content_box .footer .item a img {
	display: inline;
	margin: 0px 0px 0px 5px;
}

.overflow_content_box .footer .item.primary {
	width: 275px;
}

.overflow_content_box .footer .item.secondary {
	width: 196px;
}

.overflow_content_box .footer .item.tertiary {
	border: none;
	width: 217px;
}

.overflow_content_box_bottom {
	background: url(/images/cmcrecruiter/backgrounds/overflow_content_box_bottom_bg.jpg) #fdfdfd no-repeat;
}

/**************

Alternate Content Box

**************/

/* Begin Shared Styles */

.alternate_content_box_top, .alternate_content_box_bottom {
	width: 222px;
	height: 16px;
}

.alternate_content_box_middle .inner_content, .alternate_content_box_middle .extra {
	width: 190px;
	padding: 0px 16px 0px 16px;
}

/* End Shared Styles */

.alternate_content_box {
	background: url(/images/cmcrecruiter/backgrounds/alternate_content_box_bg.jpg) repeat-y;
}

.alternate_content_box_middle h3 a {
	color: #345eab;
}

.alternate_content_box_middle h3 a:visited {
	font-weight: bold;
}

.alternate_content_box_top {
	background: url(/images/cmcrecruiter/backgrounds/alternate_content_box_top_bg.jpg) no-repeat;
}

.alternate_content_box_middle .sub_box {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 16px;
	margin: 16px 0px 16px 0px;
}

.alternate_content_box_middle .sub_box_secondary {
	border-bottom: 1px solid #dcdcdc;
	padding: 0px 16px 16px 16px;
	margin: 16px 0px 16px 0px;
}

.alternate_content_box_bottom {
	background: url(/images/cmcrecruiter/backgrounds/alternate_content_box_bottom_bg.jpg) no-repeat;
}

/**************

Expandable Guides

**************/

.expandable_guides .item {
	border-top: 1px solid #cecece;
	width: 690px;
}

.expandable_guides .item .header {
	width: 690px;
	padding: 0px 0px 20px 0px;
}

.expandable_guides .item .title {
	float: left;
	width: 658px;
	padding: 0px 10px 0px 0px;
	margin: 20px 0px 0px 0px;
}

.expandable_guides .item .title h2 {
	text-transform: uppercase;
	color: #345EAB;
	margin: 0px;
}

.expandable_guides .item .open_close {
	float: left;
	display: block;
	cursor: pointer;
	width: 22px;
	height: 22px;
	margin: 15px 0px 0px 0px;
}

.title_open_close {
	cursor: pointer;
}

.expandable_guides .item .open_close.open {
	background: url(/images/cmcrecruiter/buttons/open.jpg) no-repeat;
	text-indent: -9999em;
}

.expandable_guides .item .open_close.close {
	background: url(/images/cmcrecruiter/buttons/close.jpg) no-repeat;
	text-indent: -9999em;
}

.expandable_guides .item .inner_content {
	display: none;
	width: 690px;
	padding: 0px 0px 20px 0px;
}

.expandable_guides .item .inner_content.expanded {
	display: block;
}

/**************

Filter Box

**************/

.filter_box {
	background: url(/images/cmcrecruiter/backgrounds/filter_box_bg.jpg) repeat-y;
	width: 690px;
}

.filter_box_inner {
	background: url(/images/cmcrecruiter/backgrounds/filter_box_inner_bg.jpg) top no-repeat;
	width: 690px;
}

.filter_box_top {
	width: 690px;
	height: 10px;
}

.filter_box_middle {
	width: 670px;
	padding: 0px 10px 0px 10px;
}

.filter_box_middle .col {
	border-left: 1px solid #cfcfcf;
	float: left;
	height: 28px;
	padding: 10px 10px 0px 10px;
}

/* Start Specific to the filter box on the guides area */

.filter_box_middle .guides_columns .col.primary {
	border: none;
	font-size: 88%;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
	height: 34px;
	padding: 4px 10px 0px 0px;
}

.filter_box_middle .guides_columns .col.secondary, .filter_box_middle .guides_columns .col.secondary select, .filter_box_middle .guides_columns .col.tertiary, .filter_box_middle  .guides_columns .col.tertiary select {
	width: 165px;
}

.filter_box_middle .guides_columns .col.quaternary, .filter_box_middle .guides_columns .col.quaternary select {
	width: 264px; /* 164px */
}

.filter_box_middle .guides_columns .col.final, .filter_box_middle .guides_columns .col.final select {
	width: 64px;
}

.fitler_box_middle .guides_columns .col.quaternary {
	padding: 0px 0px 0px 10px;
}

/* End Specific to the filter box on the guides area */

/* Start Specific to the filter box on the statistics area */

.filter_box_middle .statistics_columns .col.primary {
	border: none;
	font-size: 88%;
	font-weight: bold;
	text-transform: uppercase;
	width: 120px;
	height: 26px;
	padding: 12px 10px 0px 0px;
}

.filter_box_middle .statistics_columns .col.secondary, .filter_box_middle .statistics_columns .col.secondary select {
	width: 165px;
}

.filter_box_middle .statistics_columns .col.tertiary {
	font-size: 88%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 63px;
	height: 26px;
	padding: 12px 10px 0px 10px;
}

.filter_box_middle .statistics_columns .col.quaternary, .filter_box_middle .statistics_columns .col.quaternary select {
	width: 164px;
}

.fitler_box_middle .statistics_columns .col.quaternary {
	padding: 0px 0px 0px 10px;
}

/* End Specific to the filter box on the statistics area */

.filter_box_bottom {
	background: url(/images/cmcrecruiter/backgrounds/filter_box_bottom_bg.jpg) no-repeat #ffffff;
	width: 690px;
	height: 10px;
}

/**************

Round Banner

**************/

.round_banner {
	width: 710px;
}

.round_banner img {
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

.round_banner .top_corners {
	position: absolute;
	top: 0px;
	background: url(/images/cmcrecruiter/backgrounds/round_banner_top_bg.png) no-repeat;
	width: 710px;
	height: 15px;
}

.round_banner .bottom_corners {
	position: absolute;
	bottom: 0px;
	background: url(/images/cmcrecruiter/backgrounds/round_banner_bottom_bg.png) no-repeat;
	width: 710px;
	height: 15px;
}

/**************

Tabs Box Primary

**************/

.tabs_box_primary {
	width: 690px;
}

.tabs_box_primary .header {
	display: none;
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_inner_content_top_bg.jpg) bottom no-repeat;
	height: 38px;
	padding: 0px 0px 14px 0px;
}

.tabs_box_primary .header ul {
	height: 38px;
}

.tabs_box_primary .header ul li {
	float: left;
	background: none;
	margin: 0px;
	padding: 0px;
}

.tabs_box_primary .header ul li a {
	display: block !important;
	display: inline-block;
	border-left: 1px solid #afafaf;
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_header_li_a_bg.jpg) repeat-x;
	cursor: pointer;
	font-weight: bold;
	font-size: 86%;
	text-align: center;
	text-transform: uppercase;
	color: #345eab;
	min-width: 30px;
	height: 24px;
	padding: 14px 15px 0px 15px;
}

.tabs_box_primary .header ul li a.active {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_secondary_header_li_a_hover_bg.jpg) repeat-x;
}

.tabs_box_primary .header ul li.single {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_header_li_first_a_bg.jpg) 
	left no-repeat;
	border: none;
	cursor: pointer;
}
.tabs_box_primary .header ul li.single.active {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_secondary_header_li_first_a_hover_bg.jpg) left no-repeat;
}

.tabs_box_primary .header ul li.single a {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_header_li_last_a_bg.jpg) right no-repeat;
	margin: 0px 0px 0px 8px;	
	padding: 14px 16px 0px 8px;
	border: 0px;
}

.tabs_box_primary .header ul li.single a.active {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_secondary_header_li_last_a_hover_bg.jpg) right no-repeat;
}

.tabs_box_primary .header ul li.first a {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_header_li_first_a_bg.jpg) left no-repeat;
	border: none;
}

.tabs_box_primary .header ul li.first a.active {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_secondary_header_li_first_a_hover_bg.jpg) left no-repeat;
}

.tabs_box_primary .header ul li.last a {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_header_li_last_a_bg.jpg) right no-repeat;
}

.tabs_box_primary .header ul li.last a.active  {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_secondary_header_li_last_a_hover_bg.jpg) right no-repeat;
}


.tabs_box_primary .header ul li a:hover, .tabs_box_secondary .header ul li.first a:hover, .tabs_box_secondary .header ul li.last a:hover {
	text-decoration: underline; 
}

.tabs_box_primary .header ul li a.active:hover, .tabs_box_secondary .header ul li.first a.active:hover, .tabs_box_secondary .header ul li.last a.active:hover {
	text-decoration: none;
}

.tabs_box_primary .inner_content {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_inner_content_bg.jpg) repeat-y;
	width: 690px;
}

.tabs_box_primary .inner_content_middle {
	display: block;
	width: 650px;
	padding: 5px 20px 5px 20px;
}

.tabs_box_primary .inner_content_middle.show {
	display: block;
}

.tabs_box_primary .inner_content_middle.hide {
	display: none;
}

.tabs_box_primary .inner_content_bottom {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_inner_content_bottom_bg.jpg) no-repeat;
	width: 690px;
	height: 15px;
}

/**************

Tabs Box Secondary

**************/

.tabs_box_secondary {
	width: 690px;
}

.tabs_box_secondary .header {
	display: none;
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_inner_content_top_bg.jpg) bottom no-repeat;
	height: 38px;
	padding: 0px 0px 14px 0px;
}

.tabs_box_secondary .header ul {
	height: 38px;
}

.tabs_box_secondary .header ul li {
	float: left;
	background: none;
	margin: 0px;
	padding: 0px;
}

.tabs_box_secondary .header ul li a {
	display: block !important;
	display: inline-block;
	border-left: 1px solid #afafaf;
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_header_li_a_bg.jpg) repeat-x;
	cursor: pointer;
	font-weight: bold;
	font-size: 86%;
	text-align: center;
	text-transform: uppercase;
	color: #345eab;
	min-width: 30px;
	height: 24px;
	padding: 14px 15px 0px 15px;
}

.tabs_box_secondary .header ul li a.active {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_secondary_header_li_a_hover_bg.jpg) repeat-x;
}

.tabs_box_secondary .header ul li.single {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_header_li_first_a_bg.jpg) 
	left no-repeat;
	border: none;
	cursor: pointer;
}
.tabs_box_secondary .header ul li.single.active {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_secondary_header_li_first_a_hover_bg.jpg) left no-repeat;
}

.tabs_box_secondary .header ul li.single a {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_header_li_last_a_bg.jpg) right no-repeat;
	margin: 0px 0px 0px 8px;	
	padding: 14px 16px 0px 8px;
	border: 0px;
}

.tabs_box_secondary .header ul li.single a.active {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_secondary_header_li_last_a_hover_bg.jpg) right no-repeat;
}

.tabs_box_secondary .header ul li.first a {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_header_li_first_a_bg.jpg) left no-repeat;
	border: none;
}

.tabs_box_secondary .header ul li.first a.active {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_secondary_header_li_first_a_hover_bg.jpg) left no-repeat;
}

.tabs_box_secondary .header ul li.last a {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_header_li_last_a_bg.jpg) right no-repeat;
}

.tabs_box_secondary .header ul li.last a.active  {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_secondary_header_li_last_a_hover_bg.jpg) right no-repeat;
}


.tabs_box_primary .header ul li a:hover, .tabs_box_secondary .header ul li.first a:hover, .tabs_box_secondary .header ul li.last a:hover {
	text-decoration: underline; 
}

.tabs_box_secondary .header ul li a.active:hover, .tabs_box_secondary .header ul li.first a.active:hover, .tabs_box_secondary .header ul li.last a.active:hover {
	text-decoration: none;
}

.tabs_box_secondary .inner_content {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_inner_content_bg.jpg) repeat-y;
	width: 690px;
}

.tabs_box_secondary .inner_content_middle {
	display: block;
	width: 650px;
	padding: 5px 20px 5px 20px;
}

.tabs_box_secondary .inner_content_middle.show {
	display: block;
}

.tabs_box_secondary .inner_content_middle.hide {
	display: none;
}

.tabs_box_secondary .inner_content_bottom {
	background: url(/images/cmcrecruiter/backgrounds/tabs_box_primary_inner_content_bottom_bg.jpg) no-repeat;
	width: 690px;
	height: 15px;
}

/**************

Detail Box

**************/

.detail_box {
	background: url(/images/cmcrecruiter/backgrounds/detail_box_bg.jpg);
	border: 1px solid #cecece;
}

.detail_box .image {
	float: left;
	margin: 0px 40px 0px 0px;
}

.detail_box .content {
	padding: 40px;
	font-size: 92%;
}

/**************

Misc

**************/

.breadcrumb {
	float: left;
	margin: 0px 0px 10px 0px;
}

.breadcrumb ul li {
	float: left;
	background: url(/images/cmcrecruiter/backgrounds/li_bg.jpg) left top no-repeat;
	padding: 0px 5px 0px 10px;
	margin: 0px 0px 5px 0px;
}

.breadcrumb ul li.first {
	background: none;
	padding: 0px 5px 0px 0px;
}

.print {
	float: right;
	margin: 0px 0px 12px 0px;
}

.print a {
	display: block;
	background: url(/images/cmcrecruiter/buttons/print.jpg) no-repeat;
	text-indent: -9999em;
	width: 160px;
	height: 29px;
}

/****************************

Footer Wrapper

****************************/

/* Begin Shared Styles */



/* End Shared Styles */

.footer_wrapper {
	font-size: 94%;
}

.footer_copy {
	float: left;
}

.footer_copy a {
	text-decoration: underline;
}

.footer_navigation {
	float: right;
}

/*====================================================
	- HTML Table Filter Generator v1.9.5
	stylesheet
=====================================================*/

/* FILTERS BAR
=====================================================*/
.fltrow{ /* filter grid row appearance */
	height:20px;
	background-color:#f4f4f4;
}
.btnflt{ /* button appearance */
	font-size:11px;
	margin:0 2px 0 2px; padding:0 1px 0 1px;
	text-decoration:none; color: #fff;
	background-color:#666;
	vertical-align:middle;
}
.flt{ /* filter (input) appearance */
	background-color:#fff; font-size:10px;
	border-left:1px solid #999; border-right:1px solid #ccc;
	border-top:1px solid #ccc; border-bottom:1px solid #999;
	margin:0; width:100%; vertical-align:middle;
}
select.flt{ /* select filter */
	text-transform: none;
	width: 150px;
	font-size:120%;
}
select.flt_multi{ /* multiple select filter */
	background-color:#fff; border:1px solid #ccc; 
	margin:0 1px 1px 0; width:100%; height:100px;
	font-size:9px; vertical-align:middle;
}
.flt_s{ /* small filter (input) appearance */
	background-color:#fff; font-size:10px;
	border-left:1px solid #999; border-right:1px solid #ccc;
	border-top:1px solid #ccc; border-bottom:1px solid #999;
	margin:0; width:80%; vertical-align:middle;
}
.single_flt{ /* single filter appearance (input) */
	background-color:#fff; font-size:11px;
	border-left:1px solid #999; border-right:1px solid #ccc;
	border-top:1px solid #ccc; border-bottom:1px solid #999;
	margin:0; width:120px; vertical-align:middle;
}

.div_checklist{ /* div containing checklist  */
	width:100%; height:100px;
	border:1px solid #ccc;
	overflow:auto; 
	background-color:#fff;
}

.div_checklist ul.flt_checklist{ padding:0; margin:0; list-style: none; }
.div_checklist li.flt_checklist_item{ /*check list item*/
	padding:1px; margin:0; font-size:10px;
	border-bottom:1px solid #ccc;
}
.div_checklist li.flt_checklist_item:hover{
	background-color:#335EA8;
	color:#fff;
}
.flt_checklist_slc_item{ /*selected check list item*/
	background-color:#335EA8;
	color:#fff;
}
.div_checklist label{ display:block; }
.div_checklist input{ vertical-align:middle; margin:2px 5px 2px 1px; }


/* PAGING ELEMENTS
=====================================================*/
.inf{ /* div containing left, middle and right divs */
	clear:both; width:auto; height:25px; 
	background:#f4f4f4; font-size:11px; 
	margin:0; padding:1px 3px 1px 3px; 
	border:1px solid #ccc;
}
.ldiv{ /* left div */
	float:left; width:30%; position:inherit; 
}
.mdiv{ /* middle div */
	float:left; width:38%; position:inherit; text-align:center;
	padding:1px 0;
}
.rdiv{ /* right div */
	float:right; width:30%; position:inherit; text-align:right; 
}
select.pgSlc{ height:20px; vertical-align:middle; }/*paging drop-down list*/
input.pgNbInp{ 
	width:25px; height:16px; 
	font-size:11px; vertical-align:middle;  
	margin:1px;
}/*paging text-box*/
input.pgInp{ /*paging buttons (Next/Previous)*/
	font-size:10px; font-weight:bold; vertical-align:middle; 
	padding:1px 1px 2px 1px; background-color:#ccc; 
	border:1px outset #666; margin:1px;
}
span.nbpg{ padding:0 5px 0 0; }/*paging nb pages*/
div.inf a{ color:#CC0000; }/*link appearence in .inf div*/
div.inf a:hover{ text-decoration:none; }/*link appearence in .inf div*/
div.tot{ /* rows counter appearance */
	float:left; overflow:hidden;
	width:150px; height:15px;
	border-right:1px solid #ccc;
	margin:0 5px 0 2px;
	padding:0 2px 0 2px;
}
div.tot span{ font-weight:bold; font-size:11px; }
select.rspg{ width:50px; margin:1px 5px 0 5px; vertical-align:middle; }/*results per page select*/
span.rspgSpan{ font-size:11px; } /*results per page select label*/

/* BEHAVIOURS
=====================================================*/
span.keyword{ background-color: #ffcc00;}/*highlighted word*/

.even{ background-color:#fff; }/*row bg alternating color*/
.odd{ background-color:#E5E5E5; }/*row bg alternating color*/

.loader{ /* loader appearance */
	position:absolute; padding: 5px 10px 5px 10px;
	margin:20px 0 0 20px; width:auto; 
	z-index:1000; font-size:12px; font-weight:bold;
	border:1px solid #666; background:#f4f4f4; 
	vertical-align:middle;
}

div.status{ /* status bar appearance */
	float:left; overflow:hidden;
	width:150px; height:15px;
	border-right:1px solid #ccc;
	margin:0 5px 0 2px;
	padding:0 2px 0 2px;
}
div.status span{ font-weight:bold; font-size:11px; }

div.cont{ /*table container div*/
	height:200px; overflow: auto;
}
div.head{
	width:auto; overflow:hidden;
}


/* WEB FX Sortable table
/* Change images paths if you don't use same folder
/* Remove safely if not used
=====================================================*/

.sort-arrow {
	width:11px;
	height:11px;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0 2px;
}

.sort-arrow.descending {
	background-image:url("img/downsimple.png");

}

.sort-arrow.ascending {
	background-image:url("img/upsimple.png");
}