/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/* Default styles */

html {
	
}

body {
	font-family: Arial, sans-serif;
//	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #eeeeee;
}

.clear {
	clear: both;
}

a img {
	border: 0px;
}

h1 {
	line-height: 30px;
	font-size: 30px;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	letter-spacing: -2px;
	color: #aa1c21;
	font-weight: bold;
}

h2 { 
	line-height: 21px;
	font-size: 21px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	letter-spacing: -1px;
	color: #aa1c21;
}

h2 a { 
	text-decoration: none;
}
	
h3 {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0px;
	margin: 0px;
	color: #333333;
	letter-spacing: -1px;
	clear: both;
}

#homePanelGroup h3 {
	font-size: 15px;	
}

h4 {
	font-size: 15px;
	padding-bottom: 3px;
	color: #aa1c21;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

p {
	padding: 5px 0px;
	margin: 0px;
}

p, li {
	line-height: 18px;
	font-size: 13px;
}

li {
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

ul {
	margin: 5px 0px;
	padding: 0px 0px 0px 15px;	
}

a {
	color: #aa1c21;
}

a:hover {
	color: #666666;
}


/* Page Container Box */

#pageContainerHeader { 
	text-align: left;
	width: 970px;
	background: url(/_images/background-header.gif) no-repeat;
	height: 10px;
}

#pageContainer { 
	text-align: left;
	width: 970px;
	background: url(/_images/background-body.gif) repeat-y;
	padding-bottom: 20px;
}

/* Header */

#headerContainer { 
	position: relative;
 	width: 970px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}

#headerContainer #headerLogo a { 
 	position: absolute;
	left: 5px;
	top: 20px;
	width: 240px;
	height: 60px;
}

#headerContainer #headerAction {
	position: absolute;
	top: 30px;
	right: 3px;
}

#headerContainer #headerStudents {
	position: absolute;
	top: 0px;
	right: 5px;
	height: 35px;
	font-size: 12px;
	line-height: 30px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


#headerContainer #headerStudents a {
	background: url(/_images/icon-arrow.gif) top left no-repeat;
	padding-left: 13px;
	margin-left: 5px;
	text-decoration: none;
}

#headerContainer #headerStudents a:hover {
	text-decoration: underline;
}

/* Content */

#pageContentBackground {
	padding: 85px 30px 15px 30px;
	width: 898px;
	margin: 0px 0px 0px 6px;
}

#pageContentBackgroundProgram {
	padding: 40px 30px 15px 30px;
	width: 898px;
	margin: 0px 0px 0px 6px;
}

#pageContentBackgroundPartners {
	padding: 65px 30px 15px 30px;
	width: 898px;
	margin: 0px 0px 0px 6px;
}

#pageContentContainer {
	width: 580px;
	float: left;
}

#pageContentContainerWide {
	width: 900px;
}

/* Left Navigation */


#pageNavigationContainer { 
 	width: 300px;
	float: right;
	font-size: 13px;
	margin-bottom: 35px;
}

/* Page Status and BreadCrumbs */

#pageStatus {
	width: 960px;
	height: 30px;
	border-bottom: 1px solid #cccccc;
	margin-left: 5px;
}

#pageStatus #pageBreadCrumbs {
	padding: 0px;
	float: left;
}

#pageStatus #pageShareThis {
	padding: 0px;
	float: right;
}

#pageStatus #pageShareThis a {
	padding-left: 5px;
}


#Breadcrumbs { 
 	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	margin-left: 5px;
	line-height: 30px;
}

#Breadcrumbs #BreadcrumbsLinks {
	margin-left: 30px;	
}

#Breadcrumbs a { 
 	color: #aa1c21;
	font-weight: normal;
}

/* Page Navigation */

#pageNavigationContainer .pageNavigationContainerBox { 
 	padding: 20px 20px 0px 20px;
	background: url(/_images/background-page_navigation.gif) top no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}

#pageNavigationContainer .pageNavigationContainerBoxBottom { 
 	height: 20px;
	margin-bottom: 20px;
	background: #ffffff url(/_images/background-page_navigation.gif) bottom no-repeat;
}

