.imageTitle {
	margin-bottom: 10px;
}

P.bodytext {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #545454;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
}

.contentGray, .meni {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #545454;
	text-decoration: none;
}

.contentRed {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #851F00;
	text-decoration: none;
}


.contentCS {

	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #145570;
	text-decoration: none;
}

.contentDirigentka {

	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #185E5A;
	text-decoration: none;
}

.contentProjekti {

	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #46A608;
	text-decoration: none;
}


.inputLink {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #A35E05;
	text-decoration: none;
}
.inputLink:HOVER {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #F28D0A;
	text-decoration: none;
}

A {
	font-family: Tahoma, Verdana;
	font-size: 11px;
/*	line-height: 13px;*/
	color: #A35E05;
	text-decoration: none;
}
A:HOVER {
	font-family: Tahoma, Verdana;
	font-size: 11px;
/*	line-height: 13px;*/
	color: #F28D0A;
	text-decoration: none;
}
H1 {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #545454;
	font-weight: bold;
}

TD.align-center {
	text-align: center;
}

.week {
	width:140px;
	height:15px;
}
.dayH {
	width:20px;
	float:left;
	text-align:center;
	font-weight:bold;
}
.day {
	width:20px;
	float:left;
	text-align:center;
}

.day a {
	cursor: pointer;
	font-weight: bold;
	color: #a30505;
}


.day a:hover {
    color: #a74040;
}

.panel {
	background:transparent url(../images/bg_koledar.png) no-repeat 0 0;	
	font-family: Tahoma, Verdana;
	font-size: 11px;
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	width: 160px;
	height: 150px;
	padding: 30px 30px 30px 100px;
	filter: alpha(opacity=85);
	opacity: .85;
}

.panel h3 {
	font-family: tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
}

a.trigger{
	position: absolute;
	text-decoration: none;
	top: 50px; left: 0;
	font-size: 14px;
	letter-spacing:-1px;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	color:#222;
	font-weight: 700;
	display: block;
}

a.trigger:hover{
}

a.active.trigger {
}

.popupWindow {
	display: none; 
	width: 120px; 
	height: 110px; 
	padding: 20px; 
	border: 1px solid #9c9779; 
	background: #ffffff; 
	position: absolute; 
	top: 30px; 
	left: 89px;
	z-index: 10000;
}

.popupWindow a {
	cursor: pointer;
}



