.butt {width:80px;height:20px;margin-left:0px;background-color:#85d8ff;border: 1px solid #ffffff;color:#ffffff; font-weight:normal;cursor:pointer;font-size:9px;}

/*************** kalendar **************************/
.calShadow{
z-index:20;
background-color:black;
position:absolute;
top:0px;
left:0px;
visibility:hidden;
-moz-opacity:.5;
filter:alpha(opacity=50);
}

.calMain{
z-index:20;
width:275px;
position:absolute;
left:0px;
top:0px;
background-color:#88acf4;
border-width:2px;
border-style:outset;
border-color:#003152;
padding:1px;
visibility:hidden;
}

.calH{
z-index:20;
width:250px;
height:13px;
overflow:hide;
background-color:#9ec8ec;
padding:1px;
text-align:right;
}

.calMonthYear{
z-index:20;
background-color:#9ec8ec;
font-size:8pt;
font-family:sans-serif;
color:#333333;
cursor:default;
padding:1px;
}

.calHdr{
z-index:20;
width:35px;
font-size:11px;
font-weight:bold;
font-family:sans-serif;
color:#333333;
cursor:default;
padding:1px;
background-color:#9ec8ec;
}

.calToday{
z-index:20;
width:35px;
font-size:11px;
font-family:sans-serif;
font-weight:bold;
color:white;
cursor:default;
border-width:1px;
border-style:inset;
border-color:gray;
padding:1px;
background-color:#88acf4;
}

.calText{
z-index:20;
width:35px;
font-size:11px;
font-family:sans-serif;
color:black;
cursor:default;
border-width:1px;
border-style:inset;
border-color:gray;
padding:1px;
background-color:#ffffff;
}

.calTextH{
z-index:20;
width:35px;
font-size:11px;
font-family:sans-serif;
font-weight:bold;
color:#333333;
cursor:default;
border-width:1px;
/*border-style:outset;*/
border-color:#ffedcf;
padding:1px;
background-color:#88acf4;
}

