@charset "utf-8";
/* CSS Document */



/*	Useful Buttons	*/

#useful_btns {
	width: 190px;
	float: right;
	margin-top: 0;	/*	this is needed to make the buttons tuck below the horizontal rule in Firefox	*/
}

#useful_btns a.addthis_button img {
	/*	this targets the addthis_button if we need to	*/
	
}
/*	commenting these out as they don't appear to be needed

#useful_btns a,
#useful_btns a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #666;
}

#useful_btns a:hover {
	text-decoration: none;
	color: #900;
	cursor: pointer;
}

#useful_btns .print_btn,
#useful_btns .email_btn {
	text-align: right;
	margin-bottom: 2px;
}	

#useful_btns .print_btn img,
#useful_btns .email_btn img {
	vertical-align: middle;
	padding-left: 6px;
}
*/


/*	Related Items	*/
/*	note singular and plural, plural is for container and there can be multiple containers on one page	*/

.related_items {	/*	note plural here	*/
	float: right;
/*	width: 140px;	*/
	width: 200px;
	margin: 0 0 2em 5.3%;
}

.related_item {
	margin-bottom: 0px;
	width: 90%;	/*	julie changed 10-29-09 to let text wrap	*/
}

.related_item h2 {
	font-size: 11px;
	line-height: 1.25em;
	margin: 1.2em 0 0 0;	/* julie increased top margin for vertical spacing	*/
	padding-left: 12px;
	background-image: url(../assets/chevron_small.gif);
	background-repeat: no-repeat;
	background-position: left .4em;
}

/*	h2's will not be linked	
.related_item h2 a {
	color: #666;
}*/

.related_item p {
	font-size: 11px;
	margin: .1em 0 .1em 12px;
	line-height: 1.25em;
}
/*
.related_item a {		this was read_more	
	font-size: 11px;
	margin-left: 12px;
	display: block;
	padding: 0;
}*/

.related_item img {
	width: 100%;
}



/*	Header styles	*/

#lang_select {
	font-size: 11px;
 	padding: 5px 0 10px 0;
	color: #666;
/*	visibility: hidden;	*/
}

#lang_select span {
 	color: #666;
	padding-left: 3px;
}

#lang_select a {
 	color: #666;
}

#lang_select a.active {
 	color: #000;
}


#lang_select a:hover,
#lang_select span:hover {
 	color: #000;
}

#local_website {
	margin-bottom: 12px;
}

#local_website h2 {
	text-transform: uppercase;
	color: #900;
	font-weight: bold;
	letter-spacing: .08em;
	font-size: 11px;
	margin: 0;
}

a.choose_site {
	font-size: 11px;
	color: #666;
}

.website_list {
	width: 170px;
	border: 9px solid #C5CACF;
	background-color: #FFF;
	padding: 3px 6px;
	position: absolute;
	margin-left:100px;
}

.website_list a {
	display: block;
	text-align: left;
	font-size: 11px;
	color: #627B91;
	padding: .2em .4em;
	border-top: #DBDBDB 1px solid;
}

.website_list a.hq {
	border-top: none;
	border-bottom: #555 1px dotted;
}

.website_list a.first {
	border-top: none;
}

.website_list a:visited {
	color: #627B91;
	text-decoration: none;
}

.website_list a:hover {
	text-decoration: none;
	background-color: #E2E2C6;
	color: #627B91;
}


.search_area {
	/*	this was added temporarily to place search while above options are gone	
	margin-top: 69px;*/
	
}

.search_area input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	margin: 0;
	padding: 1px 2px;
	line-height: 1em;
	border: 1px solid #617284;
	vertical-align: baseline;		/*	this is what is aligning the button and input in the header	*/
}

a.search_link,
a.search_link:visited {
	margin: 1px 0 0 -3px;
	padding: 2px 4px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	background-color: #900;
	border: 1px solid #617284;
	color: #FFF;
}

a.search_link:hover {
	background-color: #6B7580;
	text-decoration: none;
}

/*	Breadcrumbs	*/

#breadcrumbs {
	font-size: 11px;
}

#breadcrumbs a,
#breadcrumbs span {	/*	this is applied to an <a> tag	*/
	padding: 0 4px 0 2px;
	color: #666;
}

#breadcrumbs a:visited {
	text-decoration: none;	
}

#breadcrumbs a:hover {
	text-decoration: none;
	color: #333;
}




