﻿@media print 
{
	@page {margin: 0%}	
	.webOnly {visibility: hidden;}
	.printOnly {visibility: visible;}
	#HeaderLabel {display: none;}
	#lblMenu {display: none;}
	BODY { BACKGROUND-IMAGE: none; COLOR: #000000; BACKGROUND-COLOR: #ffffff; width: 100%;}
}


TD.divHelperTitle
	{
		font-weight: bold;
	}
		TD.TabWhite
	{		
		border-bottom:	solid 1px #D1D1D1;
		border-left:	solid 1px #D1D1D1;
		border-right:	solid 1px #D1D1D1;		
		background-color: #FFFFFF;		
		padding: 8px;
	}

/* taken from GPs style sheet */
/* 
#008795 - teal
#999999 - med gray - Best Practices
#993333 - brick red - Training
#0099cc - light blue - Technical
#ffcc33 - gold - Engineering
#006699 - med blue
#cccccc - light gray
#666666 - dark gray
#eeeeee - pale gray
#003366 - dark blue
*/

/* text formatting */
BODY {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
background-color: #FFFFFF;
}

ADDRESS, BLOCKQUOTE, DIV, OL, P, UL, TABLE, TR, TD, FORM {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

H1, H2, H3, H4, H5, H6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
background-color: #FFFFFF;
margin-left: 10px;
line-height: 1.3em;
}

P {
margin-top: 0;
margin-bottom: 1.33em;
margin-right: 5px;
margin-left: 20px;
}

PRE {
margin-top: 0;
margin-bottom: 1.33em;
margin-right: 5px;
margin-left: 10px;
font-size: 12px;
}

P.closed, P.preList {
margin-bottom: .33em;
}

P.tweenList {
margin-bottom: .33em;
margin-top: 1.33em;
}

P.afterList, P.postList {
margin-top: 1.33em;
}

.closeH {
margin-top: 0em;
} 

.inverseH {
color: #FFFFFF;
background-color: #008795;
padding: 2px 2px 2px 5px;
margin-top: 0em;
} 

P.firstPara {
margin-top: 15px;
}

BLOCKQUOTE {
margin-top: .33em;
margin-bottom: 1.33em;
margin-left: 45px;
margin-right: 45px;
}

H1, H2, H3, H4, H5, B {
font-weight: bold;
}

H1 {
font-size: 18px;
margin-top: .83em;
margin-bottom: .1em;
margin-right: 0px;
}

H1.pgTitle {
margin-top: 0px;
}

H1.secTitle {
margin-top: 0px;
margin-bottom: 0px;
font-size: 16px;
}

H2 {
font-size: 14px;
margin-top: 1.5em;
margin-bottom: .05em;
margin-right: 0px;
}

H3 {
font-size: 11px;
margin-top: 1em;
margin-bottom: 0px;
margin-right: 0px;
}

H4, H5 {
font-size: 11px;
margin-top: .83em;
margin-bottom: 0px;
margin-right: 0px;
}

H6 {
font-size: 10px;
margin-top: .83em;
margin-bottom: 0px;
margin-right: 0px;
}

H4 {
font-style: italic;
}

H5 {
font-weight: normal;
}

.accent {
color: #333333;
font-weight: bold;
background-color: #FFFFFF;
}

STRONG {
color: #333333;
font-weight: bold;
background-color: #FFFFFF;
}

#rightCol .accent {
color: #333333;
background-color: #EEEEEE;
}

#rightCol STRONG {
color: #333333;
font-weight: bold;
background-color: #EEEEEE;
}
.accentInt {
color: #003366;
background-color: #FFFFFF;
font-weight: bold;
}

.accentTrn {
color: #993333;
background-color: #FFFFFF;
font-weight: bold;
}

.accentEng {
color: #7A4807;
background-color: #FFFFFF;
font-weight: bold;
}

.accentInd {
color: #008795;
background-color: #FFFFFF;
font-weight: bold;
}

.accentOth {
color: #036;
background-color: #FFFFFF;
font-weight: bold;
}

.accentBpr {
color: #666;
background-color: #FFFFFF;
font-weight: bold;
}

.highlightRow .accent {
color: #333333;
font-weight: bold;
background-color: #EEEEEE;
}

.back {
text-align: right;
clear: both;
display: block;
font-size: 11px;
margin: 0px;
}

.finePrint {
font-size: 10px;
font-weight: normal;
line-height: 1.2em;
}

