/* reset CSS */
@import url("reset.css");

/* new styles */
@media print {
  .noPrint {
      display:none;
  }
}


/* -- x.x Document Body -- */
body, BODY
{
	
	margin:0px 0px; padding:0px;
	text-align:center;
	padding: 0;
	/* background-color: #ececec; old gray */
  background-color: #f7fcff;
  background-image: url(../images/plBg.png);
  background-repeat: repeat-x;
	font-family: tahoma, verdana, arial, helvetica, sans-serif; /* doesn't seem to work effectively */ 
	font-size: 12px;
	color: #000;
	}

#Popup
{
  background-image: none;
  background-color: #fff;
}

#Content {
	width: 751px;
	margin: 0px auto;
	text-align:left;
	}


/* -- x.x Positioning Elements -- */
.floatLeft
{
	float: left;
	}	
.clear
{
	clear: both;
	}
.center
{
	text-align: center;
	}
  

/* -- x.x Global Link Styles -- */
a
{
	/* color: #56017a; */
  color: #336699;
	}
	
a:hover
{
	color: #000;
	}

a.hoverLnk
{
	/* border-bottom: 1px dashed #2d0054; */
  border-bottom: 1px dashed #336699;
	text-decoration: none;
	font-weight: normal;
	color: #2d0054;
	cursor: pointer;
}

