

#copyright {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-align: center;

	padding-top: 3px;
	margin: 0 10px 10px 10px;
}

.banner {
	margin-top: 10px;
	margin-bottom: 5px;

	padding: 1px;
}

.std {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: black;
}

.warning {
	color: #bb0000;
	font-weight: normal;
	margin-bottom: 1ex;
	margin-top: 1ex;
}

.success {
	color: #333;
	font-weight: normal;
	margin-bottom: 1ex;
	margin-top: 1ex;
}


.staticContent {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	padding: 7px;
	margin: 10px 1.5in;
	border: 1px solid #039;
	background: #eee;
}

.staticContent H1,
.staticContent H2,
.staticContent H3 {
	text-align:center;
	font-weight: bold;
	margin: 0.5ex 0;
	color: #016;
}

.staticContent H1 {font-size: 12pt;}
.staticContent H2 {font-size: 11pt;}
.staticContent H3 {font-size: 10pt;}

DT {
	color: #333;
	margin-top:1.5ex;
}
DD {
	margin: 0 3em;
}

DIV.spacer {
	font-family: Arial,Helvetica,sans-serif;
	margin: 10px;
	font-size: 10pt;
}

#breadCrumb {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	text-align:right;
	margin: 3px 0px;
	padding: 2px;
	color: #333;
}

#breadCrumb A 			{ color: #333; }
#breadCrumb A:visited	{ color: #249; }

#headerIcons {
	float: left;
	padding: 2px 0;
	margin-left: 10px;
}
#headerIcons a {
	line-height: 16px;
	height: 16px;
	margin-right: 10px;
	float: left;
}
#lastLoginTimestamp {
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	color: #444;
	text-align:left;
	margin-left: 10px;
	margin-top: 3px;
	float: left;
}

.loggedInAs {
	font-size: 11px;
	color: #333;
	margin: 0px 0px 5px 0px;
}

.paging {
	font-size: 9pt;
	margin: 6px;
	text-align: left;
}

.pageNum {
	border: 	1px solid #444;
	margin: 	2px;
	background:	#ffffff;
	color:		black;
	padding:	2px 5px;
	font-weight:bold;
	font-size: 10px;
	height: 20px;
	vertical-align:middle;
}
.disabled {
	color: #888;
	border-color: #888;
	background: #ffffff;
}

.pageNum {
	font-weight: normal;
	text-decoration: none;
}
EM.pageNum {
	background: #eee;
	font-style: normal;
}
A.pageNum:hover { background: #f1f1f1;}

.topicStatus {
	text-align: center;
	color: #333;
}

.pageHeader {
	/*float: left;*/
	font-family: Arial,Helvetica,sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #039;
	border-bottom: 2px solid #039;
	margin: 0px 10px;
}

.pageHeader H1 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
}
.pageHeader H2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
}
.pageHeader H3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

.pageHeader H3 EM {
	font-weight: normal;
}

DIV.tableWrapper,
DIV#tableWrapper {
	margin: 10px;
	background-color: #039;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	height: 100%;
	clear:both;
}

TABLE.tableWrapper {
	margin: 10px;
	background-color: #039;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	clear:both;
}
.topicTableWrapper {
	margin-top: 10px ! important; /* leave space for controls up top */
	clear:both;
}

TH,
.tableHeader {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #99bbff;
	font-weight: bold;
	text-align:center;
	padding: 1px 1ex;
}

.tableSubHeader {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: black;
	background-color: #eeeeee;
	font-weight: bold;
	text-align:left;
	padding: 3px 1ex;
	border-top: 1px solid #039;
	border-bottom: 1px solid #039;
}

.tableSubHeader EM {
	font-weight: bold;
	font-style: normal;
	color: #000066;
	font-size: 130%;
}

.tableSubHeader A,
.tableHeader A {
	color: black;
	text-decoration: none;

}
.tableSubHeader A:hover,
.tableHeader A:hover {
	color: #039;
	text-decoration: none;
}

.tableRow {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: normal;
	text-align:left;
	padding: 5px;
}

.formLabel {
	background: #eee;
	border: 2px solid #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: normal;
	text-align:left;
	padding: 5px;
	width: 30%;
}

.specRow {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-align:center;
	padding: 3px 7px;
}

