@charset "utf-8";

/* ==================================================== */
/* calender.css                                         */
/* July 23,2007                                         */
/* ==================================================== */


/*----------------------------------------------------
category-breadcrumb
----------------------------------------------------*/
div#categoryTitle {
width:760px;
height:85px;
margin:0 5px;
background:url(../img/category_image_calendar.jpg) no-repeat;
position:relative;
}

div#categoryTitle h1 {
position:absolute;
top:10px;
left:10px;
}

/*----------------------------------------------------
calendar
----------------------------------------------------*/
div#calendar {
margin:0 20px;
}

div#calendar div {
float:left;
margin-bottom:15px;
width:170px;
border-bottom:1px solid #d8e6f1;
background:#ebf3fa;
}

div#calendar table {
margin:1px 5px 5px;
width:160px;
border:1px solid #d0d7de;
background:#fff;
}

div#calendar th,
div#calendar td {
width:14%;
border:1px solid #d0d7de;
text-align:center;
}

div#calendar th.sat,
div#calendar td.sat {
color:#06c;
background:#f0f8ff;
}

div#calendar th.holi,
div#calendar td.holi {
color:#c00;
background:#fff4f4;
}



