/* CSS RESET
------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* AV DATA GRABBER STYLES
------------------------------------------------------------*/
div.loader {
	margin-top:15px;
}

strong {
	font-weight:bold;
}

div.dataticker {
	width:400px;
	margin:15px auto;
	padding:8px;
	background-color:#eee;
	border:1px solid #888;
	font-size:11px;
	color:#666;	
}


/* AV SITE STYLES
------------------------------------------------------------*/
a {color:#444;}
a:hover {color:#1C9E05;}

div.alphanote {
	margin:0 auto -10px auto;
	font-size:11px;
	padding:6px 12px;
	background-color:#eee;
	border-bottom:1px solid #bbb;
	color:#555;
	text-align:center;	
}

div.alphanote span {
	font-size:10px;
}

div.ziploops {
	display:none;
	width:708px;
	height:auto;
	padding:15px 25px 10px 25px;
	margin:10px auto 25px auto;	
	background-color: #eee;
	border:1px solid #aaa;
	color:#444;
	font-size:12px;
}

div.ziploops p.explanation {
	font-size:10px;
	color:#777;	
	margin: 10px auto;
}

div.scrollable { 
	position:relative; 
	overflow:hidden; 
	width: 758px; 
	min-height:500px;
	height:auto;
	margin:auto;
}

div.scrollable div.items { 
	width:20000em; 
	position:absolute; 
}

div.scrollable div.items form { 
	float:left;
}

form.inputs, div.inputs {
	width:708px;
	min-height:118px;
	height:auto;
	padding:110px 25px 0 25px;
	margin:40px auto;	
	background: #fff url(../images/bg-form-tall.png) no-repeat;
	position:relative;
}

.citylabel, .statelabel {
	float:left;
	margin-left:75px;
	margin-bottom:20px;
	display: block;
}

.citylabel input {
	margin-left:10px;
	width:110px;	
}

.ctypelabel {
	clear:both;
	display:block;
	margin: auto;
	text-align:center;
}

.panes .ctypelabel {
	clear:both;
	display:block;
	margin: auto auto auto 25px;
	text-align:center;
	float: left;
}

.ctypelabel select {
	margin-left:10px;
}

#simple .ctypelabel option.comparison, .zipcode .ctypelabel option.comparison, .reloader option.comparison {
	display: none;
}

.bypercent {
	text-align: center;
	margin:15px auto 5px auto;
	color: #777;
	line-height: 16px;
	font-size: 11px;
}

.compcities .bypercent, .compzips .bypercent {
	float: right;
	position: relative;
	top: -15px;
	right: 45px;
}
.bypercent label {
	margin: auto 4px;
	color: #111;
	font-size: 12px;
}

.submitinput {
	display:block;
	margin:29px auto 10px auto;
	width:133px;
	height:48px;
	text-indent:-8000px;
	padding:0;
	border:0;
	cursor:pointer;
	background: url(../images/btn-create.png) no-repeat;
}

.submitinput:hover {
	background-position: 0 -48px;	
}


/* advanced and simple buttons */
a.advsimple {
	display:block;
	position:absolute;
	bottom:-10px;
	z-index:100;
	right:15px;
	height:27px;
	width: 100px;
	background-position: 0 0;
	cursor:pointer;
}

a.advsimple:hover {
	background-position: 0 -27px;	
}

a#advancedbut {
	background: url(../images/but-advanced.png) no-repeat;
}

a#simplebut {
	background: url(../images/but-simple.png) no-repeat;
}



/* tab styles for advanced pane */
ul.tabs {
	line-height:20px;
	width:auto;
	position:absolute;
	top:87px;
	left:25px;
}

ul.tabs li {
	float:left;
	margin-right:5px;
}

ul.tabs li a {
	display:block;
	padding:0 4px;
	background:#999;
	color:#fff;
	text-decoration:none;
	font-size:11px;
}

ul.tabs li a.current {
	color:#111;
	background:#e1e1e1;
	padding-bottom:3px;
}


form fieldset {
	padding:15px 0 10px 0;
	background:#e1e1e1;	
}


/* additional/generic controls pane */

fieldset.genericcontrols {
	margin-top:15px;
	background:#eee;
	padding:10px 15px;
}

fieldset.genericcontrols fieldset.daterange {
	margin-top:0;
	background:#eee;
	padding-top:0;
	float:right;
}

fieldset.genericcontrols label.interactive {
	padding-left:15px;
}

fieldset.genericcontrols label.daterange {
	margin-left:10px;
}

fieldset.genericcontrols h3 {
	font-weight:bold;	
	margin-bottom:10px;
}


img#formfoot {
	position:absolute;
	bottom:-25px;
	left:0;
	z-index:1;
}

.titleline {
	margin-top:-20px;
	margin-bottom:15px;
}

.titleline strong {
	font-weight:bold;
}

.graph {
	display:block;
	border:1px solid #aaa;
	margin: 25px auto;
}