/*	marketing	*/

div.container {	
/*	margin-bottom: 20px;
	min-height: 500px;	*/
	text-align: left;
}







/*	general layout 	*/

div.general_info,
div.information_item {
	margin-right: 39.8%
}

div.general_info h1 {
	margin-right: 70px;		/*	this is so the title doesn't get too long on one line	*/
}



/*	Generic Styles	*/

.debug,
.skin_error,
.error,
.dnn_alert {
	color: #C30;
}

.hide {
	display: none;
}

.note {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	color: #777;
	font-weight: normal;
}

p.to_top {
	font-size: .85em;
}

p.to_top a:visited {
	color: #900;
	text-decoration: none;
}

.image {
	float: left;
	margin: 7px 7px 7px 0;
	padding-right: 5px;
	padding-bottom: 3px;
	background-image:url(../assets/shadow.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

.legal_name {	/* this is applied to a span */
	font-weight: normal;
	font-size: 1em;
	margin-top: 0;
	display: block;
}

.prefix {	/* this is used to hold the localized text for phone and fax	*/

}

.telephone, .fax {

}

.author {
	font-style: italic;
	display: block;
}

.date {
	font-style: italic;
}

/*	=Links lists
	updated 9-2-09 by Julie, new spec
--------------------------------------------*/

.information_item div.links {
	margin: 16px 0 0 0;
}

.information_item div.links ul li {
	list-style: none;
	margin: 0;
}

.information_item div.links .category {
	color: #888;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.information_item div.links div.link-sum {
/*	will have HTML content inside, keep rules general if at all	*/
	
}

.information_item div.links {
	margin: 16px 0 0 0;
}

/*
div.links a.url_link:after {
	content: url(../assets/link.gif);
}

div.links a.attachment:after {
	content: url(../assets/attachment.gif);
}
*/

/*	don't use these unless you really have to	*/

.clearboth {
	clear: both;
}

.indent {
	margin-right: 2em;
	margin-left: 2em;
}

/*	Books	*/

.book_specs {
	margin: 6px 0 20px 0;
}

.book_specs .publisher {
	font-style: normal;
}

.book_specs .date {
	margin-left: 6px;
}
/*
div.book .image {	
	background-image: url(../assets/shadow.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 5px 5px 0;
	float: left;
	margin: 4px 10px 10px 0;
}
*/
/*div.book .image img {
	width: 95px;
}*/

.publisher {
	
}

.book_year {

}

.book_pages:before {
	content: "(";
}

.book_pages:after {
	content: ")";
}


/*	Summary items	*/

.summary_item {

}

.summary_item h2 {
	font-weight: normal;
	font-size: 1em;
	background-color: #DEDEDE;
	margin: 1.4em 0 .2em 0;
	padding: 1px;
}

.summary_item a,
.summary_item a:link,
.summary_item a:visited {
	color: #900;
	text-decoration: none;
}

.summary_item a:hover,
.summary_item a:active {
	color: #900;
	text-decoration: underline;
}

.content_type {
	font-size: .8em;
	color: #000;
	text-transform: uppercase;
	display: block;
}

.summary_item .image {
	display: none;
}

.summary_item .author {
	display: block;
	font-style: normal;
}

.summary_item p {
	margin-bottom: 0;
}


.summary_item p.read_more {
	font-size: .9em;
	margin-top: 0;
}



/*	 Forms	*/

.dnnform {
	font-size: 11px;
	color: #605728;
}

.required {
	color: #C00;
/*	font-weight: bold;	*/
}

.required:after {
	content: "*";
}
/*
table input {
	display: block;
}

table label,
table span {
	display: block;
}
*/
div.buttons {
	text-align: center;
	margin: 10px 0;
}

div.message p {
	text-align: center;
	font-weight: bold;
}

div.buttons input {
	border:	1px solid #999;
	background-color: #DEDEDE;
	color: #000;
	padding: 2px;
	text-transform: uppercase;
}

div.buttons input.submit_btn {
	background-color: #6B7580;
	color: #FFF;
}

div.buttons input.submit_btn:hover {
	cursor: pointer;
	background-color: #900;
}

.rss_btn 
{
	border:	1px solid #999;
	background-color: #6B7580;
	color: #FFF;
	margin-bottom: 10px;
	display: block;
	text-transform: none;
}

.rss_btn:hover {
	cursor: pointer;
	background-color: #900;
}


/*	Country Pages 	*/

.country_div {
	display: none;
}

.country_page .country_div {
	display: block;
}

/*
.country_page .related_items {	
	this is a class applied only to related_items on the country_page	*/
/*	margin-top: 9.5em;	*/
/*	julie: I commented this out since country page layout has changed (aug-19-09)	
}	*/
	

.office_city {
	padding-top: .8em;
	border-top: 1px dashed #CCC;
}

.global_offices .office_city {
	border-top: none;
	padding-top: 0;
}

.global_offices .office_city .legal_name {
	font-weight: normal;
}

.office_city address {
	margin-top: 1em;
	margin-bottom: 0;
}

.office_city div.links {
	margin-top: 0;
	margin-bottom: .5em;
}

.global_offices .office_city div.links {
	display: none;
}

.office_city h2 {
	margin-top: .5em;
}

.office_city .legal_name {
	font-weight: bold;
}

.office_city .image {
	background-image: none;
	padding: 0;			/*	note from Julie: changed from "none" to 0	*/
	float: none;
	margin: 0;
}

.office_city .image img {
	width: 350px;
}


table.contact_info {
	width: 100%;
	margin-bottom: 1em;
}

table.contact_info span.category {
	display: block;
}

table.contact_info a.email {
	display: block;
}

table.contact_info td {
	width: 50%;
}

table.contact_info .category {
	font-size: .85em;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 1em;
	margin-bottom: 0;
}


/*	Offices Page	*/

address p {	/*	this should not be necessary, against XHTML	*/
	margin: 0;
	line-height: 1.2em;
}

.offices_list table {
	border-collapse: collapse;
	width: auto;
}

.offices_list table td {
	font-size: 12px;
	padding: 2px 24px 1px 0;
}

.global_offices .office_country {
	border-top: 1px dashed #900;	
	width: 250px;
	margin-top: 2em;
}

.global_offices address {
	margin: 0;
}

.office_location div.links {
	margin-top: 0;
	margin-bottom: .5em;
}

.global_offices .office_country h2 {
	margin-top: .5em;
	font-size: 14px;
}

.global_offices .office_country h2 a {
	color: #900;
}

.global_offices .office_country h2 a:visited {
	color: #900;
	text-decoration: none;
}

.office_location {
/*	margin-top: 1em;	*/
}

.global_offices .office_location h3.city_name {
	font-size: .85em;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}




/*	Subscriptions 	*/

.subscription_signup {
	border: 1px solid #DDD;
	padding: 1em 0 0 1em;
}

.subscription_signup table {
	width: 100%;
}

.subscription_signup table span {
	display: block;
}

.subscription_signup table input {
	width: 93%;
}

.subscription_signup table label.required,
.subscription_signup table span.required {
	color: #666;
}

.subscription_signup div.buttons {
	text-align: left;
	margin-left: 0;
}



/*	Job Postings	*/
div.job_specs table {
	
}

div.job_specs table th {
	vertical-align: baseline;
	text-align: left;
	padding: 0 1em 8px 0;
	width: 120px;
}

div.job_specs table td {
	vertical-align: baseline;
	text-align: left;
	padding: 0 3px 8px 0;
}

div.job_specs table p {
	margin: 0;
}

/*	Widgets	*/

.exhibit {	/* this encloses the entire widget	*/
	width: 420px;
	overflow: hidden;
	margin: 10px 0;
/*	clear: left;		this prevents a weird display thing possibly happening if the image widget is placed near a floated book cover	*/
	border: 1px solid #999;
}

.exhibit_popup {	/*	this is the button to enlarge the widget	*/
	width: 25%;
	float: right;
	text-align: right;
	/* margin: 10px; */
}

.exhibit_description {
	border-bottom: 1px solid #999;
	padding: 0 12px;
}

.exhibit_description h5 {
	color: #900;
	font-weight: normal;
	/* new attributte added */
	margin-top: 30px;
}

img.exhibit_img 
{
	/* new attributtes added */
	margin: 10px 0px 10px 10px;
}

.image_widget {
	width: 420px;	
	margin: 10px 0;
}

.image_widget img {	/*	julie added style rule 10-29-09	*/
	width: auto;
	max-width: 100%;
}

.text_widget {
	margin: 0;
}

table.gridview {
	border: none;
	width: 420px;		/*	a hack to prevent summary items from getting too wide	*/
}

table.gridview td,
table.gridview tr {
	border-color: #FFF;
}

.links span.filesize {
	font-size: .8em;
	color: #666;
	text-transform: uppercase;	
	padding-left: .8em;
}

/*	Feedback section of Contact Us page	*/

div.website_feedback {

}

div.feedback_form {
	width: 70%;
	border: 1px solid #DDD;
	padding-left: 1em;
	margin-bottom: 3em;
}

div.feedback_form span {
	display: block;
	margin: 1em 0 .1em 0;
}

div.feedback_form span.required {
	color: inherit;
}

div.feedback_form .radio_btns input {
	border: none;
	width: auto;
}

.radio_btns td {
	padding: 4px 0 0 4px;
}

.radio_btns label {
	font-size: 12px;
}

div.feedback_form input,
div.feedback_form textarea {
	width: 95%;
}

div.feedback_form div.buttons {
	text-align: left;
}

div.feedback_form div.buttons input {
	width: auto;
}


/*	jobs	*/

.business_unit {

}

.post_date {
	font-style: italic;
}

.job span.location {	/*	not sure why we seem to need this	*/
	display: inline;
}



/*	Events	*/

.event .date {
	display: block;
	font-style: italic;
}

.event .time {
	font-style: italic;
}

/*	Thought Leaders	*/


div.thought_leaders {	/* this div contains all Thought Leader info	*/

}

div.th_leaders_summary {	/* contains category name in <h4> and list */

}

ul.th_leaders_list li {	/* list of names as hyperlinks	*/
	margin: .2em 0;
}

/*	Search results	*/

.search_container {
	min-height: 420px;
}
/*
.search_container a:link,
.search_container a:visited {
	color: #900;
}
*/
.search_container a.urlText {
	color: #666;
}

/*	these styles are added in the DisplaySearchResults.ascx file	*/
.search_results { /*	need to change this name - there is an id with the same name	*/

}

.search_results h1 {

}

/* made changes to this class as part of bug fix; ID - 155 */
/*	note from julie: this isn't useful to note unless you specify what was changed and why. */
span.number_results {	/*	this is the text that says X results out of Y, etc.	*/
	display: block;
	text-align: left;
	font-size: 11px;
	margin-bottom :10px;
}
/*	note from Julie: commented this out, causing problems. Put all IE hacks in IE6 files, NOT here.
*html span.number_results {
	margin-top: 28px;
}
*/

.suggestions {

}

.pagingNumbers table {	/* this is applied to a tr */
	margin-top: 2em;
}

.hidden {
	display: none;
}	


/*	=Home page styling	
-----------------------------------------------------*/
/*	Layout specs	*/

#home_page {
	padding-top: 10px;
	font-size: 11px;
}

#home_page p {
	font-size: 11px;
}

