﻿.teacher-name {
}
section.teacher-page header h1 {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #FFFFFF;
}
section.teacher-page {
	margin-bottom: 1em;
}
.teacher-posts .courses {
	background-color: #F2F2F2;
	padding: 1em;
	border: 1px solid #ccc;
}
.teacher-posts .courses label {
	display: none;
}
.teacher-posts .courses ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.teacher-posts .courses li {
	float: left;
	list-style-type: none;
	padding: 0 1em;
}
.teacher-posts .posts header h2 {
	margin-bottom: 0;
}
.teacher-posts .posts header p {
	font-size: 0.9em;
	margin-top: 0;
	color: #999;
}
.teacher-posts .posts article {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.teacher-important-notice {
	border: 1px solid #940606;
	background-color: #f7dcdc;
	padding: 1em;
	margin-bottom: 1em;
}
.teacher-important-notice header h1 {
	color: #940606;
}
.teacher-important-notice p {
	font-weight: bold;
}
.teacher-profile {
	display: block;
	width: auto;
	background-color: #F2F2F2;
	padding: 0;
	border: 1px solid #ccc;
}
.teacher-profile > div {
	margin-bottom: 1em;
}
.teacher-profile .details {
	font-size: 0.8em;
	margin: 10px;
	line-height: 2em;
}
.teacher-profile .details label {
	position: absolute;
}
.teacher-profile .details .value {
	display: inline-block;
	margin-left: 30%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	o-text-overflow: ellipsis;
}
.teacher-profile .photo {
	display: block;
	width: auto;
	margin: 0;
	clear: both;
	text-align: center;
}
.teacher-profile .photo img {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.teacher-profile h1, .teacher-profile h2 {
	font-size: 12px;
}
.teacher-profile .addition-info {
	border-top: 1px solid #ccc;
	padding-top: 1em;
}
.teacher-documents {
	background-color: #F2F2F2;
	padding: 1em;
	border: 1px solid #ccc;
}
.teacher-documents ul {
	padding: 0;
}
.teacher-documents li {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.8;
}
.teacher-documents a {
	display: block;
	float: left;
	width: 65%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	o-text-overflow: ellipsis;
}
.teacher-documents span {
	display: block;
	float: right;
	width: 35%;
	text-align: right;
}
.teacher-admin {
	background-color: #F2F2F2;
	padding: 1em;
	border: 1px solid #ccc;
}
.teacher-admin ul {
	padding: 0;
	margin: 0;
}
.teacher-admin li {
	list-style-type: none;
	font-size: 0.9em;
	display: inline-block;
}
.teacher-admin li:after {
	content: " |";
}
.teacher-admin li:last-child:after {
	content: "";
}
.teacher-admin p {
	font-size: 0.9em;
	color: #666;
	font-style: italic;
	margin: 0;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
*zoom: 1;
}
.teacherProfileDetails {
	margin: 10px;
	font-size: 1.0em;
	line-height: 1.4em;
}
.teacherProfileImage {
	margin: 10px;
	text-align: center;	
}
.teacherToolLinks {
	display: block;
	width: 100%;
	height: auto;	
}
.teacherToolLinks ul {
	display: table;
	width: 90%;
	margin: 10px auto;	
}
.teacherToolLinks ul li {
	display: table-cell;
	float: none;
	clear: both;
	width: auto;
	text-align: left;
	font-size: 0.9em;
}
