/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
body {
	background-color: #333;
	margin: 0px;
}

a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#MainBody {
	padding: 0px;
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#SectionMenuPanel {
	padding: 0px;
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.MenuPanelOption {
	font-family: 'RoadwayRegular';
	font-size: 20px;
	float: left;
	font: normal 20px RoadwayRegular;
	color: #999;
	margin: 0px 7px;
	padding: 0px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.MenuPanelOption_Highlight {
	color: #333;
	background-color: #DDD;
	float: left;
	font: normal 20px RoadwayRegular;
	margin: 0px 7px;
	padding: 0px 5px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}


.Cell_LineAbove {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.Cell_LineBelow {
	border-bottom: 1px dotted #999;
}
.Cell_Header {
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	background: #CCC;
}
a.MemberDirectoryProfileLink:link {
	font: normal 24px RoadwayRegular;
	color: #DDD;
	text-decoration: none;
}
a.MemberDirectoryProfileLink:visited {
	font: normal 24px RoadwayRegular;
	color: #DDD;
	text-decoration: none;
}
a.MemberDirectoryProfileLink:hover {
	font: normal 24px RoadwayRegular;
	color: #FFF;
	text-decoration: none;
}
