﻿#small-calendar-obal
{
	width: 302px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

#small-calendar
{
	border-style: none none none solid;
	border-width: 0px 0px 0px 1px;
	border-color: #D2D2D2;
	width: 302px;
	overflow: hidden;
	table-layout: fixed;
}

#small-calendar td
{
	text-align: center;
	padding: 4px;
	border-color: #D2D2D2;
	overflow: hidden;
	width: 42px;
}

#small-calendar thead td
{
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 0px;
	background-color: #DCDCEB;
	font-weight: bold;
}

#small-calendar tbody td
{
	border-style: none solid solid none;
	border-width: 0px 1px 1px 0px;
}

#small-calendar td.empty
{
	background: #E6E6E6;
}

#small-calendar .dnes
{
	background-color: #C3DEF5;
}

#nahodna-fotka
{
	margin: 0px;
	padding: 0px;
	width: 308px;
	overflow: hidden;
}

#nahodna-fotka .prev
{
	margin: 0px 3px 5px 0px;
	float: left;
	width: 151px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	overflow: hidden;
}

#nahodna-fotka .prev img
{
	margin: auto;
	display: block;
}

#nahodna-fotka .prev .comment
{
	display: block;
	width: 137px;
	overflow: hidden;
	cursor: pointer;
}

