/*

CSS for Northwestern University (Kellogg). Copyright (c) 2009 Northwestern University

*/


table.clear_table_styles, .clear_table_styles td {
border: none;
padding: 0px;
}


table.connectwithkellogg, .connectwithkellogg td {
border: none;
padding: 5px;
}

.table_wrapper {
width:150px;
float:left;
padding-bottom: 10px;

}

table td.noborder{
border: 0px;
padding: 0px;
}

/* for course sites */
table caption {
	background: url(https://www.kellogg.northwestern.edu/images/cmcrecruiter/backgrounds/table_caption_bg.jpg) repeat-x top #8562b4;
	color: #ffffff;
	text-align: left;
	padding: 5px 10px 5px 10px;
	font-weight:bold;
}

table .schedule {border-style:solid;border-width:thin;border-color:#000000;	}
/* end for course sites */


h2.spiff {
	font-family: "News Gothic MT", Arial, Helvetica;
	font-size: 180%;
	font-weight: normal;
	color: #262626;
	margin: 0px;
	padding:none;
}

h2.widget {
font-family: "News Gothic MT", Arial, Helvetica;
	font-size: 180%;
	font-weight: normal;
	color: #262626;
	 margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: solid 1px #bab9b9;
  margin-top: 40px;
}

.testimonial_list .content {
  margin-left: 10px; !important
}

.inner_content { margin-top: 7px; !important

}
/* added 1/13/11 to adjust text on program finder widget on home page */

.featured_box_inner {
  padding: 30px 35px 20px;
}

.featured_box_inner {
 padding: 30px 35px 15px;
}

/* added 5/23 to update program picker box styling on the home page */

.featured_posts_outer {width:642px;}
.featured_post_list li .date {width:200px;}

.featured_box {width:250px; margin:20px 0;padding:53px 0 0 0;background:none;overflow:visible;}
.featured_box_top {background:url(execed/images/exec_program_header.png) no-repeat top left;height:53px;width:200px;color:#fff;font-size:16px;font-weight:600;padding: 4px 0 0 85px;}
.featured_box_inner {width:230px;background:url(execed/images/round_banner_bottom_250.png) no-repeat bottom center;padding:8px 10px;margin:0;}
.featured_box_inner h1 {font-size:15px;}
.featured_box_inner h2 {font-size:14px;font-weight:300;}
.featured_box_bottom {background:none;position:inherit; height:auto;width:auto;}
.featured_box_footer {border:none;padding:0;}

/* added 11/17/2014 - styles for upcoming sessions boxes in program pages */
.execed-brochure-btn {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #9371be;
	background: -moz-linear-gradient(top, #9371be 0%, #643a9c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9371be), color-stop(100%, #643a9c));
	background: -webkit-linear-gradient(top, #9371be 0%, #643a9c 100%);
	background: -o-linear-gradient(top, #9371be 0%, #643a9c 100%);
	background: -ms-linear-gradient(top, #9371be 0%, #643a9c 100%);
	background: linear-gradient(to bottom, #9371be 0%, #643a9c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9371be', endColorstr='#643a9c', GradientType=0 );
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 11px;
	margin-left: 23px;
	margin-top:40px;
}
.execed-sessions {
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 0;
	margin: 40px 0;
}
.execed-sessions h2 {
	margin: 0 20px;
	font-size: 25px;
	font-weight: normal;
}
.execed-sessions ul {
	margin: 10px 0 0 0;
	padding: 0;
}
.execed-sessions li {
	list-style: none;
	display: block;
	border-top: 1px solid #ccc;
	padding: 5px 40px 5px 20px !important;
	margin: 0;
}
hr {
	background-color: #ccc;
	border: 0 none;
	clear: both;
	color: #ccc;
	height: 1px;
	margin: 10px 0;
}
.collapseTitle {
	margin-bottom: 10px;
}
.execed-plus {
	font-size: 20px;
	color: #4f2582;
	font-weight: bold;
	cursor: pointer;
	float: left;
	margin-right: 10px;
}
.execed-plus span {
	position: relative;
	top: 2px;
}
.execed-title-date {
	font-size: 16px;
	font-weight: bold;
	margin-left: 35px;
}
.execed-title-date span {
	font-weight:normal;
	font-size:15px;
}
.execed-sub-title {
	padding-left: 36px;
}
.execed-price {
	float: right;
	font-size: 20px;
	font-weight: bold;
	margin-right: 40px;
	margin-top: 6px;
}
.execed-apply-btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #9371be;
	background: -moz-linear-gradient(top, #9371be 0%, #643a9c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9371be), color-stop(100%, #643a9c));
	background: -webkit-linear-gradient(top, #9371be 0%, #643a9c 100%);
	background: -o-linear-gradient(top, #9371be 0%, #643a9c 100%);
	background: -ms-linear-gradient(top, #9371be 0%, #643a9c 100%);
	background: linear-gradient(to bottom, #9371be 0%, #643a9c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9371be', endColorstr='#643a9c', GradientType=0 );
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 8px;
	float: right;
	margin-top: 6px;
}
.execed-full-btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #c9c9c9;
	background: -moz-linear-gradient(top, #c9c9c9 0%, #8c8c8c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9c9c9), color-stop(100%, #8c8c8c));
	background: -webkit-linear-gradient(top, #c9c9c9 0%, #8c8c8c 100%);
	background: -o-linear-gradient(top, #c9c9c9 0%, #8c8c8c 100%);
	background: -ms-linear-gradient(top, #c9c9c9 0%, #8c8c8c 100%);
	background: linear-gradient(to bottom, #c9c9c9 0%, #8c8c8c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#8c8c8c', GradientType=0 );
	border:1px solid #8c8c8c;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 8px;
	float: right;
	margin-top: 6px;
}
.collapseDiv p {
	margin: 0 0 10px;
	width: 410px;
}
.collapseDiv span {
	font-size: 16px;
	font-weight: bold;
}
.pdf-application-link {
	text-align:right;
	margin:-20px 40px 40px 0;
}
.pdf-application-link a {
	font-weight:bold;
}
.breadcrumb {
    width: 100% !important;
}
.body_top, .addthis_outer {
	display:none;
}