.light {  background: #ffffff; }
.dark  {  background: #eee; }
TH.deleted {background: #ee6666; color: white;}
.deleted { background: #ffeeee; }
TD.deleted { color: #aa0000 ! important; border: 1px solid #ff0000 }
.deleted A {color: #660000}
.specDark{background: #eeeeee; }
.hilite{
	border: 2px solid #ffffff;
}



.controlPanel {
	text-align: right;
	margin: 0px 10px;
	font-size: 11px;
	clear: both;
}

.controlPanel DIV.box {
	border: 1px solid #444;
	padding: 5px;
	margin-left: auto;
	/*width: 3in;*/
	text-align: center;
	background: #eeeeee;
	white-space: nowrap;
}

.middleBox {
	color: black;
	background: #eeeeee;
	border: 1px solid #444;
	text-align:center;

	vertical-align:middle;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 10pt;
}


.controlPanel SPAN { /* links */
	padding-right:6px;
	margin-left: 6px;
	border-right: 1px solid #444;
	color: black;
}

.controlPanel SPAN.left {
	padding-left:6px;
	border-left: 1px solid #444;
	margin-left: 0px;
}

.controlPanel .opts {
	margin-top: 1.5ex;
}


.codeTag {
	font-size: 11px;
	margin-left: 	10px;
	margin-right:	10px;
	margin-top:		3px;
	margin-bottom:	3px;
	padding: 0px 1em;
	border: 1px solid #444;
}

.quoteTag {
	margin-left: 	10px;
	margin-right:	10px;
	margin-top:		3px;
	margin-bottom:	3px;
	padding: 0.5em 0.6em;
	border-top: 1px solid #039;
	border-bottom: 2px solid #039;
	border-left: 1px solid #039;
	border-right: 2px solid #039;
	color: #444;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
}

.quoteTag .content .quoteTag {
	border-color: #888;
	border-width: 1px;
}

.quoteTag .content .quoteTag .content {
	color:#444;
}

.quoteTag .content {
	font-weight: bold;
	border-top: 1px dashed #444;
	padding-top: 5px;
	color: black;
}

.editTag {
	margin-top: 5px;
	color: #444;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}

DIV.editTag B {
	font-weight: bold;
}



.fName {
	font-size: 11pt;
	font-weight: bold;
}
.fDesk {}
.moderators {
	font-size: 11px;
	color: #444;
	margin-top: 3px;
}
.count {
	text-align:center;
}
.lastPost {
	font-size: 11px;
}


.postDate {
	white-space: nowrap;

}

.postIn,
.postBy {
	font-weight: bold;
	white-space: nowrap;
}

.postIn A,
.postBy EM {
	font-weight: normal;
	font-style: normal;
}

.postIn IMG {
	/*padding-left: 3px;*/
	position: relative;
	top: 2px;
	left: 3px;
	text-decoration: none;
}


.postFormTitle{}
.postForm {
	font-family: Arial,Helvetica,sans-serif;
	margin:10px;
	font-size: 10pt;
}
.postFieldLabel {
	text-align: right;
	font-weight: bold;
	vertical-align:top;
	font-size: 10pt;
}
.postFieldEntry {
	text-align: left;
	font-size: 10pt;
}
.postSubmissopn {
	text-align: center;
}



.commandsRow { clear: right }
.topicCommand {
	margin: 5px 10px;
	font-size: 10pt;
	float:right;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	background: #eee;
}
.topicCommand A { color: #333; }

.newTopic {
	background: #eee;
	border-color: #039;
}
SPAN.newTopic { background: #EEE }
.cantReply {
	background: #EEE;
	color: #333;
	border-color: #555;
	font-weight: bold;
}
#watchTopic A {color:#930; }
#watchTopic A:hover {color:#444; }
#watchTopic{
	background: #FFFAE0;
	border-color: #930;
}

#lockTopic A {color:#009; }
#lockTopic{
	background: #EEF;
	border-color: #006;
}

#lockTopic,
#moveTopic,
#stickyTopic,
#deleteTopic {
	background: #FEE;
	color: #700;
	border-color: #700;
}

#lockTopic A,
#stickyTopic A,
#moveTopic A,
#deleteTopic A { color:  #700; }

#lockTopic A:hover,
#stickyTopic A:hover,
#moveTopic A:hover,
#deleteTopic A:hover { color:  #a00; }

DIV.postButtons {
	float:right;
}
DIV.topicTitle {
	float:left;
	text-align:left;
}
DIV.userInfo {

}
DIV.username {
	font-weight: bold;
	font-size: 10pt;
}
DIV.usermisc {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}
DIV.otherstats {


	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	color: #444;
	margin-top: 2ex;
	white-space: nowrap;
}

DIV.postControls {
	border-width: 0 0 3px 0;
	border-style: double;
	margin: -5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}

.bottomStrip {
	border-top: 3px double;
	clear: right;
	margin: -5px;
	margin-top: 5px;
	padding: 2px 5px;
	font-size: 11px;
}
.pDark {
	background: #99bbff;
	color: #249;
	border-color:  #039;
}
.pLight {
	background: #f1f1f1;
	color: #444;
	border-color: #444;
}
.pDeleted {
	background: #ffaaaa;
	color: #990000;
	border-color: #660000;
}

.projectorBox {
	margin-bottom: 10px;
	margin-left: 10px;
	float:right;
	background: #039;
	clear: both;
}


.postAttach {
	margin: 20px 5px;
	padding: 0px;
	padding-bottom: 3px;
	font-size: 11px;
	background: #eeeeee;
	border-bottom: 1px dashed #039;
	clear: both;
}
.attachments H3,
.postAttach H3 {
	margin: 0 0 3px 0;
	padding: 1px 1ex;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background: #039;
	color: #fff;
}
.attachments H4,
.postAttach H4 {
	margin: 1px 0 3px 0;
	padding: 0;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	color: #000;
}
.attachments H5,
.postAttach H5 {
	margin: 0;
	padding:0;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #249;
}

.attachments TD {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	background: #eeeeee;
}

.postAttach A.thumbWrapper {
	text-decoration: none;
}

.postAttach IMG {
	padding: 1px;
	border: 2px solid #888;
}
.postAttach A.thumbWrapper:hover IMG {
	border-color: #039;
}

.postAttach IMG.comm {
	display: inline;
	border: none;
	padding: 0px 4px;
	position: relative;
	top: 2px;
}

.postAttach .icon {
	border: 0px solid white;
}

UL.attachments {
	list-style-type: none;
}
UL.attachments LI {
	margin: 1em 0;
	vertical-align: middle;
}

DIV.postMsg{
	line-height: 130%;
	padding: 5px;
}
.postMsg IMG { vertical-align:middle; }

.alerts {
	font-weight: bold;
	font-size: 11px;
	line-height: 200%;
	color: #000066;
	margin-bottom: 10px;
}

.postSig {
	font-size: 11px;
	clear: right;
	line-height: 130%;
	color: #039;
	margin-top: 1ex;
	padding-top: 2px;
	border-top: 1px solid #039;
	font-weight: normal;
	font-style: normal;
}

SPAN.postDate {
	padding-right: 35px;
}

TD.adWrap {
	background: #fff;
	text-align: center;
}
TD.adWrap .adDisclosure {
	font-size: 10px;
	color: #aaa;
}

.control {
	margin-right: 2em;
}
.control IMG {
	position: relative;
	top: 2px;
	padding-right: 5px;
}
SPAN.control A {
	color: black;
	text-decoration: none;
}
SPAN.control A:hover {
	color: #333;
	text-decoration: none;
}

#timeNote {
	margin-top: 0px;
	margin-bottom: 3px;
	color: #444;
	font-size: 11px;
	text-align: center;
}

.articleLink {
	font-size: 11pt;
	display: block;
	font-weight: bold;
	border: 1px solid #888;
	background: #eee;
	padding: 5px 15px;
	margin: 15px 20px 5px 20px;
	text-align:center;
	clear: both;
}


.quickLinks {
	border: 1px solid #039;
	background: #eeeeee;
	padding: 5px 7px;
	text-align: left;
	margin-top: 10px;
}

.quickLinks h1 {
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.quickLinks a {
	padding-left: 1em;
	display: block;
}

.quickLinks .moreQL a {
	display: inline;
	padding: 0;
}
.quickLinks .moreQL img {
	padding-right: 5px;
	padding-left: 13px;
	padding-top: 3px;
}



/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html {
	padding: 0;
	margin: 0;
}
body{
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	padding: 5px 20px;
	margin: 0;
	background-color: #6f8bc9;
	background-image: url('/images/wrap1/bg_grad_PC.png');
	background-position: top-left;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

body table td,
body table th {
	color: #000000;
}

#motherTable {
	width: 1080px; /*980px*/
}

p {
	/*clear: both;*/
}

/* asterisk after a discontinued part */
.dcpart {
	color: #ff0000;
	padding: 0 1px;
}

/* no borders around images that are links */
a img {
	border: none;
}

label {
	padding-left: 3px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #001F9B;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.imgLink {
	text-decoration: none;
}
a.imgLink:hover {
	text-decoration: none;
}

/************** header tag styles **************/

h1{
 font-style: bold;
 font-size 150%;
 margin: 0px;
 padding: 0px;
}

h2{
 font-style: bold;
 font-size 125%;
 margin: 0px;
 padding: 0px;
}

h3{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
}

h4{
 font-size: 90%;
 margin: 0px;
 padding: 0px;
}

h5{
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}

/*************** Utility Styles ****************/
/* Allow color and style to be changed, but force display of border */
.leftSep,.rightSep,.topSep,.botSep {
	border-color: #BCC5C7 ! important;
	border-style: solid ! important;
}
.leftSep {
	border-left-width: 1px ! important;
}
.rightSep {
	border-right-width: 1px ! important;
}
.topSep {
	border-top-width: 1px ! important;
}
.borSep {
	border-bottom-width: 1px ! important;
}
img.inlineIcon {
	display: inline !important;
	position: relative;
	top: 1px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
	font-weight: bold;
	font-size: 1em;
	color: #000000;
}

#contentWrapper{
	background: #fff;
}

#topBorder {
	height: 5px;
}
#topBorder td {
	background: #fff;
	height: 5px;
	overflow: hidden;
	vertical-align:top;
	background-image: url('/images/wrap1/tt_gray.gif');
	background-color: #fff;
	background-position: top left;
	background-repeat: repeat-x;
}
/* need to put the overflow:hidden on the div to
	prevent the table cell from stretching */
#topBorder td div {
	height: 5px;
	overflow: hidden;
}
#tl_img {
	text-align: left;
	margin: 0px 0 0 -1px;
	padding: 0px;
}

#tr_img {
	text-align: right;
	margin: 0px -1px 0 0;
	padding: 0px;
}

#masthead{
	margin: 0px 20px 0px 20px;
}

