/* CSS Document */
.tabsection {
margin-bottom:20px;
}

.tabset ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tabset li {
	display: inline;
	margin: 0 2px 0 0;
}

.tabset a {
	padding: 0 1em 1px;
	text-decoration: none;
	color:#BEBEBE; /*#a80;*/
	background:#EAF1FF;/*#fe5;*/
    font-weight: normal;
}

.tabset a:hover {
	background:#CBE6FA;/*#fc0;*/
	color: #540;
}

.tabset .selected {
}

.tabset .selected a {
	padding-bottom: 2px;
	font-weight: bold;
	color: black;
	background: #CBE6FA; /*#fc0; */
}

.tabset .notselected {
}

.tabset .notselected a {
	padding: 0 1em 1px;
	text-decoration: none;
	color:#BEBEBE; /*#a80;*/
	background:#EAF1FF;/*#fe5;*/
	font-weight: normal;
}

.tabset .notselected a:hover {
	background:#CBE6FA;/*#fc0;*/
	color: #540;
}

.tabcontent {
	border-top: 2px solid white;
	background:#CBE6FA; /* #fc0; */
	padding: 4px;
}

.tabcontent p {
	margin: 0;
	padding: .5em;
	background: white;
}