#pageNavigationContainer h3 { 
	color: #aa1c21;
	line-height: 35px;
	padding: 0px;
	font-size: 17px;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#pageNavigationContainer h3 a { 
	text-decoration: none;
}

#pageNavigationContainer h3 a:hover { 
	text-decoration: underline;
}

#pageNavigationContainer ul { 
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#pageNavigationContainer p { 
	font-size: 12px;
}

#pageNavigationContainer ul li { 
	margin: 0px;
	padding: 7px 0px 7px 0px;
	font-size: 11px;
	line-height: 18px;
	border-bottom: 1px solid #cccccc;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#pageNavigationContainer ul li ul li { 
	border-bottom: 0px;
	line-height: 25px;
	font-size: 11px;
	line-height: 15px;
	border-top: 0px;
	padding: 4px 10px 4px 15px;
}

#pageNavigationContainer ul li ul { 
	padding: 0px 0px;
}

#pageNavigationContainer ul li a,
#pageNavigationContainer ul li .linkDisabled,
#pageNavigationContainer ul li ul li a,
#pageNavigationContainer ul li ul li .linkDisabled { 
	display: block;
	text-decoration: none;
	color: #333333;
	background: url(/_images/icon-arrow.gif) top left no-repeat;
	padding-left: 15px;
}

#pageNavigationContainer ul li .linkDisabled,
#pageNavigationContainer ul li ul li .linkDisabled { 
	color: #999999;
}

#pageNavigationContainer ul li a:hover { 
	text-decoration: underline;
	color: #cc0000;
}
/* Home Hero */

#homeHero {
	position: relative;
	height: 295px;
	width: 970px;
	background: url(/_images/background-home.jpg) top no-repeat;
}

#homeHero #homeHeadline {
	position: absolute;
	width: 680px;
	top: 30px;
	left: 265px;
	text-align: left;
}

#homeHero #homeHeadline H1 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 36px;
	line-height: 33px;
}

#homeLinkOne {
	position: absolute;
	bottom: 20px;
	left: 265px;
	background: url(/_images/icon-arrow.gif) center left no-repeat;
}

#homeLinkOne a,
#homeLinkTwo a, 
#homeLinkThree a {
	margin-left: 15px;
	text-decoration: none;
}

#homeLinkTwo {
	position: absolute;
	bottom: 20px;
	left: 505px;
	background: url(/_images/icon-arrow.gif) center left no-repeat;
}

#homeLinkThree {
	position: absolute;
	bottom: 20px;
	left: 745px;
	background: url(/_images/icon-arrow.gif) center left no-repeat;
}

/* Home Panel */

#homePanelGroup {
	margin-left: 5px;	
	margin-bottom: 20px;
	width: 960px;
	background: url(/_images/home-panel-background.gif) repeat-x;
	height: 235px;
}

#homePanelGroup h3 {
	padding: 0px;
}

#homePanelGroup h3 a {
	color: #ffffff;
}

#homePanelGroup h3,
#homePanelGroup p,
#homePanelGroup li,
#homePanelGroup li a,
#homePanelGroup p a {
	color: #ffffff;
}

#homePanelOne,
#homePanelTwo,
#homePanelThree,
#homePanelFour {
	width: 200px;
	height: 220px;
	padding: 15px 20px 20px 20px;
	float: left;
}

#homePanelOne {
	border-left: 0px;
}

#homePanelFour {
	border-right: 0px;
}

/* Home Testimonials */

#homeTestimonials {
	width: 200px;
}

#homeTestimonials ul {
	margin: 0px;
	padding: 0px;
}

#homeTestimonials ul li {
	display: none;
	margin: 0px;
	padding: 0px;
}

#homeTestimonials ul .show {
	display: block;
}


#homeTestimonials ul li IMG {
	float: right;
	height: 90px;
	width: 90px;
	margin-top: 10px;
	margin-left: 8px;
	border: 2px solid #ffffff;
}

#homeTestimonials .content {

}



/* Footer */

#footerContainer { 
 	clear: both;  
	width: 970px;
	height: 100px;
	font-size: 10px;
	background: url(/_images/background-footer.gif) no-repeat;
	position: relative;
}

