
@media screen, projection, print { /* web/cdn/css/mqglobal.css *//**
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
 MAPQUEST GLOBAL STYLES TOC
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
 * - BODY
 * - CONTAINER ELEMENTS
 * - FORMS & INPUTS
 * - FONTS & TEXT
 * - LINKS
 * - DISPLAY
 * - PADDING
 * - ALIGNMENT
 * - FLOATS & CLEARING
 * - GENERAL LAYOUT STYLES
 * - SHARED LAYOUT ELEMENTS
 * - BUTTONS
 * - POP-UP DIALOGS
 * - ALERTS & MESSAGES
 * - ADS
 */
/**
* = BODY
*/ 
*{
	margin:     0;
    padding:    0;
}
.ie body {
}
/* =RESET FONT DEFAULTS @ for cross-browser consistency */
body,div,form,input,textarea,table,fieldset,button {
    margin:0;
    padding:0;
    border-spacing: 0px;
    color:          #000;
    font-size:      11px;
    font-family:    arial, verdana, helvetica, sans-serif;
}
html, body {   /* ie has math issues so this helps adjust for proper em scaling */
    width: 100%;
 	height: 100%;
	background-color: #fff;
}
.ie body, .ie7 body{
	cursor: default;
}
/**
* = CONTAINER ELEMENTS
*/
address, blockquote, dl, pre {
    margin: 10px 0;
}
blockquote, dd {
    margin-left:    40px;
}
abbr, acronym {
    border:             none;
    font-style:         normal;
    text-decoration:    none;
    cursor:             help;
}
address, cite {
    font-style: normal;
}
img {
    border: 0;
}
ol, ul, li {
    padding: 0px;
    margin: 0px;
		top:0px;
    font-size: 11px;
}
ul {
	list-style-type: square;
	list-style-image: none;
	/*this causes a problem with the map zoom controls*/
	/*list-style-position:inside;*/
}
ul.list { /*saved and recent*/
	list-style-type: disc;
	list-style-position:inside;
	padding:0px 0px 12px 6px;
	white-space:nowrap;
	overflow:hidden;
}
table, td, tr {
	padding:0;
	margin:0;
	border:none;
}
div.body {
    margin: 10px;
}
/**
* = FORMS & INPUTS
*/
input,textarea,select{
	font-size: 11px;
	/*very bad for radio btns in IE*/
	/*border:1px #969696 solid; */
}
input,textarea {
	padding-left:3px;
}
#helpBubbleEnterSite {
	padding-left:0px;
}
.radio {
	border: 0;
}
fieldset {
      margin:    0 0 10px;
      border:    none;
}
label {
	font-weight:bold;
	color: #272750;
}
#formFields label{
	font-weight:normal;
	color:black;
}
.formTextBlur {
	color: #666;
}
.formTextFocus {
	color: #000;
}
/**
* = FONTS & TEXT
*/
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#272750;
}
h2 {
	font-size:13px;
	font-weight:bold;
	color: #272750;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color: #272750;
}
h4 {
	font-size:12px;
	font-weight:bold;
	padding-bottom:4px;
	color: #272750;
}
h5 {
	font-size:11px;
	font-weight:bold;
	color: #272750;
}
.sm{
	font-size:1px;
}
.n {
	font-weight: normal;
}
.b {
    font-weight:    bold;
} 
.red {
	color:#990000;
}
.green{
	color: #389344;
}
.black {
	color: #000;
}
.rightrailad div,
.rightrailad li,
.rightrailad span,
#mqar-bottom-header div,
#mqar-bottom-header li,
#mqar-bottom-header span,
#mqar-top-map div,
#mqar-top-map li,
#mqar-top-map span,
#mqar-bottom-summary div,
#mqar-bottom-summary li,
#mqar-bottom-summary span,
#mqar-bottom-footer div,
#mqar-bottom-footer li,
#mqar-bottom-footer span,
#mqar-bottom-left-search li,
#mqar-bottom-left-search a,
#mqar-bottom-left-search span,
#mqar-bottom-left-itin div,
#mqar-bottom-left-itin li,
#mqar-bottom-left-itin a,
#mqar-bottom-left-itin span,
#mqar-summary-right li,
#mqar-summary-right a,
#mqar-summary-right span,
.adColumn3 div, 
.adColumn3 .link2,
.adColumn div, 
.adColumn .link2
{
	font-size:12px;
}
.rightrailad .link1,
#mqar-bottom-left-search .link1,
#mqar-bottom-left-itin .link1,
#mqar-pf-textads .link1,
#mqar-bottom-footer .link1,
#mqar-bottom-header .link1,
#mqar-top-map .link1,
#mqar-bottom-summary .link1,
.adColumn .link1,
.adColumn3 a,
.adColumn3 .link1
{
	font-size:9px;
}
/**
* = LINKS 
*/
a, a:visited {
    color:  #00f;
    text-decoration:underline;
    cursor:pointer;
}
li.lastli{
border:0px;
}
a.link1, a.link1:visited {
	color:#389344;
	text-decoration:none;
}

