/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* =Basic HTML
----------------------------------------------------------------------*/

a
{
	color: #0066CC;
	cursor: pointer;
	text-decoration: none;
}

a:visited {
	color: #0066CC; 
	text-decoration: none;
}

a:hover {
	color: #ff6600; 
	text-decoration: none;
}

body
{
	color: #000;
	cursor: default;
	margin: 0;
	padding: 0;
	text-align: center;
}

caption
{
margin: 0 auto;
padding-top: 12px;
text-align: center;
color: #fff;
font: bold 20px "Comic Sans MS", arial, helvetica, san-serif;
background: #ffff00 url(../images/style/shopSubNavbg.gif) no-repeat top left;
width: 742px;
height: 49px;
}

.calHeader {
text-align: center;
vertical-align: middle;
color: #fff;
font: bold 20px "Comic Sans MS", arial, helvetica, san-serif;
background: #ffff00 url(../images/style/shopsubNav.gif) repeat-x top left;
height: 57px;
}


p
{
	margin: 0;
}

strong
{
	text-transform: uppercase;
}

table
{
	border: 4px solid #e64701;
	margin: 0 auto;
	background: url(../images/style/innerShopBottombg.gif) no-repeat bottom left;
}

tr {
background: #fff;
color: #58626D;
font-size: 10px;
vertical-align: top;
}


td
{
	border-left: 1px solid #838B93;
	border-top: 1px solid #838B93;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	width: 103px;
	height: 100px;
	overflow: auto;
}

dl {
margin: 0px 0px 15px 0px;
padding: 0px;
width: 103px;
}

dl dt {
margin: 0px;
padding: 2px;
border-bottom: 1px solid #838B93;
background: #b5e1f2;
color: #000;
font-size: 11px;
vertical-align: middle;
text-align: right;
height: 15px;
}

dl dd {
margin: 4px 2px;
padding: 0px 2px;
background: #fff;
text-align: left;
font-size: 12px;
}


/* =Classes
----------------------------------------------------------------------*/

tr.weekDay td
{
	background: #777;
	color: #fff;
	font-size: 11px;
	height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}

td.days {
background: #fff;
}

td.noDay {
background: #eee;
}

dl.selectedDay dt {
background: #009ad4;
color: #fff;
}
	
div.buttons {
font: bold 14px arial, helvetica, sans-serif;
margin-top: 15px;
padding: 10px 0 20px;
text-align: center;
}

div.buttons a, div.buttons a.next, div.buttons a.prev, a.prev {
color: #000;
padding: 3px 5px;
}

div.buttons a:hover, div.buttons a.next:hover, div.buttons a.prev:hover, a.prev:hover {
color: #ff0000;
}

div.buttons a.next {
padding-right:  57px; 
background: url(../images/style/next.gif) no-repeat center right;
}


div.buttons a.prev, a.prev {
padding-left: 57px;
background: url(../images/style/previous.gif) no-repeat center left;
}

