
#coursesGridViewContainer
{
	padding:  0 15px 15px 15px;	
}

#centerColumnCaptionContainer P
{
	padding: 0 0 5px 0;
}

.courseGridTopOuter
{
	background: #753885 url(img/roundcorner_nw.gif) left top no-repeat;
}

.courseGridTop
{
	padding: 2px 0 2px 5px;
	color: white;
	background: transparent url(img/roundcorner_ne.gif) right top no-repeat;
}

.courseGridBottomOuter
{
	background: #753885 url(img/roundcorner_sw.gif) left bottom no-repeat;
}

.courseGridBottom
{		
	height: 20px;
	background: transparent url(img/roundcorner_se.gif) right bottom no-repeat;
}

/* course details popup */

.popupPanelProvider
{
	background-color: #EEE;
	padding: 0px;
}

.popupPanelContent
{
	width: 380px;
}

.popupTitle
{
	width: 360px;
	background-color: #233756;
	color: White;
	font-size: 100%;
	padding: 10px;
	height: 40px;
}

.popupTrainingProvider, .popupPrice, .popupCourseLength, .popupOverview
{
	clear: both;
}

.popupOverview
{
	background-color: White;
}

.popupContent div
{
	padding: 10px;
}

.popupContent .button, .popupContent .greyButton
{
	padding: 0px;
}

.popupLogo
{
	float: right;
}

.popupAccreditationImages
{
	border-top: solid 1px #CCCCCC;
	background-color: #ffffff;
	text-align: center;
}