.finePrintBold {
font-size: 10px;
font-weight: bold;
line-height: 1.2em;
}

.instructions {
font-size: 10px;
font-weight: normal;
line-height: 1.2em;
color: #333333;
background-color: #EEEEEE;
padding: 5px;
margin: 3px;
}

.Message
{
	font-size: large;
	color: Maroon;
	font-weight: bold;
}

.instructions STRONG {
font-weight: bold;
color: #333333;
background-color: #EEEEEE;
}

.lgText {
font-size: 12px;
}

.lgTextBold {
font-size: 12px;
font-weight: bold;
}

.alert {
font-weight: bold;
font-style: italic;
color: #333333;
background-color: transparent;
}

.emphasis {
font-weight: bold;
color: #333333;
background-color: transparent;
}

.acroNote {
font-size: 10px;
font-weight: normal;
padding: 5px;
color: #333333;
background-color: #eeeeee;
margin: 10px 5px 10px 5px;
line-height: 1.2em;
}

.warningBox {
padding: 5px;
margin: 10px 10px 10px 15px;
border: 2px solid #993333;
color: #993333;
background-color: #FBF8F6;
}

.warningBox STRONG {
color: #993333;
background-color: #FBF8F6;
}

.noticeBox {
padding: 5px;
margin: 10px 10px 10px 15px;
border: 2px solid #006699;
color: #333333;
background-color: #F2F7FA;
}

.noticeBox STRONG {
color: #333333;
background-color: #F2F7FA;
}

P.hanging {
text-indent: -25px;
padding: 0 0 0 20px;
margin: 0 0 0 5px;
}
 
.redText {
color: #993333;
background-color: #FFFFFF;
font-weight: bold;
}

.highlightRow .redText {
color: #993333;
background-color: #EEEEEE;
font-weight: bold;
}

.highlightRow STRONG {
background-color: #EEE;
}

.customerQuote {
font-size: 10px;
font-weight: normal;
line-height: 1.2em;
padding: 10px;
color: #008795;
background-color: #FFFFFF;
margin: 10px 20px;
border: 1px solid #003366;
}

.customerPullQuote {
font-size: 10px;
font-weight: normal;
line-height: 1.2em;
padding: 10px;
color: #008795;
background-color: #FFFFFF;
margin: 10px 20px;
border: 1px solid #003366;
float: right;
width: 200px;
}

/* for GPiLearn quotes */
.custQu {
margin: 20px 80px 20px 95px;
background-color: #eee;
color: #000;
padding: 5px;
}

.custQu P {
margin-bottom: .33em;
margin-left: 5px;
}

.custQu P.byLine {
text-align : right;
font-style : italic;
margin-bottom: 0;
margin-left: 180px;
}

.custQu P.listItem {
margin-bottom: .1em;
margin-left: 30px;
}

.gpDifferenceBox {
font-size: 10px;
font-weight: normal;
line-height: 1.2em;
padding: 10px;
color: #666;
background-color: #fff;
margin: 10px 20px;
border: 1px solid #999;
float: right;
width: 200px;
}

.gpDifferenceBox P {
padding: 0;
margin: 0px 0px 5px 0px;
}

.gpDifferenceBox H2 {
color: #666 !important;
background-color: #fff;
font-size: 11px;
margin: 0;
}

.gpDifferenceBox UL {
margin-left: 0;
padding-left: 15px;
margin-top: 0;
margin-bottom: 5px;
list-style: square;
}

#rightCol .customerQuote {
padding: 1px 5px 1px 1px;
margin: 5px;
border: 1px solid #003366;
text-align: right;
}

.customerQuote P, .customerPullQuote P {
padding: 0;
margin: 0px 0px 5px 0px;
}

.pullQuote {
font-size: 14px;
font-weight: bold;
line-height: 1.3em;
padding: 5px;
color: #333333;
background-color: #EEEEEE;
margin-bottom: 10px;
text-align: right;
}

.byLine {
text-align: right;
font-style: italic;
margin: 0px;
}

.closeIt {
text-align: center;
border-top: 1px solid #006699;
padding: 5px 0 0 0;
margin: 1px 0 0 0;
background-color: #EEEEEE;
color: #333333;
}

.rightColButton {
text-align: center;
margin: 0px 5px 10px 5px;
color: #333333;
background-color: #008795;
padding: 5px;
border: 1px solid #003366;
} 

.noBrk {
white-space: nowrap;
}