span.link1 {
	color:#389344;
}
.gray, .gray a, .gray a:visited {
	color:#666;
}
/** Some link looking things are not wrapped in a tags - use the same class for these as above **/
span.link1 {
	color:#389344;		
}

.link2 {
	color: #00f;
	text-decoration: underline;
	font-size:11px;
	font-weight:bold;
}
a.link3, a.link3:visited {
	color:#00f;
	font-size:10px;
	font-weight:normal;
}
.noUnder{
	text-decoration:none;
}
.under{
	text-decoration:underline;
}
.bLinks, .gLinks, .bLinksExt {
	list-style-type: none;
}
.bLinks li, .gLinks li {
    text-align:     left;
   	padding:        0px 0.3em 0px 0.3em;
	border-style: solid; 
	border-width:0px 1px 0px 0px;
	display: inline;
}
.bLinksExt li {
    text-align:     left;
   	padding:        0px 0.7em 0px 0.7em;
	border-style: solid; 
	border-width:0px 1px 0px 0px;
	display: inline;
}
.gLinks a, .gLinks a:visited {
	color:#389344;
	white-space:nowrap;
}
.bLinks .firstli,.bLinksExt .firstli, .gLinks .firstli{
	padding-left:0px;
}
.bLinks .lastli,.bLinksExt .lastli, .gLinks .lastli{
	border:0px;
}
.ie .bLinks .lastli, .ie .gLinks .lastli,.ie7 .bLinks .lastli, .ie7 .gLinks .lastli{
	padding-left: 0.3em;
}
.ie .bLinksExt .lastli, .ie7 .bLinksExt .lastli{
	padding-left: 0.7em;
}
.gLinks .singleli, .bLinks .singleli{
	margin:0px;
	padding:0px;
	border: none;
}
/**
* = DISPLAY
*/
.disb {
    display:    block;
}
.disi {
    display:    inline;
}
.disn, .hide, .print {
    display:    none;
}
/**
* = PADDING
*/
.padt4 {
	padding-top:4px;
}
.padr4 {
	padding-right:4px;
}
.padb4 {
	padding-bottom:4px;
}
.padb8 {
	padding-bottom:8px;
}
.padt8 {
	padding-top:8px;
}
/**
* = ALIGNMENT
*/
.textc {
    text-align: center;
}
.textl {
    text-align: left;
}
.textr {
    text-align: right;
}
.alignr {
	text-align:right;
}
.alignt {
	vertical-align:top;
}
.alignm {
	vertical-align:middle;
}
/**
* =FLOATS & CLEARING
*/
.clear:after {
    display:    block;
    visibility: hidden;
    clear:      both;
    height:     0;
    content:    ".";
}
.clear {
    display:    block;
}
.clearb {
	clear:	both;
}
.clearl {
	clear:	left;
}
.clearr {
	clear:	right;
}
.fltl {
    float:  left;
}
.fltr {
    float:  right;
}
/**
* = GENERAL LAYOUT ELEMENTS
*/
.divider {
	margin:10px 0px 20px 0px;
	border-bottom:1px dotted #ccc;
}
.divSolid {
	margin:10px 0px 20px 0px;
	border-bottom:1px solid #ccc;
}
.nowrap {
    white-space:    nowrap;
}
.half {
    float:  left;
    width:  50%;
}
/**
* = SHARED LAYOUT ELEMENTS
*/
/*logo*/
#mqlogo{
	padding:13px 8px 0px 0px;
}
#mqlogo ul{
	padding-left:10px;
}
#mqlogoResults{
	padding:13px 8px 0px 0px;
	height:59px; 
}
#mqlogo img {
	margin:0px 0px 0px 9px;
}
#mqlogoResults img {
	margin:0px 0px 0px 9px;
} 
#mqlogo ul{
	padding-left:15px;
}
#mqlogoResults ul{
	padding-left:10px;
}
#homeNav {
	float:left;
	padding-left:17px;
}
#homeNav ul{
	list-style: none;
}
#homeNav li{
	float:left;
	text-align:center;
	padding-left:17px;
	line-height: 12px;
}
#homeNav a, #homeNav a:visited{
	text-decoration:none;
	color: #272750;
	font-size:12px;
	font-weight:bold;
}
.topHdr{
	clear:both;
	background: url(../images/sprt-all-bgs.png) repeat-x 0px -603px;
	height:80px;
}
#topHdr, 
#topHdrDiv
{
	overflow:hidden;
}
#mqlogoResults{
	padding-left:26px;
}
#homeTopHdr, 
.pageContent, 
#mqfooter
{
	min-width: 760px;
	overflow:hidden;
}
.ie #homeTopHdrDiv, 
.ie #homeMQLongDiv
{
	width: 730px;
}
.mapsNav, .dirNav, .mobileNav, .gasNav, .searchNav{
	height:56px;
	width:57px;
}
#homeNav a{
	white-space:nowrap;
}
.mapsNav{
	background: url(../images/sprt-nav.gif) repeat-x 0px -0px;
}
.dirNav{
	background: url(../images/sprt-nav.gif) repeat-x 0px -56px;
}
.searchNav{
	background: url(../images/sprt-nav.gif) repeat-x 0px -224px;
}
.mobileNav{
	background: url(../images/sprt-nav.gif) repeat-x 0px -112px;
}
.gasNav{
	background: url(../images/sprt-nav.gif) repeat-x 0px -168px;
}
#tcurve{
	width:100%;
	background: url(../images/sprt-hmcurve.png) repeat-x 0px -40px;
}
#tlcurve{
	float:left;
	background: url(../images/sprt-hmcurve.png) no-repeat 0px 0px;
	height:10px;
	width:10px;
	line-height:10px;
}
#trcurve{
	float:right;
	background: url(../images/sprt-hmcurve.png) no-repeat 0px -20px;
	height:10px;
	width:10px;
	line-height:10px;
}
#bcurve{
	width:100%;
	background: url(../images/sprt-hmcurve.png) repeat-x 0px -50px;
}
#blcurve{
	float:left;
	background: url(../images/sprt-hmcurve.png) no-repeat 0px -10px;
	height:10px;
	width:10px;
	line-height:10px;
}
#brcurve{
	float:right;
	background: url(../images/sprt-hmcurve.png) no-repeat 0px -30px;
	line-height:10px;
	height:10px;
	width:10px;
}
#homeMQCont h1{
	font-size:16px;
	padding:5px 0px 7px 0px;
}
#homeMQCont h1 span{
	font-size:12px;
	font-weight: normal
}
#homeMQCont h3{
	padding-bottom: 11px;
}
#homeMQCont{
	clear:both;
	padding:6px 20px 18px 20px;
	background-color:#fff;
	border-left:1px solid #c0c2a4;
	border-right:1px solid #c0c2a4;
	/*overflow:hidden;*/
}
.pageContent{
	padding:0px 2px 0px 2px;
	background-color:#e0e0cf;
}	
/*Search Nearby Pop-up*/
.srchNrby{
	border-top:1px dotted #ccc;
	margin-top:5px;
	padding:5px 0px 0px 0px;
}
.srchNrbyTxt{
	width:180px;
}
.srchNrbyPop{
	width:220px;
}
.nearThis {
	font-weight:bold;
	color: #272750;
}
.popSrch{
	padding-top:10px;
}
.popSrchPOI {
}
/* = header links */
.mainnav ul {
    float:          left;
    text-align:     center;
    list-style:     none;
}
.mainnav li {
    display:        inline;
    padding:        0 0.5em 0 0.5em;
    border-right:   1px solid #272750;
    font-weight:    bold;
    text-align:     left;
}
.mainnav li.last {
    border: none;
}
.mainnav li a,.mainnav li a:visited{
    color:              #3d3d60;
    text-decoration:    none;
}
/* = drop-down inputs */
.chevron {
	background:url(../images/btn-chev.png) no-repeat;
	width:19px;
	height:19px;
	float:left;
}
.chevron a{
	text-decoration:none;	
}
.inputAlign {
	background-color:#fff;
	height:19px;
}
.inputAlign a{
	padding:0px 6px 7px 10px;
	cursor:pointer;
}
.inputAlign input {
	padding: 3px 0px 0px 5px;
	height:13px;
	color:#666;
	border:0px;
	border-bottom:1px solid white;
}
.ie .inputAlign input, .ie7 .inputAlign input{
	padding-top: 2px;          
}
/* = footer */
#mqfooter {
	clear:both;
	padding: 10px 0px 0px 5px;
	background: #fff url(../images/sprt-all-bgs.png) repeat-x 0px -270px;
	color: #868a4d;
	margin-bottom:10px;
}
.gecko .footerMainUi, .safari3 .footerMainUi{
	margin: 0px -10px 10px -10px;
}