a.close
{

	font-weight: bold;
	font-size: 12px;
	color: #222;
  background-image: url(../images/popupCloseIcon.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  padding-left: 17px;
  height: 14px;
	}

a.help
{

	font-weight: bold;
	font-size: 12px;
	color: #222;
  background-image: url(../images/btnHelpCir.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-top: 2px;
  padding-bottom: 1px; /* for FF */
  height: 17px; /* for IE */
  padding-left: 20px;
	}
	
a.help:hover
{
	color: #000;
	text-decoration: none;
	}

a.lnkArrw
{
  color: #2d0054;
	font-weight: bold;
	font-size: 12px;
  background-image: url(../images/lnkArrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 13px;
	}
	
a.lnkArrw:hover
{
	color: #000;
	text-decoration: none;
	}

a.startOver
{

	font-weight: bold;
	font-size: 12px;
	color: #222;
  background-image: url(../images/btnStartOverCir.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-top: 2px;
  padding-bottom: 1px; /* for FF */
  height: 17px; /* for IE */
  padding-left: 20px;
  display: block;
	}

a.startOver:hover
{
	color: #000;
	text-decoration: none;
	}

a.back
{

	font-weight: bold;
	font-size: 12px;
	color: #222;
  background-image: url(../images/btnBackCir.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-top: 2px;
  padding-bottom: 1px; /* for FF */
  height: 17px; /* for IE */
  padding-left: 20px;
	}

a.back:hover
{
	color: #000;
	text-decoration: none;
	}

a.infoHover
{
  background-image: url(../images/infoCircle.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 21px;
  padding-top: 2px;
  cursor: pointer;
  text-decoration: none;
  color: #333;
	}

.changeLnk
{
  font-size: 11px;
}

.restrictionsLnk
{
	text-transform: none; 
	padding: 0 2px 0 2px;
	line-height: 15px;
  font-size: 11px;
}

.btmLnks a
{
	font-size: 12px;
	font-weight: bold;
}


/* -- x.x Global Form Elements -- */
input					    	
{ 	
	font-size: 12px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif; 
	color: #000000; 
}

select					    	
{ 	
	font-size: 12px; 
	font-family: tahoma, verdana, arial, helvetica, sans-serif; 
	color: #000000;
	/* text-transform: uppercase; */
}

textarea					    	
{ 	
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;  
	color: #000000; 
}

label
{
	font-weight: bold;
	color: #222;
	vertical-align: top;
	}
  
  
/* etc */

/* header */

/* -- x.x Global Headers, Formatting, Recurring Blocks -- */
h1 
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 18px;
  line-height: 22px;
	color: #333;
	font-weight: normal;
	margin: 2px 0 30px 0; 
	padding: 0;
}

h2
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 14px; /* was 18 */
	color: #333;
	font-weight: bold; /* was normal */
	margin: 0 0 15px 0; 
	padding: 0;
}

p
{
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 15px;
}

.logoArea
{
	width: 740px;
	text-align: left;
	margin: 5px 0 0 5px;
	padding: 0px;
	border-collapse: collapse;
	height: 13px;
	min-height: 13px; 
}

.logoArea img
{
	margin: 10px 0 6px 0;
}

.hdrWrap
{
  margin-left: 5px;
  /* background-color: #ddd; */ 
	background-image: url(../images/hdrBg.gif);
	background-repeat: repeat-x;
	/* margin: 0px 5px 0 5px;
	padding: 12px 0 12px 15px; */
  height: 48px; /* removed conditional code for browsers */
  width: 741px;
	overflow: hidden;    
}

.hdrWrap div
{
  border-top: 1px solid #fff;
}

.hdrRule
{
	/* background-color: #a3a2a1; */
  background-color: #5da9cf;
	height: 4px;
	overflow: hidden;
	width: 741px;
	border-top: 1px solid #fff;
	margin: 0px 5px 15px 5px;
}

.mainContentTop
{
	background-image: url(../images/BgShadTop.png);
	width: 751px;
	height: 4px;
	overflow: hidden;
}

.mainContent
{
	background-image: url(../images/BgShad.png);
	background-repeat: repeat-y;
	width: 751px;
	min-height: 440px;
	_height: 440px; /* min height */
  padding-bottom: 55px;
}

.mainContentBtm
{
	background-image: url(../images/BgShadBtm.png);
	width: 751px;
	height: 8px;
	overflow: hidden;
}

.mainAreaWrap
{
	padding: 6px 20px 0 20px;
}

.copyright
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif; 
	width: 725px;
	overflow: hidden;
	text-align: left;
	margin: 10px 0px 25px 5px;
	padding: 0 0 0 1px;
	color: #444;
	font-size: 11px;
  line-height: 14px;
}

.copyright p
{
	margin: 0;
	padding: 0px 0 12px 0;
	line-height: 13px;
}

/* page alerts */
.exclamationAlertWrap
{
    padding-left: 15px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-bottom: 15px;
    padding-right: 45px;
    background-image: url(../images/futureDateBg.png);
    background-repeat: repeat-x;
}

.exclamationAlert
{
  	background-image: url(../images/alert_exclamation.png);
    background-repeat: no-repeat;
    background-position: left center; 
    padding: 18px 0 20px 50px;
    display:table-cell; 
    vertical-align:middle;
    line-height: 18px;
    color: #333;
}

.errorAlertWrap
{
    padding-left: 15px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-bottom: 15px;
    padding-right: 45px;
    background-image: url(../images/futureDateBg.png);
    background-repeat: repeat-x;
}

.errorAlert
{
  	background-image: url(../images/alert_error.png);
    background-repeat: no-repeat;
    background-position: left center; 
    padding: 18px 0 20px 50px;
    display:table-cell; 
    vertical-align:middle;
    line-height: 18px;
    color: #333;
}

.Required
{
	color: #cc3300; 
	font-size: 12px;
}

.descText
{
  width: 650px;
  margin-bottom: 15px;
}

.descText p
{
  line-height: 18px;
}


.searchGrayBlockWrap
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.searchGrayBlock
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #f1f1f1;
	padding: 15px 20px 17px 20px;
  background-image: url(../images/graySearchBgFade_transp.png); 
  background-repeat: repeat-x;
}

.searchGrayBlockWrapPop
{
	border: 1px solid #ccc;
}

.searchGrayBlockPop
{
	border: 1px solid #fff;
	background-color: #f1f1f1;
	padding: 15px 20px 17px 20px;
  background-image: url(../images/graySearchBgFade_transp.png); 
  background-repeat: repeat-x;
}





.searchHdrWrap
{
    margin-bottom: 8px;
}

.searchHdrSep
{
    float: left; 
    margin-left: 8px; 
    margin-right: 10px;
}

.searchText
{
    padding: 0 0 0 0;
    margin: 8px 0 0 0;
    font-size: 13px;
    line-height: 22px;
}

.homeSubHdr
{
	font-size: 16px; 
	margin-bottom: 16px;
  line-height: 20px;
}

.searchSubHdr
{
	font-size: 14px; 
	margin-bottom: 14px;
  line-height: 18px;
}

.labelWrap
{
  float: left; 
  padding-top: 5px;
  line-height: 16px;
}

.width90 { width: 90px; }
.width150 { width: 150px; }

.plInput
{
    padding: 4px;
    height: auto; /* firefox */
    outline: none;
    font-size: 12px;
}    

div.plSelect 
{
    height: auto; padding: 0; /* for all browsers */    
}

.plSelect select
{
    height: auto; /* firefox */
    outline: none;
    font-size: 12px;
    vertical-align: middle;
}

.googleMapLogo
{
  float: right; 
}

.copyright p
{
	margin: 0;
	padding: 0px 0 8px 0;
	line-height: 13px;
}

.plSearchCbxWrap
{
  background-color: #e0e0e0; 
  background-image: url(../images/graySearchBgFade_transp.png); 
  background-repeat: repeat-x;
  padding: 16px 10px 19px 13px; 
  margin-top: 5px;
  margin-bottom: 17px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.inlineDisclaimer
{
	color: #555;
	line-height: 13px;
	padding-top: 8px;
	font-size: 11px;
  line-height: 15px;
  padding-right: 45px;
}


.addressTopRule
{
  height: 1px; 
  overflow: hidden; 
  background-color: #aaa;
}

.addressWrap
{
    background-image: url(../images/addressFade.png); 
    background-repeat: no-repeat;
    padding: 16px 0 15px 10px;
    border-bottom: 1px solid #aaa;
    font-size: 14px; 
    line-height: 22px;
}

.mapWrap
{
  border: 4px solid #aaa;
}

.mapInner
{
  margin-left: 20px; 
  width: 750px;
  overflow: hidden;
}

.mapInner a
{
  font-weight: bold;
}

.mapInner td
{
    text-align: center;
}

.accessible
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

.popupWrap
{
  text-align: left; 
  padding: 25px 20px 20px 20px;
}

.directionsTable
{
  line-height: 18px; 
  font-size: 13px;
  width: 575px;
}

.directionsTable th,td
{
  text-align: left;
  vertical-align: top;
}

/* field focus */
.activeField
{
background: rgb(240,248,250); /* Old browsers */
background: -moz-linear-gradient(top, rgba(240,248,250,1) 11%, rgba(255,255,255,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,rgba(240,248,250,1)), color-stop(90%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(240,248,250,1) 11%,rgba(255,255,255,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(240,248,250,1) 11%,rgba(255,255,255,1) 90%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(240,248,250,1) 11%,rgba(255,255,255,1) 90%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f8fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(240,248,250,1) 11%,rgba(255,255,255,1) 90%); /* W3C */
}
.idle
{
  background-color: none;
}

/* print bar */
.printBar
{
	background-image: url(../images/popupBarBg.png);
	width: 100%;
	height: 35px;
	overflow: hidden;
}

.printBar .PrintIcon
{
  margin-top: 9px;
  margin-right: 13px;
  float: right;  
}

.printBar .barSep
{
  margin-top: 9px;
  margin-right: 13px;
  float: right;
  background-image: url(../images/barSep.png);
  width: 2px; height: 16px;
  overflow: hidden;
}

.printBar .CloseIcon
{
  margin-top: 10px;
  margin-right: 20px;
  float: right;
}

/* future date */
div.futureDateWrap
{
  background-image: url(../images/futureDateBg.png);
  background-repeat: repeat-x;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin-bottom: 18px;
  padding-left: 15px;
  font-weight: bold;
  line-height: 18px;
}

div.futureDateWrap p
{
  line-height: 18px;
  padding-top: 5px;
}

div.infoIcon
{
  background-image: url(../images/alert_info.png);
  background-repeat: no-repeat;
  background-position: left center; 
  padding: 18px 0 20px 50px;
  display:table-cell; 
  vertical-align:middle;
}

.returnLink
{
  margin-top: 45px;
  font-weight: bold;
  font-size: 14px;
}

.disabledStyle
{
  background-color: #d6d5d9;
}

#loaderDiv
{
  float: left; 
  margin-left: 12px; 
  margin-top: 10px; 
  display: none;
}

#loaderDiv #loadingMsg 
{
/* ie only */
  line-height: 18px;
  font-size: 11px;
  margin-top: -5px;
}

.multipleMapWrap
{
  border-bottom: 1px solid #aaa; 
  padding: 20px 0 20px 15px;
  
  background-image: url(../images/futureDateBg.png);
  background-repeat: repeat-x;
  
  font-weight: bold;
  line-height: 18px;
}

.multipleMapWrap .locationText
{
  float: left; 
  line-height: 18px; 
  padding: 50px 0 0 15px; 
  font-weight: bold;  
  font-size: 14px;
}

.multipleMapWrap .imgWrap
{
  border: 1px solid #aaa;
}

.multipleMapWrap img.mapImage
{
  border: 10px solid #fff;
}

#searchCancelDiv
{
  display: none;
}

#searchCancelDiv img
{
  margin: 20px 0 15px 0;
}

#searchNewMemberDiv
{
  display: none;
}

#searchNewMemberDiv img
{
  margin: 20px 0 15px 0;
}



.floatingWinNonPref
{
	display:none;
	background-color: #f1f1f1;
	border: 7px solid #0a71a5;
	position: absolute;
	padding: 40px 45px 50px 40px;
	width: 450px;
  font-weight: bold;
	}

.floatingWinNonPref {left:170px;margin-left: -50px;} /* for all browsers */
* html .floatingWinNonPref {left:170px;margin-left: 0px;} /* for IE6 */
*+html .floatingWinNonPref {left:170px;margin-left: 0px;} /* for IE7 */
.floatingWinNonPref {left:170px\0/; margin-left: 0px\0/;} /* for IE8, going last \0/ at end of rule */
  
  
.floatingWinNonPref p
{
	line-height: 24px;
	font-size: 14px;
  padding-bottom: 35px;
}

.floatingWinNonPref a.button
{
	text-decoration: none;
  background-color: #666;
  padding: 7px 12px 7px 12px;
  border: 2px solid #aaa;
  color: #fff;
}

.floatingWinNonPref a.button:hover
{
	background-color: #333;
}

.homeLabelWrap
{
  background-color: #e7e7e7; 
  border: 1px solid #fff; 
  padding: 15px 0 17px 15px;
  
  background-image: url(../images/graySearchBgFade_transp.png); 
  background-repeat: repeat-x;
}

.homeLabelWidth
{
  width: 80px;
}

.homeTipWrapArrw
{
  background-image: url(../images/tipArrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 9px;
}

.homeTipWrapBdr
{
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.homeTipWrap
{
  background-image: url(../images/tipBg.png);
  background-repeat: repeat-x;  
  padding: 13px 0 15px 17px;
  width: 273px;
  font-size: 14px;
  line-height: 18px;
}




