#mainframe .switcher {
	background-color:white;
	min-height:220px;
	padding-bottom:0px;
}
	#mainframe .switcher .button-container {
		height:30px;
	}
	#mainframe .switcher .button,
	#mainframe .switcher .button-hover{
		color:black;
		font-size:12px;
		font-weight:normal;
		float:left;
		background-color:#F5F5F5;
		border:solid 1px #E4E5E7;
		margin:0px;
		padding:6px;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:6px;
		height:17px;
		cursor:pointer;
	}
	* html #mainframe .switcher .button,
	* html #mainframe .switcher .spacer,
	* html #mainframe .switcher .button-hover{
		height:32px;
	}
	#mainframe .switcher .button-hover{
		border:solid 1px #E4E5E7;
		border-bottom:solid 1px white;
		background-color:white;
	}
	#mainframe .switcher .spacer {
		float:left;
		margin:0px;
		padding:0px;
		background:none;
		border:none;
		border-bottom:solid 1px #E4E5E7;
		padding-bottom:0px;
		padding-top:0px;
		height:30px;
	}
	#mainframe .switcher .content-container{
		clear:both;
		padding:8px;
		text-align:justify;
	}
	* html #mainframe .switcher .content-container{
		padding:0px;
	}
