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

  Style Theme: 02 - Win XP -No Box Style
  -------------------------------------
*/
body {
background-color: #a4051b;
background-image: url(../bkg-grad.jpg);
background-repeat: repeat-x;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, Geneva;
	font-size: 14px;
	color: #ECE9D8;
}
img{
	border:none;
}
.disclaimer {
	font-size: 1.1em;
	padding-bottom:10px;
	color:#FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	.disclaimerbold {
	font-size: .9em;
	padding-bottom:10px;
	color:#FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	.disclaimerwhite {
	padding-top:5px;
	font-size: .9em;
	padding-bottom:10px;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

	
.sidebox {
display:block;
background-color:#FFFFFF;
background-image:url(../box_back.jpg);
background-repeat:repeat-x;
border-style:solid;
border-width:1px;
border-color:#a12a2c;
width:149px;
padding:6px;
font-family: Trebuchet MS, Helvetica, sans-serif;
font-size:.8em;
margin-bottom:20px;
color:#000066;
}
.sidebox img {margin-top:5px;
margin-bottom:10px;
}
.sidebox h4 {margin-top:0}

.sidebox a, .sidebox a:visited{
text-decoration:none;
color:#000066;
}

.sidebox a:hover {
text-decoration:underline;
color:#0000FF;
}

#leftpanel {
float:left;
width:160px;
}

#rightpanel {margin-left:161px;
padding-left:10px;}

.test {
float:left;
width:99%;
}

.comingsoon {
font-style:italic;
font-size:.85em;
color:#006699;
}

.strong {
font-weight:bold;
}

.smallital {
font-size: .9em;
font-style:italic;
}
.small {
font-size: .9em;
color:#000000;
}

.navlink a {
	color:#003366;
}
.navlink a:hover {
	color:#0000FF;
}
.navlink a:visited {
	color::#003366;
}


.p7TPpanel {
	border: 0;
}
.p7TPwrapper {
	padding: 40;
}
.p7TPheader {
	padding: 0;
}
.p7TPheader h2, .p7TPheader h3 {
	margin: 0 0 6px 0;
	font-size: 1em;
	font-weight: normal;
}

.p7TP_tabs {
	padding: 0;
	font-size: .8em;
}
#p7TP1 .p7TP_tabs a, #p7TP2 .p7TP_tabs a,
#p7TP3 .p7TP_tabs a, #p7TP4 .p7TP_tabs a, 
#p7TP5 .p7TP_tabs a {
	padding: 8px 8px 4px 6px;
	display: block;
	float: left;
	color: #333333;
	text-decoration: none;
	background-image: url(img/tabs02_up.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	border-bottom: 0;
	border-top: 0;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#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: #990000;
	background-color: transparent;
}
.p7TP_tabs div {
	display: block;
	float: left;
	margin: 0 -2px 0 0;
}
.p7TPclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.p7TPcontent {
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 1em;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
	top: -1px;
	left: 0;
	border: 1px solid #333333;
	color: #003366;
}

.p7TPcontent a {
	color:#003366;
}

.p7TPcontent h2, .p7TPcontent h3, 
.p7TPcontent h4 {
	font-size: 1.1em;
	color: #003366;
	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 {
	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-image: url(img/tabs01_down.gif);
	background-repeat: repeat-x;
	border-top-color: #E39658;
}
/*HIDE the TABS*/
.p7TP_tabs {
	display: none;
}

