html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
	color: #000;
	margin: 0;
	font-family: Tahoma, Arial;
	font-size: 12px;
	height: 100%;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #1a4e8d;
}

strong a:link, strong a:active, strong a:visited {
	color: #f52;
}

a:hover, strong a:hover {
	color: #E01919;
}

a#print:link, a#print:active, a#print:visited {
	color: #f52;
}

a#print:hover {
	color: #f52;
}

a#linkus:link, a#linkus:active, a#linkus:visited {
	color: #332070;
	font: 10px Tahoma;
}

a#linkus:hover {
	color: #312179;
	font: 10px Tahoma;
}

a#prep:link, a#prep:active, a#prep:visited {
	text-decoration: underline;
}

.input, .table, .zvonki {
	background: #fff;
}

img {
	border: 0;
}

.text {
	color: #fff;
	font: 14px Arial, sans-serif bold;
}

#linkus {
	
}

.input {
	color: #000;
	border: 1px solid #4A7697;
	font: 12px Arial, sans-serif;
}

.table {
	width: 100%;
	border-width: 0;
	padding: 0;
	font: 12px Arial, sans-serif;
}

.table th {
	/*background: #2f619a;*/
	background: url('img/shedule_header.gif') repeat-x;
	height: 45px;
	font-size: 14px;
	text-align: center;
	border-left: 1px dotted #A5A6A5;
	border-right: 1px dotted #A5A6A5;
}

.table th a {
	color: #ff5522;
	text-decoration: none;
}

.table td {
	border: 2px solid #FFF;
	padding: 2px;
}

.even {
	background: #eee;
}

.odd {
	background: #dae7f6;
}

.zvonki {
	color: #1a4e8d;
	border-width: 0;
	padding: 0;
	font: 10px Arial, sans-serif;
	text-align: center;
}

.zvonki th {
	background: #2f619a;
	color: #dae7f6;
	font-size: 12px;
}

.highlight {
	background: #FFF7B5;
}

.y {
	color: #FFDE79;
}

.gray {
	color: #9896AB;
}

strong {
	color: #f52;
}

#keyboard_body {
	background: #000;
	position: absolute;
	display: none;
	right: 20px;
	top: 200px;
}

.keyboard {
	background: #eee;
	color: #1a4e8d;
	font: 14px Arial, sans-serif;
	text-align: center;
	cursor: pointer;
}

#closebutton {
	float: right; 
	font-weight: bolder; 
	cursor: pointer;
	color: #F00;
}

td.line_left {
	background: url('img/line_left.png');
	height: 57px;
	width: 50px;
}

td.line {
	background: url('img/line.gif');
	vertical-align: top;
	padding-top: 15px;
}

td.line form {
	display: inline;
}

td.line_right {
	background: url('img/line_right.png') right;
	height: 57px;
	width: 15px;
}