/*
 * CSS Calendar
 * Tim Wright
 * Chris Coyier
 -----------------------------*/

*                   {margin:0;padding:0;}
body                {font:1em/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif; 
					 background-color: #00aee7;}
body *              {display:inline;}
ol.calendar         {width:760px;margin:0 auto;display:block; min-height: 200px;
					 background: url(images/tl.png) top left no-repeat; padding: 12px 0 0 20px;}
li                  {list-style:none;}
p.link              {text-align:center;display: block;}
h1					{width: 760px; display: block; height:50px; margin: 15px auto; }
p					{width: 760px; display: block; font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; margin: 15px auto; padding-bottom: 20px; }

/*
 * Day styles
 -------------------------*/
li li               {width:3em;height:3em;float:left;margin:.2em; padding:.2em;overflow:auto;
					 background: url(images/day-bg.png) bottom right no-repeat; }

/*
 * Day content (UL/OL & P)
 -------------------------*/
li li p             {font-size:.7em;display:block;}
li li ol            {width:auto;}
li li ul li,
li li ol li         {font-size:.7em;display:block;height:auto;width:auto; background: none;
					 margin:0;padding:.2em 0;float:none;}

/*
 * Holiday class
 -------------------------*/
li li.holiday       {  }

/*
 * Inactive months
 -------------------------*/
li#lastmonth li,
li#nextmonth li     { background: url(images/day-bg-inactive.png);}
.branston     { background: url(images/branston.png);}
.quality     { background: url(images/quality.png);}

#dhtmltooltip {
	position: absolute;
	width: 200px;
 color: #ffffff border: 2px solid #0099CC;
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.55em;
	font-family: "Trebuchet MS";
	background-color: white;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
}

a:link, a:visited {
	color : #000000;
	text-decoration : underline;
	border-bottom : none;
}
a:hover {
	text-decoration : none;
	color : #000000;
	background-color : #a6d2e2;
}