﻿#Text div.content table.agendatitle {
	width:				338px;
	text-align:			center;
	font-weight:		bold;
	color:				#ee7f01;
	margin-top:			15px;
}

#Text div.content table.agenda {
	border:				1px solid #ee7f01;
	border-bottom:		1px solid #ee7f01;
	border-left:		1px solid #aa7334;
	margin:				0px;
	padding:			0px;
}
	#Text div.content table.agenda tr {
		margin:				0px;
		padding:			0px;
	}
		#Text div.content table.agenda tr td {
			width:				44px;
			padding-right:		3px;
			height:				40px;
			margin:				0px;
			border-right:		1px solid #e6e6e6;
			border-bottom:		1px solid #e6e6e6;
			font-size:			9px;
			text-align:			right;
			vertical-align:		top;
		}
		#Text div.content table.agenda tr td.old {
			color:				#cdcfd7;
		}
		#Text div.content table.agenda tr td.hascontent {
			background-color:		#e5ebe4;
			border-right:			#c3c8c2;
			border-bottom:			#d3d8d3;
			cursor:                 pointer;
		}
#Text div.date {
	color:				#ee7f01;
	font-size:			11px;	
}
#Container div#Text div.content div.subtitle, #Container div#Text div.content div.subtitle a {
	color:				#000000;
	font-weight:		bold;
	padding-top:		0px;
	font-size:			13px;
}
div.small {
	font-size:			10px;	
}