/* CSS Contents
Not all sections are found in all stylesheets
1. Structure
2. Header
3. Navigation
4. Content
5. Footer

7. Validation/Error labels
*/

/* 4. Content */

.contentcolumn .coursetitle,.contentcolumn .coursetitlesmall {
	border-radius: 7px;
}

.contentcolumn .coursetitle h1,.contentcolumn .coursetitlesmall h1 {
	border-radius: 0px 0px 7px 7px;
	background: rgba(0,0,0,0.4);
}

.mainbanner {
	border-radius: 7px;
}

.searchcontainer,.searchcontainerhome {
	border-radius: 7px;
}

.contentblock {
	border-radius: 7px;
}

.calltoaction {
	border-radius: 7px;
}

.calltoaction h1 {
	text-shadow: 2px 2px 2px #000;
}

.informationprompts li,.informationpromptswide li {
	border-radius: 5px;
	box-shadow: 1px 1px 2px #666;
}

.informationprompts li a,.informationpromptswide li a {
	border-radius: 5px;
}

.summarytable th {
	border-radius:  7px 7px 0px 0px;
} 

/* 5. Footer */

.secondarynavigation ul {
	border-radius: 7px;
}

/* 7. Validation/Error labels */

.sitesearch label.error {
	border-radius: 7px;
}