#home_page #left_pane {
	float: left;
	margin: 0;
	padding: 7px 4px 0 7px;
	width: 23.5%;
	background-color: #F0F0F0;
	border: 1px solid #B0BCC8;
	border-bottom: none;
}

#home_page #content_pane {
	margin-left: 0;
}

#home_page #features {
	float: left;
/*	clear: left;*/
	margin-right: 10px;
	margin-bottom: 10px;		
	padding: 0 4px 7px 7px;
	width: 23.5%;
	background-color: #F0F0F0;
	border: 1px solid #B0BCC8;
	border-top: none;
}

#home_banner_pane {
	height: 168px;
	width: 74%;
	float: right;
	margin: 0;
	overflow: hidden;
	background-image: url(../assets/banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#home_center {
	float: left;
	width: 354px;
	margin: 6px 0 6px 30px;
}

#home_right {
	float: right;
	width: 235px;
	margin: 6px 0 6px 12px;
}
	#mission_statement {
		background-image: url(../assets/banner_left.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		
		width: 46%; /* helena 10-15-09 - keep width as % so that it shows up in IE 7 and widen since flash image isn't going to be larger*/
		
		height: 100%;	/*	technically this causes the box to overflow but is hidden by overflow setting in home_banner_pane	*/
		  
		padding: 20px 0 0 18px; /* helena: reduce padding top to 20px to give more depth for long text */
		/*	the following rules are here just in case the mission statement text does not come within a <p> tag 
		font-family: "Times New Roman", Times, serif;
		margin: 0 0 .4em 0;
		font-size: 13px;
		line-height: 1.4em;
		color: #666;
		font-style: italic;
		text-align: center;*/
	}
	
	#mission_statement img {
		margin: 0 auto;
		
	}
	
	#flash_movie {
		float: right;
		width: 330px; /*	julie: changed width from 330px, new spec 8-13-09, helena changed back on 10-15-09	*/
		height: 151px;
		padding: 6px 8px 12px 1px;
		background-image: url(../assets/banner_right.jpg);
		background-repeat: no-repeat;
		background-position: top right;
	}
	


