#agenda_content .title{
	width:auto;
	margin-bottom:20px;
}
#agenda_content .title blockquote{
	margin:0px;
	padding:0px;
	border:1px solid #c9c2c1;
	background-color:#fff;
	font-size:11px;
}
#agenda_content .title blockquote p{
	margin:5px;
	padding:0px;
}
#agenda_content .title cite{
	position:relative;
	margin:0px;
	padding:7px 0px 0px 15px;
	top:5px;
	background:transparent url('../img/rounded/tip.gif') no-repeat 20px 0;
	font-style:normal;
}

#agenda_content dl{
	width:auto;
	margin-bottom:24px;
}
#agenda_content dl cite{
	position:relative;
	margin:0px;
	padding:7px 0px 0px 15px;
	top:-2px;
	background:transparent url('../img/rounded/tip.gif') no-repeat 20px 0;
	font-style:normal;
}
#agenda_content dl dd{
	margin:0 0 0 20px;
	padding:2px 0 2px 30px;
	background:transparent url('../img/bullet_blue.jpg') no-repeat;
	font-size:11px;
}
#agenda_content dl dd a.action_link{
	color:#ff0000;
	margin:0 0 0 20px;
}
#agenda_content dl dd a.action_link:hover{text-decoration:underline;}

#agenda_content .agenda_title{
	width:auto;
	margin-bottom:24px;
}
#agenda_content .agenda_title dt{margin:0px;}
#agenda_content .agenda_title dt blockquote{
	margin:0 0 5px 0;
	padding:0px;
	border:1px solid #c9c2c1;
	background-color:#fff;
	font-size:11px;
}
#agenda_content .agenda_title dt blockquote p{
	margin:5px;
	padding:0px;
}
#agenda_content .agenda_title  cite{
	position:relative;
	margin:0px;
	padding:7px 0px 0px 15px;
	background:transparent url('../img/rounded/tip.gif') no-repeat 20px 0;
	font-style:normal;
}
#agenda_content .agenda_action{
	display:block;
	background:#fffbe2;
	margin:20px 0 0 0;
	padding:5px 0;
	text-align:center;
}

.date_picker{
	background:#d9fcca;
	color:#000;
	font-size:12px;
}
.date_picker tr td{width:49%;padding:5px;}
.date_picker tr td label{margin:0 0 5px 0;}
.date_picker tr td input{font-size:13px;}
.date_picker tr td input.validate_error_date {background: white url(../img/validate_error.gif) repeat-x bottom;	}
.date_picker span{
	display:block;
	background-color:#d9fcca;
	padding:5px 0 5px 25px;
	font-size:13px;
	font-weight:bold;
}
.date_picker span.accept_date {
	background:transparent url(../img/accept.gif) no-repeat 0 4px;
}
.date_picker span.error_date {
	background:transparent url(../img/exclamation.gif) no-repeat 0 4px;
}
.date_picker span.empty_date {
	background:transparent url(../img/information.gif) no-repeat 0 4px;
}
