/* iCal CSS Document */

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

/* global styles */

html	{	/* forces scrollbars on short pages in non-ie browsers. */
	height:101%;
	margin-bottom:.1em;
	}

body	{
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	}

p	{
	color:#000000;
	font-size:12px;
	}

/* global styles end */

/* content styles */

#contentWrap	{
	width:625px;
	margin:0 auto 0 auto;
	}

#leftWrap	{
	/*float:left;
	width:320px;*/
	}

#rightWrap	{
	/*float:right;
	width:300px;
	height:350px;	
	overflow:auto;*/
	text-align:center;
	padding-top:15px;
	}

/* content styles end */

/* iCal styles */

#iCalWrap	{
	font-family:Arial, Helvetica, sans-serif;
	width:145px;
	height:140px;
	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:14px;
	font-weight:bold;
	text-align:center;
	width:100%;
	height:20px;
	padding-top:17px;
	}

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

/* iCal styles end */