#footerContainer .footerPoweredBy {
	position: absolute;
	top: 15px;
	left: 5px;	
}

#footerContainer .footerNavigation ul { 
	list-style: none;
	line-height: 15px;
	position: absolute;
	top: 15px;
	right: 0px;
}

#footerContainer .footerNavigation ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	border-left: 1px solid #666666;
}

#footerContainer .footerNavigation ul .last {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	border-right: 0px;
}

#footerContainer a { 
	text-decoration: none;
	color: #aa1c21;
}
	
#footerContainer a:hover {
	text-decoration: underline;
	color: #aa1c21;
}

/* Message Boxes */

.message {
	color: #cc0000;
	font-size: 10px;
}

span.middleColumn .message {
	margin: 4px 0px 0px 0px;
}

.required {
	color: #cc0000;
	font-size: 10px;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}

.entry {
	border-bottom: 1px solid #eee;
}


.photoBioGrid {
	width: 100px;
	height: 165px;
	margin: 15px 15px 0px 0px;
	float: left;
}

.photoBioGrid P {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}

.photoBioGrid IMG {
	border: 1px solid #666666;
}

.photoBioGrid2 {
	width: 76px;
	height: 130px;
	margin: 10px 5px 0px 5px;
	float: left;
	font-size: 9px;
	text-align: center;
	line-height: 10px;
}

.photoBioGrid2 P {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 5px;
	line-height: 10px;
}

.photoBioGrid2 IMG {
	border: 1px solid #666666;
}

.homePhotoBioGrid {
	width: 95px;
	height: 165px;
	margin: 10px 10px 0px 0px;
	float: left;
}

.homePhotoBioGrid P {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}

.homePhotoBioGrid IMG {
	width: 90px;
	height: 90px;
	border: 2px solid #ffffff;
}

/* Buttons */

.redButton, 
.greyButton,
.yellowButton {
	display: block;
	height: 45px;
	float: left;
	line-height: 45px;
	color: #ffffff;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}

.redButton {
	background: url(/_images/button-left.gif) no-repeat;
}

.redButton:hover {
	background: url(/_images/button-left-over.gif) no-repeat;
}

.greyButton {
	background: url(/_images/button-grey-left.gif) no-repeat;
}

.greyButton:hover {
	background: url(/_images/button-grey-left-over.gif) no-repeat;
}

.yellowButton {
	background: url(/_images/button-yellow-left.gif) no-repeat;
	color: #000000;
}

.yellowButton:hover {
	background: url(/_images/button-yellow-left-over.gif) no-repeat;
}

.redButton span,
.greyButton span,
.yellowButton span {
	display: block;
	padding: 0px 15px;
	line-height: 45px;
	height: 45px;
}

.redButton:hover,
.greyButton:hover,
.yellowButton:hover {
	color: #ffffff;
}

.redButton span {
	background: url(/_images/button-right.gif) right no-repeat;
}

.redButton span:hover {
	background: url(/_images/button-right-over.gif) right no-repeat;
}

.greyButton span {
	background: url(/_images/button-grey-right.gif) right no-repeat;
}

.greyButton span:hover {
	background: url(/_images/button-grey-right-over.gif) right no-repeat;
}

.yellowButton span {
	background: url(/_images/button-yellow-right.gif) right no-repeat;
}

.yellowButton span:hover {
	background: url(/_images/button-yellow-right-over.gif) right no-repeat;
}

/* Two Column */

.twoColumn {
	width: 270px;
	float: left;
	padding-right: 15px;
}

UL.twoColumn {
	width: 270px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.twoColumn UL {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.twoColumnWide {
	width: 435px;
	float: left;
	padding-right: 15px;
}

.twoColumnLeft,
.twoColumnRight {
	width: 280px;
}

#pageContentContainerWide .twoColumnLeft,
#pageContentContainerWide .twoColumnRight {
	width: 440px;
}

.twoColumnLeft {
	float: left;
}

.twoColumnRight {
	float: right;
}

.twoColumnBorderLeft,
.twoColumnBorderRight {
	width: 400px;
	float: left;
	margin: 15px 17px 0px 0px;
	padding: 15px;
	border: 1px solid #cccccc;
	background: #ffffff url(/_images/background-fade.jpg) top right no-repeat;
}

.twoColumnBorderRight {
	margin: 15px 0px 0px 0px;
}

.firstParagraph {
	font-size: 18px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.firstParagraphBox {
	font-size: 18px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #ffffff url(/_images/background-fade.jpg) top right no-repeat;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: -6px;
	width: 560px;
}

.smallParagraph {
	font-size: 11px;
	line-height: 15px;
}

.padRight {
	margin-right: 10px;	
}

/* Testimonial Holder */

.testimonialGroup {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}

.testimonialGroup CITE {
	text-align: right;
}

.testimonialPhoto {
	float: right;
	width: 100px;
	margin-left: 15px;
}

.testimonialPhoto IMG {
	border: 1px solid #000000;
}


/* Sidebar Testimonials */

#sidebarTestimonials {
	width: 260px;
	overflow: hidden;
	height: 170px;
}

#sidebarTestimonials ul {

}

#sidebarTestimonials ul li {
	display: none;
	width: 260px;
	border: 0px;
}

