body, html, div {
	border: 0;
	color: #444;
	font-family: myriad-pro-1,myriad-pro-2, myriad-pro, Helvetica, Verdana, MS Trebuchet, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	outline: none;
	padding: 0;
}
/*Color Palette
#00ccff - primary blue
#bbeefb - nav background
#7ce2fc - main header background
#f9f9f9 - body background grey
#332d29 - primary brown / sidebar h2 background
#7ce2fc - tables - th border
#baedfb - tables - td border
#00a5d0 - link color
#ffff00 - yellow highlight
*/


body, html {
	background-color: #fdfdfd;
}
/* @group Page Layouts */

#c {
	margin: 0 auto;
	position: relative !important;
	width: 960px;
}
#c2 {
	margin: 0;
	padding: 0;
}


a {
	color: #006;
}
a:hover {
	color: blue;
}
a:active {
	color: orange;
}
a:focus {
	outline: none;
}
img {
	background-color: transparent !important;
	border: 0 solid transparent !important;
}



#h {
	float: left;
	margin: 15px 0 0;
	padding: 0;
	padding-bottom: 10px;
	width: 100%;
}
#h .tagline {
	color: #999;
	left: 95px;
	position: absolute;
	top: 30px;
}
#b {
	float: left;
	margin: 0;
	width: 100%;
}
#main, #sidebar {
	float: left;
}
#main {
	margin-right: 10px;
	position: relative;
	width: 630px;
}
#sidebar {
	background-color: #efefef;
	width: 320px;
}
#sidebar .pdr {
	padding: 10px;
}
#f {
	border-top: 1px solid #baedfb;
	clear: left;
	float: left;
	font-size: 80%;
	margin-top: 10px;
	padding: 10px 0;
	width: 100%;
}


div.cols-2, div.cols-3, div.cols-4, .cols-2, .cols-3, .cols-4 {
	float: left;
	width: 100%;
}
div.cols-2 div.col, .cols-2 .col { 
/* this is for two equal columns */
	float: left;
	margin: 0 1%;
	padding: 0;
	width: 46% !important;
}
div.cols-3 div.col { 
/* this is for three equal columns */
	float: left;
	margin: 0 1%;
	padding: 0;
	width: 31% !important;
}
div.cols-4 div.col { 
/* this is for four equal columns */
	display: inline;
	float: left;
	margin: 0 1%;
	padding: 0;
	width: 24%;
}
div.cols-4 div.first, div.cols-4 div.last {
	margin: 0;
}
em.clr {
	clear: both;
	display: block;
	font-size: 1px;
	margin: 0;
	padding: 0;
	width: 100%;
}
br.clr {
	clear: both;
	display: block;
	font-size: 1px;
	margin: 0;
	padding: 0;
	width: 100%;
	
}
/* @end */

/* @group Site Header */
div#h {
}
#logo {
	height: 29px;
	left: 0;
	position: absolute;
	top: 20px;
	width: 85px;
}

#phonenumber {
	color: #443;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 5px;
}

/* @group Site Nav */
ul#nav {
	border-bottom: 1px solid #ddd;
	margin: 10px 0 0 0;
	padding: 10px 0 5px 0;
	text-align: right;
}
ul#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#nav li a {
	color: #333;
	font-size: 13px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
ul#nav li a:hover {
	border-bottom: 4px solid #069;
	color: #069;
	padding-bottom: 2px;
}

/* @end */



/* @end */

/* @group Tables */

table {
	border: 0;
	border-collapse: collapse;
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
}
th, td {
	margin: 0;
	padding: 10px;
}
th {
	border-bottom: 2px solid #333;
	font-size: 12px;
	padding: 10px 10px 2px 10px;
	vertical-align: bottom;
}
th.projectName {
	text-align: left;
}
th.reportsLabel {
	font-weight: normal;
	text-align: right;
}
td {
	text-align: center;
}
td.projectName {
	border-left: 0;
	text-align: left;
}
td.projectName p {
	margin: 0;
	padding: 0;
}
.rowtitle {
	border-left: 0;
	text-align: left;
}
td.left, th.left {
	text-align: left;
}

tr.alt, tr.alt td {
	background-color: #f4f4f4;
}
#sidebar th, #sidebar td {
	border-color: #fff !important;
}
/* @end */

/* @group Highlights, Bolds, etc. */

