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

  Style Theme: 07 - Charcoal
  ---------------------------------------
*/

.p7TPpanel {
 
}
.p7TPwrapper {
 	padding:0px 0 0 0;
}
.p7TPheader {
	background-image: url(img/tabs07header.jpg);
	background-repeat: repeat-x;
	padding: 6px 6px;
}
.p7TPheader h2, .p7TPheader h3 {
	margin: 0;
}
.p7TP_tabs {
	font-size: 11px;
	font-weight:bold;
	padding-bottom:1px;
	background-color: #000;
}
#p7TP1 .p7TP_tabs a, #p7TP2 .p7TP_tabs a,
#p7TP3 .p7TP_tabs a, #p7TP4 .p7TP_tabs a, 
#p7TP5 .p7TP_tabs a {
	padding: 5px 12px 5px 12px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	border-left:#000 1px solid;
	background-image: url(../images/topmenu-bg.gif);
	background-repeat: repeat-x;
}
#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: #FFFFFF;
}
.p7TP_tabs div {
	display: block;
	float: left;
 }
.p7TPclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.p7TPcontent {
	position: relative;
	z-index: 1;
	top: -1px;
	left: 0;
	padding: 15px;
	margin: 0px;
	border:#fff 1px solid;
	background:#fff url(../images/gray-box-bg.jpg) 0 0 repeat-x;
}
.p7TPcontenth2, .p7TPcontent h3, 
.p7TPcontent h4 {
	font-size: 1.1em;
	color: #444444;
	margin: 0px;
	line-height: normal;
}
.p7TPcontent p {
	margin-right: 0;
	margin-left: 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;
	background-image: url(../images/chart-heading-bg.jpg);
	background-repeat: repeat-x;
}
#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 {
	color: #FFF !important;
	cursor: default;
	border-left:#DC5252 1px solid;
	background-image: url(chart-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 -27px;
}
/*HIDE the TABS*/
.p7TP_tabs {
	/*display: none;*/
}
.tabContent{ font-family:Arial, Helvetica, sans-serif;}
.tabContent h2{
	display:block;
	font-size:18px;
	line-height:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	text-shadow:#DEDEDD 0 1px 0;
	background: url(line.gif) 0 bottom repeat-x;
	}
.tabContent a{
	color:#004B70;
	text-decoration:underline;
}
.tabContent a:hover{
	color:#000;
	text-decoration:underline;
}

.tabContent h2 span{ color:#000;}
.tabContent p{ padding-right:18px; line-height:18px;}



.tablenocolorsmallfont{ }
.tablenocolorsmallfont td{ padding:3px 8px 3px 8px; background:url(../images/arrow.gif) 0 8px no-repeat; vertical-align:text-top; }