#sidebarTestimonials ul .show {
	display: block;
}

#sidebarTestimonials ul li IMG {
	float: right;
	height: 75px;
	width: 75px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#sidebarTestimonials .content {

}


/* Top Navigation DHTML */

#topNavigation {
	width: 960px;
	text-align: center;
	background: url(/_images/background-navigation.gif) bottom no-repeat;
	height: 50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}

/* First Level */

#topNavigation UL {
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index: 1001;
}

#topNavigation UL LI {
	float: left;
	position: relative;
	text-align: left;
	display: block;
	padding: 4px 0px;
	line-height: 40px;
}

#topNavigation UL LI A {
	color: #ffffff;
	text-decoration: none;
	display: block;
	line-height: 40px;
	padding: 0px 20px 0px 0px;
}

#topNavigation UL LI A SPAN {
	line-height: 40px;
	padding: 0px 0px 0px 20px;
	display: block;
}


#topNavigation UL LI:hover A {
	background: url(/_images/background-navigation-tab-right.png) no-repeat top right;
	color: #cc0000;
	z-index: 1001;
}

#topNavigation UL LI:hover A SPAN {
	background: url(/_images/background-navigation-tab-left.png) no-repeat top left;
	z-index: 1001;
}

#topNavigation UL LI:hover UL LI A,
#topNavigation UL LI:hover UL LI B {
	background: none;
}

#topNavigation UL LI:hover UL LI A SPAN,
#topNavigation UL LI:hover UL LI B SPAN {
	background: none;
}

/* Second Level */

#topNavigation LI UL { 
	display: none;
	position: absolute;
	top: 25px;
	left: -10px;
	list-style: none;
	background: url(/_images/background-navigation-layer-right.png) no-repeat bottom right;
	padding-right: 20px;
}

#topNavigation LI UL DIV { 
	background: url(/_images/background-navigation-layer-left.png) no-repeat bottom left;
	padding: 10px 0px 20px 20px;
}

#topNavigation LI UL LI {
	white-space: nowrap;
	line-height: 30px;
	font-size: 12px;
	padding: 0px;
	float: none;
	border-bottom: 1px solid #dedede;
}

#topNavigation UL LI UL DIV LI A,
#topNavigation UL LI UL DIV LI A SPAN,
#topNavigation UL LI UL DIV LI B,
#topNavigation UL LI UL DIV LI B SPAN {
	color: #000000;
	line-height: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	display: block;
	background: none;
	cursor: pointer;
	font-weight: normal;
}

#topNavigation UL LI UL DIV LI B,
#topNavigation UL LI UL DIV LI B SPAN {
	color: #666666;
}

#topNavigation UL LI UL LI a:hover {
	text-decoration: underline;
	background: none;
}

#topNavigation UL LI UL LI a:hover SPAN,
#topNavigation UL LI UL LI b:hover SPAN {
	background: none;
	color: #cc0000;
}

#topNavigation li>ul {
	top: auto;
	left: auto;
}

#topNavigation li:hover ul {
	display: block;
}

#topNavigation .noBackground A:hover,
#topNavigation .noBackground A:hover SPAN {
	background: none;
	color: #dddddd;
}

