/* iCal CSS Document */

/* PHP iCal :: Created by Commander K - www.CreativeLiberties.com */

/* iCal styles */

#iCalWrap	{
	font-family:Arial, Helvetica, sans-serif;
	width:68px;
	height:70px;
	background-image:url(../Images/iCal.gif);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 auto 0 auto; /* Centers the div #iCalWrap on the page */
	text-align:center;
	}

#iCalWrap small	{
	font-size:11px;
	}

#iCalDayWrap	{
	color:#FFFFFF;
	font-size:8px;
	font-weight:bold;
	text-align:center;
	width:100%;
	height:12px;
	padding-top:7px;
	}

#iCalNumberWrap	{
	color:#000000;
	font-size:40px;
	font-weight:bold;
	text-align:center;
	width:100%;
	height:100px;
	padding-top:1px;
	}

/* iCal styles end */
