﻿@charset "utf-8";
/* CSS Document */
#vasakmenuu p {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
html body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font: 12px Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #666666;
}

.uudised {
	background-color: #D1FEC2;
	width: 165px;
}

.uudised ul {
	text-align: justify;
	margin: 2px 0px 0px 12px;
	padding: 0px 8px;
}
.uudised ul li ul {
	text-align: justify;
	margin: 2px 0px 0px 8px;
	padding: 0px 8px;
}
.pais {
	font: bolder 20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #006633;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.alapealkiri {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1E6F21;
	display: block;
	margin: 1px;
	padding: 1px;
}
.pealkiri {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1E6F02;
	display: block;
	margin: 1px;
	padding: 1px;
}
a.nupp {
	background-image: url(img/nupud.gif);
	width: 131px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 15px;
	display: block;
}
a.nupp a:link,
a.nupp a:visited,
a.nupp:active {
	color: #FFF;
	text-decoration: none;
}
a.nupp:hover {
	background-image: url(img/nupud.gif);
	background-position: 0px -39px;
	cursor: hand;
	background-repeat: no-repeat;
}
hr {
	margin: 0px;
	color: #36AE02;
	height: 2px;
	text-decoration: none;
	padding: 1px;
}
.errormes {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: blink;
}

.float {
	height: 160px;
	width: 160px;
	text-align: center;
	display: block;
	float: left;
	background-image: url(img/thumback.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	margin: 5px;
}
.galeriiraam {
	overflow: auto;
	width: 525px;
}

.tulp_uudised {
	padding-left: 5px;
	padding-top: 10px;
	background-color: #C0FEA4;
}
.tulp_uudised ul {
	margin-left:16px; 
	margin-top:2px; 
	margin-bottom:0px; 
	padding-left:0px;
}


/* calendar */
table.calendar		{ border-left:1px solid #999; }
tr.calendar-row	{  }
td.calendar-day	{ min-height:14px; font-size:10px; position:relative; } * html div.calendar-day { height:14px; }
td.calendar-day:hover	{
	background-color: #CCF;
}
td.calendar-day-np	{
	min-height:14px;
} * html div.calendar-day-np { height:22px; }
td.calendar-day-head {
	background:#ccc;
	font-weight:bold;
	text-align:center;
	width:14px;
	padding:1px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
	font-size: 7px;
}
div.day-number		{
	background:#999;
	padding:2px;
	color:#fff;
	font-weight:bold;
	float:right;
	width:12px;
	text-align:center;
	height: 9px;
	cursor: pointer;
	cursor: hand;
}
div.day-number-full	{
	padding:2px;
	color:#fff;
	font-weight:bold;
	float:right;
	width:12px;
	text-align:center;
	height: 9px;
	background-color: #F00;
	cursor: pointer;
	cursor: hand;
}
/* shared */
td.calendar-day, td.calendar-day-np { width:12px; padding:2px; border-bottom:1px solid #999; border-right:1px solid #999; }

