/* 
  -----------------------------------
  TabPanel Magic Style Sheet
  by Project Seven Development
  www.projectseven.com

  Style Theme: 11 - Basic Style
  -----------------------------------
*/

.p7TPpanel {
	background-color: none;
/*	border: 1px solid #333333;*/
	border: none;
	width: 470px;
}
.p7TPwrapper {
	padding: 8px 8px 0px 0px;
}
.p7TPheader {
	padding: 3px 6px;
	border-bottom: 0px solid #666666;
	background-color: #8F9DB8;
}
.p7TPheader h2, .p7TPheader h3 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.15em;
	color: #FFFFFF;
}
.p7TP_tabs {
	padding: 0;
	font-size: 1em;
}

#p7TP1 .p7TP_tabs a, #p7TP2 .p7TP_tabs a,
#p7TP3 .p7TP_tabs a, #p7TP4 .p7TP_tabs a, 
#p7TP5 .p7TP_tabs a {
	/*	padding: 4px 6px;*/
	padding-top: 4px;
	padding-bottom:1px;
	padding-left: 0px;
	padding-right: 4px;
	margin: 0px 7px 0px 0px;
	display: block;
	float: left;
	color: #696969;/* llll */
	text-decoration: none;
	background-color: none;
	border: 0px solid #696969;
	border-bottom: 0;
}
#p7TP1 .p7TP_tabs a:focus, #p7TP2 .p7TP_tabs a:focus,
#p7TP3 .p7TP_tabs a:focus, #p7TP4 .p7TP_tabs a:focus,
#p7TP5 .p7TP_tabs a:focus {
	/*	outline: 1px solid;
	outline-color: #ffffff;*/
	border: 0px solid #ffffff;
	outline: none;
}
#p7TP1 .p7TP_tabs a:hover, #p7TP2 .p7TP_tabs a:hover, 
#p7TP3 .p7TP_tabs a:hover, #p7TP4 .p7TP_tabs a:hover, 
#p7TP5 .p7TP_tabs a:hover, #p7TP1 .p7TP_tabs a:active, 
#p7TP2 .p7TP_tabs a:active, #p7TP3 .p7TP_tabs a:active,
#p7TP4 .p7TP_tabs a:active, 
#p7TP5 .p7TP_tabs a:active {
	color: #ffffff;
	/*	background-color: #687B9F;*/
	text-decoration: underline;
	/*	border: 1px solid #ffffff;*/
}

.p7TP_tabs div {
	display: block;
	float: left;
	margin: 0 -2px 0 0;
}
.p7TPclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.p7TPcontent {
	padding: 0px;
	background-color: none;
	font-size: .95em;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
	top: -1px;
	left: 0;
	border: 0px solid #ffffff;
	color: #333333;
}
.p7TPcontent h2, .p7TPcontent h3, 
.p7TPcontent h4 {
	font-size: 1.1em;
	margin: 0px;
	line-height: normal;
}

.p7TPcontent p {
	margin: 6px 0 12px 0;
	color: #fff;
/*	font-family:Arial, Helvetica, sans-serif;*/
	text-align: justify;
}

#p7TP1 .p7TP_tabs div.down, #p7TP2 .p7TP_tabs div.down, 
#p7TP3 .p7TP_tabs div.down, #p7TP4 .p7TP_tabs div.down, 
#p7TP5 .p7TP_tabs div.down {
	padding: 0;
	position: relative;
	z-index: 2;

}
#p7TP1 .p7TP_tabs div.down a, #p7TP2 .p7TP_tabs div.down a, 
#p7TP3 .p7TP_tabs div.down a, #p7TP4 .p7TP_tabs div.down a, 
#p7TP5 .p7TP_tabs div.down a {
	background-color: none !important;
	color: #ff9900 !important;
	text-decoration: none !important;
	border: 0px solid white;
}
/*HIDE the TABS*/
.p7TP_tabs {
	display: none;
}