/* page sections */
BODY {
padding: 0;
margin: 0 0 5px 0;
width: auto;
color: #333333;
background-color: #FFFFFF;
}

HTML, BODY {
scrollbar-track-color: #DDDDDD;
scrollbar-face-color: #003366;
scrollbar-shadow-color: #666666;
scrollbar-darkshadow-color: #333333;
scrollbar-highlight-color: #cccccc;
scrollbar-3dlight-color: #eeeeee;
scrollbar-arrow-color: #FFFFFF;
}

DIV {
padding: 0;
margin: 0;
}

#content {
padding: 20px 10px 10px 10px;
line-height: 1.4em;
}

#headerTop {
color: #003366;
background-color: #FFFFFF;
background-image: url(/_images/lines.gif);
}

#headerNav {
padding: 0px;
color: #FFFFFF;
background-color: #003366;
margin: 0px;
}

#rightCol {
padding: 30px 5px 15px 5px;
background-color: #EEEEEE;
color: #333333;
}

#rightCol P {
margin-left: 10px;
margin-top: 5px;
margin-bottom: 1em;
}


#rightCol P.rightColHeader {
font-size: 12px;
font-weight: bold;
text-align: left;
padding: 5px 0px 0px 0px;
margin: 0px 2px 2px 0px;
}

#rightCol P.rightColHeaderTop {
font-size: 12px;
font-weight: bold;
text-align: left;
padding: 0px 0px 0px 0px;
margin: 0px 2px 2px 0px;
}

#rightCol P.sideBar {
padding: 10px;
margin: 10px 5px 5px 5px;
font-size: 11px;
color: #333333;
background-color: #FFFFFF;
border-top: 5px solid #003366;
border-bottom: 1px solid #003366;
}

#rightCol P.sideBarC {
padding: 10px;
margin: 10px 5px 5px 5px;
font-size: 11px;
color: #333333;
background-color: #FFFFFF;
border-top: 5px solid #003366;
border-bottom: 1px solid #003366;
text-align: center;
line-height:normal;
}

#rightCol P.sideBarC STRONG {
color: #333333;
background-color: #FFFFFF;
}

#footer {
margin-top: 0px;
text-align: center;
border-top: 1px solid #006699;
}

.footerLeft {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
background-color: #FFFFFF;
font-size: 10px;
margin-top: 20px;
padding: 3px 2px 0 5px;
vertical-align: top;
text-align: left;
line-height: 1.2em;
}

.footerCenter {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
background-color: #FFFFFF;
font-size: 10px;
margin-top: 20px;
padding: 3px 2px 0 2px;
vertical-align: top;
text-align: center;
line-height: 1.2em;
}

.footerRight {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
background-color: #FFFFFF;
font-size: 10px;
margin-top: 20px;
padding: 3px 5px 0 2px;
vertical-align: top;
text-align: right;
line-height: 1.2em;
}

.footerMenuBar {
/* border-top: 1px solid #006699;
border-bottom: 1px solid #006699; */
padding: 0;
text-align: center;
font-size: 11px;
font-weight: bold;
display: block;
color: #FFFFFF;
background-color: #006699;
}

.footerMenuHot {
color: #333333;
background-color: #FFFFFF;
font-weight: bold;
}

.icon {
background-image: url(/_images/icon4.gif);
background-repeat: no-repeat;
padding-left: 16px;
}

.note {
color: #FFCC33;
font-weight: bold;
background-color: #993333;
padding: 5px;
margin: 5px;
}

.contactBox {
font-size: 10px;
font-weight: normal;
padding: 5px 5px 5px 60px;
border: 1px solid #008795;
background-image: url("/_images/gp_logoTiny.gif");
background-repeat: no-repeat;
margin: 10px 0px 10px 0px;
line-height: 1.2em;
}

.contactBoxGPX {
font-size: 10px;
font-weight: normal;
padding: 5px 5px 5px 35px;
border: 1px solid #006699;
background-image: url("/_images/info_blue.gif");
background-repeat: no-repeat;
margin: 10px 0px 10px 0px;
line-height: 1.2em;
}

/* tables */
TABLE {
padding: 0;
margin: 5px 0 5px 5px;
}

TABLE.bpTable {
padding: 4px;
margin: 5px 0 5px 5px;
}

TABLE.dataTable {
padding: 4px;
margin: 5px 5px 5px 15px;
}

TABLE.formTable {
padding: 1px;
margin: 0px 5px 5px 15px;
}