strong {
	background-color: #ffff00;
}
.report_warning, .note {
	color: #777;
	font-size: 80%;
	font-weight: normal;
}
.delete {
	color: #930;
	font-weight: normal;
	text-decoration: none;
}
.delete:hover {
	background-color: red;
	color: #fff;
}
.msg_warning {
	background-color: #ffc;
	border: 1px solid #fc0;
	margin: 45px 20px 15px;
	padding: 0 10px 10px;
}
.admin_warning {
	background-color: red;
	color: white;
}
/* @end */

/* @group Headers */
h1,h2,h3,h4,h5, h6 {
	margin: 0;
	padding: 0 0 5px;
}
h1, h2, h3 {
	font-weight: normal;
}
h4, h5, h6 {
	font-weight: normal;
}


h1 {
	color: #222;
	font-size: 35px;
	margin: 10px 0 10px 0;
	padding: 5px 5px;
}
h2 {
	padding-top: 10px;
}
h2.with_line {
	font-size: 29px;
	background: url(/images/bg-h2.gif) repeat-x left 28px;
	margin-bottom: 5px;
	padding-bottom: 0;
	text-indent: 10px;
}
h2.with_line span {
	background-color: #fdfdfd;
	padding: 0 5px;
}

h3 {
	font-size: 17px;
	margin: 10px 0 0 0;
	padding: 0;
}
h4 {
	color: #2E2825;
	font-size: 16px;
	margin: 10px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}
h5 {
	color: #676767;
	font-size: 14px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 0;
}
/* @end */

/* @group Text */
ul {
	margin: 0;
	padding: 5px 0 5px 15px;
}
li {
	padding-bottom: 5px;
}
.slug {
	margin-top: 0;
	padding-top: 0;
}
p {
	margin: 0;
	padding: 5px 0 5px 0;
}
em {
	font-weight: bold;
	font-style: normal;
}
/* @end */

/* @group pagination */

div.pagination {
    background-color: #f7f7f7;
    margin: 10px 0;
    padding: 10px 0;    
    text-align: center;
    width: 100%;
}
div.pagination span, div.pagination a {
    padding: 5px;
}
div.pagination .disabled {
	color: #ddd;
}
div.pagination .prev_page {}
div.pagination .next_page {}
div.pagination .current {}
div.pagination .gap {}

/* @end */

/* @group Errors */

.errorExplanation {
	color: red;
}
div.fieldWithErrors {
	background-color: #ffe1de;
	color: red;
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
}
div.fieldWithErrors input {
	background-color: transparent !important;
}
/* @end */

/* @group Forms */
.required {color: red;}
textarea {
	font-size: 97%;
}
.formhelp {
	color: #999;
	display: block;
	font-size: 80%;
	font-style: italic;
}

/* @end */

/* @group Homepage */

.home_index {
	background-color: #fdfdfd;
	background-image: url('/images/white_texture.png');
	background-image: url('/images/concrete_wall_3.png');
}
.feature {
	background-color: #fdfdfd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.5em;
	margin-bottom: 20px;
	padding: 20px 30px 20px;
	text-shadow: 1px 1px 1px #fff;
	-webkit-box-shadow: 0px 0px 1px 1px #888;
	-moz-box-shadow: 0px 0px 1px 1px #888;
	box-shadow: 0px 0px 2px 0px #888;
}

.feature ul li {
	font-size: 0.7em;
}
.feature h1 {
	font-size: 1.8em;
/*	font-weight: bold !important;*/
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.feature .tagline {
	margin-top: 0;
	padding-top: 0;
}
.feature .screenshot {
	background-color: #eee;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	height: 400px;
	overflow: auto;
	margin-right: 20px;
	width: 650px
}
.feature .quotes {
	padding: 20px 0;
}
.feature .quotes p {
	color: #999;
	font-family: georgia, 'times new roman', serif;
	font-size: 1.4em;
	font-style: italic;
	width: 60%;
}
/* @group The Data */
#theData {
	background: url(/images/bg-thedata.gif) repeat-y;
	margin-bottom: 20px;
}
#theData #box1 {
	margin: 0 5px 0 0 !important;
	padding: 10px !important;
	width: 455px !important;
}
#theData #box2 {
	margin: 0 0 0 5px !important;
	padding: 10px !important;
	width: 455px !important;
}
#getData {
	margin-left: 10px;
}
/* @end */