/* Related Information, Instructors */

.relatedPage {
	padding: 10px 0px 0px 0px;	
}

.relatedPage h3 {
	padding: 5px 0px 0px 0px;	
	margin: 0px;
}

.relatedLeft {
	float: left;
	padding: 0px 10px 0px 0px;
}

.relatedRight {
	float: left;
}

.logoList IMG {
	padding-right: 10px;	
}

.bioInformation {
	width: 110px;
	float: left;
}

.bioContent {
	width: 470px;
	float: left;
}

/* Enrollment Information */

.enrollTable {
	font-size: 12px;
	clear: both;
	margin-top: 15px;
}

.enrollTable TD,
.enrollTable TH {
	vertical-align: top;
	padding: 7px;
	background: #eeeeee;
	border: 1px solid #ffffff;
	margin: 5px;
}

.enrollTable TD {

}

.enrollTable TH {
	background: #aa1c21;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: -1px;
	text-align: left;
}

.enrollTable H3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
}

.enrollTable H4 {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: 12px;
	background: #aa1c21;
	color: #ffffff;
	display: block;
}

.enrollTable H5 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #aa1c21;
	text-align: left;
}

.enrollTable P,
.enrollTable LI {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
}

.enrollTable P {
	padding: 0px 0px;
}

.courseParent {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-left: 15px;
	color: #666666;
	font-weight: bold;
	background: url(/_images/icon-arrow.gif) top left no-repeat;
}

.step1 {
	background: url(/assets/Uploads/step-1.gif) top left no-repeat;
	padding-left: 55px;
	padding-bottom: 20px;
}

.step2 {
	background: url(/assets/Uploads/step-2.gif) top left no-repeat;
	padding-left: 55px;
	padding-bottom: 20px;
}

.step3 {
	background: url(/assets/Uploads/step-3.gif) top left no-repeat;
	padding-left: 55px;
	padding-bottom: 20px;
}

.step4 {
	background: url(/assets/Uploads/step-4.gif) top left no-repeat;
	padding-left: 55px;
}

.firstParagraphBoxPartners {
	font-size: 18px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #ffffff url(/_images/background-fade.jpg) top right no-repeat;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: -6px;
	width: 650px;
}

/* Event Date */


#eventContainer {
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
}

#eventDateContainerFour {
	margin-left: 170px;
}

#eventDateContainerThree {
	margin-left: 230px;
}


