/*
Title:		Standard customer style definitions
File: 		inc/style_teachers.css
Version: 	v2.00
Author:		Digitalization
Contact:	info@digitalization.nl

Comments:	Here you can add customer specific style definitions which will be included after our own stylesheet.
*/

img.teacher_thumbnail_image {
 margin: 0px;

}

div.teacher_name  {
	float: left;
	width: 100px;
	height: 36px;
	clip:rect(auto, auto, auto, auto);
	overflow:hidden;
	white-space:normal; 
}

div.teacher_name a {
 font-size: 13px;
 color: #000000;
 font-weight: bold;
 margin: 0px; 
}

div.teacher_type  {
	float: left;
	width: 120px;
	height: 36px;
	clip:rect(auto, auto, auto, auto);
	overflow:hidden;
	white-space:normal; 
}

div.teacher_type p {
 font-size:13px;
 font-weight: bold;
 color: #ff9933; 
}

div.teacher_thumb_container {
	height: 150px;
	width: 100px;
	float: left;
	margin-bottom: 10px;
}

div.teacher_overv {
 float: left;
 margin: 10px 20px 10px 0px;
 height: 235px;
 width: 100px;
}

div.teacher_image_container {
 	float: left;
 	clear: left;
 	margin-right: 10px;
 	margin-bottom: 15px;
}

div.teacher_image_container img {
 max-width: 250px;
}

div.teacher_detailed_info {

}

p#teacher_name {
   font-size: 13px;
 color: #000000;
 font-weight: bold;
 margin: 0px; 
}

p#teacher_type {
 font-size: 13px;
 color: #ff9933;
 font-weight: bold;
}

div.teacher_description {
 clear: both;
}

div.teacher_back_link {
 padding-bottom: 10px;
}
