html fieldset div.calendardate{
	overflow: visible;
	height:20px;
}

html fieldset div label.left {
	width:120px;
}

html fieldset {
	margin-bottom:0;
}



.Actions {
	margin-left:144px !important;
	margin-bottom:60px !important;
}

#toDate {
	clear: none;
	float:left;
	width: 290px;
}
	#toDate label.left {
		width: 20px;
	}

	#toDate .middleColumn {
		width: 220px;
	}
		#toDate .middleColumn input {
			width: 110px;
		}

#fromDate {
	clear: none;
	float:left;
	width: 290px;
}
	#fromDate label.left {
		width: 120px;
	}

	#fromDate .middleColumn {
		width: 130px;
		margin-right: 0;
	}
		#fromDate .middleColumn input {
			width: 100px;
		}


/******COMMITTEE STYLES***************************************/
#calendar_navigation {
	font-size:12px;
	width:640px;
	text-align:center;
	margin:20px 0;
}

#calendar_navigation {
	overflow: hidden;
}
#calendar_navigation .right {
	float: right;
	margin-right: 12px;
}
#calendar_navigation .left {
	float: left;
}

.calendarTable {
	width: 100%;	
}
	
#document_details{
	width:400px;
}

#document_details  a{
	font-size:12px;
}

.sortable{
	width: 638px;
	border:1px solid #D1DADF;
	margin-top:20px;
}
	
	
	.sortable thead tr th{
		background:#E7ECEF;
		padding:4px;
		border-bottom:1px solid #D1DADF;
	}
	
	
	table.sortable tr.odd td.date {
		width:180px;
	}
	table.sortable tr.even td.date {
		width:180px;
	}
	table.sortable tr.odd td.location {
		width:130px;
	}
	table.sortable tr.even td.location {
		width:130px;
	}
	table.sortable tr.odd td.time {
		width:90px;
	}
	table.sortable tr.even td.time {
		width:90px;
	}
	table.sortable tr.odd td {
		background: #f9fbfd;
	}
	table.sortable tr.even td {
		background: #DFF8FF;
	}

.mettingTitle1{
	width:590px;
	margin-top:15px;
	padding:5px;
	font-weight:bold;
}
	.typography .mettingTitle1 h2 {
		font-size:16px;	
		font-weight: bold;	
	}
	
.mettingTitle2{
	width:567px;
	margin-top:10px;
	border:1px solid #CFF9FF;
	background:#EFFDFF;
	padding:5px 10px;
	font-weight:bold;
}
	.typography .mettingTitle2 h3 {
		font-size:16px;	
		font-weight: bold;	
	}

.mettingTitle3{
	width:557px;
	margin-top:5px;
	border:1px solid #DFDFDF;
	background:#EFEFEF;
	padding:5px 15px;
	font-weight:bold;
}
	.typography .mettingTitle3 h4 {
		font-weight: normal;
		font-size:14px;
		margin-bottom: 0;
	}

.mettinglist{
	width:587px;
	border:1px solid #DFDFDF;
	border-top: none;
	background:#FFFFFF;
	font-size:10px;
	padding-top: 6px;
}
.typography tr.documents ul,
.typography .mettinglist ul {
	list-style-type: none;
	padding-left: 10px;
}
.mettinglist ul li {
	margin-left:20px;
}

.searchCommitteeLink{
	float:left;
	font-size:16px;
	margin-bottom:60px !important;
}

.calendarWrapper {
	clear: both;
}

.calendarTitle{
	clear:both;
	width:600px;
	font-size:19px;
	text-align:center;
}

.clearCalendar {
	float:left;
	clear:both;
	height:48px;
}

#committeeResults {
	border:1px solid #CFCFCF;
}
	#committeeResults thead tr th{
		background:#EFEFEE;
		height:28px;
		padding:4px;
		font-weight:bold;
		border-bottom:1px solid #CFCFCF;
	}
		#committeeResults thead tr th.committee {
			width:220px;
		} 
		#committeeResults thead tr th.location {
			width:140px;
		}
		#committeeResults thead tr th.date {
			width:200px;
		}
		#committeeResults thead tr th.time {
			width:80px;
		}
	#committeeResults tbody tr.odd td {
		background:#FFFFFF;
		border-top:1px solid #EFEFEF;
		padding:8px 4px;
	}
	#committeeResults tbody tr.even td {
		background:#DFF8FF;
		border-top:1px solid #EFEFEF;
		padding:8px 4px;
	}

h3.Report{
	background:#E7ECEF;
	padding:4px 0 2px 4px;
	border:1px solid #CFCFCF;
	margin-top:10px !important;
	font-size:1.3em !important;
	margin-left:16px !important;
}  

h3.Report .dateTitle {
	font-size:0.8em;
}

p.reportComment {
	margin-left:16px !important;
}

h3.byReportTitle {
	color:#005771 !important;
	margin-top:20px !important;
}
