/* CSS Document */

/* Instructor */
div.instBlue_containerWrapper
{
    border-width:0px;
    background-color:Transparent;
    margin-bottom:20px;
}

table.instBlue_titleContainer
{
	background:url(inst_header_blue.jpg) no-repeat top;
	width:556px;
	height:36px;
}

td.instBlue_titleCell
{
	color:#FFFFFF;
	font-family:verdana;
	font-weight:bold;
	font-size:10pt;
	padding-right:30px;
	vertical-align:middle;
	padding-top:5px;
}

table.instBlue_footerContainer 
{
	background:url(inst_bottom_blue.jpg) no-repeat bottom;
	width:556px;
	height:29px;
}

div.instBlue_ContainerContentPane
{
	background:url(inst_center_blue.jpg) repeat-y center;
	width:556px;
	padding:15px;
	line-height:14px;
}

.instBluePhoto
{
    position:relative;
    right:2px;
    top:-2px;
    width:200px;
    height:150px;
    border:solid 5px #FFFFFF;
}

.instBluePhotoDiv
{
    background:#CCCCCC;
    width:200px;
    float:left;
    margin-right:10px;
}

.instBlueText
{
    width:200px;
    float:left;
    padding-left:10px;
}

/* Course */
div.course_containerWrapper
{
    border-width:0px;
    background-color:Transparent;
    margin-bottom:20px;
}

td.course_titleCell
{
	color:#FFFFFF;
	font-family:verdana;
	font-weight:bold;
	font-size:10pt;
	padding-right:30px;
	vertical-align:middle;
	padding-left:15px;
}

/* Course Blue */
table.courseBlue_titleContainer
{
	background:url(course_blue_head.png) no-repeat top left;
	width:556px;
	height:45px;
}

table.courseBlue_footerContainer 
{
	background:url(course_blue_foot.png) no-repeat bottom;
	width:556px;
	height:14px;
}

div.courseBlue_ContainerContentPane
{
	background:url(course_blue_middle.png) repeat-y center;
	width:556px;
	padding:15px;
	line-height:18px;
}

/* Course Yellow */
table.courseYellow_titleContainer
{
	background:url(course_Yellow_head.png) no-repeat top left;
	width:556px;
	height:45px;
}

table.courseYellow_footerContainer 
{
	background:url(course_Yellow_foot.png) no-repeat bottom;
	width:556px;
	height:14px;
}

div.courseYellow_ContainerContentPane
{
	background:url(course_Yellow_middle.png) repeat-y center;
	width:556px;
	padding:15px;
	line-height:18px;
}

/* Course Green */
table.courseGreen_titleContainer
{
	background:url(course_green_head.png) no-repeat top left;
	width:556px;
	height:45px;
}

table.courseGreen_footerContainer 
{
	background:url(course_green_foot.png) no-repeat bottom;
	width:556px;
	height:14px;
}

div.courseGreen_ContainerContentPane
{
	background:url(course_green_middle.png) repeat-y center;
	width:556px;
	padding:15px;
	line-height:18px;
}

/* Course Purple */
table.coursePurple_titleContainer
{
	background:url(course_purple_head.png) no-repeat top left;
	width:556px;
	height:45px;
}

table.coursePurple_footerContainer 
{
	background:url(course_purple_foot.png) no-repeat bottom;
	width:556px;
	height:14px;
}

div.coursePurple_ContainerContentPane
{
	background:url(course_purple_middle.png) repeat-y center;
	width:556px;
	padding:15px;
	line-height:18px;
}