/**********************
    Overview Blocks
**********************/

/* BLOCK 1 -- index.php */


#overview_block_container {
	height: 300px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	
}

#overview_block_container ul {
	padding: 0 0 0 20px
}

.self_study_block, .workshops_block, .courses_block {
	float: left;
	width: 30%;
	height: 100%;
	margin: 0 7px;
}

#overview_block_container .content {
	padding: 10px;
}

#overview_block_container .top {
	padding: 3px 0 5px 25px;
	font-weight: bold;
	color: #FFF;
}


#overview_block_container .self_study_block {
	background: #D6EAF0;
	border-bottom: #007CA2 1px solid;
}

#overview_block_container .self_study_block .top {
	background: #007CA2 url('../images/arrow.png') no-repeat scroll 4px 4px;
}

#overview_block_container .workshops_block {
	background: #99ff99;
	border-bottom: #006633 1px solid;
}

#overview_block_container .workshops_block .top {
	background: #006633 url('../images/arrow.png') no-repeat scroll 4px 4px;
}

#overview_block_container .courses_block {
	background: #9595FF;
	border-bottom: #003399 1px solid;
}

#overview_block_container .courses_block .top {
	background: #003399 url('../images/arrow.png') no-repeat scroll 4px 4px;
}

/* overview block -- enroll_overview.php */

#content_overview {
	height: 350px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#content_overview fieldset {
	width: 30%;
	height: 100%;
	float: left;
	border: 1px solid #007CA2;
	padding: 5px;
	font-size:12px;
	background:#E0EBEF none repeat;
}

#content_overview legend {
	font-weight: bold;
	border: 1px outset #007CA2;
	background: #99CDDF;
	padding: 3px;
	font-size:13px;
}



