@charset "utf-8";
/* CSS Document */

/*
   ==================================== 
    ARC  
   /research/arc/phd-program/current-students
   ====================================
*/


#option1.interior .container .page_content .main section article {
	width: 520px;
}

/*
   ==================================== 
    SEI  
   /research/sei/student-groups/
   ====================================
*/

.sei.student_groups .sei_faq li {font-size: 1em;}

.sei.student_groups .sei_faq .faq-pair {
	border-top: 1px dotted #999;
	clear: both;
	width: 100%;
}

.sei.student_groups .sei_faq .faq-query {
	overflow: hidden;
	padding: 12px 0;
	margin-bottom: 0;
	background: none;
	cursor: pointer;
}

.sei.student_groups .sei_faq .no-js .faq-query { cursor: default; }

.sei.student_groups .sei_faq .faq-pair .faq-query p {
	color:#333333;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.sei.student_groups .sei_faq .faq-pair.active .faq-query p {
	color:#9e273f;
}

.sei.student_groups .sei_faq .faq-pair .toggle-arrow {
	background: url('/Boothsitecore/css/img/option1/opt1-icon_arrow_inactive.png') 0px 0px no-repeat;
	float: left;
	height: 8px;
	margin: 5px 10px 0 0;
	padding: 0;
	width: 13px;
}

.sei.student_groups .sei_faq .faq-pair.active .toggle-arrow {
	background: url('/Boothsitecore/css/img/option1/opt1-icon_arrow_active.png') 0px 0px no-repeat;
	height: 8px;
	width: 13px;
}

.sei.student_groups .sei_faq .faq-pair .faq-answer {
	background: none;
	display: none;
	margin: 0 0 23px 23px;
	padding: 0;
}

.sei.student_groups .sei_faq .no-js .faq-answer { display: block; }

.sei.student_groups .sei_faq .faq-pair.active .faq-answer {
	display: block;
	overflow: hidden;
}

.sei.student_groups .sei_faq .faq-pair .faq-answer .faq-content div a {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-transform: none;
}

/*
   ==================================== 
    Kilts
   /research/kilts/
   ====================================
*/



/* Tables */

.boothtable td, .boothtable th {
	border-left: 1px solid rgb(202, 202, 202);
	line-height: 1.5em
}

/* Temporary fix for front page background image until kilts.css can be updated - this can be deleted */

#option3 .kilts_bg {
	background: url("http://researchtst.chicagobooth.edu/boothsitecore/img/kilts/flower_background.png") no-repeat scroll center top transparent 
} 


/* Temporary fix for /research/kilts/phd/doctoral-fellows - remove when we update the Sitecore template, or keep and add the .fellows class to all pages that don't have profile images */

#option3.interior.fellows .director section figure {
	display:none;
}

#option3.interior.fellows .director section article p {
	float: left;
	width: 100%;	
}

#option3.interior.fellows .director article {
	min-height:0;	
}

/* Profiles for Doctoral Fellows without images /kilts/phd/doctoral-fellows/name */

#option3.interior.profile-page.noimage h1 {
	float: none;
}

#option3.interior.profile-page.noimage p {
	float: none;
	width: 520px
}
	
/* Left side navigation */

/* #option3.interior .left_nav nav ul li:hover {
	background: #588e96 url('http://researchtst.chicagobooth.edu/boothsitecore/img/kilts/list_selected.png') repeat;
	cursor: pointer;
} */

#option3.interior .left_nav nav ul li {
		padding:0;
} 

#option3.interior .left_nav nav ul li a {
	display: block;
	width: 133px;
	padding: 10px
}

#option3.interior .left_nav nav ul li a:hover {
		color: #ffffff;
		background: #588e96 url('http://researchtst.chicagobooth.edu/boothsitecore/img/kilts/list_selected.png') repeat;
		width:133px
}  

/* /research/kilts/engage/enews/sign-up */

#option3.interior .primary .form-page input.input-text, .form-page textarea, .form-page input[type="checkbox"] {
    width: 30px;
    margin-top: 18px;
    float: left;
    padding: 10px;
}

#option3.interior .primary .form-page label.wrapable {
    padding: 15px 0
}

/* http://research.chicagobooth.edu/kilts/events/case-competition */

#option3.interior.case .primary .page-content .row {
	display: none;
}


/* FAMA-MILLER */

/*
.hiddenBtnColumn {
	display:none;
}
*/


/* 
 NUMBER SECTION FOR CPE RESEARCH CENTER ONLY
*/
.search1 .numberpager ul.pages {
display:block;
border:none;
text-transform:uppercase;
font-size:10px;
margin:10px 0 50px;
padding:0;
}

.search1 .numberpager ul.pages li {
list-style:none;
float:left;
border:1px solid #ccc;
text-decoration:none;
margin:0 5px 0 0;
padding:5px;
}

.search1 .numberpager ul.pages li:hover {
border:1px solid #003f7e;
}

.search1 .numberpager ul.pages li.pgEmpty {
border:1px solid #eee;
color:#eee;
}

.search1 .numberpager ul.pages li.pgCurrent {
border:1px solid #003f7e;
color:#000;
font-weight:700;
background-color:#eee;
}

/* FOR THE RESULTS DISPLAY PAGE */
.search1 div.GSAResults ul li {
	 list-style: none;
	 padding-bottom:10px;
}
.search1 ul li, .square-red li {
    background: none;
}

