/* CSS Document */

/*---------------------------------- Linker
-----------------------------------*/
.month { float:left; }
.month h2{ font-size:1.1em; color:#333; }
.month .calendar { background-color: #FFF9D8;  border:2px solid #E3D2BB; margin:5px 6% 0px 0px; text-align: center; height:140px; }
.month table .day-in-forground{ position:absolute; float:left; color:#FFF; height:17px; width:22px; text-align:center; margin:0px; padding:0px;} 
.month table .day-in-forground{ *margin-left:-22px;} /*IE7 Hack */ 
.month table .day-has-event{ }
.month table table{ background-color: none;  border:none; margin:0px; padding:0px; float:left; }
.month table table td.eventinfo{ display:none; }
.month table table td{ margin:0px; padding:0px; }
.month table table td a,.month table table td a:visited { display:block; height:100%; width:100%; background-color:#FFF; }
.month table table tr{ margin:0px; padding:0px; }
.month table td{ height:17px; width:22px; padding:3px 3px 0px 3px; margin:0px; text-align:center; font-family: 'Trebuchet MS', Verdana, Sans-Serif;  }
.month table th{ font-size: 12px; padding:5px 3px 0px 5px; color:#333; font-family: 'Trebuchet MS', Verdana, Sans-Serif; font-weight:normal; }

table td .event{ float:left; width:5px; height:5px; }

table.list td{ padding:5px; background-color:#EFEFEF; border:2px solid #FFF; }
table.list tr.even td{ background-color:#FFF; }
table.list tr{ height:22px; }
table.list th{ color:#FFF; font-style:italic; font-weight:normal; text-align:left; background-color:#333; height:18px; border:2px solid #FFF; padding:3px 4px 5px 4px; }
table.list { margin:10px 0px 10px 0px; background-color:#FFF; padding:5px; }
.edit-col { background: url("img/edit_col_trekant.gif") no-repeat 0px 1px; padding:2px 0px 2px 11px; height:20px; }
a.delete, a:hover.delete,a.edit, a:hover.edit{ color:#fff; background-color:#057AB0; padding:2px 10px 3px 10px; margin:0px; }
a:hover.delete{ color:red; }