/* -----------------------------
 styling for the calendar tables 
   -----------------------------   */


#box-table-a
{
	margin-left:190px;
	width:580px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	width:80px;
	height:80px;
	vertical-align:text-top;
}

#box-table-a td a
{
	font-size: 11px;
}

#box-table-a td:hover
{
	background: #d0dafd;
	color: #339;
}

#box-table-a th label
{
	font-size: 20px;
	font-weight: bold;
}


/* -----------------------------
 styling for the Calendar Popups
   -----------------------------   */

#popup { color: #000;  }

#popup a, #popup a:visited {
position: relative;
}

#popup a span {display: none;}

#popup a:hover { background-color: #e9e9e2; }

/* the IE correction rule */
#popup a:hover	{
color: #f00; background-color: #e9e9e2;
text-indent: 0; /* added the default value */
}

#popup a:hover span{
display: block;
position: absolute;
bottom: 15px;
right: 50px;
width:150px;
margin: 0px;
padding: 10px;
color: #335500;
font-weight: normal;
background: #e5e5e5;
text-align: left;
border: 1px solid #666;
}








/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
