/*	-------------------------------------------------------------
CALENDAR BOX, http://www.shoppingbali.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.calendar{
margin-bottom:10px;
font-size:11px;
}

.calendar_bg{
width:210px;
background:#fff;
}

.calendar_blank{
border:1px solid #fff;
background:#e0e0e0;
}

.calendar_header{
border:1px solid #fff;
font-weight:bold;
color:#fff;
text-align:center;
background:#4587b6;
height:30px;
}

.calendar_month_links{
font-size:11px;
font-weight:bold;
color:#fff;
background:transparent;
}

.calendar_month_links a:link,.calendar_month_links a:visited{
color:#fff;
background:transparent;
}

.calendar_month_links a:hover{
color:#fff;
text-decoration:underline;
background:transparent;
}

.calendar_day_heading{
border:1px solid #fff;
font-weight:bold;
font-size:11px;
color:#fff;
background:#222;
text-align:center;
vertical-align:middle;
height:18px;
width:30px;
}

.calendar_today{
border:1px solid #fff;
font-weight:bold;
text-align:center;
vertical-align:middle;
color:#0e0e0e;
background:url(./themes/site_themes/sudigital/images/gui.png) -314px -418px no-repeat;
}

.calendar_today_link{
border:1px solid #fff;
font-weight:bold;
text-align:center;
vertical-align:middle;
color:#0e0e0e;
background:url(./themes/site_themes/sudigital/images/gui.png) -314px -418px no-repeat;
}

.calendar_today_link a:link, .calendar_today_link a:visited{
color:#d92018;
text-decoration:none;
}

.calendar_today_link a:hover{
color:#0e0e0e;
}

.calendar_today a{
color:#000000;
}

.calendar_cell{
border:1px solid #fff;
text-align:center;
vertical-align:middle;
color:#2e2e2e;
background:#dbe8f0;
height:28px;
}

.calendar_cell_link{
border:1px solid #fff;
text-align:center;
vertical-align:middle;
color:#0e0e0e;
background:url(./themes/site_themes/sudigital/images/gui.png) -314px -385px no-repeat;
text-decoration:none;
height:28px;
}

.calendar_cell_link a:link, .calendar_cell_link a:visited{
color:#d92018;
text-decoration:none;
}

.calendar_cell_link a:hover{
color:#0e0e0e;
}