.countrySelector {
	margin-top: 5px;
}
.countrySelector img {
	margin-right: 4px;
	position: relative;
	top: 6px;
	padding: 1px;
	border: 1px solid #aac;
}

.userOptions {
	margin-top: 20px;
}

.sendThisPage {
	width: 130px;
	font-weight: bold;
	color: #ff0000 ! important;
	font-size: 11px;
	display: block;
	padding-left: 10px;
}
.footerIcon {
	display: block;
	overflow:hidden;
	font-weight:bold;
	margin: 0 10px;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;

}
#footPageLinks {
	clear:both;
	font-weight:bold;
	margin-top:10px;
	padding-top: 10px;
	border-top: 1px solid #BCC5C7;
	margin-bottom:10px;
	line-height:16px;
}
#bigSendPage {
	background-image:url('/images/send_page_icon.png');
}
#printPage {
	background-image:url('/images/print_page_icon.png');
}
#reportError {
	background-image:url('/images/report_error_icon.png');
}

#feedback {
	font-size: 11px;
	color: #666666;
	text-align: left;
	margin: 3px 0;
}
#feedback a {
	font-weight: bold;
}

#pageNav{
	height: 100%;
	padding: 0px;
	background-color: #ffffff;
	border-right: 1px solid #BCC5C7;
	border-bottom: 1px solid #BCC5C7;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