#mqfooter ul {
	list-style: none;
	margin:	0 3px 3px;
	padding: 0;
}
#mqfooter li {
	display: inline;
	margin: 0;
	padding: 0 0.2em 0 0.5em;
	border-right: 1px solid #aaa267;
}
#mqfooter li.last {
	border: none;
}
#mqfooter li.first {
	padding-left:0px;
}
#mqfooter li a, #mqfooter li a:visited, #mqfooter div{
	color:  #aaa267;
}
/*
* = BUTTONS
*    Note: we are mimicking these styles for the dojo buttons in mqlayout.css
*/
.btn{
	padding:0px 4px 0px 4px;
	border: 1px solid #a8cbee;
	background: #c6dcf4 url(../images/sprt-all-bgs.png) repeat-x 0px -194px;	
	color:#272750;
	cursor:pointer;
	height:20px;
	width:auto;
	overflow:visible;
}
.ie.btn, .ie.aolbtn,.ie.btnLg{
	width:1px;
}
.btnDisabled, .btnDisabled:hover, .btnDisabled:active{
	padding:0px 4px 0px 4px;
	border: 1px solid #c0c0c0;
	background: #f0f0f0 none left -18px repeat-x;	
	color:#c0c0c0;
	cursor:default;
	height:20px;
}
.aolbtn{
	padding:0px 30px 1px 30px;
	border: 1px solid #a9a9a9;
	background: #a9a9a9 url(../images/sprt-all-bgs.png) repeat-x 0px -218px;
	color:#000;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
	width:auto;
	overflow:visible;
}
.btnLg{
	font-size:12px;
	font-weight:bold;
	padding:0px 4px 0px 4px;
	border: 1px solid #b3c3d0;
	background: #c6dcf4 url(../images/sprt-all-bgs.png) repeat-x 0px -533px;	
	color:#272750;
	cursor:pointer;
	height:39px;
	width:auto;
	overflow:visible;
}
.btnSm{
	padding:0px 4px 2px 4px;
	border: 1px solid #a8cbee;
	background: #c6dcf4 url(../images/sprt-all-bgs.png) repeat-x 0px -571px;	
	color:#272750;
	cursor:pointer;
	height:14px;
	width:auto;
	margin-left:2px;
}
.btnSm div {
	margin-top:-2px;
	font-size:10px;
	line-height:10px;
	vertical-align:middle;
}
.safari .btnSm{
	padding:0px 4px;
}
.safari .btnSm div{
	margin:0px;
}
.btn:hover{
	background: #a8cbee;
	background-color:#a8cbee;
	color:#fff;
}
.btn:active{
	background: #c6dcf4 url(../images/sprt-all-bgs.png) repeat-x 0px -171px;
	background-color:#fff;
	color:#272750;
}
.btn.more span{
	padding:0 0 0 9px;
	margin:5px 0 0 3px;
	position:relative;
	top:4px;
}
.btn span{
	height:5px;
	width:9px;
	background:transparent url('../images/btn-more.gif') no-repeat;
}
.btn:hover span{
	background:transparent url('../images/btn-more_down.gif') no-repeat;
}
.auto{
	overflow:auto;
}
/*
* = POP-UP DIALOGS
* LinkToPage -pop-up
* SendToCell - pop-up
* SendEmail - pop-up
*/
.popBtn{
	margin-top:10px;
}
.ltpPopupWidth, .stcPopupWidth, .emailPopupWidth{
	width: 234px;
}

