@CHARSET "UTF-8";

div#committee_wrapper {
	padding: 0.5em;
}

div#committee_wrapper:after {
	content: "clear";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#committee_wrapper * {
	color: #333;
}

div#committee_wrapper h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	color: #696969;
	font-size: 12px;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #f36f21;
}

div#committee_wrapper h3 a {
	color: #3366ff;
	text-decoration: none;
	border-bottom: 1px dotted #87ceeb;
	font-size: 12px;
	font-weight: normal;
}

div#committee_wrapper div#menu {
	clear: both;
}

div#committee_wrapper div#grid {
	clear: both;
	height: 240px;
	position: relative;
	margin: 0.875em;
	border: 1px solid #ddd;
	display: none;
	font-size: 12px;
}

div#committee_wrapper div#grid * {
	font-size: 12px;
}

div#committee_wrapper div#grid p {
	position: absolute;
	bottom: 50%;
	font-size: 0.725em;
	text-align: center;
}

div#committee_wrapper div#menu ul {
	text-align: center;
}

div#committee_wrapper div#menu ul li span {
	font-weight: bold;
	color: #3366ff;
}

div#committee_wrapper div#menu ul li {
	padding-left: 0.5em;
	list-style-type: none;
	display: inline;
	/*
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url("../images/icons/user.gif");
	*/
}

div#committee_wrapper div#menu ul li a {
	color: #3366ff;
	text-decoration: none;
	border-bottom: 1px dotted #87ceeb;
}

div#committee_wrapper div#loading {
	text-align: center;
	position: absolute;
	bottom: 50%;
	width: 100%;
	display: none;
}

div#committee_wrapper div#loading p {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}
