@charset "utf-8";
/* CSS Document */
.solidblockmenu ul {
	margin: 1;
	padding: 0;
	font: bold 13px Arial;
	width: 100%;
	border: 1px solid #0070C8;
	border-width: 0px 0;/*background-color: #D5E6F4;*/
/*background: black url(/images/blockdefault.gif) center center repeat-x;*/
}
.solidblockmenu li {
	display: inline;
}
.solidblockmenu li a {
	float: left;
	color: black; /* IE8 bug? shows white text on tab */
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid #ddd;
	background-color: #DDD;
	margin-right: 3px;
}
.solidblockmenu li a:visited {
	border: 1px solid #ccc;
	color: #333333; /* IE8 bug? shows white text on tab */
}
.solidblockmenu li a.current { /* solidblockmenu li a:hover removed */
	color: #333333;
	background-color: #FFFFFF;
	/*background: transparent url(/images/blockactive.gif) center center repeat-x;*/
	font-weight: bold;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid white;
}
.solidblockmenu li a.hover {
	color: #333333;
	background-color: #FFFFFF;
	/*background: transparent url(/images/blockactive.gif) center center repeat-x;*/
	font-weight: normal;
}
.tabcontainer {
	clear: left;
	width: 95%; /*width of 2nd level sub menus*/
	/* height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	height: 1500px auto; /* JLS to push footer down */
	width: 700px;
	top: -1px;
}
*:first-child+html .ieclass { /*IE7 hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}
* html .ieclass { /*IE6 and below hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}
.tabcontent {
	display: none;
	text-align: left;
	border: 1px solid #CCC;
	padding: 12px;
}
