/*---------------------------------------------------------------------------------------------------------------------------------------------------------
          POPUP ASPX
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
#bodyCalendar, #bodyCalendar form  {
	font-size : 12px;	
	line-height : 14px;
	text-align : center;
	padding: 2px 4px 2px 4px;
	width:600px;
	background-color:#f4f3f3;
} 
#tblCalendar td {	
	font-size : 12px;	
	line-height : 14px;
	text-align : center;	
	padding: 2px 4px 2px 4px;	
}
#tblCalendar {
    margin: 10px auto 20px auto; 
    background-color:#ffffff;
    
}
.den1 {
	background-color : #f4f3f3;
	color : #595e64;
	text-align : left;
}
.den2 {
	background-color : #e7e6e6;
	color : #595e64;
	font-weight:bold;
	text-align : left;
}
.denD {
	border : 1px solid #ff5500;
}
.denD a 
{
    font-weight:bold;
    color:#595e64;
}
.dnes {
    color: #1277e1;
}
#tblCalendar a {    
    text-decoration: none;
}
#tblCalendar a:hover {
	text-decoration: none;	
	color: #ff5500;
	/*font-weight: bold;*/
}
.calendarRohLH
{
    background-image: url(_Img/Calendar/rohLH.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.calendarRohPH
{
    background-image: url(_Img/Calendar/rohPH.gif);
    background-repeat: no-repeat;
    background-position: right top;
}
.calendarRohLD
{
    background-image: url(_Img/Calendar/rohLD.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.calendarRohPD
{
    background-image: url(_Img/Calendar/rohPD.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------
          MODUL ASCX
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.modulCalendar {margin-left:2px}
.modulCalendar img {vertical-align:middle; margin-left:2px}
.modulCalendar select {vertical-align:middle; margin-top:2px}
.InlineBlock {display:-moz-inline-box; display:inline-block} /* zasrana Mozilla */


