@CHARSET "UTF-8";

table.teachers th {
	font-weight: bold;
	padding-right: 1em;
	text-align: left;
	vertical-align: top;
}

table.teachers.unfolded th {
	padding-right: 0;
}

table.teachers.unfolded ul {
	padding-left: 0;
}

table.teachers.unfolded li {
	list-style-type: none;
}

table.teachers td {
	vertical-align: top;
}

table.teachers,table.teacher_header {
	border-collapse: collapse;
}

table.teacher_header {
	background-color: #99CC00;
	color: #FFFFCC;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	height: 35px;
	margin: 1em 0.5em 0 0;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}

table.teachers tr.stripe {
	background-color: #eee;
}

table.bottom h3 {
	color: #5da130;
	text-align: center;
	margin-bottom: 1em;
}

table.bottom p {
	text-align: justify;
	margin-bottom: 1em;
}

div.content {
	margin-right: 1em;
}

.new-orders th {
	text-align: center;
}

.new-orders th,.new-orders td {
	padding: 2px;
	border: 1px solid grey;
}

.new-orders table {
	margin-bottom: 2em;
	margin-top: 2em;
	border-collapse: collapse;
	border: none;
	font-size: 11pt;
}

button {
	background-color: #FF6600;
	color: white;
}

ul.inner-menu {
	margin: 1em 0 0 1em;
	padding: 0;
	float: left;
}

ul.inner-menu li {
	list-style: none;
	margin-top: 0.8em;
}

sup.wtf {
	color: #ff6600;
	cursor: help;
	/*border-bottom: 1px dashed #ff6600;*/
}

.attention {
	border: 1px solid red;
	padding: 2px;
	width: 220px;
}

hr {
	border: none;
	border-bottom: 1px solid #bbbbbb;
	width: 90%;
}

table.vertical th {
	text-align: left;
}
