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

  Style Theme: 11 - Basic Style
  8-19-2008 (smartin) : Modded for Gameops 3.0
  -----------------------------------
*/
.p7TPpanel {
	background-color: #FFFFFF;
	border: 0px solid #333333;
	margin:15px 0px 0px 15px;
}
.p7TPwrapper {
	padding: 4px 4px 4px 4px;
}
.p7TPheader {
	padding: 3px 6px;
	border-bottom: 1px solid #666666;
	background-color: #990000;
}
.p7TPheader h2, .p7TPheader h3 {
	margin: 0;
	font-size: 11pt;
	font-family:trebuchet MS,trebuchet,Verdana,Helvetica,Arial,sans-serif;
	font-weight: normal;
	/*letter-spacing: 0.15em;*/
	color: midnightblue;
}
.p7TP_tabs {
	padding: 0;
	font-size: 10pt;
}
#p7TP1 .p7TP_tabs a, #p7TP2 .p7TP_tabs a,
#p7TP3 .p7TP_tabs a, #p7TP4 .p7TP_tabs a, 
#p7TP5 .p7TP_tabs a {
	padding: 4px 6px;
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	font-family:trebuchet MS,trebuchet,Verdana,Helvetica,Arial,sans-serif;
	background-color:#D15600;
	border: 1px solid midnightblue;
	border-bottom: 0;
}
#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;
	font-weight:bold;
}
#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 {
	color: #FFFFFF;
	background-color:#DA630C;
}

#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: #FF7400;
	background-color:#DA630C;
}

.p7TP_tabs div {
	display: block;
	float: left;
	margin: 0 -2px 0 0;
}
.p7TPclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	font-family:trebuchet MS,trebuchet,Verdana,Helvetica,Arial,sans-serif;
}
.p7TPcontent {
	padding: 10px;
	font-weight: normal;
	font-family:trebuchet MS,trebuchet,Verdana,Helvetica,Arial,sans-serif;
	background-color: #FFFFFF;
	font-size: 10pt;
	line-height: 12pt;
	position: relative;
	z-index: 1;
	top: -1px;
	left: 0;
	border: 1px solid #333;
	color: midnightblue;
}
.p7TPcontent h2, .p7TPcontent h3, 
.p7TPcontent h4 {
	font-size: 11pt;
	margin: 0px;
	line-height: normal;
	font-family:trebuchet MS,trebuchet,Verdana,Helvetica,Arial,sans-serif;
}
.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-color: #FFFFFF !important;
		color:#FF6600;!important;
}
/*HIDE the TABS*/
.p7TP_tabs {
	display: none;
}