/*	CLASSES	*/

.titlebox {
	padding-right: 3px;
	padding-bottom: 3px;
	margin: 10px 0;	
	background-image: url(../assets/shadow.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.titlebox h1 {
	border: 1px solid #C8CFD7;
/*	border: 1px solid #B0BCC8;	*/
	background-color: #FFF;
	margin: 0;
}

.titlebox a {
	display: block;
	padding: 4px;
}

.shadowbox {
	background-image: url(../assets/shadow_ongray.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

/*	left_pane	*/

#subscribebox {
	border: 1px solid #B0BCC8;
	background-color: #FFF;
	padding: 6px;
}

#subscribebox .subscribe_btn {
	color: #900;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	margin-right: 1.1em;
}

#subscribebox p {
	color: #637C92;
	text-align: center;
	font-size: 11px;
	margin-bottom: 1em;
}

#subscribebox q {
	font-weight: bold;
}


#subscribebox input {
	border: 1px solid #637C92;
	display: block;
	margin: 4px auto;
	font-family: Arial, Helvetica, sans-serif;
}

#subscribebox .text_btn {
	text-align: right;
}

#subscribebox .error_message {
	position: absolute;
	margin-top: 1.6em;
	width: 14em;
} 

#subscribebox .error_message span {
	border: 1px solid #900;
	background-color: #FFF;
	padding: 0 2px;
}

