/* CSS Document */
#accordion_cntnr{
	padding:0px 0px 75px 0px; 
	text-align:left;
	font-size:11px;
}
.accordion_notoggle {
	font-weight: normal;
	font-size: 11px;
	line-height:14px;
	color: #4E4D4C;
	cursor: pointer;
	padding:10px 0px 10px 10px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #1C3955;
	margin-bottom:10px;
	background:#FDFDFD;
}
.accordion_toggle {
	font-weight: normal;
	font-size: 11px;
	line-height:14px;
	color: #4E4D4C;
	cursor: pointer;
	padding:10px 0px 10px 10px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #1C3955;
	margin-bottom:10px;
	background:#F1F1F1;
}
.accordion_toggle .closeTab{
	display:none;
}
.accordion_toggle .openTab{
	display:block;
	background: url(http://www.law.georgetown.edu/alumni/magazine/2009-spring/img/arw_open.gif) 2px 3px no-repeat;
	padding: 7px 0 5px 23px;
}
	
.accordion_toggle_active {
	border-bottom:0px;
	padding:10px 0px 10px 10px;
}
.accordion_toggle_active .openTab{
	display:none;
}
.accordion_toggle_active .closeTab{
	display:block;
	background: url(http://www.law.georgetown.edu/alumni/magazine/2009-spring/img/arw_close.gif) 2px 3px no-repeat;
	padding: 7px 0 5px 23px;
}


.accordion_toggle .moreInfo{
	display:block;
	padding-right:20px;
	float:right;
}
.accordion_toggle_active .moreInfo{
	display:none;

}
.accordion_topbar {
	font-weight: normal;
	font-size: 11px;
	line-height:14px;
	color: #4E4D4C;
	cursor: pointer;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #CCC;
}

		
.accordion_topbar_active {
	border-bottom:0px;
	padding:10px 0px 10px 0px;

}
		
.accordion_content {
	overflow: hidden;
	border-bottom:1px solid #CCC;
}
					
.accordion_content p {
	line-height: 1.45em;
	padding-right:30px;
	padding-left:102px;
	margin:0;
	padding-bottom:15px;
}

.noIndent p {
 	padding:0px 10px 15px 0px;
}


/*Styles for the Timeline accordion*/
.timeline_img_cntnr{
	float:left;
	width:170px;
}
.timeline_img_caption{
	padding:3px 0px 15px 0px;
	line-height:1.1em;
}
.timeline_txt_cntnr p{
	float:right;
	width:346px;
	text-align:left;
	line-height: 1.45em;
	margin:0;
	padding-left:14px;
	padding-bottom:15px;
}
.timeline_dt{
	font-size:18px;
	font-weight:bold;
}
.timeline_headline{
	font-size:16px;
	font-weight:bold;
	color:#93918D;
}

/*Styles for the Right Module accordion*/
.accordion_toggle .highlight{
	color: #42537F;
}
.accordion_toggle_active .highlight{
	color:#4e4d4c;
}
.accordion_toggle_active .highlight a{
	color:#4e4d4c;
	text-decoration:none;
}
/*Styles for the Press Release accordion*/
.press_txt_cntnr p{
	float:right;
	width:413px;
	text-align:left;
	line-height: 110%;
	margin:0;
	padding-bottom:15px;
}
.accordion_toggle .moreInfoPress{
	display:inline;
	padding-right:20px;
	font-size:11px;
	color:#42537f;
}
.accordion_toggle_active .moreInfoPress{
	display:none;
}
.moreInfoPress a{
	font-weight:normal;
}
.press_thmb_cntnr{
	float:right;
	width:443px;
	padding-bottom:15px;
}
.press_thmb{
	width:75px;
	height:75px;
	padding:5px 5px 0px 0px;
	float:left;
	cursor:pointer;
}