.try_it_free {
	clear: left;
	font-size: 25px;
	padding-top: 20px;
}
h1#home {
	background: url(/images/h1_underline.gif) no-repeat 260px bottom;
	padding-bottom: 7px;
}
#homeh1 {
	font-weight: bold;
	margin-top: 30px;
}
#offer {
	font-size: 19px;
	text-align: center;
}
#offer span {
	background-color: #fefe90;
	font-weight: normal;
	font-size: 19px;
	padding: 6px 10px;
}
#offer a {
	font-size: 19px;
	margin: 0;
}
#homeh1_tagline {
	font-size: 19px;
	margin-left: 5px;
	margin-top: -10px;
}
#home #homepage_feature_2010 {
	background-image: url(/images/homepage_feature_2011.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 300px;
	width: 940px;
}
#homepage_feature_2010 dl {
	padding: 0;
	padding-top: 20px;
}
#homepage_feature_2010 dt {
	font-weight: bold;
	font-size: 25px;
}
#homepage_feature_2010 dd {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0;
}
#homepage_feature_2010 dd ul {
	font-size: 11px;
}
#homepage_feature_2010 .samples {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 7px;
	width: 300px;
}

#announcement {
	background-color: #f80;
	color: #fdfdfd;
	float: left;
	font-size: 15px;
	margin-bottom: 10px;
	padding: 15px;
	width: 100%;
}
#announcement span.new {
	display: block;
	float: left;
	font-size: 11px;
	padding-top: 7px;
	padding-right: 15px;
}
#announcement a {
	color: #fff;
}
#announcement .headline {
	float: left;
	font-size: 19px;
}
#announcement .desc {
	float: right;
	font-size: 15px;
	margin-top: 3px;
}
/* @end */

/* @group Data Report Landing Pages */
#reportLandingPageSlug {
	font-size: 15px;
	margin-top: -15px;
	padding-left: 5px;
	padding-top: 0;
	width: 650px;
}
#dataDescription {
	background-color: #f8f8f9;
	float: left;
	padding: 10px;
}
#projectmap, #dataSources {
	float: left;
	width: 330px;
}
#projectdata, #stackOfReports {
	float: left;
	margin-left: 10px;
	width: 600px;
}
#downloadASample {
	background-color: #eeeef2;
	clear: left;
	padding: 20px;
}
#downloadASample a {
	font-size: 19px;
}
#offer {
	margin-bottom: 20px;
	margin-top:20px;
}
#stackOfReports {
	position: relative;
}
#stackOfReports p.note {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 120px;
}
.next {
	float: right;
	font-weight: bold;
}

/* @end */



/* @group Page - EJ Estimate */
#ejreport .col {
	float: left;
	text-align: center;
	width: 45%;
}


/* @end */

/* @group Page - Homepage OLD */

/* @group My Group */

#kcs_project_feature {
	background: url(../images/kc_nightmare_project/story_right.jpg) no-repeat right top;
	float: left;
	height: 290px;
	margin: 10px 0 10px;
	padding: 0 !important;
	width: 960px;
}

#kcs_project_feature #feature_content {
	background: url(../images/kc_nightmare_project/story_left.gif) no-repeat left top;
	float: left;
	height: 290px;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	text-indent: -5000px;
	width: 960px;
}


/* @end */

/* @group How Cubit Works */
#how_feature {
	background: url(../images/kc_nightmare_project/how_bottom.gif) no-repeat right bottom;
	float: left;
	height: 474px;
	margin: 10px 0 20px;
	padding: 0 !important;
	width: 960px;
}

#how_feature h1 {
	background: url(../images/kc_nightmare_project/how_top.gif) no-repeat left top;
	float: left;
	height: 83px;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	text-indent: -5000px;
	width: 960px;
}
#how_feature p.p1 {
	background: url(../images/kc_nightmare_project/how_left.jpg) no-repeat left top;
	float: left;
	height: 349px;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	text-indent: -5000px;
	width: 480px;
}
#how_feature p.p2 {
	background: url(../images/kc_nightmare_project/how_right.jpg) no-repeat left top;
	float: left;
	height: 349px;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	text-indent: -5000px;
	width: 480px;
}
#products_subnav, #products_subnav li {
	list-style: none;
}

#products_subnav li {
	display: inline;
}
#products_subnav a {
	border: 1px solid #ddd;
	border-right: 0;
	color: #111;
	display: block;
	height: 50px;
	float: left;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	width: 19%;
}
#products_subnav a.last {
	background-color: #fe6500;
	border: 1px solid #ddd;
}

#products_subnav a:hover {
	background-color: #ddd;
}

#products_subnav a span {
	color: #999;
	font-size: 11px;
}
#products_subnav a:hover span {
	font-size: 11px;
}
#products_subnav a.last span {
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding-top: 0px !important;
}
#products_subnav a.last:hover, #products_subnav a.last:hover span {
	background-color: #fe6500;
	color: #fff;
	font-size: 1.1em;
}
/* @end */