/*	linked text widget	*/
#features {
	margin-top: -60px;	/* need to push this up due to wider column	*/
}

#features .related_item {
	padding-right: 3px;
	margin-bottom: .2em;
}

#features .related_item a {	
	margin-left: 0;
	display: inline;
}

#features .related_item h2 {
	background-color: #828C96;
	background-image: none;
	padding: 0;
	font-size: 10px;
	color: #FFF;
	margin-top: 1.2em;
	text-transform: uppercase;
}

#features .related_item h2 a {
	text-decoration: none;
	color: #FFF;
	padding: 1px 3px;
	display: block;
}

#features .related_item h2 a:hover {
	background-color: #333;
}

#features .related_item p {
	font-size: 11px;
	line-height: 1.4em;
	margin: .4em 1px;
	padding: 0;
	font-weight: normal;	/*	to fix weird bolding problem	*/
}

#features .related_item p a,
#features .related_item p a:link,
#features .related_item p a:visited {
	text-decoration: underline;
	color: #666;
	padding-left: 0;
}

#features .related_item p a:hover {
	text-decoration: none;
	color: #000;
	background-color: #C2C7CD;

	padding-left: 0;
}

#features .links {
	margin: 0;
	padding: 0 0 0 1px;
	font-size: 11px;
	font-weight: normal;	/*	to fix weird bolding problem	*/
}


/*	home_center	*/

#expertise_home {

}

#expertise_home h2,
#expertise_home h2 a {
	font-size: 11px;
	margin-top: .8em;
	margin-bottom: .1em;
	color: #333;
	font-weight: bold;
	background-color: transparent;
}


/*	expertise	*/

#expertise_home .summary_item {
	margin: 10px 16px 12px 21px;
	border-top: 1px solid #DBDBDB;
	clear: both;
}

#expertise_home .first {	/* used on home page on summary item: this must appear after the above style rule	*/
	border-top: none;
}

#expertise_home .summary_item p {
	margin-top: 0;
}

#expertise_home .summary_item .image {
	display: block;	/*	we hide the image in summary items in the class stylesheet	*/
	margin-top: 12px;
}
/*Changes for the Home Page and Details Page Image Orientation */
.home_landscape,
.detail_landscape
{
    width:307px;
    margin: 7px 7px 7px 0;  
}
.home_portriat
{
    width:80px;
    margin: 7px 7px 7px 0;
    float:left;
}

