/* 
  -----------------------------------
  Glide Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 03 - Bluestone
  -----------------------------------
*/
.p7GP03 {
	background-color: #FFFFFF;
	border: 1px none White;
	padding: 0;
	background-image:url(../../img/09/dock.below.bkgrnd.png) /*	this is the page area backgound, both sides */
}
.p7GP03 .p7GPinnerwrapper {
	padding: 3px;
	border: 0;
/*	background-color: White; */ /*	this is the page area backgound, both sides */
}
.p7GP03 .p7GPtwrapper {
	width: 160px; /*	this is width and orientation of the left navigation area */
	float: left;
	margin: 0;
}
.p7GP03 .p7GPtwrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p7GP03 .p7GPtwrapper ul a {
	color: #000000 !important;
	text-decoration: none;
	display: block;
	padding: 6px 10px;
    border-bottom: 1px solid Gray;
	border-top: 1px solid White;	
	background-image: url(img/p7gp_bluestonebut2.jpg);
	background-repeat: no-repeat;
    background-color: #FFFFFF;
}
.p7GP03 .p7GPtwrapper ul a:hover {
	color: #FFFFFF !important;
	background-color: #4993C4;
}
.p7GP03 .p7GPtwrapper ul a.down, .p7GP03 .p7GPtwrapper ul a.down:hover {
	background-image: url(img/p7gp_fadetoblue.jpg);
	background-color: #FFFFFF;
	color: #000000 !important;
	border: 1px;
	background-repeat: repeat-y;
	font-weight: bold;
}
.p7GP03 .p7GPcwrapper {
	margin: 0 0 0 160px;
/*	background-color: #FFFFFF; */     /*	this is the main content area at right, but not the content panels themselves */
}
.p7GP03 .p7GPcontent {
	padding: 1px 6px;
	line-height: 1.5em;
/*	background-color: #FFFFFF; */     /*	this is the background for the content panels themselves, can be done separately from the above */
	color: #000000;
}
.p7GP03 .p7GPcontent a {
	color: #0033FF;
}
.p7GP03 .p7GPcontent a:visited {
	color: #0033FF;
}
.p7GP03 .p7GPcontent a:hover {
	color: #CC0000;
}
.p7GPcurrentmark {
	font-weight:bold !important;
}
.p7GP03 .clearfloats {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.p7GP03_external {
	font-size: 1em;
}
.p7GP03_external ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p7GP03_external ul li {
	margin: 0;
}
.p7GP03_external ul a {
	color: #0033CC;
}
.p7GP03_external ul a:hover {
	color: #000000;
}
.p7GP03_external ul a.down {
	color: #CC0000;
}
