@charset "UTF-8";.TabbedPanels {	margin: 0px;	padding: 0px;	float: left;	clear: none;	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/}.TabbedPanelsTabGroup {	margin: 0px;	padding: 0px;}.TabbedPanelsTab {	position: relative;	top: 1px;	float: left;	/*padding: 4px 10px;<--*/	margin: 0px 0px 0px 0px;	font: bold 0.7em sans-serif;	/*background-color: #DDD;*/	list-style: none;	border-left: solid 1px #CCC;	border-bottom: solid 1px #999;	border-top: solid 1px #999;	border-right: solid 1px #999;	-moz-user-select: none;	-khtml-user-select: none;	cursor: pointer;	width:163px;	height:26px;}.TabbedPanelsTab1 {	position: relative;	top: 1px;	float: left;	/*padding: 4px 10px;*/	margin: 0px 0px 0px 0px;	/*font: bold 0.7em sans-serif;*/	/*background-color: #DDD;*/	list-style: none;	/*border-left: solid 1px #CCC;*/	/*border-bottom: solid 1px #999;*/	/*border-top: solid 1px #999;*/	/*border-right: solid 1px #999;*/	-moz-user-select: none;	-khtml-user-select: none;	cursor: pointer;	width:300px;	height:26px;	background-image:url(../images/tab01.png);}.TabbedPanelsTab2 {	position: relative;	top: 1px;	float: left;	/*padding: 4px 10px;*/	margin: 0px 0px 0px 0px;	/*font: bold 0.7em sans-serif;*/	/*background-color: #DDD;*/	list-style: none;	/*border-left: solid 1px #CCC;*/	/*border-bottom: solid 1px #999;*/	/*border-top: solid 1px #999;*/	/*border-right: solid 1px #999;*/	-moz-user-select: none;	-khtml-user-select: none;	cursor: pointer;	width:300px;	height:26px;	background-image:url(../images/tab02.png);}.TabbedPanelsTab3 {	position: relative;	top: 1px;	float: left;	/*padding: 4px 10px;*/	margin: 0px 0px 0px 0px;	/*font: bold 0.7em sans-serif;*/	/*background-color: #DDD;*/	list-style: none;	/*border-left: solid 1px #CCC;*/	/*border-bottom: solid 1px #999;*/	/*border-top: solid 1px #999;*/	/*border-right: solid 1px #999;*/	-moz-user-select: none;	-khtml-user-select: none;	cursor: pointer;	width:300px;	height:26px;	background-image:url(../images/tab03.png);}.TabbedPanelsTab4 {	position: relative;	top: 1px;	float: left;	/*padding: 4px 10px;*/	margin: 0px 0px 0px 0px;	/*font: bold 0.7em sans-serif;*/	/*background-color: #DDD;*/	list-style: none;	/*border-left: solid 1px #CCC;*/	/*border-bottom: solid 1px #999;*/	/*border-top: solid 1px #999;*/	/*border-right: solid 1px #999;*/	-moz-user-select: none;	-khtml-user-select: none;	cursor: pointer;	width:225px;	height:26px;	background-image:url(../images/tab04.png);}.TabbedPanelsTab1:hover {	background-image:url(../images/tab01RollOver.png);}.TabbedPanelsTab2:hover {	background-image:url(../images/tab02RollOver.png);}.TabbedPanelsTab3:hover {	background-image:url(../images/tab03RollOver.png);}.TabbedPanelsTab4:hover {	background-image:url(../images/tab04RollOver.png);}.TabbedPanelsTabHover {	/*background-color: #CCC;*/	/*background-image:url(../images/tab01RollOver.png);*/}.TabbedPanelsTabSelected {	/*background-color: #EEE;*/	/*border-bottom: 1px solid #EEE;*/	/*background-image:url(../images/tab01RollOver.png);*/}.TabbedPanelsTab a {	color: black;	text-decoration: none;}.TabbedPanelsContentGroup {	clear: both;	border-left: solid 1px #CCC;	border-bottom: solid 1px #CCC;	border-top: solid 1px #999;	border-right: solid 1px #999;	/*background-color: #EEE;*/	background-image:url(../images/backPanelContent.png);	width:900px;	height:150px;	text-align:center;}.TabbedPanelsContent {	/*padding: 4px;*/}.TabbedPanelsContentVisible {}.VTabbedPanels .TabbedPanelsTabGroup {	float: left;	width: 10em;	height: 10em;	background-color: #EEE;	position: relative;	border-top: solid 1px #999;	border-right: solid 1px #999;	border-left: solid 1px #CCC;	border-bottom: solid 1px #CCC;	height:160px;}.VTabbedPanels .TabbedPanelsTab {	float: none;	margin: 0px;	border-top: none;	border-left: none;	border-right: none;}.VTabbedPanels .TabbedPanelsTabSelected {	/*background-color: #EEE;*/	border-bottom: solid 1px #999;}.VTabbedPanels .TabbedPanelsContentGroup {	clear: none;	float: left;	padding: 0px;	width: 30em;	height: 10em;}