p.quote_attr {
	text-align: left;
}
p.date {
	font-size: 80%;
	font-style: italic;
	margin-bottom: 0;
	margin-top:0;
	padding-bottom: 0;
	padding-top:0;
}
ul.follow li {
	padding: 2px 0;
}

/* @end */

/* @group Page - Projects */
/* @group Zero State */

#zero_state_projects {
	text-align: center;
}
#zero_state_projects #new_project_promo {
	padding-top: 85px;
	width: 300px;
}
#zero_state_projects #new_project_movie {
	text-align:center;
	width: 640px;
}
#zero_state_projects #set_default_state_promo {
	background-color: #eee;
	clear:left;
	font-weight: bold;
	margin-top: 10px;	
	padding: 20px;
}
/* @end */


table#projects, table#reports {
	width: 100%;
}
	
	
	#quickstartguide {
		background-image: url('/images/project_quick_start_guide.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #eee;
		border: 1px solid #ddd;
		height: 328;
		margin-bottom: 10px;
		padding: 5px 10px;
	}
	#quickstartguide ul {list-style: none;}
	.h2note {
		font-size:0.8em;
		font-style:italic;
		font-weight:normal;
		margin-left:10px;
}
	#map {
		height: 400px; 
		margin: 0 auto;
		width: 600px;
}
	#linedata {
		padding-left:20px;
}
	#projects label {
		font-weight: bold;
		font-size: 1.2em;
}
	body#projects li span.note {display:block;text-decoration: none !important;border: 0;}
	body#projects a.all_projects {
		float: right;
	}
	body#projects #ejestimateimages img {
		margin: 0 10px 10px;
		width: 80%;
	}
	body#projects #ejestimateimages div {text-align: center;}
	h2 span.instructions {
	 font-size: 70%;
}
	#reportbtn {
		margin-left: 10px;
}
	#reportslist {
		background-color: #ddd;
}
	#reportslist li {
		padding-bottom: 5px;
	}
	#reportslistclosebtn {
		position: relative;
		text-align: right;
}
	#editprojectbtn {
	margin-top: -15px;
	padding: 5px 5px 10px;
}
	#editprojectbtn a {
		background-image: url(/images/btn-edit-project.png);
		display: block;
		height: 25px;
		text-indent: -5000px;
		width: 107px;
	}

/* @end */
#maplegend {
	list-style: none;
	margin: 0 auto;
	padding: 5px 0 0 10px;
	width: 630px;
}
#maplegend li {
	color: #777;
	float: left;
	font-size: 10px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 5px;
	width: 170px;
}
h3.maplegend {
	font-size: 12px;
	margin-left: 10px;
}
/* @end */

/* @group Page - Tours */

div.movie_box {
	margin: 15px auto;
	text-align:center !important;
	width: 640px;
}
p.movie_nav {
	text-align: center;
}

/* @end */

/* @group Page - Buzz */
ul.buzzlist {
	margin: 0;
	padding: 0;
}
.buzzlist li {
	background: #ededed url(/images/bg-quote-tail.gif) no-repeat left bottom;
	float: left;
	font-size: 1.2em;
	list-style: none;
	margin: 18px;
	padding: 10px 10px 29px;
	width: 40%;
}
.quote {
	background: #ededed url(/images/bg-quote-tail.gif) no-repeat left bottom;
	font-size: 1.2em;
	margin: 0px;
	padding: 18px 18px 37px;
	
}

/* @end */

/* @group Orders */
#order_summary th, #order_summary td {
	border-color: #ddd;
	border-width: 1px;
	font-size: 0.9em;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	width: 50%!important;
}
#order_summary th {
	text-align: right;
}
#order_summary tr.total th, #order_summary tr.total td {
	border-top: 2px solid #baedfb;
	font-weight: bold;
	}

/* @end */

/* @group Report Previews */

.reportinfo {
	background-color: #eee;
	border: 1px solid #ddd;
	float: left;
	width: 100%;
}
.reportinfo .pdr {
	padding: 20px;
}
.reportinfo p {
	float:left;
	font-size: 0.9em;
	margin-top: 0; 
	padding-top: 0;
	width: 50%;
}
.reportinfo div.btns {
	float:right;
}
.reportinfo span {
	display:block;
	font-size:10px;
	width: 200px;
}


