/* 
  -------------------------------------
  TabPanel Magic Style Sheet
  by Project Seven Development
  www.projectseven.com

  Style Theme: 02 - Win XP -No Box Style
  -------------------------------------
*/

.p7TPpanel {
	border: 0;
}
.p7TPwrapper { margin-top:5px; margin-bottom:3px;
}
.p7TPheader {
	padding: 0;
}
.p7TPheader h2, .p7TPheader h3 {
	margin: 0 0 6px 0;
	font-size: 11px;
	font-weight: normal;
}
.p7TP_tabs {
	font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-align:center;
}
#p7TP1 .p7TP_tabs a, #p7TP2 .p7TP_tabs a,
#p7TP3 .p7TP_tabs a, #p7TP4 .p7TP_tabs a, 
#p7TP5 .p7TP_tabs a {
	display: block;
	float: left;
	color: #000000; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-align:center;
	text-decoration: none;
	 margin-left:2px; margin-right:2px;
	background-repeat: no-repeat;
	background-color: transparent;
	border-top: 0; width:127px; height:30px; background-position:bottom; line-height:30px; border-right:solid 1px #CCCCCC; border-left:solid 1px #CCCCCC;  border-top:solid 1px #CCCCCC;
}
#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 dotted;
	outline-color: #CCCCCC;
}
#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: #E39658; font-size:11px;
	background-color: transparent;
}
.p7TP_tabs div {
	display: block;
	float: left;
	margin: 0 -2px 0 0;
}
.p7TPclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.p7TPcontent {
	background-color:#fcfad6;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
	top: -1px; float:left;
	color: #A4B48B; /*background-image:url(../images/see_tabs_content.jpg);*/ width:425px; min-height:380px; border-right:solid 1px #CCCCCC; border-left:solid 1px #CCCCCC; border-bottom:solid 1px #CCCCCC; border-top:solid 1px #CCCCCC; background-position:bottom; background-repeat:no-repeat; margin-left:2px; padding:10px; font-weight:normal; font-size:11px; color:#545353; max-height:auto;
}
.p7TPcontent h2, .p7TPcontent h3, 
.p7TPcontent h4 {
font-size:11px; color:#1400A1;
	margin: 0px;
	line-height: normal;
}
.p7TPcontent p {
	margin: 6px 0 12px 0;
}
#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-image: url(../images/see_tab.jpg);*/ margin:0px;
	background-repeat: no-repeat; width:137px; height:30px; color:#234ca3; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-align:center; background-position:bottom; margin-right:1px; margin-left:2px; background-color:#fcfad6;
}
/*HIDE the TABS*/
.p7TP_tabs {
	display: none;
}
