@import url(/shared/styles/custom_navigation_colors/pastels_multi.css);


.parent_entity_link {
	margin-left: 13px;
}


.sectioncontentpad {
	padding:0;
}

.columns .column.text.main h1 {
	color: #60574f;
	
}

.columns .column.text.main h2 {
	color: #404040;
	
}

.columns .column.text.main h3 {
	color: #1A3011;
	
}

.columns .column.text.main h4 {
	color: #733609;
}

.sectioncontent a:link, .sectioncontent a:visited, .sectioncontent a:hover, .sectioncontent a:active {
	color: #b76618;
}
.sectioncontent a:hover {
	color: #b76618;
	text-decoration: none;
}


.onenarrowwide {
	margin-top: 0;
}

.alumni_listing {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

.floatright.stories {
	width: 150px;
	padding: 0 5px;
	margin: 110px 0 10px 15px;
	font-size: 90%;
	text-align: left;
	background-color: #e5e6e7;
}

.floatright.stories h3 {
	
}

.floatright.stories p.sub, .alumni_listing p.sub {
	margin: 0;
	padding: 0;
	color: #999;
}

.floatright.stories p.quote, .alumni_listing p.quote {
	font-style: italic;
}


/*schedule table*/
.scheduletable {
border: 0;
border-collapse: collapse;
border-bottom: 1px solid #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
width:100%;
background-color: #fff;
}
.scheduletable tr.first td {
	border-top:1px solid #CCCCCC;
}
.scheduletable tr.second {
	border:0;
}
.scheduletable td {
	border: 0;
	padding: 8px 10px 5px 3px;
	text-align:left;
	vertical-align:top;
}
.scheduletable td.date {
	white-space: nowrap;
}

.scheduletable th.date {
width:20%;
}

.scheduletable th.topic {
width:50%;
}

.scheduletable th.speaker {
width:30%;
}

.scheduletable th.date4 {
width:20%;
}

.scheduletable th.topic4 {
width:40%;
}

.scheduletable th.fee4 {
width:15%;
}

.scheduletable th.speaker4 {
width:25%;
}

.scheduletable th {
color:#666666;
background-color:#CCCCCC;
/*border:1px solid #CCCCCC;*/
font-weight:bold;
padding:3px;
text-align:left;
}
.scheduletable caption {
background-color:#CCCCCC;
border:1px solid #CCCCCC;
font-weight:bold;
padding-bottom:2px;
padding-top:3px;
}

.scheduletable dl {
	border: 0;
	margin:0 ;
	padding: 0;
}
.scheduletable dl dt {
	float: left;
	clear: both;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	margin: 0;
}
.scheduletable dl dd {
	padding: 0;
	margin: 0;
	padding-top: 4px;	
	float: left;
	width: 300px;
}

/*end schedule table*/


table th {
	padding-top: 8px;
	border-bottom: 1px solid #ccc;
}
table td, table th {
	vertical-align: top;
}


/* faculty profiles */



.directory_facstaff_listing {
	clear: none;
}

.directory_facstaff_listing h1 {
	margin-top:0;
	margin-bottom:0;
	padding:0 0 0;	
	float: left;
	clear: left;
}

.directory_facstaff_listing h2.sub {
	clear: left;
	float: left;	
	margin: 0;
	padding: 0;
	color: #999;
	
	font-size: 100%;
	width: 60%;
}

.profile {
	float: right;
	padding: 0;
	padding-left: 10px;
	margin: 0;	
	
}
.profile img {
	padding: 0;
	margin:0;
	padding-top: 30px;
}

.directory_facstaff_listing .right_area {
	margin: 0;
	padding: 10px 0 10px 10px ;
	float: right;
	clear: right;
}

.directory_facstaff_listing .right_area p {
	text-align: right;
	margin: 0;
	padding: 3px 8px;
	background-color: #f0f0f0;
}