div#report {
	padding: 0 10px;
}
div.short {
	border: 20px solid #ddd !important;
	height: 450px;
	overflow: auto;	
}
div.previewtabs {
	height: 50px;
	margin: 0 auto 20px;
	padding: 4px 0 0 5px;
	position: relative;
	text-align: left;
	background: #fff url(../images/bg_breadcrumb_panel.png) repeat-x left top;
}
div.previewtabs span.tabs a, div.previewtabs span.tabs a:hover {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: normal;
	padding: 13px 25px 10px 10px;
	position: relative;
	text-decoration: none;
	background: url(../images/bg_breadcrumb.png) no-repeat right center;
}

div.previewtabs span.tabs a.active {
	font-weight: bold;
}
div.previewtabs span.tabs a.active, div.previewtabs span.tabs a:hover {
	background: url(../images/bg_breadcrumb_hover.png) no-repeat right center;
	color: #333;
}
a#purchase_link {
	display: block;
	float:left;
	height: 32px;
	margin-right: 10px;
	margin-top: 0 !important;
	width:213px;
}

/* @group tables */
#report table {
	border-collapse: collapse !important;
	border: 1px solid #999 !important;
	font-size: 0.8em !important;
	margin: 0 !important;
}
#report table#incomeData, #report table#transportationData, #report table#popProjections {
	width: 100% !important;
}
#report table caption {
	font-size: 16px; 
	text-align: left;
}

#report table td, #report table th {
	border: 1px solid #999 !important;
	padding: 3px 6px;
}
#report table tr.toprow th, #report .toprow {
	border-bottom: 2px solid #333 !important;
}

#report table#adultSpeakers td, #report table#adultSpeakers th, #report table#top5Languages td {
	text-align: center;
	width: 16% !important;
}
#report table#minorityRaces td, 
#report table#minorityRaces th, 
#report table#populationTrends td, 
#report table#populationTrends th, 
#report table#incomeData td, 
#report table#incomeData th, 
#report table#transportationData td, 
#report table#transportationData th, 
#report table#popProjections th, 
#report table#popProjections td, 
#report table#incomeData2 td {
	text-align: center;
}
#report td.geoName {
	width: 250px !important !important;
}
#report table th.left, #report table td.left {	
	text-align: left !important;
}
#report table th.right {
	text-align: right;
}

table.fullwidth {
	width: 100% !important;
}
#report .footnote, #report td.footnote {
	color: #999;
	font-size: 9px;
	padding: 6px;
	text-align: left !important;
}

#report td.footnote p {margin: 2px 0px;}
#report .footnote h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#report .footnote ul {
	margin-left: 0px;
}


/* @end */

/* @group Map Controls */
#mapform h2 {
	padding-bottom: 0;
}
#mapform p {
	padding-left: 20px;
}
#project_name, #project_description {
	border: 1px solid #aaa;
	width: 500px;
}
#mapform #project_buffer,#mapform #project_name {
	font-size: 1.4em;
	padding: 3px;
}
#mapform textarea {
	height: 40px;
	font-size: 0.8em;
}
#mapform #project_name {
	margin-bottom: 10px;
}
#mapform .note {
	color: #111;
}
#project_description_block span {
	color: #999 !important;
}
#project_description_block textarea {
	border-color: #ddd;
	color: #999;
}

/* NEW MAP EDITING TOOLS */
.map_button {
		background-color: #7a789f;
		border: 1px solid #3a3b57;
		color: #eee;
		margin-left: 0;
		padding: 7px;
		text-decoration: none;
	}
.map_button:hover {
	color: #fff;
}

#polyline, #polygon {
	color: #3a3b57;
}
#polyline {
	border-right: 0;
	margin-right: 0;
}
#polygon {
	border-left: 0;
	margin-left: -4px;
}
#polygon.active {
	padding-right: 2px;
}
#polyline.active {
	padding-left: 2px;
}
#polyline.active span, #polygon.active span {
	background-color: #3a3b57;
	color: #fff;
	font-weight: bold;
	padding: 5px 7px;
}

