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

  Style Theme: 12 - Basic Style -No Box
  -----------------------------------
*/
.p7TPpanel {
	border: 0;
	margin-top: 14px;
}
.p7TPpanel a {
 border: 0;
}
.p7TPwrapper {
 padding: 0;
}
.p7TPheader {
 padding: 3px 0;
 border-bottom: 0;
 background-color: #FFFFFF;
}
.p7TPheader h2, .p7TPheader h3 {
 margin: 0;
 font-size: 1em;
 font-weight: normal;
 letter-spacing: 0.15em;
 }

.p7TP_tabs {
	padding: 0;
	font-size: 0.65em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	border: 0;
	margin-right: -2px;
	margin-top: -1px;
	height:22px;
}
#p7TP1 .p7TP_tabs a, #p7TP2 .p7TP_tabs a,
#p7TP3 .p7TP_tabs a, #p7TP4 .p7TP_tabs a, 
#p7TP5 .p7TP_tabs a {
	padding: 9px 9px;
	padding-left:16px;
	padding-right:3px;
	border-bottom:0;
	display: block;
	color: #AC2D01;
	text-decoration: none;
		border-right:solid 1px #303673;
	background-image:url(../images/tabmenuBG.gif);
		background-position: right;
		background-repeat:no-repeat;
			height:22px;

	
}
#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: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: #000000;
	outline:none;
}
.p7TP_tabs div {
	display: block;
	padding: 0;
	margin: 0 0 0 0;
	width:180px;
	
}
.p7TPclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.p7TPcontent {
	float:left;
	background-color: #fff;
	font-size: 0.95em;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
	top: -1px;
	left: -1px;
	color: #333333;
	width:540px;
	min-height:250px  !important;
	height:auto  !important;
	height: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FB8903;
	border-right-color: #FB8903;
	border-bottom-color: #FB8903;
	border-left-color: #FB8903;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.p7TPcontent h2, .p7TPcontent h3, 
.p7TPcontent h4 {
	font-size: 1.1em;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.p7TPcontent p {
	margin: 6px 0 12px 0;
	font-size: 12px;
	line-height:16px;
	padding-top: 0;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#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: #FFFFFF !important;
	color: #000000!important;
	font-weight:bold;
	background-image:url(../images/tabmenuSelected.jpg);
	background-position: left;
	background-repeat: no-repeat;

		border-right:0;

}
/*HIDE the TABS*/
.p7TP_tabs {

}
.container #centerRow #mainContent #p7TP1 .p7TPwrapper .p7TP_tabs .tabTop {
	height: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #303673;
	
}
.container #centerRow #mainContent #p7TP1 .p7TPwrapper .p7TP_tabs .tabBott {
	
	height: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #303673;
}
.subTitle {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}
.p7TPcontent .small{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px
}