#pageNavDiv { width: 136px; } /* use inner div to set hard width because of flexy tables */


#content{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	width: auto;
}

/*********************************************/
/* Ad styles                                 */
/*********************************************/

#pageAds {
	vertical-align: top;
	padding: 0px 10px;
	border-left: 1px solid #BCC5C7;
	border-bottom: 1px solid #BCC5C7;
}
#pageAdsDiv { width: 300px; } /* use inner div to set hard width because of flexy tables */
#pageAds img {
	display: block;
}

.adTextLink {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 10px;
}

#headerBanner {
}

.towerBanner {
	width: 160px;
	text-align:center;
	float: left;
}

.towerBanner img {
	margin: auto;
}

#NavAds, #pageAds{
	background-color: #ffffff;
	text-align: center;
	font-size: 10px;
	color: #aaaaaa;
	white-space:normal;
	overflow:hidden;
}

#navAds {
	padding: 3px;
}

#NavAds img{
	display: block;
	margin: 0 auto;
}
#NavAds table {
	table-layout:fixed;
	width: 120px;
}
#NavAds table td {
	width: 120px;
}
#pageAds .marginContent {
	float: right;
	text-align: left;
	width: 140px;
	color: #000000;
}
#pageAds .marginContent h3 {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
}
#pageAds .marginContent ol {
	margin-top: 5px;
	margin-left: 0;
	padding-left: 30px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 6px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
	vertical-align: top;
}