.captionBox {
	color:#98996a;
	border: 1px solid #98996a;
	border-width:1px 0px 1px 0px;
	padding:5px 0px 5px 0px;
}
.caption {
	color:#98996a
}
.stgPopupWidth {
	width: 275px;
}
.popHead {
	background-color:#d8e5ef;
	padding:0px 5px 0px 5px;
	margin:0px 0px 5px 0px;
	height:17px;
	font-size:12px;
	font-weight:bold;
	color: #272750;
}
.popupWin {
	width: 260px;
	position: absolute; 
	z-index: 1;	
}
.popupWin .center {
	width: 90%;
	padding-left: 20px;
	padding-right: 10px;
}
.avoid, .redavoid,.greenavoid {
	padding-right:20px;
}
.popupWin .redavoid, .popupWin .red,.alert-warning .redwarn  {
	color:#990000;
	font-weight:bold;
}
.popupWin .greenavoid {
	color: #389344;
	font-weight:bold;
}
.popupWin ul{
	list-style-position:inside;
}
.btnClose{
	background:transparent url(../images/btn-close.png) no-repeat;
	border:0px solid black;
	margin:0px;
	padding:0px;
	width:16px;
	height:16px;
	cursor:pointer;
}
.btnClose span{
	font-size:0.1em;
	visibility:hidden;
}
#pfRouteWarning {
	padding: 8px 0px 8px 0px;
}
#pfRouteWarning .redwarn {
	vertical-align: middle;
	text-align: left;
}
/*
.mqpoicontenttext .gLinks {
	width:190px;
}
*/


