/* CSS Document */

/*------- styles for time-delayed popup surveys------------------*/

.surveyheading {
	color:#fff;
}

#surveyprompt p{
	font-size:13px;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#surveyprompt .smallText {
	font-size:11px;
	background-color:#F2F2F2;
	border-top:1px solid #ccc;
	margin-left:-10px;
	margin-bottom:-10px;
	width:400px;
	padding:10px;
	border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
margin-top: 15px;
color: #666 ;
line-height:13px;
}

#surveyprompt{
	display: none;
	position: absolute;
	top: 1px;
	left: 500px;
	width: 422px;
	/*background-color: #FFF;*/
	z-index: 1200;
	font-size:0.8em;
	opacity: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#surveyprompt .boxMain{
	border: 1px solid #ccc; /*#666;*/
	background-color: #FFF; /*  instead of #surveyprompt */
	padding: 5px 10px;
	border-radius:0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	width:400px;
	height:137px;
	overflow:visible;
	text-align:left;
}
#surveyprompt .boxHeaderSmall{
  /*http://arczone.esri.com/resources/pdf/branding_guidelines.pdf
	page 43
	green  - 15 #2A7433;  16 #35AC46;
	orange - 19 #DA4D1E; 20 #F36F20; 21 #F36F20;
	*/
	background-color: #007AC3;  /*#DA4D1E;*/ /*#004575;*/ /*#2D7104;*/
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius:6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	overflow:visible;
	width:400px;

}
#surveyprompt .boxHeaderSmall h2 {
	font-size:16px;
	padding:5px;
	margin:-2px 0;
	background:none;
	text-align:left;
	font-family: 'Avenir LT W01 85 Heavy', Verdana, Geneva, sans-serif;
}
#surveyprompt .sbmtReg{ text-align:center; margin-bottom:10px;}
#surveyprompt #minSurvey{ cursor:pointer;float:right;}
#surveyprompt #heading  { padding-left: 20px; margin-right:10px;}


#surveyprompt #cboxClose {
	text-indent:-9999px;
	width:31px;
	height:31px;
	position:absolute;
	top:-15px;
	*top:0;
	_top:0;
	left:305px;
	*left:290px;
	_left:290px;
	background:url(http://www.esri.com/styles/esricore/scripts/colorbox/controls.png) 0 0 no-repeat;
	
	/*_background:none;
 	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.esri.com/styles/esricore/scripts/colorbox/controls.gif', sizingMethod='crop');
	*/
	cursor:pointer;
}


#surveyprompt #cboxSlideshow, #surveyprompt #cboxPrevious, #surveyprompt #cboxNext {
	text-indent:-9999px;
	font-size:10px;
	line-height:10px;
	width:11px;
	height:12px;
	position:absolute;
	bottom:8px;
	background:url(http://www.esri.com/styles/esricore/scripts/colorbox/controls.png) 0 0 no-repeat;
	_background:none;
 	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.esri.com/styles/esricore/scripts/colorbox/controls.png', sizingMethod='crop');
}

#surveyprompt #cboxPrevious.hover {
	background-position:-9px -92px;
}

#surveyprompt #cboxClose {
	background-position:-35px 0px;
	right:-12px;
}
#surveyprompt #cboxClose.hover {
	background-position:-35px -102px;
}

#surveyprompt .cta {
	text-align:center;
	display:block;
}

#yesplease {
	font-size:13px;
}

#surveyprompt .cta #nothanks{ 
font-size:11px;
margin-left:5px;
}

/* Small Green Button */
.btnSmallGreen {
    display:inline-block;
    position:relative;
    height:25px;
    overflow:hidden;
    font-size:11px;
    line-height:11px;
    vertical-align:middle;
}
.btnSmallGreen .leftCorners, .btnSmallGreen .rightCorners, .btnSmallGreen a {
    padding-top:7px;
    padding-bottom:7px;
    font-size:11x;
    line-height:11px;
    height:11px;
    max-height:25px;
    overflow:hidden;
    cursor:pointer;
    outline:0;
}
.btnSmallGreen .leftCorners {
    position:absolute;
    top:0;
    left:0;
    display:block;
    overflow:hidden;
    width:3px;
    background:url(/graphics/buttons/small-green/l.png) no-repeat left top;
    _background-image:none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.esri.com/graphics/buttons/small-green/l.png', sizingMethod='crop');
    z-index:2;
}
.btnSmallGreen .rightCorners {
    position:absolute;
    top:0;
    right:0;
    display:block;
    overflow:hidden;
    width:3px;
    background:url(/graphics/buttons/small-green/r.png) no-repeat left top;
    _background-image:none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.esri.com/graphics/buttons/small-green/r.png', sizingMethod='crop');
    z-index:2;
}
.btnSmallGreen a {
    color:#fff !important;
    font-weight:bold;
    text-decoration:none;
    display:inline-block;
    padding-left:35px;
    padding-right:35px;
    background:url(/graphics/buttons/small-green/bg.jpg) #4b9302 repeat-x left top;
    margin:0 3px;
}
.btnSmallGreen a:hover, .btnSmallGreen:hover a {
    color:#fff !important;
}
.btnSmallGreen:hover a {
    background:url(/graphics/buttons/small-green/bg.jpg) #02719d repeat-x 0 -25px;
}
.btnSmallGreen:hover .leftCorners {
    background:url(/graphics/buttons/small-green/l.png) no-repeat 0 -25px;
}
.btnSmallGreen:hover .rightCorners {
    background:url(/graphics/buttons/small-green/r.png) no-repeat 0 -25px;
}