/************** utility styles *****************/

#utility{
	font-size: 11px;
	text-align:right;
	margin-top: 10px;
	vertical-align:top;
	padding-top: 6px;
	color: #ffffff;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 4px 10px;
	margin: 0 0 10px 0;
	border-bottom:1px solid #BCC5C7;
}

#pageName h2{
	color: #666666;
	margin:0px;
	font-size: 125%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#pageName p {
	color: #000000;
	margin:0px;
	padding: 0px;
	font-size: small;
	line-height: normal;
}

#pageName img{
	position: absolute;
	top: 50px;
	right: 30px;
	padding: 2px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
/*width: 950px;*/
height: 32px;
padding: 0px;
margin: 0px;
background-image: url('/images/wrap1/HeaderBackground.png');
}

#gnl {
	display:block;
	width: 5px;
	height:32px;
	margin: 0;
}

#gnr {
	float: right;
	margin: 0;
}

#globalLink{
	padding: 0px;
	margin: 0 0 0 0px;
}

#headStrip {
	width: 100%;
	padding: 0;
	margin: 0;
	background: transparent;
}

#headStrip td {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	background: transparent;
}

#globalNav a, #globalNav a:visited {
	display: block;
	position: relative;
	float: left;
  	font-size: small;
  	color: #001F9B;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 0px 5px;
	line-height:32px;
	height: 32px;
	padding-left: 35px;
}

#globalLink a .site_icon {
	background-image: url('https://www.projectorcentral.com/images/wrap1/nav_icons.png');
	width: 24px;
	height: 24px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	left: 8px;
}
#gl1.activeSite .site_icon,#gl1:hover .site_icon {background-position:  0px   0px}
#gl1            .site_icon {background-position:  0px -24px}
#gl2.activeSite .site_icon,#gl2:hover .site_icon {background-position:-24px   0px}
#gl2            .site_icon {background-position:-24px -24px}
#gl3.activeSite .site_icon,#gl3:hover .site_icon {background-position:-48px   0px}
#gl3            .site_icon {background-position:-48px -24px}
#gl4.activeSite .site_icon,#gl4:hover .site_icon {background-position:-72px   0px}
#gl4            .site_icon {background-position:-72px -24px}

#globalLink .left_highlight {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 3px;
	height: 32px;
	background: url('/images/wrap1/HeaderBackgroundLeftHighlight.png');
}
#globalLink .right_shadow {
	position:absolute;
	right: 0px;
	top:0px;
	width:3px;
	height:32px;
	background: url('/images/wrap1/HeaderBackgroundRightShadow.png');
}

#globalLink a.activeSite .right_shadow   { background: url('/images/wrap1/HeaderBackgroundRightShadowActive.png'); }
#globalLink a.activeSite .left_highlight { background: url('/images/wrap1/HeaderBackgroundLeftHighlightActive.png'); }
#globalLink a.firstLink .left_highlight { display:none; }

a.activeSite {
	background: url('/images/wrap1/HeaderBackgroundActive.png');
}


#globalNav a:hover {
	color: #001F9B;
	text-decoration: none;
}

.skipLinks {display: none;}

/*************** search styles *****************/

#search{
	float: right;
	height: 20px;
}

#search input{
  font-size: 70%;
  margin: 1px  0px 0px 10px;
}

#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;

}

#search a:hover{
	margin: 0px;
}

table.pagingList {
	background:none;
}
table.pagingList td {
	background: none;
	border: none;
	padding: 0;
	width: 20px; /* includes a and div margin,border, and padding */
}
table.pagingList a,
table.pagingList div {
	display: block;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	height: 12px;
	padding: 1px 2px;
	margin: 0px 2px;
	border: 1px solid #BCC5C7;
	background: #fff;
}

table.pagingList a.prevNext {
	width: 20px;
}

table.pagingList a:hover {
	background: #f0f0f0;
}

table.pagingList div {
	background: #08204A;
	color: #fff;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font-size: 11px;
	color: #999999;
	text-align: right;
	background: #fff;
}

#breadCrumb a{
	color: #999999;
}

#breadCrumb a:hover{
	color: #006699;
	text-decoration: underline;
}