.eventDate {
	background: url(/_images/calendar-date.gif) center no-repeat;
	height: 85px;
	width: 120px;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.eventDate:hover {
	background: url(/_images/calendar-date-over.gif) center no-repeat;
}

.eventDate:hover .eventDay a {
	color: #aa1c21;
}

.eventDate .eventMonth {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 30px;
	width: 120px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.eventDate .eventMonth a {
	color: #ffffff;
	text-decoration: none;
	width: 120px;
}

.eventDate .eventDay {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 120px;
	font-size: 48px;
	line-height: 55px;
	font-weight: bold;
	letter-spacing: -3px;
}

.eventDate .eventDay a {
	color: #000000;
	text-decoration: none;
	width: 120px;
}

.eventDateGroup .eventDate .eventDetails {
	position: absolute;
	top: 75px;
	left: 0px;
	height: 100px;
	width: 120px;
	font-size: 11px;
	text-align: center;
	color: #000000;
	overflow: hidden;
}

.eventDateSmallList {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.eventDateSmallList LI {
	margin: 0px;
	padding: 0px;
	width: 193px;
	display: block;
	float: left;
	height: 60px;
}

.eventDateSmall a {
	text-decoration: none;
	color: #000000;
}

.eventDateSmall {
	background: url(/_images/calendar-date-small.gif) center no-repeat;
	height: 37px;
	width: 37px;
	text-align: center;
	cursor: pointer;
	float: left;
}

.eventDateSmall:hover {
	background: url(/_images/calendar-date-small-over.gif) center no-repeat;
}

.Blue {
	background: url(/_images/calendar-date-blue-small.gif) center no-repeat;
}

.Blue:hover {
	background: url(/_images/calendar-date-blue-small-over.gif) center no-repeat;
}


.eventDateSmall .eventMonth {
	font-weight: bold;
	color: #ffffff;
	font-size: 9px;
	line-height: 13px;
	width: 37px;
	text-transform: uppercase;
}

.eventDateSmall .eventDay {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	width: 37px;
}

a .eventDateSmall .eventDay,
a .eventDateSmall .eventMonth {
	text-decoration: none;
}

.eventDateSmall .eventMonth a {
	color: #ffffff;
}

.eventDateSmallCity {
	height: 37px;
	width: 148px;
	margin-left: 5px;
	float: left;
	font-weight: bold;
	line-height: 14px;
	margin-top: 5px;
}

.eventTypeSmall {
	font-size: 11px;
	font-weight: normal;
}


/* Event Date Group */

.eventDateGroup {
	float: left;
	height: 160px;
	margin-bottom: 10px;
}

/* Event Date List */

.eventList .eventDate,
.eventList .eventDate .eventDay, 
.eventList .eventDate .eventMonth {
	width: 85px;	
}

.eventList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.eventList LI {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	height: 100px;
	width: 280px;
}

.eventList .eventLocation {
	margin-left: 10px;
	float: left;
	height: 60px;
	width: 180px;
	position: absolute;
	top: 10px;
	left: 85px;
}

.eventList .eventLocation h2,
.eventList .eventLocation h3,
.eventList .eventLocation P {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	line-height: 18px;
}

.eventList .eventLocation h2 {
	font-size: 14px;
	font-weight: bold;
	border: 0px;
}

/* Agenda */

.eventAgenda {
	font-size: 12px;
	clear: both;
	margin-top: 5px;
}

.eventAgenda TD,
.eventAgenda TH {
	vertical-align: top;
	padding: 7px;
	background: #ffffff url(/_images/table-td.jpg) repeat-x;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #cccccc;
	margin: 5px;
}

.eventAgenda TD {

}

.eventAgenda TH {
	background: #aa1c21;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: -1px;
	text-align: center;
}

.eventAgenda H3 {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-size: 15px;
}

.eventAgenda H4 {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: 12px;
	background: #aa1c21;
	color: #ffffff;
	display: block;
}

.eventAgenda H5 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #aa1c21;
	text-align: right;
	display: block;
	white-space: nowrap;
}

.eventAgenda P,
.eventAgenda LI {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
}

.eventAgenda P {
	padding: 5px 0px;
}

.headerBlue {
	background: #333399;
}

.eventAgendaSmall P,
.eventAgendaSmall LI,
.eventAgendaSmall H4 {
	display: none;
}

.eventAgendaSmall TH {
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 0px;
}

.eventAgendaSmall H3,
.eventAgendaSmall H5 {
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
}


.eventAgendaSmall H5 {
	font-size: 11px;
}

.eventAgendaSmall TD {
	font-size: 13px;
}

/* Icons */

.iconFacebook {
	background: url(/_icons/icon-facebook.gif) left no-repeat;
	float: left;
	display: block;
}

.iconLinkedIn {
	background: url(/_icons/icon-linkedin.gif) left no-repeat;
	float: left;
	display: block;
}

.iconCalendar {
	background: url(/_icons/icon-calendar.gif) left no-repeat;
	float: left;
	display: block;
}

.iconTwitter {
	background: url(/_icons/icon-twitter.png) left no-repeat;
	float: left;
	display: block;
}

.iconUpdates {
	background: url(/_icons/icon-email.gif) left no-repeat;
	display: block;
}

.iconContact {
	background: url(/_icons/icon-email.gif) left no-repeat;
}

.iconTwitter a,
.iconLinkedIn a,
.iconFacebook a,
.iconCalendar a,
.iconUpdates a,
.iconContact a {
	margin-left: 30px;
	margin-right: 7px;
	height: 40px;
	line-height: 40px;
	color: #333333;
	text-decoration: none;
}

.iconCalendar a:hover,
.iconTwitter a:hover,
.iconLinkedIn a:hover,
.iconFacebook a:hover,
.iconUpdates a:hover,
.iconContact a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.pageNavigationContainerBox .wufoo .info{display:none}