@charset "utf-8";
/* CSS Document */
BODY {
	background-color: #98662B;
	background-image:url("../images/fon.jpg");
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%
	
}
A{
    text-decoration:none;
	color:#000000;
}

A:visited{
    text-decoration:none;
	color:#000000;
}
A:hover {
text-decoration:underline;
color:#881E0F;
}

/* -- week program in webpage --*/
.showChapter {
background-color:#E5CDAD;
border:1px solid #003366;
}
.denOtSedmicata {
background-color:#d4d4d4;
font-weight:bold;
border:1px solid #003;
}
.weekHuom {
background-color:#F3EDF6;
border-bottom:1px solid #300;
border-top:1px dotted #C4B6B6;
}

.denOtSedmicataToday {
background-color:#9593A4;
font-weight:bold;
border:1px solid #003;
}
.weekHuomToday {
background-color:#B0A1BF;
border-bottom:1px solid #300;
border-top:1px dotted #C4B6B6;
}

/* ---------- EVENT CALENDAR ----------------------*/
.calendarTitle,#mesec,#year {
border:1px solid #006;
background-color:#EEC775;
}
#eventTable {
    width:924px;
 }
.dayOfweek{
	background-color:#9E581D;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #333333;
}
.tblClassNormal {
   width:132px;
   color:#333333;
   height:85px;
   border:1px solid #333333;
   background-color:#ffffff;
   font-weight:bold;

}
.tblClassToday{
	width:132px;
   color:#ffffff;
   height:85px;
   border:1px solid #333333;
   background-color:#3E4A9F;
   font-weight:bold;
}
.tblClassWeekend{
   width:132px;
   color:#333333;
   height:85px;
   border:1px solid #333333;
   background-color:#DCD1E0;
   font-weight:bold;
}
.tblClassHoliday{
   width:132px;
   color:#333333;
   height:85px;
   border:1px solid #333333;
   background-color:#E5E8EA;
   font-weight:bold;
}

.calendarBoxFont {
	font-size:10px;
}
/*--calendar white box cover*/
.black_overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	z-index:10;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 90%;
	left: 25%;
	width: 800px;
	height: auto;
	padding: 10px;
	border: 6px solid orange;
	background-color: white;
	z-index:12;
	overflow: auto;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:12px;

}
/*-- end calendar white box --*/

/*----------- contact us form ------- */
.contactUs {
	border:1px solid #575757;
	background-color:#ffeac5;
}


/* -- only for test to see bounderies 
DIV {
	border:1px solid #0F0;
}

*/

