/*Kalendar*/
.Calendar {width:602px;text-align:center;}
.CalendarForm {width:342px;text-align:center;}
.form {background:#FED076;border:1px solid black;}
.table {border:3px solid #FED703;background-color:#FEAC0B;}
.table .td{border:3px solid #FED703;}

.one {
        width:75px;
        height:70px;
        float:left;
        border:1px solid black;
        text-align:center;
        vertical-align:top;
        padding:1px;
        background-color:#FDF99E;
}
.one a {
        color:#000000;
}
.one a:hover {
        color:#000000;
        text-decoration:underline;
}
.ActualDate {
        width:75px;
        height:70px;
        float:left;
        border:1px solid black;
        text-align:center;
        vertical-align:top;
        padding:1px;
        background-color:#FBF44E;
}
.ActualDate a{
        color:black;
        font-weight:bold;
}
.ActualDate a:hover{
        font-weight:bold;
        color:black;
        text-decoration:underline;
}
.SearchDate {
        width:75px;
        height:70px;
        float:left;
        border:1px solid #000000;
        text-align:center;
        vertical-align:top;
        padding:1px;
        background-color:#D2D1FF;
}
.SearchDate a{
        color:#2721FF;
        font-weight:bold;
}
.SearchDate a:hover{
        font-weight:bold;
        color:#2721FF;
        text-decoration:underline;
}

.separator {
        width:200px;
        height:70px;
        
        
}
.Sunday {
        background-color:#FE2A0B;
        color:#FFFFFF;
        border:1px solid black;
        text-align:center;
        vertical-align:top;
        width:75px;
        height:70px;
        float:left;
        padding:1px;
}
.Sunday a {
        color:#FFFFFF;
}
.Sunday a:hover {
        color:#FFFFFF;
        text-decoration:underline;
}
.MessageDate {
        background-color:#FFFFEE;
        color:#000000;
        border:1px solid black;
        text-align:center;
        vertical-align:top;
        width:75px;
        height:70px;
        float:left;
        padding:1px;
}
.MessageDate a {
        color:#000000;
}
.MessageDate a:hover {
        color:#000000;
        text-decoration:underline;
}
.Saturday {
        background-color:#D2D1FF;
        color:#2721FF;
        border:1px solid black;
        text-align:center;
        vertical-align:top;
        width:75px;
        height:70px;
        float:left;
        padding:1px;
}
.Saturday a {
        color:#2721FF;
}
.Saturday a:hover {
        color:#2721FF;
        text-decoration:underline;
}
.Svatek {
        background-color:#FE2A0B;
        color:#FFFFFF;
        border:1px solid black;
        text-align:center;
        vertical-align:top;
        width:75px;
        height:70px;
        float:left;
        padding:1px;
}
.Svatek a{
        color:#FFFFFF;
}
.Svatek a:hover{
        color:#FFFFFF;
        text-decoration:underline;
}
.OldDate {
        background-color:#FFFFFF;
        color:#C0C0C0 !important;
        border:1px solid black;
        text-align:center;
        vertical-align:top;
        width:75px;
        height:70px;
        float:left;
        padding:1px;

}
.NadpisCalendar{
        color:black;
        font-size:14px;    
        font-weight:bold;   
}
.NadpisCalendar .red{
        color:red;
        font-size:14px;    
        font-weight:bold;   
}
.NadpisMesice{
        background-image:url(/img/bgMonth.gif);
        width:162px;
        height:30px;
        background-repeat:no-repeat;
        text-align:left;
}
.NadpisMesice span {
        padding-top:8px;
        color:white;
        font-size:14px;    
        font-weight:bold;   
        width:162px;
        height:30px;
        text-align:center;
}
.OldDate a {
        color:#C0C0C0 !important;
}

.OldDate a:hover {
        color:#C0C0C0;
        text-align:center;
        vertical-align:top;
        width:75px;
        height:66px;
        float:left;
        text-decoration:underline;
}
.textareaComm {
        background-color:#E9E9E9;
        width:100%;
        border:2px solid #FF6600;
}
.red {
        color:black;
        background-color:#FFFFEE;
        font-weight:bold;
}
.InputCalendar {
        border:2px solid #FF6600;
        background-color:#E9E9E9;
}
.ListCommentary {
        width:90%;
        
}
.HRLine {
       background-color:red;
       height:2px; 
}
/*Kalendar*/