.block {
	display: block;
}
#m {
	border: 1px solid #ddd;
	position: relative;
	margin: 0 7px 0 10px;
	padding: 5px;
}
#m #tools {
	padding: 9px 0px 14px;
}
#geocoder {
	background-color: #fff;
	float: right;
	font-size: 10px;
	margin-right: 14px;
	margin-top: -7px;
	text-align: right;
}
#geocoder input {
	width: 170px;
}
input.placeholder { color: #a9a9a9 !important; }

/* @end */



#quote_sarah_itz {
	background-image: url(/images/products/quote_sarah_itz.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	clear: left;
	height: 163px;
	text-indent: -5000px;
	width: 418px;
}


/* @group Try It Free Bar */

#try_it_free {
	background-color: #ddd;
	clear: left;
	padding: 10px;
	margin: 10px 0;
}
#try_it_free .signup {
	background-image: url(/images/btn-get-your-free-acct-blue.png);
	display: block;
	float: right;
	height: 42px;
	margin: 10px 10px 0;
	text-indent: -5000px;
	width: 248px;
}

#try_it_free .demolink {
	background-image: url(/images/btn-try-the-demo-blue.png);
	display: block;
	float: right;
	height: 42px;
	margin-top: 10px;
	text-indent: -5000px;
	width: 203px;

}
#try_it_free p {
	font-size: 20px;
	font-weight: bold;
	margin: 10px;
	padding: 0;
}
#try_it_free span {
	display: block;
	font-size: 12px;
}
/* @end */

/* @group Login & Signup */

body #login_signup {
	background-color: #f1f1f1;
	background-image: url(/images/bg_login.gif);
	margin: 0;
	padding: 0;
}
#login_signup #c {
	background-color: #fefefe;
	border: 1px solid #ccc;
	margin: 50px auto;
	width: 500px;
}
#login_signup #c .pdr {
	 padding: 20px;
}
#login_signup .required {
	color: red;
	font-size: 80%;
}
.signup {
	background-image: url('/images/btn_signup_block.png');
	border: 0;
	height: 41px;
	width: 149px;
}
.signup:hover {
	background-image: url('/images/btn_signup_block.png');
	background-position: 0 -41px;
	cursor: hand;
}
#login_signup h1 {
	clear: left;
	margin-bottom:0;
	padding-bottom:0;
	padding-top: 15px;
}
#login_signup #account_or_login_link {
	 float:right;
	 font-size: 85%;
	 margin-top: -87px;
	 text-align:right;
	 width: 200px;
}
#account_or_login_link h2 {
	background-color: transparent;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#demobox p {
	font-size: 1.5em;
	text-align:center;
}
#login_signup p.h1tagline {
	margin-top:0;
	padding-left:5px;
}
#login_signup label {
	display: block;
}
#login_signup .terms {font-size: 80%; width: 50%;}
#login_signup p label {color: #777;}
#login_signup p input {font-size: 17px;}
#login_signup #phonenumber {
	color: #777;
	font-size: 11px;
	top: -20px;
	position: absolute;
	right: 10px;
}
#login_signup #logo {
	left: 10px;
	position: absolute;
	top: 10px;
}
#login_signup #h {
	border-bottom: 1px solid #ddd;
	height: 45px;
	margin: 0 10px;
	padding: 0;
	width: 480px;
}
/* @end */

/* @group Buttons */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Helvetica, Verdana, Arial, sans-serif;
	padding: .5em 2em .5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.buttonie {
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Helvetica, Verdana, Arial, sans-serif;
	padding: .5em 2em .5em;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.small {
	font: 12px/100% Helvetica, Arial, sans-serif;
	padding: .5em 1em .5em;
}
.giant {
	font-size: 1em;
	padding: .42em 1em .4em;
}
.gasgiant {
	font-size: 1.3em;
	padding: .5em 1.5em .5em;
}
.medium {
	font-size: 12px;
	padding: .42em 1.5em .4em;
}
.small {
	font-size: 11px;
	padding: .375em 1em .3em;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	color: #fef4e9;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	color: #fef4e9;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	color: #d9eef7;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #d9eef7;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
.disabled, .disabled:hover, .disabled:active {
	color: #bbb !important;
	border: solid 1px #bbb;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
	background: -moz-linear-gradient(top,  #eee,  #eee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#eee');
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	text-shadow: 0 0 0 rgba(0,0,0,0);
	
}

/* @end */
#admin_toolbar,#admin_nav {
	border-bottom: 1px solid #aaa;
	padding: 10px 5px 5px;
}

#project_toolbar {
	clear: left;
	padding-bottom: 15px;
}
#map_options {
	margin-bottom: 10px;
}

#notice {
	background-color: #ffc;
	padding: 10px;
}
.alert {
	background-color: #ffc;
	border: 1px solid #fc0;
	padding: 10px;
}

/* ADDS */
#projects h1 {
}

