@import "openstart/css/wtk.css";

* {
	margin: 0;
}

body {
	background-image: url(/images/bg.gif);
	text-align: center;
}

a {
	color: #5DA130;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.container {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#container {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

.middle_table a {
	color: #BBBBBB;
	text-decoration: none;
}

.middle_table a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.header {
	border: 0 none;
	height: 200px;
	width: 1000px;
}

.frm1 {
	background-color: #F2F2F2;
	margin: 0;
	text-align: right;
	width: 350px;
}

.frm2 {
	background-color: #F2F2F2;
	margin: 0;
	text-align: left;
	width: 350px;
}

.middle_table {
	background-image: url(/images/bg_tbl_menu.gif);
	margin: 1px;
}

.footer {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #666666 none repeat scroll 0 0;
	height: 50px;
	width: 1000px;
}

.news {
	font-size: 10pt;
	margin: 9px;
}

table.form_text {
	font-size: 10pt;
}

h1,h2,h3 {
	color: #5DA130;
	font-size: 16pt;
	margin-top: 1em;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

td.menu {
	text-align: left;
}

table.list {
	border-collapse: collapse;
	width: 100%;
}

table.list th {
	background-color: #C7E3C0;
}

table.list td {
	margin-top: 4px;
	padding: 2px 2px 0;
}

img {
	border: medium none;
}

table#messages_table {
	padding: 1px;
	width: 100%;
}

table#messages_table td {
	border: 1px solid #CCCCCC;
}

table#messages_table .posted {
	text-align: right;
	width: 20%;
}

table#messages_table .author {
	text-align: right;
	width: 30%;
}

table#messages_table .message {
	text-align: left;
	width: 50%;
}

table#messages_table tr.notreaded {
	background-color: #5DA130;
}

div.teachers_list button {
	background-color: #FF6600;
	color: white;
}

#teacher_reg_form th.n,div.teachers_list th.n {
	font-weight: normal;
	text-align: left;
}

#teacher_reg_form th,div.teachers_list th {
	text-align: left;
	padding-bottom: 0.3em;
}

#teacher_reg_form th.g {
	border-left: 3px solid black;
	font-weight: normal;
}

#teacher_reg_form table {
	border-collapse: collapse;
}

#teacher_reg_form {
	margin-right: 1em;
}