TABLE.menuTable {
margin: 10px 5px 10px 5px;
}

TABLE.noSpace {
padding: 0;
margin: 0;
}

TABLE.layout {
padding: 0;
margin: 0;
}

TABLE.layout TD, TABLE.dataTable TD {
vertical-align: top;
}

TABLE.menuTable TD {
padding: 3px;
vertical-align: middle;
border: 1px solid #666666;
font-size: 10px;
color: #333333;
background-color: #EEEEEE;
}

TABLE.menuTable TD.noBox {
padding: 0px;
vertical-align: middle;
border: none;
font-size: 10px;
color: #333333;
background-color: #FFFFFF;
}


#headerNav TABLE {
margin: 0px 0px 0px 5px;
}

#headerNav TABLE TD {
vertical-align: middle;
color: #FFFFFF;
background-color: #003366;
padding: 3px 4px 3px 4px;
border-top: 1px solid #003366;
}

TH {
text-align: center;
font-weight: bold;
color: #FFFFFF;
background-color: #006699;
vertical-align: bottom;
padding: 2px 2px 2px 5px;
}

.bpTable TH {
color: #7A4807;
background-color: #FFCC33;
}

TD {

}

.cellRightHeader {
text-align: right;
vertical-align: top;
padding: 10px 5px 0px 0px;
}

.centerObj {
text-align: center;
}

.highlightRow TD {
color: #333333;
background-color: #EEEEEE;
}

.leftCell {
text-align: left;
}

.rightCell {
text-align: right;
}

.centerCell, .centerCell TD {
text-align: center;
}

.headerCell {
vertical-align: middle;
}

TD.greyCell {
background-color: #EEEEEE;
color: #333333;
}

.rightColImage {
text-align: center;
margin-bottom: 10px;
}

.rightColLogo {
text-align: center;
margin: 0px 5px 10px 5px;
color: #333333;
background-color: #FFFFFF;
padding: 5px;
font-size: 9px;
border: 1px solid #003366;
}

/* links */
A:link {
text-decoration: none;
color: #006699;
background-color: transparent;
font-weight: bold;
}

A:visited {
text-decoration: none;
color: #006699;
background-color: transparent;
font-weight: bold;
}

A:active {
text-decoration: underline;
color: #008795;
background-color: transparent;
font-weight: bold;
}

A:hover {
text-decoration: underline;
color: #008795;
background-color: transparent;
font-weight: bold;
}

.navTrn A:link, .navTrn A:visited  {
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
background-color: #003366;
}

.navTrn A:active, .navTrn A:hover {
text-decoration: none;
font-weight: normal;
color: #CC6666;
background-color: #003366;
}

.navTek A:link, .navTek A:visited  {
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
background-color: #003366;
}

.navTek A:active, .navTek A:hover {
text-decoration: none;
font-weight: normal;
color: #0099CC;
background-color: #003366;
}

.navEng A:link, .navEng A:visited  {
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
background-color: #003366;
}

.navEng A:active, .navEng A:hover {
text-decoration: none;
font-weight: normal;
color: #FFCC33;
background-color: #003366;
}

.navBpr A:link, .navBpr A:visited  {
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
background-color: #003366;
}

.navBpr A:active, .navBpr A:hover {
text-decoration: none;
font-weight: normal;
color: #CCCCCC;
background-color: #003366;
}

.navInd A:link, .navInd A:visited  {
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
background-color: #003366;
}

.navInd A:active, .navInd A:hover {
text-decoration: none;
font-weight: normal;
color: #33CCCC;
background-color: #003366;
}

.navInt A:link, .navInt A:visited  {
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
background-color: #003366;
}

.navInt A:active, .navInt A:hover {
text-decoration: none;
font-weight: normal;
color: #6699CC;
background-color: #003366;
}

.footerLeft A, .footerLeft A:visited, .footerLeft A:hover, .footerLeft A:active  {
font-weight: normal;
}

.footerRight A, .footerRight A:visited, .footerRight A:hover, .footerRight A:active  {
font-weight: normal;
}

.lightLink A, .lightLink A:visited, .lightLink A:hover, .lightLink A:active {
font-weight: normal;
}

.contactBox A, .contactBox A:visited, .contactBox A:hover, .contactBox A:active {
font-weight: normal;
}

.finePrint A, .finePrint A:visited, .finePrint A:hover, .finePrint A:active {
font-weight: normal;
}

