
.instructorList{
	border-collapse:collapse;	
	width: 95%;
	}


.instructorList th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #DDD;
	background-color: #D7E0F4;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
	text-align: left;
}
.instructorList td {
	border: 0px;
	border-top: 1px solid #C5C5C5;
	padding: 4px;
	margin: 0px;
}


.instructorList tr.alt {
	background-color: #fff;
}

.instructorList tr.nor {
	background-color: #fff;
}

.instructorList tr.hlt {
	background-color: #C1CAEE;
	color: #336699;
	text-decoration: underline;
}





.instructorInfo{
	border-collapse:collapse;
	border-bottom:1px solid  #3366CC;
	border-top:1px solid  #3366CC;
	background-color: #E2E2E2;
	width: 550px;
	margin: 5px;
	padding: 8px;
	margin-bottom: 10px;
	text-align: left;
}


.instructorInfo td{
	font-family: verdana;
	font-size: 10px;
	padding: 8px;
}

.instructorInfo a{
	text-decoration: none;
	color: #3366CC;
}


.instructorInfo a:hover{
	text-decoration: underline;
	color: #CC0000;
}


.course{
 padding: 5px;
 margin-left: 20px;
 }

.course a{
	text-decoration: none;
	color: #3366CC;

}

.course a:hover{
	text-decoration: underline;
	color: #CC0000;

}


.course img{
	border: 0px;
	margin-right: 5px;
}




.instructorAddress{
	font-size: 14px;
	margin-bottom: 15px;


}

.instructorAddress .name{
	font-size: 14px;
	color: red;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}


td.ic{
	background-color: transparent;
	border: 0px;
	margin: 2px;
	padding: 0px;
	font-size: 14px;
}
th.ic{
	background-color: transparent;
	border: 0px;
	margin: 2px;
	padding: 0px;
	font-size: 12px;
}


.courseList{
	font-size: 10px;
	color: #3366CC;
	background-color: #F5F5F5;
	margin-left: 8px;
	}


form{
	margin-bottom: 20px;
	padding: 7px;
}


/*TABS DISPLAY*/

.tabWrapper{ 
	width: 1000px;
	margin: auto;
	font-size: 12px;
}

.tabOff{
	float: left;
	width: 125px;
	border: 2px solid #aaa;
	border-top: 2px solid #aaa;
	padding: 4px;
	margin-right: 40px;
	margin-top: -2px;
	text-align: center;
	color: #ae8680;
	background-color: #d3d3d3;
	border-radius-bottomleft: 3px; 
	-moz-border-radius-bottomleft: 3px; 
	border-radius-bottomright: 3px; 
	-moz-border-radius-bottomright: 3px; 
}

.tabOff:hover{
	color: #d3d3d3;
	background-color: #ae8680;
	cursor: pointer;
}

.tabOn{
	float: left;
	width: 125px;
	border: 2px solid #aaa;
	border-top: 2px solid #fff;
	padding: 4px;
	margin-right: 40px;
	margin-top: -2px;
	text-align: center;
	color: #991402;
	border-radius-bottomleft: 3px; 
	-moz-border-radius-bottomleft: 3px; 
	border-radius-bottomright: 3px; 
	-moz-border-radius-bottomright: 3px; 
}