#ambigResultsList {
	margin-left:  22px;
	margin-top:   8px;
}
.ie #ambigResultsList, .ie7 #ambigResultsList {
	padding-left:  10px;
	margin-top:   8px; 
}
/* Online Offers Page */
#offersWrapper ul{
	list-style-position:outside;
}

#offersWrapper{
	width:600px;
	background-color:#fff;
	padding-top:10px;
}
#mqar-offers-top {
	float:left;
}
#mqar-offers-left {
	float: left;
	padding:10px 13px 10px 13px;
	clear:both;
}
#mqar-offers-left, #mqar-offers-left ul{
	width: 380px;
}
#mqar-offers-right {
	float: right;
	width: 178px;
	margin:0px 0px 10px 0px;
	border:1px solid #d7c78f;
}
#mqar-offers-rightCont{
	padding-right:13px;
}	
#mqar-offers-left ul,#mqar-offers-left li,#mqar-offers-right ul,#mqar-offers-right li{
	list-style: none;
}
#mqar-offers-left li{
	margin-bottom:10px;
}
#mqar-offers-right li{
	padding:0px 0px 3px 5px;
}
.mqar-offers-hdr{
	background-color:#f0ecd8;
	padding-left:5px;
}
#mqar-offers-ftr {
	padding:0px 11px 10px 13px;
	border-top:1px solid #d7c78f;
	background-color:#f0ecd8;
}
#mqar-offers-hdr {
	font-weight:bold;
	color: #272750;
	background-color:#f0ecd8;
	padding:3px 0px 3px 13px;
}
#mqar-offers-select{
	padding:5px 0px 0px 13px;
}
#mqar-offers-close {
	position:relative;
	left:575px;
}
/*************************************************************************************
* =Send To GPS
**************************************************************************************/
.gpsSelector{
	height:65px;
	width:270px;
	border:solid thin #DADADA;
	overflow:auto;
	margin-top:3px;
	padding:0px 0px 5px 0px;
}
#STGDevice{
	padding-top:5px;
}
.gpsSelectorRoute .divide{
	border-bottom:1px solid #ccc;
}
.gpsSelectorRoute{
	height:160px;
}
.gpsSelectorMap{
	height:65px;
}
.gpsSelectorItem{
	padding:5px;
}
.gpsSelectorItem .locationTitle{
	font-weight:bold;
	color:#272750;
}
.gpsWarning{
	padding: 8px 0px 8px 0px;
	color:#CC0000;
	font-weight:bold;
	background-color:#FFFF99;
	margin: 4px 0px 4px 0px;
}
.gpsDevice{
	margin-right:4px;
}
.gpsWarning img{
	padding-right:5px;
	padding-left:5px;
	margin-top:-4px;
}
#gpsSuccessMessage li{
	margin-top:3px;
	margin-bottom:3px;
}
#gpsInfoImage {
	padding-top:3px;
}
#gpsNote{
	color:#98996A;
}
#garminLogo{
	padding-top:3px;
}
#gpsHelp{
	padding-right: 15px;
	padding-top: 2px;
}
#gpsFileName{
	padding-top:8px;
	padding-bottom:8px;
}
.gpsSuccess{
	color:#003366;
	font-weight:bold;
	font-size:18px;
}
.gpsWarningImage{
	margin-right:10px;
}	
.gpsError{
	width:235px;
	float:left;
}
.gpsError span{
	color:#990000;
	font-weight:bold;
}
#mqSTGDispContent .b, #mqSTGPopupContent ul .b{
	color:#272750;
}
#gpsFileName input{
	font-weight:normal;
}
/*************************************************************************************
* =SEND TO CELL
**************************************************************************************/
.stcLocSum{
	margin-left:10px; 
	margin-top:7px;
	width:170px;
}
#stcDetails{
	overflow-x:hidden;
}
.safari .dijitButton button, .safari .dijitDropDownButton button{
	height:17px;
	overflow:hidden;
}
/*************************************************************************************
* =ALERTS AND MESSAGES
**************************************************************************************/
#initBubble {
	text-align:center;
	font-size:12px;
}
#initBubbleTitle {
	font-size:17px;
	color:#990000;
	font-weight:bold;
}
#airportPop UL{
	list-style:none;
}
#categoryPop .indent, #airportPop .indent {
	margin-left:20px;
	list-style: none;
}
#categoryPop .indent a, #airportPop .indent a{
	color:#666;
}
#nojavascript,#nocookie,#unsupportedBrowser{
	background-color:#900;
	text-align:center;
	color:#fff;
	font-weight:bold;	
	font-size: 13px;
	line-height:26px;
}
#nojavascript a, #nojavascript a:visited, #nocookie a, #nocookie a:visited,#printWarn a, #printWarn a:visited, #unsupportedBrowser a, #unsupportedBrowser a:visited{
	color:#fff;
}
.error {
    color: #900;
}
.alert-warning {
    position:       relative;
    min-height:     22px;
    padding:        0px 0px 5px 0px;
	display: block; 
}
.ie .alert-warning, .ie7 .alert-warning {
    height:    22px;
}
.alert-warning span {
    color:  #000;  
}
.alert-warning h5{
    color:	#900;
    font-weight: bold;	
}
.alert-warning img {
    float:          left;
    padding: 0px 5px 0px 0px; 
}
.composite .link {
	color: #00F;
	cursor: pointer;
}
.confirmDialog {
	position: relative;
	border : 0px solid #999;
	-moz-border-radius : 10px;
	padding : 5px;
}
.confirmDialog .message {
	font-weight: bold;
	color: #272750;
}
.confirmDialog .image {
	width: 50px;
	text-align: center;
}
.confirmDialog .buttons {
	margin: 5px;
	text-align: center;
}
.warningIcon {
	width: 24px;
	height: 25px;
}
/* Dialog */