/************** Part Compare Box *******************/
.compareList {
	margin-bottom: 7px;
}
.compareList td {
	font-size: 10px;
}
.compareList th {
	background: #fff;
	border-bottom: 3px double #BCC5C7;
	font-weight: bold;
	text-align: center;
	color: #666666;
	height: 18px;
	font-size: 11px;
}

.compareList td {
	padding-left: 2px;
	background: #eeeeee;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.compareList table td {
	border: none;
}

/************** feature styles *****************/

.feature{
	font-size: 80%;
	padding: 0 10px 0 10px;
}

/*
.feature img{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
*/

/************** siteInfo styles ****************/

#siteInfo{
	border-top: 1px solid #BCC5C7;
	border-bottom: 1px solid #BCC5C7;
	font-size: small;
	color: #555;
	font-size: 11px;
	background: #fff;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	text-align: center;
	clear: both;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#corpLinks {
	font-size: 11px;
	margin-bottom: 7px;
}

/************ sectionLinks styles **************/

.sectionLinks{
	margin: 0px;
	padding: 0px;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 3px double #cccccc;
	background-image: url(bg_nav_PC.jpg);
	font-weight: bold;
	padding: 8px 0px 3px 10px;
	color: #666666;

}

.sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

.sectionLinks a:link, #sectionLinks a:visited {
}

/************* SubsectionLinks styles **************/

.SubsectionLinks {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: #eeeeee;
}
.SubsectionLinks a {
	padding: 1px 0px 1px 15px;
}
.SubsectionLinks a:link, .SubsectionLinks a:visited, .SubsectionLinks .spacer {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
}
.SubsectionLinks a:hover {
	background-color: #ffffdd;
	background-image: none;
	text-decoration: none;
}
.SubsectionLinks .spacer {
	height: 8px;
	background:#fff;
	overflow: hidden;
}

.SubsectionLinks a.activeSection {
	background-color: #ffffdd;
}

/************ Other common layout styles **************/
/* e.g. top of manufacturer page; this class contains links that should appear horizontally spaced */
.resourceLinks {
	margin-top: 10px;
}
.resourceLinks a {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 10px;
}
.resourceLinks a.importantLink {
	font-size: 10pt;
	margin-left: 10px;
	float: right ! important;
}

/************* Data Table Styles (e.g. spec sheets and other similar tables) ************/
table.dataTable {
	margin-bottom: 10px;
}
table.dataTable td {
	background: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

/* only the outermost table should have the borders */
/* nested tables for formatting purposes should not have borders */
table.dataTable table td {
	border: 0px solid white;
}

/************ Part Table Styles ****************/
/* .partList moved to _projectors.css */
/* .tabs and releated moved to _mfg.css */

.rating img {
	display: inline ! important;
	margin-right: 3px;
	position: relative;
	top: 1px;
}
div.rating {
	margin-top: -3px;
}

/*********
 * Search Form
 * *******************/

#search-form {
	position: relative;
	margin: 0 0 0 auto;
	width: 250px; /* also depends on search-form input padding */
	height: 20px; /* make sure #search-form input height matches */
	line-height: 20px;
	border-style: solid;
	border-color: #808080;
	border-width: 1px;
	background-color: white;
}
#search-form input {
	display: block;
	font-size: 11px;
	width: 226px; /* search-form width - padding-left */
	height: 20px; /* should be 100% for flexibility sake, but IE7 can't handle height: 100% here; also change line-height in IE8- override in header */
	line-height: 11px;
	background: transparent;
	border: none;
	padding: 0 0 0 24px;
	margin: 0;
-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 49%, rgba(0,0,0,0.11) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(49%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0.11)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 49%,rgba(0,0,0,0.11) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 49%,rgba(0,0,0,0.11) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 49%,rgba(0,0,0,0.11) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c000000',GradientType=0 );
	background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 49%,rgba(0,0,0,0.11) 100%);

	vertical-align: middle;
}
#search-form button {
	text-indent: -9999px;
	display: block;
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 0px;
	width: 20px;
	height: 20px;
	border: none;
	padding: 0;
	margin: -12px 0 0;
	background-color: transparent;
	background-image: url(/images/wrap1/Search_Icon.png);
	background-repeat: no-repeat;
}
#search-form button:hover {
	background-position: -24px 0;
}
#search-form button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
#search-form input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
#search-form img {
	margin: auto;
}


/********************* end **********************/