.imglandscape
{
    /*padding-right: 5px;
    padding-bottom: 3px;*/
    /*background-image:url(../assets/shadow.jpg);
    background-repeat: no-repeat;
	/*background-position: right bottom;*/
	width:140px;
}

.imgportrait
{
    /*padding-right: 5px;
    padding-bottom: 3px;
    background-image:url(../assets/shadow.jpg);
    background-repeat: no-repeat;
	background-position: right bottom;*/
	width:75px;
}

/* Details Image changes for the Detail page image orientation */
.detail_portrait
{
    width:100px;
    margin: 7px 7px 7px 0;
    float:left;
}
.imagelandscape
{
    /*padding-right: 5px;
    padding-bottom: 3px;
    background-image:url(../assets/shadow.jpg);
    background-repeat: no-repeat;
	background-position: right bottom;*/
    width:230px;
}

.imageportrait
{
    /*padding-right: 5px;
    padding-bottom: 3px;
    background-image:url(../assets/shadow.jpg);
    background-repeat: no-repeat;
	background-position: right bottom;*/
    width:95px;
}

/*	content types	*/

.book {

}

.article {

}

.casestudy {

}


/*	home_right	*/
/*	news	*/

#news_home .summary_item {
	margin: 10px 16px 12px 21px;
}


#news_home .summary_item .author {
	display: inline;
}

#news_home h2,
#news_home p {
	margin-top: 0;
}

#news_home h2,
#news_home h2 a {
	font-size: 11px;
	margin-bottom: .1em;
	color: #333;
	font-weight: bold;
	background-color: transparent;
}



/*	events	*/

#events_home .summary_item {
	margin: 10px 16px 12px 21px;
}


#events_home .event .venue {
	padding-left: 0;
	display: inline;
}


#events_home h2,
#events_home p {
	margin-top: 0;
}

#events_home h2,
#events_home h2 a {
	font-size: 11px;
	margin-bottom: .1em;
	color: #333;
	font-weight: bold;
	background-color: transparent;
}


/*	this has to appear below other styles, currently not in use	*/
.first {
	margin-top: 0;
	border-top-width: 0;
	border-top-color: transparent;
}

.first .image {
	margin-top: 0 !important;
}

/*	I have no idea why I need to specify these styles... something in Monitor.com.. doesn't happen on UI Dev	*/
#expertise_home .summary_item span,
#news_home .summary_item span,
#events_home .summary_item span,
#expertise_home .summary_item p,
#news_home .summary_item p,
#events_home .summary_item p {
	font-weight: normal !important;
}


/******BEGINNING OF	RECRUITING APPLICATION	********/
/*	the following styles were NOT created by Julie.. they are a mess	*/

.recruiting_app {
	
}

.main_header {
	vertical-align: middle;
	text-align: left;
	float: left;
	margin-left: 6px;
}

.recruiting_app table {
	width: 92%;
}

.recruiting_app .edu_exp table, 
.recruiting_app .contact_info table,
.recruiting_app .upload_docs table,
.recruiting_app .test_scores table
{
	width: 100%;
}

.recruiting_app .lang_skills table {
	width: 70%;
}

.recruiting_app th label,
.recruiting_app th span {
	padding: 4px 4px 0 0;
}


.recruiting_app td,
.recruiting_app th {
	vertical-align: middle;
}

.recruiting_app th {
	text-align: left;
	font-weight: normal;
	width: 25%;
	padding: 0 2px 0 0;
}

.recruiting_app .lang_skills th {
	text-align: left;
	font-weight: normal;
	width: 23%;
	padding: 0 2px 0 0;
	vertical-align: middle;
}

.recruiting_app .other_details th {
	width: 35%;
}

.recruiting_app h2 {
	color: #000;
	background-color: #DDD;
	padding: .5em;
	margin-bottom: .8em;
}

.recruiting_app .checkbox input {	/*	this class is applied to a span that contains input and label	*/
	border: none; 
	margin-left: -11px;
	margin-right: -1px;
	margin-top: -2px;
	padding: 0;
}

.recruiting_app .radio input {	
	border: none;
	margin: 0;
	padding: 0;
	margin-right: 4px;
}

.recruiting_app .recrequired {
	font-weight: bold;
	float: right;
	margin: 0 0 0 2px;
	color: #C00;
}

