.p7TPpanel {
	border:0;
}
.p7TPwrapper {
	padding:0;
}
.p7TPheader {
	padding:0;
}
.p7TP_tabs {
	padding:0;
	margin:0;
	background-image:url(../../_media/images/tab_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width: 779px;
}
/* Normal Tab Controls,this controls the hight and width of the tabs */
#p7TP1 .p7TP_tabs a,#p7TP2 .p7TP_tabs a,#p7TP3 .p7TP_tabs a,#p7TP5 .p7TP_tabs a {
	font-family:Verdana,Tahoma,Helvetica,Arial;
	font-size:11px;
	background:#bdf url(/_media/images/tab.gif);
	color:#fff;
	display:block;
	float:left;
	height:28px;
	padding-left:8px;
	text-decoration:none;
	padding-bottom:0px;
	padding-top:9px;
	width:118px;
	margin:0px;
	background-color: #fff;
}
/* This is the class for tabs that have more then 2 lines */
.twoLine a {
	height:34px !important;
	padding-top:3px !important;
	width: 118px;
}
/* Hover state for all tabs */
#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:#fff;
	background-color:transparent;
}
.p7TP_tabs div {
	display:block;
	float:left;
}
.p7TPclear {
	clear:both;
	height:0;
	line-height:0;
	font-size: 0;
}
/* Tab content section */
.p7TPcontent {
	padding:10px;
	font-size:1em;
	position:relative;
	z-index:1;
	border-left:1px solid #ADAFAF;
	border-right:1px solid #ADAFAF;
	border-bottom:1px solid #ADAFAF;
	margin-bottom:20px;
	margin-right:5px;
	background-color:#FFFFFF;
	background-image:url(/_media/images/box_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.p7TPcontent h2,.p7TPcontent h3,.p7TPcontent h4 {
	font-size:1.1em;
	color:#444444;
	margin:0px;
	line-height: normal;
}
/* Tabs that are active or pressed */
#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 {
	display:block;
	width:126px;
}
#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:url(../../_media/images/tab.gif);
	background-position: 0 -37px;
}
/* Tab text that is displayed */
#tabText {
	background-image:none !important;
	width:250px !important;
	display:block !important;
	border-bottom:1px solid #808284;
}
#tabText a {
	color:#63a3b0 !important;
	background-image:none !important;
	height:27px !important;
	width:auto !important;
}
#tabText a:hover {
	color:#249ab5 !important;
	background-image:none !important;
	height:27px !important;
	text-decoration: underline !important;
}
/* First Tab Controls */
#p7TP1 .p7TP_tabs div.down a#first {
	background:url(../../_media/images/tab_first.gif);
	background-position:0 -37px;
}
#p7TP1 .p7TP_tabs a#first {
	background: url(../../_media/images/tab_first.gif);
}
/* Last Tab Controls */
#p7TP1 .p7TP_tabs div.down a#last {
	background:url(../../_media/images/tab_last.gif);
	background-position:0 -37px;
}
#p7TP1 .p7TP_tabs a#last {
	background: url(../../_media/images/tab_last.gif);
}
/* HIDE the TABS */
.p7TP_tabs {
	display: none;
}
/* The top curve that apprears in the tab content top */
#tabsTopCurve {
	margin:0;
	padding:0px;
	width: 779px;
}