/*from http://veerle.duoh.com/*/

.navtitles {
	color: #DB3C00;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 10px;
	margin: 0;
}

#cal {
	height: 200px;
	/*background: #FFFACD; url(images/bg_fantasy.gif);*/
	background-repeat: no-repeat;
	border-bottom: 1px dotted #FFA500;
	padding-bottom: 10px; /*pridal jsem ja*/
	margin-bottom: 15px;	
}
#minicaltable table {
	padding: 0;
	border: 0;
	background: #C2D0CF;
}

#minicaltable {
	margin-left: 0;
	margin-top: 10px;
}

.header {
	vertical-align: middle;
	font: bold 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-align: center;
	color: #FFF;
	background: #F08500;
}

.weekdays {
	text-align: center;
	padding: 0;
	font: bold 11px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #798786;
	background-repeat: no-repeat;
	background-image: url(../images/bg_calweekdays.gif);
}

.monthdays {
	padding: 0;
	text-align: center;
	width: 20px;
	height: 20px;
	font: 11px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #727664;
	background-repeat: no-repeat;
	background-image: url(../images/bg_cal.gif);
}

.monthdays a {
	display: block;
	width: 20px;
	height: 20px;
	font: bold 11px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.monthdays strong {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	font: bold 11px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/bg_cal_on.gif) no-repeat top left;
	color: #FFFFFF;
}

.monthdays a:link {
	color: #CC3300;
	background: transparent url(../images/bg_cal.gif) no-repeat top left;
}

.monthdays a:visited {
	color: #CC3300;
	background: transparent url(../images/bg_cal.gif) no-repeat top left;
}

.monthdays a:hover {
	color: #CC3300;
	background: transparent url(../images/bg_cal_over.gif) no-repeat top left;
}

.monthdays a:active {
	color: #CC3300;
	background: transparent url(../images/bg_cal_on.gif) no-repeat top left;
}
a.minicalarrow {
	font: bold 16px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.minicalarrow:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.minicalarrow:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.minicalarrow:hover {
	color: #CC3300;
	text-decoration: none;
}
a.minicalarrow:active {
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}

.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover { 
	color: #ffffff;
 	font: bold 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.navlinks a:link, .navlinks a:visited, .navlinks a:active  {
	color: #ffffff;
	font: bold 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.navlinks a:hover   {
	color: #CC3300;
	font: bold 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

