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

  Style Theme: 01 - Win XP Style
  -----------------------------------
*/

.p7TPpanel {
	background-color: #FFFFFF;
	background-position: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.p7TPwrapper {
	padding: 8px 8px 7px 8px;
}
.p7TPheader {
	background-image: url(img/tabs01header.jpg);
	background-repeat: repeat-x;
	padding: 3px 6px;
	border-bottom: 1px solid #666666;
	background-color: #E1E3DC;
}
.p7TPheader h2, .p7TPheader h3 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}
.p7TP_tabs {
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#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, #p7TP8 .p7TP_tabs a, 
#p7TP9 .p7TP_tabs a, #p7TP10 .p7TP_tabs a
{
	display: block;
	float: left;
	color: #333333;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#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, #p7TP6 .p7TP_tabs a:focus, 
#p7TP7 .p7TP_tabs a:focus, #p7TP8 .p7TP_tabs a:focus, 
#p7TP9 .p7TP_tabs a:focus, #p7TP10 .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, #p7TP6 .p7TP_tabs a:hover,
#p7TP7 .p7TP_tabs a:hover, #p7TP8 .p7TP_tabs a:hover,
#p7TP9 .p7TP_tabs a:hover, #p7TP10 .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, #p7TP6 .p7TP_tabs a:active,
#p7TP7 .p7TP_tabs a:active, #p7TP8 .p7TP_tabs a:active,
#p7TP9 .p7TP_tabs a:active, #p7TP10 .p7TP_tabs a:active
{
	color: #990000;
}
.p7TP_tabs div {
	display: block;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0 -2px 0 0;
}
.p7TPclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.p7TPcontent {
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
	top: -1px;
	left: 0;
	color: #666666;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}

.p7TPcontent h2, .p7TPcontent h3, 
.p7TPcontent h4 {
	font-size: 1.1em;
	color: #444444;
	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, #p7TP6 .p7TP_tabs div.down, 
#p7TP7 .p7TP_tabs div.down, #p7TP8 .p7TP_tabs div.down,
#p7TP9 .p7TP_tabs div.down, #p7TP10 .p7TP_tabs div.down
 {
	padding: 0;
	position: relative;
	z-index: 2;
	background-image: url(img/tabs01_down.gif);
	background-repeat: no-repeat;
}
#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, #p7TP6 .p7TP_tabs div.down a,
#p7TP7 .p7TP_tabs div.down a, #p7TP8 .p7TP_tabs div.down a,
#p7TP9 .p7TP_tabs div.down a, #p7TP10 .p7TP_tabs div.down a
{
	background-image: url(img/tabs01_down2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #E2E2E2;
}
/*HIDE the TABS*/
.p7TP_tabs {
	display: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #E2E2E2;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #E2E2E2;
	border-left-color: #E2E2E2;
}