.instructions A, .instructions A:visited, .instructions A:hover, .instructions A:active {
font-weight: normal;
}

.warningBox A, .warningBox A:visited, .warningBox A:hover, .warningBox A:active {
font-weight: normal;
}

.noticeBox A, .noticeBox A:visited, .noticeBox A:hover, .noticeBox A:active {
font-weight: normal;
}

.rightColLogo A, .rightColLogo A:visited, .rightColLogo A:hover, .rightColLogo A:active {
font-weight: normal;
}

.menuTable A, .menuTable A:visited, .menuTable A:hover, .menuTable A:active {
font-weight: normal;
}

#rightCol A, #rightCol A:visited, #rightCol A:hover, #rightCol A:active {
font-weight: normal;
}

#menuSM A:link, #menuSM A:visited, #menuSM A:active, #menuSM A:hover  {
font-weight: normal;
}

/* images */
.caption {
font-size: 10px;
text-align: center;
margin-bottom: 15px;
}

.imgLeft {
float: left;
margin: 5px 10px 2px 0;
padding: 0;
}

.imgRight {
float: right;
margin: 5px 10px 2px 10px;
padding: 0;
}

.imgRow {
text-align: center;
}

.logoHeader {
margin: 0px 3px 0px 10px;
}

.boxHeader {
padding: 5px;
display: inline;
vertical-align: middle;
}

.headerBar {
color: #FFFFFF;
border-top: 1px solid #006699;
border-bottom: 1px solid #006699;
background-color: #006699;
background-image: url(/_images/bar_other.jpg);
background-repeat: no-repeat;
}


/* forms */


.hormel {
visibility:hidden;
display:none;
line-height:normal;
}


FORM {
margin: 0;
}

SELECT.ddl {
font-weight: normal;
font-size: 11px;
margin-left: 26px;
margin-bottom: 5px;
}

.ddl OPTION {
color: #006699;
background-color: #FFFFFF;
}

.ddl OPTION.ddl1 {
color: #FFFFFF;
background-color: #006699;
}

input.menuButton {
color: #FFFFFF;
background-color: #006699;
border-bottom: 2px solid #003366;
border-right: 2px solid #003366;
border-top: 2px solid #3399cc;
border-left: 2px solid #3399cc;
font-weight: normal;
margin-right: 2px;
margin-bottom: 1px;
font-size: 11px;
}

input.spkButton {
color: #111;
background-color: #DDD;
border-bottom: 2px solid #999;
border-right: 2px solid #999;
border-top: 2px solid #EEE;
border-left: 2px solid #EEE;
font-weight: normal;
margin-right: 2px;
margin-bottom: 1px;
font-size: 11px;
}

.formLabel {
text-align: right;
font-weight: bold;
}

.formLabelReq {
text-align: right;
font-weight: bold;
color: #993333;
background-color: #FFFFFF;
}

.input5 {
 width: 5em;
 }
 
.input7 {
 width: 7em;
 }
 
.input10 {
 width: 10em;
 }
 
.input15 {
 width: 15em;
 }
 
.input20 {
 width: 20em;
 }

 .input25 {
 width: 25em;
 }
 
.input30 {
 width: 30em;
 }

/* lists */
UL {
margin-left: 0;
padding-left: 35px;
margin-top: 0;
margin-bottom: 5px;
list-style: square;
}

OL {
margin-left: 0;
padding-left: 50px;
margin-top: 0;
margin-bottom: 5px;
}

OL UL, UL UL {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
padding-left: 15px;
}

UL OL, OL OL {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
padding-left: 25px;
}

UL LI, OL LI {
margin-bottom: 5px;
}

UL LI UL LI, UL LI OL LI, OL LI UL LI, OL LI OL LI {
margin-bottom: 2px;
}

UL.closeList LI, OL.closeList LI {
margin-bottom: 2px;
}

UL.closeList LI UL LI, UL.closeList LI OL LI, OL.closeList LI UL LI, OL.closeList LI OL LI {
margin-bottom: 0px;
line-height: 1.2em;
}

UL.vCloseList LI, OL.vCloseList LI {
margin-bottom: 0px;
line-height: 1.2em;
}

UL.vCloseList LI UL LI, UL.vCloseList LI OL LI, OL.vCloseList LI UL LI, OL.vCloseList LI OL LI {
margin-bottom: 0px;
}

UL.openList LI, OL.openList LI {
margin-bottom: 10px;
}
 


/* taken from GPs style sheet */