.leftnav {
	background-color: #f9f9f9;
	border: 1px solid #dadada;
	border-bottom: 0;
	float: left;
	overflow: auto;
	width: 190px;
}
.contentwell {
	border-top: 1px solid #dadada;
	margin-left: 191px;
}
.contentwell .pdr {
	padding: 10px;
}
.contentwell h2 {
	margin-top: 0;
	padding-top: 0;
}
.leftnav ul {
	margin: 0;
	padding: 0;
}
.leftnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftnav ul li a, .leftnav h2 {
	border-bottom: 1px solid #dadada;
	display: block;
	padding: 15px 10px;
}
.leftnav h2 {
	color: #161616;
	font-size: 13px;
	font-weight: bold;
	padding-top: 20px;
	text-transform: uppercase;
}
.leftnav ul li a {
	color: #0a8de9;
	padding-left: 20px;
}
.leftnav ul li a:hover, .leftnav ul li.active a {
	background-color: #fff;
}
.leftnav ul li.active a {
	background-color: #fff;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.moe {
	color: #888;
	white-space: nowrap;
	
}
/* Added the following when we added project tabs */
#project_h1 {
	border: 0;
	font-size: 33px;
	padding: 20px 10px 10px 0;
}
#report h2 {
	margin-top: 20px;
}
/* Active tabs for project nav */
#projects_show .projects_show,
#projects_show2000 .projects_show2000,
#demographics_show .demographics_show,
#demographics_historic .demographics_historic,
#incomes_poverty_jobs_show .incomes_poverty_jobs_show,
#incomes_poverty_jobs_historic .incomes_poverty_jobs_historic,
#housing_transportations_show .housing_transportations_show,
#housing_transportations_historic .housing_transportations_historic,
#others_show .others_show,
#others_historic .others_historic,
#socioec_report .socioec_report
{
	background-color: #fff;
	
}
#projects_show .projects_show a,
#projects_show2000 .projects_show2000 a,
#demographics_show .demographics_show a,
#demographics_historic .demographics_historic a,
#incomes_poverty_jobs_show .incomes_poverty_jobs_show a,
#incomes_poverty_jobs_historic .incomes_poverty_jobs_historic a,
#housing_transportations_show .housing_transportations_show a,
#housing_transportations_historic .housing_transportations_historic a,
#others_show .others_show a,
#others_historic .others_historic a,
#socioec_report .socioec_report a
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	
}
.report_options, .shapefile_downloader {
	float: right;
}


/* Census 2010 Pages */

table.census2010pages, .census2010pages table {
	border-collapse: collapse;
	position: relative !important;
	width: 100%;
}
.census2010pages th, .census2010pages td {
	border-bottom: 1px solid #ddd !important;
}
.census2010pages .footnote {
	color: #999;
	font-size: 11px;
	text-align: left;
}

.census2010pages .indent {
	font-weight: normal;
	padding-left: 25px;
}
.census2010pages .indent-2 {
	font-weight: normal;
	padding-left: 45px;
}


.call_to_action {
	border: 1px solid #fc0;
	background-color:#ffc; 
	padding: 10px;
}

#end_notes {
	padding: 20px;
}
#end_notes h2 {
	font-size: 16px;
}
#end_notes h3 {
	font-size: 14px;
}
#end_notes h4 {
	font-size: 12px;
}

.census2010report {
	margin: 0 auto;
	padding: 10px 40px;
	width: 800px;
}
	.census2010report  h2 {
		font-weight: bold;
		margin: 0px 0 10px;
		padding: 0 0 3px 0;
	}
	.see_also_bar {
		background-color: #eee;
		border-radius: 5px;
		font-size: 1.2em;
		margin-bottom: 10px;
		padding: 7px;
		position: relative;
	}
	.see_also_bar a {
		font-weight: bold;
	}
	.see_also_bar ul {
		margin-left: 15px;
	}
	.graph {
		text-align: center;
	}
	.census2010report span.geoname {
		color: #676767;
		display: block;
		font-size: 0.8em;
		font-weight: 100;
	}
	
	.census2010report .notes {
		background-color: #eee;
		border-radius: 5px;
		color: #777;
		margin: 30px auto;
		padding: 20px;
	}
	.census2010report .notes h2 {
		border-bottom: 0;
		font-size: 0.9em;
		margin: 10px 0 0;
		padding: 0;
		text-transform: uppercase;
	}
div.cancel, .order_receipts {
	background-color: #eee;
	clear: left;
	color: #999;
	margin: 50px;
	padding: 15px;
}
.development {
	background-color: red;
	color: white;
}
.development a {
	color: white;
}

