@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,p,ul,li,img,form,label,input,fieldset,legend{
margin: 0px;
padding: 0px;
border: none;
list-style: none;
}

html{
	margin:0px;
	padding:0px;
	height: 100%;
	min-height: 100%;
	}
	
body{
	margin:0px; 
	padding:0px;
	font-family:"Trebuchet MS";
	height: 100%;
	min-height: 100%;
	}

h2{
	color: #6997A8;
	font-size: 20px;
	margin: 5px 0px 5px 10px;
}

.navSection{
	width: 200px;
	float: left;
	margin: 0px 10px 30px 10px;
}

.navSection .info{
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	color: #787878;
	border-top: 1px solid #6997A8;
	text-align:justify
}

.navSection .info em{
	color: #6996A8;
	font-style: normal;
}

/* combo list */
	.controllerWrapper{
		width: 80px;
		position:relative;
		margin: 0px 10px 30px 10px;
	}

	ul#controller{
		width: 80px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		background: #477D95;
	}

	ul#controller li{
		width: 100%;
	}

	ul#controller li a{
		font-family: Trebuchet MS;
		font-size: 14px;
		color: #FFF;
		text-decoration: none;
		display: block;
		width: 100%;
		text-indent: 8px;
	}

	ul#controller li a:hover{
		background: #98B3C0;
	}


	ul#controller li a.selected, ul#controller li a.selected:hover{
		color: #FFF;
		padding: 2px 0px;
		background: #7295A8 url(../images/bgComboArrow.gif) 59px 50% no-repeat;
	}
/* /combo list */

.year{
	width: 500px;
	float: left;
	margin: 11px 0px 0px 0px;
	font-size: 14px;
}

.year h4{
	border-bottom: 1px solid #6997A8;
	color: #B3C0C3;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 12px;
}

.year  ul{
	margin: 0px 5px 0px 5px;
	text-transform: uppercase
}

.year a{
	color: #4D839B;
	text-decoration: none;
}

.year a:hover{
	color: #000
}

.agendas{
	width: 50%;
	float: left;
	clear: left;
}

.minutes{
	width: 50%;
	float: left;
}

.year li{
	margin: 0px 0px 1px 0px;
	padding: 2px 5px 2px 5px;
}

.year li.even {
	background-color: #E6EEF1;
}
