/*****MAJ*****/

/*@maj margines dni miesiaca*/
.caldaylist{
margin:0px 0px 0px 6px !important;
margin:-5px 0px 0px 6px;
}

/*@maj blok z tlem kalendarza*/
.calendar{
background:url(../img/layout/calendar.jpg) no-repeat;
width:135px;
height:120px;
margin:40px 0 0 0;
}


/*@maj blok obejmujacy z zawartoscia formularza*/
.calendar .calnav {
text-align: center;
padding: 6px 0px 4px 0px !important;
padding: 0;
}

/*@maj pozycja przycisku poprzedni*/
.calendar .calprev{
position:relative;
top:-2px;
left:3px;
}

/*@maj pozycja przycisku nastepny*/
.calendar .calnext{
position:relative;
top:-2px;
right:3px;
}


/*@maj blok z nastepny,poprzedni i nazwa miesiaca*/
.calendar .calmonth {
width: 133px;
color: #000;
font-size: 15px;
font-weight: bold;
text-align:right;
font-family:cursive;
}



/*@maj rozmiar komorki z dniem miesiaca*/
.calendar .caldayn, .calendar .caldaye {
width: 18px;
height: 15px;
text-align: center;
float: left;
}

/*@maj formatowanie dni powszednich*/
.calendar .caldayn a {
width: 18px;
height: 15px;
color: #fff;
font-size: 15px;
font-weight: bold;
display: block;
font-family:cursive;
}

/*@maj formatowanie komorki z aktywnym dniem*/
.calendar .caldays {
width: 18px;
height: 15px;
text-align: center;
margin: 0;
float: left;
}

/*@ maj formatowanie linkow dni aktywnych,linkow po najechaniu*/
.calendar .caldays a, .calendar .caldays a:hover, .calendar .caldayn a:hover {
width: 18px;
height: 15px;
color: #e09d42;
font-size: 15px;
font-weight: bold;
margin: 0px 0px 0px 0px;
background: transparent url(/img/layout/buttons/calendardns.gif) no-repeat 0px -27px;
text-decoration: none;
display: block;
font-family:cursive;
}

/*@maj formatowanie niedziel*/
.calendar a.caldaysun{
color:#ff391c;
font-family:cursive;
}