@import "omnium_secondpage.css";

#bodyCopy .facultyMember {
	margin:0 0 0 0;
}

#bodyCopy .facultyMember p.name {
	margin:0;
	padding:20px 0 0 0;
	font-weight:bold;
}

#bodyCopy .facultyMember p.credentials {
	margin:0 0 8px 0;
	font-weight:bold;
	color:#666;
}

#bodyCopy h2.courseName {
	margin:0 0 0 0;
	font-size:12px;
}

#bodyCopy h2.spacebelow {
	margin:0 0 8px 0;
}






#bodyCopy h3 {
	margin-bottom:0;
}

/* overrides to the "testimonial" text colour from omnium_secondpage.css */

.south_america #bodyCopy .testimonial {	
	color:#72BA17;
}

.china #bodyCopy .testimonial {	
	color:#BA0000;
}

.europe #bodyCopy .testimonial {	
	color:#183394;
}

.north_america #bodyCopy .testimonial {	
	color:#007783;
}

#mainText p.courseModule {
	font-size:80%;
	padding:0;
	margin:0;
}

#mainText p.courseDescription {
	margin:0 0 8px 0;
}

#mainText h2.courseName {
	margin:0;
	padding:20px 0 0 0;
}

/* UPCOMING EVENT STYLES */

table.eventstable{
	width:100%;
}

th.eventstable{
	text-align: left;
	background-color: #95B1C4;
	color: #ffffff;
	vertical-align: middle;
	text-transform:uppercase;
	font-size: 1.1em;
	height: 25px;
	padding: 0 0 0 3px;
}
tr.eventsheader{
	
}
tr.eventstable{
	background-color: #81A3B8;
	height: 25px;
	color: #ffffff;
}
tr.eventsseperator
{
	background-color: #ffffff;
	height: 3px;
}
td.continent{
	font-size: 1.0em;
	font-weight: bold;
	padding: 0 0 0 3px;
}
td.date
{
	font-size: 1.0em;
	text-align: left;
	padding: 0 0 0 3px;
}
td.location
{
	font-size: 1.0em;
	text-align: left;
	padding: 0 0 0 3px;
	width:145px;
	
}
td.organizer
{
	font-size: 1.0em;
	text-align: left;
	padding: 0 0 0 3px;
	width:200px;

}
td.link
{
	font-size: 1.0em;
	text-align: left;
	padding: 0 0 0 3px;
}

.event .location {
}

.event .date {
	display:block;
}

.event .time {
	display:block;
	
	font-weight: normal;
}

#bodyCopy .event a {
	text-decoration:none;
}

#bodyCopy .event a:hover {
	text-decoration:underline;
}