#kml_loading {
	background-color: #ffc;
	border: 1px solid #fc0;
	font-size: 2em;
	font-weight: bold;
	left: 25%;
	padding: 25px;
	position: absolute;
	top: 25%;
	text-align: center;
	width: 50%;
	z-index: 999;
}


/* #purchase form */

	form#new_purchase .security_message {
		background-image: url('/images/icn_payment_lock.gif');
		background-position: 0 0;
		background-repeat: no-repeat;
		color: #999;
		font-size: 0.8em;
		padding-left: 15px;
		position: absolute;
		right: 9px;
		text-align: right;
		top: 9px;
	}
	form#new_purchase {
		border: 1px solid #ddd;
		border-radius: 5px;
		margin: 0 auto;
		position: relative;
		padding: 25px;
		width: 50%;
	}

	form#new_purchase p { position:relative }

	form#new_purchase label.innerlabel  { 
		color: #767676;
		left: 7px;
		position: absolute;
		top: 11px;
	}
	form#new_purchase input, form#new_purchase label {
		font-size: 1.2em;
	}
	div.email input, div.credit_card input {
		border: 1px solid #aaa;
		padding: 3px;
	}
	div.email, div.credit_card {
		background-image: url('/images/icn_payment_email.gif');
		background-repeat: no-repeat;
		background-position: 10px 17px;
		padding: 10px 30px;
		padding-left: 50px;
	}
	div.credit_card {
		background-color: #f1f1f1;
		background-image: url('/images/icn_payment_credit_card.gif');
		border-radius: 5px;
		position: relative;
	}
	form#new_purchase	p.submit {
		padding-left: 50px;
		padding-top: 20px;
	}
	form#new_purchase p.submit input {
/*		font-size: 2em !important;*/
	}
	form#new_purchase span.note {
		display: block;
		padding-left: 4px;
	}
	form#new_purchase .numbers, .download_package .numbers {
		text-align: right;
	}
	form#new_purchase table, .download_package table {
		margin-top: 20px;
	}
	form#new_purchase table {
		margin-left: 50px;
		width: 400px;
		
	}
	form#new_purchase td, .download_package td {
		border-bottom: 1px solid #333;
		text-align: left;
	}
	form#new_purchase tr.total td, .download_package tr.total td {
		border-bottom: 0;
		font-weight: bold;
	}
	.package {
		background-image: url('/images/icn_payment_box.gif');
		background-position: 7px 8px;
		background-repeat: no-repeat;
		padding-left: 50px;
	}
	.download_package .package {
		background-image: url('/images/icn_payment_box.gif');
		background-position: 7px 12px;
		background-repeat: no-repeat;
		padding-left: 50px;
	}
	.download_package {
		background-color: #fdfdfd;
		border: 1px solid #bbb;
		border-radius: 5px;
		margin: 50px auto;
		padding: 25px;
		position: relative;
		width: 50%;
	}
	.download_package .ohno {
		color: red;
		font-weight: bold;
	}
	
	
	
/* CSS FROM LANDING PAGES */

#census2010_pages div.sell_pdf, #census2010_pages p.sell_pdf {
	background-color: #ffc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 30px 30px;
}
#census2010_pages p.sell_pdf {
	padding: 20px;
}
#census2010_pages div.sell_pdf h2 {
	border: 0;
	margin: 0;
	padding: 0;
}
#census2010_pages .tables {
	margin: 0 auto;
}

#census2010_pages {
	background-color: #eee;
}
#census2010_pages .census2010report {
	background-color: #fff;
	border-radius: 5px;
}
.census2010pages .intro {
	font-size: 1.3em;
	width: 90%; 
}
#census2010_pages .pop_change {
	font-size: 7em;
	font-weight: 100;
}
#census2010_pages .direction_true {
	color: green;
	display: block;
}
#census2010_pages .direction_false {
	color: red;
}
#census2010_pages .pop_change .percent_sign {
	font-size: 0.4em;
}
#census2010_pages div.cols-2 div.left, #census2010_pages div.cols-2 div.right {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	width: 55% !important;
}
#census2010_pages div.cols-2 div.right {
	margin-left: 5% !important;
	width: 40% !important;
}
#census2010_pages .census2010pages {
	position: relative;
}
#census2010_pages div.notes {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35%;
}
#census2010_pages div.sell_pdf .cols-2 ul {
	color: #777;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#census2010_pages .highlight {
	background-color: #ff9;
}
#census2010_pages .top_of_button {
	display: block;
	font-size: 80%;
}

