@charset "utf-8";
/* CSS Document */

* { margin: 0; 	padding: 0; }
tbody tr {  }
div.small_calendar{ width:250px; padding-bottom:10px; background:  url('../imgs/bkg/calendar_bottom_bkg.gif') bottom center no-repeat; } 
.calendar {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    background: #e9d3c8;
    color:#420404;
	width: 250px;
	}
.calendar caption { /* this is the month name section. orange in sample */
	margin: 0;
	padding: 45px 0px 0px; 
	background: #e9d3c8 url('../imgs/bkg/calendar_top_bkg.gif') top center no-repeat; text-transform:uppercase;
    color: #e1952c;
    font-weight: bold; font-size:13px; letter-spacing:1px;
	}
.calendar th {  /* this is the days of the week line */
	padding:3px 0px; text-align:center;
	font-weight: bold; color:#685353;
	background: #e9d3c8 ;
	}
.calendar td {
	border: 1px solid #e9d3c8; 
	width: 29px; height: 29px;
	text-align: center;
	}
.calendar a {
	color: #df0029;
	text-decoration: none;
	}

.calendar td.today {
	background: #e9d3c8;
	border: 1px solid #685353;
    color: #420404;
	}
.calendar td.selected {
	border: 1px solid #685353;
	}
.calendar td.highlighted {
	font-weight: bold;

	}
.calendar td.highlighted a {
	color: #df0029; text-decoration: none;
}

.calendar td.highlighted:hover {
	background: #f4ece8;
    color: #443741;
	}

table.calendar td.pad {
	color: #999;
	background: #e9d3c8;
    border: 1px solid #e9d3c8;
	}
table.calendar td.pad:hover {
	background: none;
	border: 0;
	}
	
/* BIG CALENDAR */
	
.big_calendar {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    /*background: #e9d3c8;*/
    color:#420404;
	width: 680px;
	}
.big_calendar p { font-weight:bold; border-top: 1px dotted #e9d3c8; }
.big_calendar caption { /* this is the month name section. orange in sample */
	background: url(../imgs/bkg/cart_item_bkg.gif) top center repeat-x; padding:20px 0px 10px;
	text-transform:uppercase;
    color: #e1952c;
    font-weight: bold; font-size:13px; letter-spacing:1px;
	}
.big_calendar th {  /* this is the days of the week line */
	padding:3px 0px; text-align:center;
	font-weight: bold; color:#685353;
	/*background: #e9d3c8;*/
	}
.big_calendar td {
	border: 1px solid #e9d3c8; 
	width: 14%; height: 100px;
	text-align: center; vertical-align:top;
	}
.big_calendar a {
	color: #df0029;
	text-decoration: none;
	}

.big_calendar td.today {
	background: #e9d3c8;
	border: 1px solid #e9d3c8;
    color: #420404;
	}
.big_calendar td.selected {
	border: 1px solid #e9d3c8;
	}

.big_calendar td.highlighted a {
	color: #df0029; text-decoration: none;
}

.big_calendar td.highlighted:hover, .big_calendar td.today:hover {
	background: #fdf8f2;
    color: #443741;
	}

table.big_calendar td.pad {
	color: #999;
	/*background: #e9d3c8;*/
    border: none;
	}
table.big_calendar td.pad:hover {
	background: none;
	border: 0;
	}
	
	
#year {
	padding: 0;
	width: 500px;
	list-style: none;
	}
#year:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#year li {
	float: left;
	padding: 0 .5em .5em 0;
	height: 150px;
	}
