/* CSS Document */
/* Daily Digest :: Common CSS*/

#calback { background: #FFF url(../images/calWaiting.gif) no-repeat  /*50% 100px;*/ margin: 0; /*width: 150px;*/ }
#calendar { width: 100%; height: 100%; }
#calendar td { font-family: "Trebuchet MS" , Arial, Veranda, sans-serif; }
.cal { background: #1c419a; width: 100%; }
.calhead { width: 100%; font-weight: bold; color: #FFF; font-size: 12px; }
.calhead img { border: none; }
.dayhead {   background: #EEE; }
.dayhead td { text-align: center; color: #000;  }
.dayrow { background: #FFF;  }
.dayrow td { /*width: 50px;*/ color: #000; font-size: 10px;}
.day { text-align: center;}
.day a { text-decoration:none; color:black; display:block;}
.day a:hove { text-decoration:underline; color:black; }
.dayover { background: #CCC; }
.dayout { background: #FFF; }
.today{text-decoration:none; color:red;}
