/**
For overrides required beyond the delivered design CSS
**/
.commonspotRTE {
	background-color: #FFFFFF;
}

/* added these to prettify the datasheets, might not work on lesser versions of IE */
.CS_DataSheet_Table tr:nth-of-type(2n+1) {
	background-color:#ccc;
	line-height:1.7;
}
.CS_DataSheet_HeaderItem_Column, .CS_DataSheet_HeaderItem_First_Column {
	background-color:#fff;
	font-weight:bold;
}

.carousel-list li .curriculumUnit {
	color: #5e7630;
}

.content-viewer .tabbed-nav { 
	min-height: 5px;
}

.download-info {
	top: 0px;
}

.results h2 {
	padding-right: 0;
}

/* these are the same as for h3 tags */
.CS_Textblock_Caption {
	color: #5e7630;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cs_control {clear: both;}

.two-third-col {
	width: 600px;
}
