﻿
html,body {
	font-size: 8pt;
	color: #6B6B6B;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-family: Tachoma,"Trebuchet MS",Arial, Helvetica,Tachoma, sans-serif;
	text-align:center;

	overflow:hidden;
}


#container {
	width: 175px;
	margin:0px auto;
}

#content-layer {
		top:-2px;
		left:-2px;
		
		background-color:#fff;
		border:1px solid #e5e5e5;
		padding:5px;
		
		/* Do rounding (native in Firefox and Safari) */
		border-radius: 4px;  /** CSS3 **/
  		-moz-border-radius: 4px; /** Mozilla specific **/
  		-webkit-border-radius: 4px; /** Make a guess ;-) **/
		behavior:url(/Content/Scripts/htc/border-radius.htc);  /* IE */
}

table.calendar{border-collapse:collapse; width:100%;}
table.calendar a{text-decoration:none; color:#000;font-weight:bold;}
table.calendar th,table.calendar td{padding:2px 2px; text-align:center; border:1px solid #797979;border-collapse:collapse;}
table.calendar th{font-weight:bold;background:#eee;}
table.calendar td.selected-date{background:#ACACAC;font-weight:bold;color:#fff;}
table.calendar td.today {background:#D6D8DC;color:#000;}

table.calendar th.caption{background:#797979}
table.calendar th.caption  table{background:#ACACAC; border-collapse:collapse; width:100%;}
table.calendar th.caption  table th{background:transparent; width:100%; border:0px; color:#fff;}
table.calendar th.caption  table th.nav{width:20px;}
table.calendar th.caption  a{color:#fff;}
