@charset "UTF-8";

ul {padding:0px; margin:0px; list-style-position:inside;}
li {padding:0px; margin:0px; font:1em tahoma; font-weight:bold; line-height:1.3em}

.TabbedPanels {
	margin: 12px 0px 0px 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;
	float: left;
	padding: 0px 0px 8px 0px;
	margin: 0px 5px 0px 0px;
	font: bold 0.9em tahoma;
	list-style: none;
	/*border-left: solid 1px #02416e;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #02416e;
	border-right: solid 1px #02416e;*/
	/*-moz-user-select: none;
	-khtml-user-select: none;*/
	cursor: pointer;
	outline:none;
	color:#333333;
	/*padding-left:20px;
	padding-right:20px;*/
}

.TabbedPanelsTab span {
	background:#f0f0f0; padding:12px 10px 10px 10px;
}
	

.TabbedPanelsTabHover {
}


.TabbedPanelsTabSelected {
	background:#fff;	
	padding: 0px 0px 10px 0px;
	/*border-left: solid 1px #02416e;
	border-top: solid 1px #02416e;
	border-right: solid 1px #02416e;	
	border-bottom: 1px solid #02416e;*/
	color:#000000;
	/*padding-left:20px;
	padding-right:20px;*/
}

.TabbedPanelsTabSelected span {
	background:#fff; padding:12px 10px 10px 10px;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}



.TabbedPanelsContentGroup {
	clear: both;
	overflow:auto;
    font:0.7em tahoma;
	color:#666666; 
	background:#fff;
}


.TabbedPanelsContent {
	padding:10px 10px 10px 10px;
}
.TabbedPanelsContent a {color:#666666}
.TabbedPanelsContent a:hover {color:#000}

.TabbedPanelsContent .largetext {font:1.2em tahoma; font-weight:bold}

.TabbedPanelsContentbottom {margin: 0 auto; margin-bottom:10px; width:100%; background-color:#fff}
.TabbedPanelsContentbottom .leftcorner {height:10px; background-image:url(../images/bl_internaltabbox.jpg); background-position:left; background-repeat:no-repeat}
.TabbedPanelsContentbottom .rightcorner {height:10px; background-image:url(../images/br_internaltabbox.jpg); background-position:right; background-repeat:no-repeat}

.TabbedPanelsContentVisible {
}


