/* CSS Document used in courses.html */
#courses_container{
	background-image: url(../images/courses_girl_bk.jpg);
	background-repeat:no-repeat;
	float:right;
	/*height:783px;*/
	width:736px;

}

#courses_container .content{

	margin-left:30px;
	margin-top:131px;
	width:90%;

}

#courses_container .table1{
	width:98%;
}

#courses_container .table1 td{
	vertical-align:top;
}


#courses_container .img
{
	float:left;	
}

#courses_container .subContent{
	width:100%;
	margin-top:10px;

}

#courses_container .subContent td{
	padding-left:20px;

}


#courses_container .headTitle
{
	height:25px;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
}
#courses_container .green
{
	background-image: url(../images/courses_strip_green.jpg);
	background-repeat:no-repeat;
}

#courses_container .orange
{
	background-image: url(../images/courses_strip_orange.jpg);
	background-repeat:no-repeat;
}

#courses_container .blue
{
	background-image: url(../images/courses_strip_blue.jpg);
	background-repeat:no-repeat;
}


#courses_container .table_content {
	width:100%
	
}

#courses_container .table_content td{
	vertical-align:top;
	padding-top:0px;
	padding-bottom:2px;
	padding-left:20px;
}

#courses_container .title{
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	line-height:25px;

}

#courses_container .subtitle{
	font-weight:bold;
	font-size:12px;
	color:#000000;

}
#courses_container .label{
	font-weight:bold;
	font-size:11px;
}

.hidden { display: none; }
.unhidden { display: block; }