.dijitDialog {
	position: absolute;
	z-index: 999;
	padding: 1px;
}

.dijitDialogUnderlayWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 998;
	display: none;
	background: transparent;
}

.dijitDialogUnderlay {
	background: #eeeeee;
	opacity: 0.5;
}

.dj_ie .dijitDialogUnderlay {
	filter: alpha(opacity=50);
}

/* images off, high-contrast mode styles */
.dijit_a11y .dijitDialog {
	opacity: 1 !important;
	background-color: white !important;
}

.dijitDialog .closeText {
	display:none;
	position:absolute;
}

.dijit_a11y .dijitDialog .closeText { 
	display:inline;
}
/* Ads */
.ad div.sl {
	font-size: 10px;
	padding-left: 3px;
	cursor: pointer;
	cursor: hand;	
}
.ad li{
	line-height:18px;
}
.topAds .adColumn3 {
	width:31%;
	float:left;
}
.topAds .seeSponLnk {
	font-color: #343434;
}
#top-header-container {
 	padding: 0px 0px 7px 14px;
}
.adColumn div, 
.adColumn a, .adColumn a:visited
{
	font-size:12px;
}
.topAds {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position:inside;
}
.ad {
	border:1px solid #cdcccc;
	background-color:#f9f9f9;
}
#mqar-home-side .ad {
	border: none;
}
.topAds .adColumn {
	width:24.8%;
	float:left;
}
#mqar-bottom-header .adHeader,
#mqar-bottom-header .topAdsULCont,
#mqar-bottom-footer .adHeader,
#mqar-bottom-footer .topAdsULCont,
#mqar-top-map .adHeader,
#mqar-top-map .topAdsULCont,
#mqar-bottom-summary .adHeader,
#mqar-bottom-summary .topAdsULCont,
#mqar-summary-right ul,
#mqar-summary-right .adHeader,
#mqar-map-side .adHeader2,
#mqar-search-side .adHeader2
{
	padding-left:10px;
}
#mqar-bottom-footer .topAdsULCont, #mqar-bottom-header .topAdsULCont{
	padding-right:10px;
}
#mqar-bottom-header .ad,
#mqar-bottom-footer .ad,
#mqar-top-map .ad,
#mqar-bottom-summary .ad
{
	padding-bottom:5px;
}
#mqar-map-side, 
#mqar-search-side
{
	padding:10px 0px; 
}
#mqar-map-side .ad,
#mqar-search-side .ad 
{
	padding:8px 0px;
}
#mqar-map-side ul,
#mqar-search-side ul
{
	padding:3px 0px 0px 14px;
}
.adHeader{
	padding: 0px 0px 5px 0px;
	background-color:#f4f4f4;
}
.ie .adHeader, .ie7 .adHeader{
	/*fix for IE peekaboo bug*/
	height:12px;	
}
.adHeader span, .adHeader a, .adHeader a:visited{
	text-decoration: underline;
	font-weight:bold;
	color:#272750;
}
.ie .adHeader2, .ie7 .adHeader2{
	/*fix for IE peekaboo bug*/
	height:1%;	
}
.adHeader2 span{
	font-weight:bold;
	color:#272750;
	font-size:12px;
}
.topAds .adColumn2 {
	width:50%;
	float:left;
}
.adColumn2 a {
	font-size:11px;
}
/*************************************************************************************
* =HEADER
**************************************************************************************/
/* = aol hat */
.aolnav, .aolnavHome{
	height:28px;
	margin-top:6px;
} 
.aolnav ul, .aolnavHome ul {
    float:          left;
    text-align:     center;
    list-style:     none;
    margin-top:		2px;
}
.aolnav li, .aolnavHome li  {
    display:        inline;
    padding:        0 0.5em 0 0.5em;
    border-right:   1px solid #9c915f;
    font-weight:    bold;
    text-align:     left;
}
.aolnav li.last, .aolnavHome li.last {
    border: none;
}
.aolnav li a,.aolnav li a:visited,.aolnavHome a, .aolnavHome a:visited {
    color:              #9c915f;
    text-decoration:    none;
}
#aolinput{
	width:230px;
}
#aolwebSearch{
	padding-right:10px
}
.aolbtnalt{
	padding:0px 4px 0px 4px;
	border: 1px solid #60a72b;
	background: #d3e9cd;	
	color:#3d7342;
	cursor:pointer;
	height:19px;
	width:auto;
	overflow:visible;
} }
