/**
 * stylesheet_calendar.css
 * style sheet for calendar sidebox
 *
 * @package calendar
 * @copyright Copyright 2008 E2Info (http://zencart.e2info.com)
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_calendar.css 11885 2009-08-07 01:35:22Z e2info $
 */

/** div id for calendar sidebox */
#e2info_calendar {
	width: 196px;
	padding:1px;
	text-align:center;
	border: 1px solid #543629;
}
.e2info_calendar{
	padding-top: 3px;
	padding-bottom: 3px;
	margin:auto;
}

.c_title {
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding-top: 0px;
	padding-left: 5px;
}

/** Calendar Row */
.e2info_calendar td {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:2px;
}

/** Sunday class */
.c_sun{
	background-color:#edbcc2;
//	border-bottom:2px solid #fff;
}

/** Saturday class */
.c_sat {
	background-color:#edbcc2;
//	border-bottom:2px solid #FFF;
}

/** Title row class */
.c_tit_row { color:#543629; font-weight:bold;}

/** Sunday Title class */
.c_tit_sun { color:#CC0000; }

/** Saturday Title class */
.c_tit_sat { color:#192E7B; }

/** Day row class */
.c_day_row { }

/** Holiday class */
.c_holiday {
	background-color:#edbcc2;
//	border-bottom:2px solid #fff;
}

/** Calendar bottom */
.calendar_bottom { 
	margin-top:4px; 
	border-top:1px solid #e6d5bb;
	width: 100%;
}

/** Calendar bottom row*/
.calendar_bottom_row { 
}

/** Holiday legend class */
.c_holiday_legend {
	background-color:#edbcc2;
	border-top:1px solid #ffffff;
	width: 18px;
}

/** Holiday legend text class */
.c_holiday_legend_text {
	text-align:left;
	padding-top:1px;
	padding-left:6px;
	font-size:12px;
}
	
/** Normal day class */
.c_day{
	 color:#543629; 
}

/** Blank day class */
.c_blankday{
	 color:#543629; 
}

.c_today{	
	border-width: 1px;
    border-style: solid; 
	border-color: #0d8792;	
}