/* 
  -----------------------------------
  Glide Panel Component
  by Project Seven Development
  www.projectseven.com
  Style Theme: 05 - Aero
  -----------------------------------
*/
.p7GP05 {
	background-color: #FFFFFF; 				/*This is the outer rim of the entire component area.*/
	background-color: #292929;
	border: 1px solid;
	/*padding: 3px;*/
	padding: 0px;							/*Inner border around the component*/
	border: 1px solid #292929; 				/*Outer border, not the white rim about the component*/
}
.p7GP05 .p7GPinnerwrapper {
	padding: 0px;
	border: 0;
	background-color: #292929;				/*Background panel for the area below the menu buttons*/
}
.p7GP05 .p7GPtwrapper {
	width: 125px;							/*Width of the menu area*/
	float: right;
	margin: 0;
}
.p7GP05 .p7GPtwrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p7GP05 .p7GPtwrapper ul a {
	color: #CCCCCC !important;				/*Light gray*/
	text-decoration: none;
	display: block;
	padding: 6px 10px;
	border-bottom: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #535353;
	border-top: 1px solid #535353;
	background-image: url(img/p7gp_aerobut.jpg);
	background-repeat: repeat-x;
	background-color: #010101;
	background-color: #010101;
}
.p7GP05 .p7GPtwrapper ul a:hover {
	color: #FFFFFF !important;				/*White*/
	color: #FFFFFF !important;				/*White*/
	/*background-color: #010101;*/
	background-color: #903C39;				/*Rust brown*/
	background-color: #903C39;				/*Rust brown*/
}
.p7GP05 .p7GPtwrapper ul a.down, .p7GP05 .p7GPtwrapper ul a.down:hover {
	background-image: url(img/p7gp_fadetoaero.jpg);
	background-color: #FFFFFF;				/*White*/
	background-color: #FFFFFF;				/*White*/
	color: #000000 !important;
	color: #000000 !important;
	border: 0;
	background-repeat: repeat-y;
	font-weight: bold;
}
.p7GP05 .p7GPcwrapper {
	margin: 0 125px 0 0;
	background-color: #FFFFFF;
	background-color: #FFFFFF;
}
.p7GP05 .p7GPcontent {
	padding: 24px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	background-color: #F8F8F8;
	color: #000000;
	color: #777777;
}
.p7GP05 .p7GPcontentheader {
	padding: 24px;
	line-height: 1.5em;
	background-color: #660000;
	color: #000000;
	color: #777777;
}
.p7GP05 .p7GPcontent a {
	/*color: #0033FF;*/							/*Sickening blue*/
	color: #000000;							/*Black*/
}
.p7GP05 .p7GPcontent a:visited {
	/*color: #486CFF;*/
	color: #CC9900;
}
.p7GP05 .p7GPcontent a:hover {
	/*color: #CC0000;*/
	color: #FF3300;
}
.p7GPcurrentmark {
	font-weight:bold !important;
}
.p7GP05 .clearfloats {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.p7GP05 .sidecontent {
	padding: 12px;
	color: #CCCCCC;
	color: #CCCCCC;
}
.p7GP05_external {}
.p7GP05_external ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p7GP05_external ul li {}
.p7GP05_external ul a {
	color: #000000;
	color: #000000;
	border-bottom: 0;
}
.p7GP05_external ul a:hover {
	color: #5B95BB;
	color: #5B95BB;
}
.p7GP05_external ul a.down {
	color: #000000;
	color: #000000;
	font-weight: bold;
	background-color: #FFDE59;
	background-color: #FFDE59;
	text-decoration: none;
	border: 1px solid #000000;
	border: 1px solid #000000;
}
