h1
{
	margin-bottom: 0px;
	margin-top: 0px;
}

.ajax__tab_xp
{
	margin-top: 1em;
	color: Black;
}

.tabContent h2 
{
	color: #505050;
}

.tabContent h3 
{
	color: #505050;
}

.tabContent
{
	color: #505050;
	font-size: 85%;
}

.courseOutlineDescriptionContainer
{
	width: 665px;
	float: left;
}

.scheduleColumn
{
	float:left;
	width: 210px;
	overflow: hidden;
	margin-bottom: 10px;
}

.scheduleColumn h2
{
	margin-bottom: 5px;
}

.schedule
{
	margin-top: 2.5em;
	background-color: #f0f0f0;
	float: left;
	margin-left: 5px;
	padding: 3px;
}

table.startDates
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #606060;
	border-collapse: collapse;
	width: 630px;
}

table.startDates th
{
	background-color: #606060;
	color: White;
	text-align: left;
	padding: 3px 5px;
	margin: 0px;
}

table.startDates td
{
	padding: 3px 3px;
	margin: 0px;
	line-height: normal;
	border-bottom: 1px solid #f0f0f0;
}

table.startDates .priceZone .early
{
	background-color: Green;
	color: White;
	display: block;
	text-align: center;
	padding: 3px 0px;
}

table.startDates .priceZone .standard
{
	background-color: Yellow;
	color: Black;
	display: block;
	text-align: center;
	padding: 3px 0px;
}

table.startDates .priceZone .late
{
	background-color: Red;
	color: White;
	display: block;
	text-align: center;
	padding: 3px 0px;
}

table.startDates .startDate
{
	font-weight: bold;
}

table.startDates .price
{
	font-size: 120%;
	font-weight: bold;
}


.overview .overviewContainer
{
	margin: 0px;
	padding: 0px;
	width: 630px;
}

.overview .overviewDescription
{
	float: left;
	width: 350px;
}

.overview .componentsContainer
{
	float: right;
	width: 250px;
	border: 1px dashed #c0c0c0;
	background-color: #fcfcfc;
	padding: 5px;
	margin-right: 0px;
}	