/**
 * @desc avcal default stylesheet
 * @author Alen Sindicic <info@srs.com.hr>
 * @version 1.0.20081117
 * @notes
 * crvena (zauzeto) e91111
 * plava (ceka se potvrda) 227ce8
 * zelena (slobodno) 76f500
 */
body, html {font-family:verdana; font-size: 0.95em;}

table.avcal {border-collapse: collapse; float:left; margin:10px 15px;font-weight: bold;}
table.avcal td { text-align:center; border:1px solid #555}
table.avcal thead td {background-color: #fff; font-size:0.6em; border-bottom: 2px solid #777; padding:0.3em 0;}
table.avcal thead td.calInfo {background-color: #fff; font-size:0.8em; background: url(acHead.gif) repeat-x center bottom; border-bottom:1px solid #555;}
table.avcal tbody td {height:2.1em; width:2.1em; font-size: 0.7em; background-color: #66ef66;}
table.avcal tbody td a {text-decoration:underline; color: #000;}

/** data specific **/
table.avcal td.acOffset {background-color: #eee;}

table.avcal td.zauzeto {background-color: #f04848;}
table.avcal td.zauzeto_zauzeto { background: url(zauzeto_zauzeto.gif) center center no-repeat; }
table.avcal td.zauzetoStart { background: url(zauzetoStart.gif) center center no-repeat; }
table.avcal td.zauzetoEnd { background: url(zauzetoEnd.gif) center center no-repeat; }

table.avcal td.toconfirm {background-color: #1199dd;}
table.avcal td.toconfirm_toconfirm { background: url(confirm_confirm.gif) center center no-repeat; }
table.avcal td.toconfirmStart { background: url(confirmStart.gif) center center no-repeat; }
table.avcal td.toconfirmEnd { background: url(confirmEnd.gif) center center no-repeat; }

table.avcal td.toconfirm_zauzeto { background: url(confirm_zauzeto.gif) center center no-repeat; }
table.avcal td.zauzeto_toconfirm { background: url(zauzeto_confirm.gif) center center no-repeat; }