@charset "utf-8";
@import url("ie.css");
/* CSS Document */
.calendarWhite {color: #FFFFFF;}
.floatLeft {float: left;}
#week-schedule {
	height: 230px;
	width: 685px;
	margin-top: 15px;
	/*position: absolute;
	top: 265px;
	left:12px;*/}
a {text-decoration: none;}

#week-schedule img {float: left;}	
div.weekday {
	width:106px;
	float:left;
	margin-left:1px;
	font-size: x-small;
	}
	div.weekday div.info {
	width:106px;
	height:15px;
	background-color:#990000;
	color:#FFFFFF;
	margin:0 1px 2px 0;
	font-size: x-small;
	}
	div.alt div.info { background:#CC0000;}
	div.weekday div.info span { float:left; padding: 1px; }
	div.weekday div.info p { float:right; }
	div.weekday div.weekday-content {
	width:106px;
	min-height:40px;
	margin:0;
	padding:2px 0 0 0;
	background-color:#990000;
	font-size: x-small;
	color: #FFFF00;
	}
	div.weekday div.weekday-content a:hover {color: #FFF;}
	div.alt div.weekday-content {
	background-color:#CC0000;
	}
	/*div.weekday div.weekday-content span {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF; 
	}*/
	div.weekday	div.weekday-content p {
	color:#000000;
	padding: 0 2px 1px 2px;
			}
		
	div.weekday div.bottom-corners {
		width:106px; height:8px;
		background: url(images/home/calendar/weekday-odd-bottom.gif) top left no-repeat;
	}
	div.alt div.bottom-corners { background:url(images/home/calendar/weekday-even-bottom.gif) top left no-repeat; }
