/* Gallery Tabs */
div.committee_tabs {
	position: relative;
	float: left;
	margin: 10px 0 0 0; 
	padding: 0;
	width: 100px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

div.committee_tabs div.items { 
	position: absolute;
	border-bottom: 1px solid #ccc;
	width: 100px;
}

div.committee_tabs a { 
	float: left;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 8px;	
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #efefef;
	color: #777;
	position: relative;
	cursor: pointer;
	width: 82px;
}

div.committee_tabs a:hover {
	background: #ebebeb;
	color: #333;
}
	
/* selected tab */
div.committee_tabs a.current {
	background: #fff;
	border-right: none;
	color: #8f3e79;	
	cursor: default;
	width: 83px;
}

div.committee_container {
	float: left;
	width: 550px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 -1px;
	border: 1px #ccc solid;
	background: #fff;
	min-height: 200px;
}

div.committee_panes div.committee_pane {
	display: none;
	padding: 0;
	margin: 0;
}
