table.grid, table.grid th, table.grid td {
	border-collapse: collapse;
	border: 1px solid #000;
	vertical-align: top;

}
table.grid {
	margin: 20px 0px;
}



table.grid th {
	background: #ffe4b5;
}

table.grid th.cal_top {
	background: #B0E0E6;
	font-size: 16pt;
}

table.grid td {
	background: #FFF;
}



BODY {
	font: 12pt Arial, Helvetica, sans-serif;
	background-color : #F0FFF0;
	color: #000;
	margin: 0px;
}

A {
	color: #369;
}
.top_nav {
	float: right;
}
.top {
	background : #B0E0E6 url(images/background.jpg) no-repeat right;
	color: #000;
	height: 91px;
	border-bottom: 1px solid #000;
}
.top img {
	margin: 5px 20px;
}

.nav {
	background-color : #ffe4b5;
	color: #000;
	padding: 4px 0px;
	border-bottom: 1px solid #000;

}
.top A, .nav A, .cal_top A, .bottom A {
	color: #036;
	text-decoration: underline;

}
.nav A {
	border-right: 1px solid #036;
	padding: 4px 20px;
}

.nav A:Hover {
	background-color : #ffc;
	color: #000;
}

.nav A.selected {
	background-color : #ffc;
	color: #000;
}

.nav A, .cal_top A {
	color: #c60;
	text-decoration: none;
}

.bottom {
	clear: left;
	background-color : #B0E0E6;
	color: #000;
	padding: 5px 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 10pt;

}

.top h1 {
	margin: 0em;
	padding: 0em;
}

.content {
	padding: 10px 20px 20px 10px;
	font-size: 12pt;
	/*margin-left: 130px;*/
}
.content .item {
	padding: 2px;
}
h1 {
	font-size: 18pt;
	color: #036;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
	margin-top: 2em;
}
h4 {
	font-size: 12pt;
	margin: 0em;
	padding: 0em;
}
input {
	font-size: 10pt;
}
.element {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
form {
	margin: 0em;
	padding: 0em;
}
.morning {
	background: #ffc;
}
.noon {
	background: #fcc;
}
.afternoon {
	background: #cff;
}
.evening {
	background: #ccf;
}
.midnight {
	background: #ccc;
}
div#timelayer {
	position:absolute;
	visibility:hidden;
}

form.top_form {
	margin: 0px;
	padding: 0px;
	float: right;
}
.time {
	font-size: 8pt;
}
.title {
	font-size: 10pt;
	font-weight: bold;
}
.venue {
	font-size: 8pt;
}
.location {
	font-size: 8pt;
}
.edit {
	font-size: 8pt;
}
.day ul {
	margin: 5px;
	padding: 0px 15px;
}
.day_of_month {
	text-align: right;
	float: right;
	font-size: 14pt;
	font-weight: bold;
	color:#999;
}
.pipe {
	display: none;
}

.code {
	font-family: Courier New;
}
.toplinka {
	color: #f00;
}
