@charset "iso-8859-2";
div.page {
	height: 100%;
	padding: 20px;
}
body {
	margin: 0px;
	background-color: #84002F;
}
img.logo {
	position: absolute; top: 22px; left: 140px;
}
	table.main {
	border: 1px solid black;
	height: 100%;
	width: 100%;
	background-color: #FFE2C5;
	border-collapse: collapse;
	font-family: arial narrow, arial;
	font-size: 16px;
}
table.main td {
	border-collapse: collapse;
	font-size: 14px;
}
td.left {
	width: 180px;
	padding: 5px;
	vertical-align:top;
	text-align: left;
	border-right: 0px;
	background-image: url('img//bg/left.gif');
	
}
td.right {
	width: 180px;
	padding: 5px;
	vertical-align:top;
	text-align: right;
	border-left: 0px;
	background-image: url('img//bg/right.gif');
}
td.center {
	padding: 8px;
	padding-top: 10px;
	vertical-align: top;
	line-height: 20px;
	border-right: 0px;
	border-left: 0px;
}
td.center a:hover {
	text-decoration: underline;
}
td.topleft, td.topcenter, td.topright {
	height: 100px;
}
td.topleft{
	background-image: url('img//bg/topleft.gif');
}
td.topcenter {
	background-image: url('img//bg/topcenter.gif');
}
td.topright {
	background-image: url('img//bg/topright.gif');
}
td.bottom {
	height: 30px;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid black;
	font-family: MS sans serif;
}
td.bottom a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #59001F;
}
div.lmenu, div.rmenu {
	width: 180px;
	background-color: #C79C72;
	margin-top: 10px;
	margin-bottom: 40px;
	vertical-align: middle;
	border: 1px solid black;
	padding-top: 1px;
	padding-bottom: 2px;
	cursor: hand;
	font-family: MS sans serif;
	font-size: 14px;
}
div.lmenu {
	padding-left: 3px;
	padding-right: 0px;
}
div.rmenu {
	padding-right: 3px;
	padding-left: 0px;
}
div.ractive, div.lactive {
	width: 180px;
	background-color: #84002F;
	color: white;
	margin-top: 10px;
	margin-bottom: 40px;
	vertical-align: middle;
	border: 1px solid black;
	padding-top: 1px;
	padding-bottom: 2px;
	cursor: hand;
	font-family: MS sans serif;
	font-size: 14px;
}
div.lactive {
	padding-left: 3px;
	padding-right: 0px;
}
div.ractive {
	padding-left: 0px;
	padding-right: 3px;
}
div.lmenu:hover, div.rmenu:hover {
	padding-bottom: 1px;
	border-bottom: 2px solid black;
}
h2 {
	letter-spacing: 3px;
	background-color: #C79C72;
	margin-top: 2px;
	margin-bottom: 40px;
	border: 1px solid black;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-family: MS sans serif, arial;
	font-size: 14px;
	font-weight: bold;
}
p.text {
	font-family: arial narrow, arial;
	font-size: 16px;
}
h3 {
	font-family: arial narrow, arial;
	font-size: 20px;	
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 35px;
	text-align: center;
}
table.program {
	border: 1px solid black;
	border-collapse: collapse;
}
table.program td {
	font-family: arial narrow, arial;
	font-size: 14px;
	padding: 2px;
	padding-left: 6px;
	border-top: 1px solid black;
	border-collapse: collapse;
	letter-spacing: 1px;
}
table.program td.author {
	width: 190px;
	font-weight: bold;
	padding-left: 4px;
	vertical-align:top;
}
table.rada {
	text-align: center;
}
table.rada td {
	font-size: 16px;
	padding: 5px;
	padding-bottom: 20px;
}

p.books {
	font-family: arial narrow;
	font-size: 16px;
	padding-bottom: 0px;
	border-bottom: 1px solid black;
	height: expression("180");
}

p.books img{
	margin-bottom: 20px;
	margin-right: 4px;
}

p.books:after{
	content: " ";
	display: block;
	clear: left;
}


/*

@import url("print.css") print;

*/

@media print{

td.topleft, td.topcenter, td.topright {
	display: none;
}

td.left {
	width: 10px;
}
td.right {
	width: 10px;
}

td.left a {
	display: none;
}
td.right a {
	display: none;
}

}

