
#postit{
	padding		: 10px;
	color			: #005dab;
}


#dayListDiv{
	padding-top	: 20px;
}

.agendaTable{
	background-color	: #ffcf66;
	/*padding-left	: 20px;*/
}

.day{
	background-color	: #ffcf66;
	color			: #000000;
	font-size		: 0.8em;
	font-weight		: bold;
	virtical-align	: bottom;
	text-align		: left;
}

.day1{
	background-color	: #f1efbc;
	color			: #000000;
	font-size		: 0.8em;
	font-weight		: bold;
	vertical-align	: top;
	text-align		: left;
	height			: 125px;
}

.day2{
	background-color	: #fcfacd;
	color			: #000000;
	font-size		: 0.8em;
	font-weight		: bold;
	vertical-align	: top;
	text-align		: left;
	height			: 125px;
}

.day1 a, .day2 a{
	font-size		: 0.8em;
	font-weight		: bold;
	text-decoration	: none;
}

.day1 ul, .day2 ul{
	margin-top		: -18px;
	margin-left		: 25px;
}

.day1 li, .day2 li{
	color			: #005dab;
	list-style-type	: none;
}

/*#dayListDiv{
	width			: 125px;
	height			: 125px;
}*/

.week{
	padding-left		: 10px;
	background-color	: #ffcf66;
	color			: #ooo;
	font-size		: 0.8em;
	font-weight		: bold;
	vertical-align	: top;
	text-align		: left;
}

.agendaHeaderLink{
	color			: #005dab;
	font-size		: 0.8em;
	font-weight		: bold;
	text-decoration	: none;
}

.headerLeft{
	font-size		: 0.8em;
	color			: #f17c0e;
	font-weight		: bold;
	vertical-align	: middle;
	text-align		: center;
}

.headerLinks{
	vertical-align	: middle;
	text-align		: left;
}