.recruiting_app .recrequired:after {
	content: "";
}

.recruiting_app option {
	margin: 0;
	padding: 0 2px;
}

.recruiting_app select {
	margin: 0;
	padding: 0;	
}

.recruiting_app input,
.recruiting_app option,
.recruiting_app textarea,
.recruiting_app select {
	font-size: 12px;
}

.recruiting_app .contact_info .contact_table {
	margin-top: 1em;
}

.recruiting_app .contact_info .contact_table input
{
	width: 250px;
}

/*** Education/Experience elements ***/

.recruiting_app .edu_exp .rowpad
{
	padding-top: 1em;
	margin-bottom: -2px
}

.recruiting_app .edu_exp .experience 
{
	width: 40%;
	margin-top: .5em;
}

.recruiting_app .edu_exp .otherdegree 
{
	width: 60%;
	margin-top: .5em;
}

.recruiting_app .edu_exp input {
	width: 36px;
}

.recruiting_app .edu_exp .other{
	/*display: block;*/
	font-size: .95em;
	font-style: italic;
	text-align: left;
	margin-top: -2px;
	vertical-align: top;
}

.recruiting_app .edu_exp th {
	width: 33.3%;
	font-weight:bold;
	padding-bottom: .5em;
}

.recruiting_app .edu_exp .wide_field,
.recruiting_app .edu_exp input.wide_field {
	/* width: 385px; */
	/*width: 250px; */
	width: 97%;
}

.recruiting_app .edu_exp .concentration
{
	width: 48%;
}

.recruiting_app .edu_exp .degree
{
	width: 80%;
}

/*** end of Education/Experience elements ****/


/**** Test Scores elements ****/

.recruiting_app .test_scores th {
	padding-top:.5em;
}

.recruiting_app .test_scores input {
	width: 50px;
}

.recruiting_app .test_scores td 
{
	padding-left: 2em;
	padding-top:.5em;
}

.recruiting_app .test_scores .afterfirst 
{
	padding-left: 0px;
	padding-top:.5em;
}

.recruiting_app .test_scores .none{
	display: block;
	font-size: .95em;
	font-style: italic;
	text-align: left;
}

.recruiting_app .test_scores .reasonlabel 
{
	display: block;
	font-size: .9em;
	font-style:italic;
	color: #777;
	width: 90%;
	padding: 1.5em 0em 0em ;
	text-align: left;
}

/**** end of Test Score elements ****/

/*** Position elements ****/
.recruiting_app .position th {
	width: 33%;
	vertical-align: top;
}

.recruiting_app .position .choices{
	width: 18%;
}

.recruiting_app .position .ratinglevel{
	padding-bottom: .5em;
	padding-top: .75em;
}

.recruiting_app .position .office_field{
	width: 200px;
}

.ratingStar {
            font-size: 0pt;
            width: 21px;
            height: 21px;
            margin: 0px 2px;
            padding: 0px;
            cursor: pointer;
            display: block;
            float: left;
            background-repeat: no-repeat;
}
        
.filledRatingStar {
            background-image: url(../assets/filledRatingStar.png);
}                

.emptyRatingStar {
            background-image: url(../assets/emptyRatingStar.png);
}
        
.waitingRatingStar {
		background-image: url(../assets/waitingRatingStar.png);
}
    
/*** end of Position elements ***/

.recruiting_app .other_details .submission 
{
	width: 90%;
}

.recruiting_app .other_details .referred 
{
	width: 60%;
}

.recruiting_app .position .applied
{
	width: 65%;
}
/*
.recruiting_app .contact_info .contact_country th {
	width: auto;
}
*/

.recruiting_app .lang_skills th {
	padding-bottom: 2px;
}

.recruiting_app .contact_info .wide_field
{
	width: 200px;
}

.recruiting_app .other_details .wide_field
{
	 width:280px;
}


.recruiting_app span.notice {
	/*	 this is for the equal opportunity employer notice at the bottom of the page	*/
	display: block;
	font-size: .85em;
	line-height: 1.4em;
	color: #777;
	width: 80%;
	padding: .6em 1em;
	margin: 1em auto;
	border: 1px solid #CCC;
	text-align: left;
}

.recruiting_app .helptext
{
	display: block;
	font-size: .9em;
	font-style:italic;
	color: #777;
	width: 90%;
	padding: 0em 0em 1em ;
	text-align: left;
}

