.agenda
{
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.agenda input, textarea, select
{
	background-color: #f9f9f9;
}
.main_options
{
	margin: 0px;
}
.main_options td
{
	font-size: 10px;
}
.main_options a
{
	text-decoration: none;
	font-weight: bold;
	color: #101010;
}
.main_options a:hover
{
	text-decoration: underline;
}
.main_options img
{
	border: none;
}
.agenda_selection
{
	width: 100%;
	border: solid 1px #d4d4d4; 
	color: #101010;
	font-weight: bold;
	text-align: center;
}
.agenda_selection td
{
	height: 25px;
	line-height: 25px;
}

.agenda_nav
{
	border: solid 1px #d4d4d4;
	background-color: white;
	width: 100%;
}
.agenda_nav td
{
	color: black;
	font-weight: bold;
	background-color: #eaeaea;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}
.agenda_nav img
{
	margin: 0px 3px -2px 3px;
}
.agenda_nav a:hover
{
	text-decoration: underline;
}
.agenda_item_head
{
	width: 100%;
}
.agenda_item_head td
{
	background-color: #d4d4d4;
	height: 25px;
	line-height: 25px;
	color: #101010;
	font-weight: bold;
	text-align: left;
	padding-left: 6px;
}
.agenda_items
{
	background-color: #eaeaea;
	width: 100%;
}
.agenda_items td
{
	height: 25px;
	line-height: 25px;
	color: #101010;
	font-weight: bold;
	border: solid 1px white;
	border-bottom: none;
	text-align: left;
	padding-left: 6px;
	font-size: 10px;
}
.agenda_items input, .agenda_items textarea, .agenda_items select, .agenda_items file
{
	border: solid 1px #888888;
	margin: 5px 0px 5px 0px;
}
.agenda_items a
{
	text-decoration: none;
	color: #606f79;
}
.agenda_items a:hover
{
	text-decoration: underline;
	color: #606f79;
}

.agenda_item_details
{
	background-color: #eeeeee;
	width: 90%;
	border: outset 1px #999999;
}
.agenda_item_details td
{
	border: none;
	padding-left: 20px;
}
.agenda_cat
{
	border: solid 1px #eaeaea; 
	border-top: none;
	width: 100%;
}
.agenda_cat td
{
	height: 12px;
	line-height: 12px;
	padding: 0px;
	color: #101010;
	font-weight: bold;
}
.agenda button
{
	background-image: url(/images/bg_btn.gif);
	background-repeat: repeat-x;
	border: solid 1px lightgrey;
	margin: 5px 0px 5px 0px;
}
.agenda_fieldset
{
  padding: 0px 0px 20px 10px;
  border: solid 2px #ffffff;
  width: 380px;
  margin-bottom: 30px;
}
.agenda_legend
{
  color: #006666;
  font-weight: normal;
}
