/* 
  --------------------------------------
  TabPanel Magic Style Sheet
  by Project Seven Development
  www.projectseven.com

  Style Theme: 04 - Oceanic -No Box Style
  --------------------------------------
*/

.p7TPpanel {
}
.p7TPwrapper {
	padding: 0;
}
.p7TPheader {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
		
}
/*.p7TPheader h2, .p7TPheader h3 {
	margin: 0 0 6px 0;
	font-size: 1.1em;
	font-weight: normal;
}*/
.p7TP_tabs {
	padding-left: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:none;
	color: #FF6600; 
	height:30px;
	background:url(../images/pro-menubg.gif) repeat-x top;
	}
#p7TP1, #p7TP2, #p7TP3, #p7TP4 { height:240px; }
#p7TP1 .p7TP_tabs a, #p7TP2 .p7TP_tabs a,
#p7TP3 .p7TP_tabs a, #p7TP4 .p7TP_tabs a, 
#p7TP5 .p7TP_tabs a, #p7TP6 .p7TP_tabs a,
#p7TP7 .p7TP_tabs a {
	padding:0px 16px 0px 16px;
	display: inline;
	float: left;
	color: #333;
	text-decoration: none;
	line-height:28px;
	background:url(../images/pro-menubg.gif) repeat-x bottom;
	border-top:none;
	border-left:1px solid #d7dfe7;
	border-right:1px solid #d7dfe7 ;
	border-bottom:none;
	height:30px;
}

#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: #f26522;
	background:#fff;
	border-top:1px solid #d7dfe7;
	border-left:1px solid #d7dfe7;
	border-right:1px solid #d7dfe7;
	border-bottom:none;
	height:29px;
}
.p7TP_tabs div {
	display: inline;
	float: left;
	margin: 0 -1px 0 0;
}

.p7TPcontent {
	padding:10px 15px 0px 15px;
	position: relative;
	z-index: 1;
	top: -1px;
}

/*.p7TPcontenth2, .p7TPcontent h3, 
.p7TPcontent h4 {
	font-size: 1.1em;
	color: #444444;
	margin: 0px;
	line-height: normal;
}
.p7TPcontent p {
	margin: 6px 0 6px 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:#ffffff !important;
	color: #333333 !important;
	cursor: default;
	border-bottom:0px solid #fff !important;
	border-top:1px solid #d7dfe7;
	border-left:1px solid #d7dfe7;
	border-right:1px solid #d7dfe7;
	height:29px;


}