.recruiting_app .submit_btn {
	padding-right: 2em;
	padding-left: 2em;
}

div.eoe_info table {	
	width: auto;
	margin-left: 1em;
}	

div.eoe_info .formlabel {	
	/* display: block; */
	margin: .5em 0;
}	

div.eoe_info .formlabel span.note {	
	font-weight: normal;
	font-size: 10px;
}	

div.eoe_info td,
div.eoe_info th {
	vertical-align: top;
}

.eoe_info .eeoc_link 
{
	font-weight: bolder;
	color: #F00;
}

.recruiting_app .upload_docs th {
	width: 15%;
}

.recruiting_app .upload_docs input {
	width: 400px;
}

.error_message 
{
	display: block;
	font-size: 1em;
	font-style:italic;
	color: #D00;
	text-align: left;
}
#recruitment_header 
{
	width: 100%;
	height: 39px;
	top: 50px;
	position: relative;
	font-size: 20px;
	background-color: #777;
	color: #FFF;
	vertical-align: middle;
}
#header_recruitment
{
	width: 100%;
	height: 120px;
}
.recruiting_app span.techNotice {
	/*	 this is for the technical help text at the bottom of the page, after the "Submit" button*/	
	display: block;
	font-size: .9em;
	font-style:italic;
	color: #777;
	width: 90%;
	padding :.9em 1em;
	text-align: center;
}
/*	here are all the divs on the recruiting app page in case I need them	*/

div.contact_info {

}

div.edu_exp {

}

div.lang_skills {

}

div.other_details {

}

div.position {

}

div.display_message {

} 

div.upload_docs {
	
}
/******END OF RECRUITING APPLICATION	********/


/*  Search Results page */

/* Set the width for the results to be 100% to fix an issue with Firefox where sometimes the results column
was squished too small - about a 1/3 of the size it should be */
div.searchResults div table
{ 
	width:100%;
}
		
	
/* set the width of the pagingNumbers table to auto so that it only takes up as much space as it needs */	
div.searchResults div table tr.pagingNumbers td table
{
	width: auto;
}

/* made changes to this class as part of bug fix; ID - 155 */
.searchResults .searchCaptionLinks
{
	width:100%;
	height:70px;
}

.searchResults .searchCaptionLinks h1
{
	 width:30%;
	 float :left;
	 height :20px;
}
	
.searchResults .searchCaptionLinks .searchLinks
{
	width:300px;
	height:16px;
	float :right;
	text-align:right; 
	margin-top :1.6em;
	padding-top:4px;
}

/* css changes that were made by the developers and not by Julie */
.event_specs .venue
{
	display: block;
}

.venue {
	
}

.event_specs .date {
	 
}

.event_specs .date {
	 
}

.article_specs .author 
{
	display :block ;
}

#news_home .date 
{
	font-style: italic;
/*	margin-right: 4px;*/
	display: inline;
	padding-right :2px;
}

#events_home .event .date {
	font-style: italic;
/*	margin-right: 4px;*/
	display: inline;	
	padding-right :2px;
}

/* these two classes have to be commented */
/*
#news_home .date:after 
{
	content: ",";
}
 
#events_home .event .date:after 
{
	content: ",";
}
*/

.related_item a.url_link,
.related_item a.read-more,
.related_item a.attachment {
	font-size: 11px;
	margin-left: 12px;
	display: block;
	padding: 0;
}


/*	=Footer styles	
---------------------------------------------*/

#footer_links {
	width: 71%;	/*	widened for Russian footer 10-01-09	*/
	float: right;
	padding-top: 6px;
	text-align: right;
	color: #999;
}

#footer_links a {
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
	padding: 4px;
}	

a.terms_link,
a.privacy_link,
a.login_link,
.copyright_text,
.current_date {	/*	this is applied to either an anchor or span	*/
/*	font-size: 0.85em;	*/
	color: #999;
	text-transform: uppercase;
}

.copyright_text,
span.copyright_text {
	display: block;
	padding-top: 6px;
	text-transform: none;
}

#footer_links a.twitter-link {
	text-transform: lowercase;
	background-image: url(../assets/twitter-logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 18px;
}

#footer_links a.subscribe-link {
	text-transform: lowercase;
	background-image: url(../assets/action_rss.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 18px;
}



