body { background-color: #384548; color: #333; padding: 0; margin: 0; }

body, p, ol, ul, td {
  font-family: helvetica, arial, sans-serif;
  font-size:   13px;
  color: #444444;
  line-height: 18px;
}

pre {
  background-color: #f9f9f9;
  padding: 10px;
  font-size: 11px;
  border-left: 4px solid #339933;
}

a { color: #333; }
a:visited { color: #777; }
a:hover { color: #333; background-color:#ff8; }
img { border: 0 }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

#header { 
	float: left;
	background-color: #fff; 
	height: 70px; 
	width: 100%;
}

.logo {
	float:left;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 20px;
}

.logo h1 {
	font-weight: normal;
	font-size: 16px;
	color: #384548;
}

.login {
	float:left;
	width: 50%;
	padding-top: 10px;
}

.login p { text-align: right; font-size: 11px; }

#nav_top {
	float: left;
	width: 100%;
	height: 7px;
	background-image: url(/images/template/nav_top.jpg);
	font-size:0;
}

#nav_bottom {
	float: left;
	width: 100%;
	height: 7px;
	background-image: url(/images/template/nav_top.jpg);
	font-size:0;
}

#navigation {
	float:left;
	width: 100%;
	height: 54px;
	background-image: url(/images/template/navigation_bg.jpg);
}

#navigation ul {
	float: left;
	padding: 0;
	margin: 0;
}

#navigation li {
	position: relative;
	float: left;
	list-style-type: none;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
}

#navigation li span.strong {
	font-weight: bold;
	font-size: 15px;
}

#navigation li a {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0 30px; 
	color: #fff;
	text-decoration: none;
}

#navigation li a.active {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 0 26px; 
}

#navigation li a:hover {
	margin-top: 0;
	margin-bottom: 0;
	padding: 8px 30px; 
	background-color:#000;
}

#navigation li a.active:hover {
	padding: 8px 26px;
}

#navigation_arrow_campaigns {
	position: relative;
	left: 510px;
	top: 1px;
	clear: left;
	width: 100px;
}

#navigation_arrow_accountsdashboard {
	position: relative;
	left: 20px;
	top: 1px;
	clear:left;
	width: 100px;
}

#navigation_arrow_accountsdashboard_analyst {
	position: relative;
	left: 20px;
	top: 1px;
	clear:left;
	width: 100px;
}

#navigation_arrow_accounts_old {
	position: relative;
	display: none;
	left: 190px;
	top: 53px;
	height: 14px;
	width: 40px;
	background-image: url(/images/template/navigation_arrow.gif);
	background-repeat: no-repeat;
}

#navigation_arrow_accounts {
	position: relative;
	left: 345px;
	top: 1px;
	clear: left;
	width: 100px;
}

#navigation_arrow_promotion_spots {
	position: relative;
	left: 195px;
	top: 1px;
	clear: left;
	width: 100px;
}

#navigation_arrow_citizens_analyst {
	position: relative;
	left: 175px;
	top: 1px;
	clear: left;
	width: 100px;
}

#navigation_arrow_citizens {
	position: relative;
	left: 660px;
	top: 1px;
	clear: left;
	width: 100px;
}

#navigation_arrow_reports_analyst {
	position: relative;
	left: 305px;
	top: 1px;
	clear: left;
	width: 100px;
}

#navigation_arrow_reports {
	position: relative;
	left: 820px;
	top: 1px;
	clear: left;
	width: 100px;
}

#main {
	float:left;
	background-color: #ececec;
	padding: 0;
	padding-bottom: 50px;
	width: 100%;
}

#main h1 {
	font-size: 24px;
	color: #009001;
	padding: 10px 5px 4px 15px;
	border-bottom: 3px solid #999999;
	margin: 10px 40px 10px -15px;
	letter-spacing: 2px;
	line-height: 120%;
}

#main h1.lightwindow {
	font-size: 21px;
	color: #009001;
	padding: 10px 5px 4px 15px;
	border-bottom: 3px solid #999999;
	margin: 10px 40px 10px -15px;
	letter-spacing: 2px;
	line-height: 120%;
}

#main h2 {
	font-size: 18px;
	color: #000000;
	margin: 22px 0 8px 0;
	clear: both;
}

#main h2.welcome {
	font-size: 18px;
	color: #000000;
	margin: 8px 0 8px 0;
	clear: both;
}

#main h2.settings {
	padding-top: 10px;
	border-top: 1px dotted #666;
}

#main h2.citizen {
	color: #719200;
	margin: 10px 0 7px 0;
}

#main h2.callout {
	font-size: 14px;
	color: #333333;
	margin: 5px 2px 4px 2px;
}

#main h3 {
	font-size: 14px;
	color: #4B7EA7;
	padding: 0;
	margin: 4px 0 10px 0;
	letter-spacing: 1px;
	clear: both;
}

#main p { 
	line-height: 150%;
	margin: 0;
	padding: 4px 0 4px 0;
}

#main p.small {
	font-size: 12px;
	margin: 0;
	padding: 4px 0 4px 0;
}

#main ul { 
 	color: #666666;
	border-left: 5px solid #719200; 
	background-color: #efefef; 
	padding-top: 5px; 
	padding-bottom: 5px;
}

#main ul.no_border { 
	border-left: 0;
	margin-left:2px;
	padding-left:15px;
	background-color: #fff;
	padding-top: 2px; 
	padding-bottom: 7px;
}

#main ul.no_border_small { 
	font-size: 90%;
	border-left: 0;
	background-color: #fff;
	padding-top: 0; 
	padding-bottom: 0;
}

#main li { 
	padding-top: 2px; 
	padding-bottom: 2px;
}

#main ol li ul {
	background-color: transparent;
	border-left: 0;
}

#main p.highlight {
	padding: 10px 20px 10px 20px;
	background-color: #DAFFCD;
}

#main span.small {
	font-size: 11px;
	font-family: arial;
	letter-spacing: 0;
}

div.centered {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#content_left {
	float: left;
	width: 715px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	border-top: 0;
	padding: 0 10px 20px 15px;
}

#content_right {
	float: left;
	width: 208px;
}

#content_full {
	float: left;
	width: 935px;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	border-top: 0;
	padding: 0 10px 20px 15px;
}

.content_left {
	float: left;
	width: 705px;
	padding-right: 15px;
}

.content_right {
	float: left;
	width: 226px;
	padding-left: 10px;
}

.large_box_outer {
	width: 705px;
	border: 1px solid #cccccc;
	background-color: #e1e1e1;
	-webkit-box-shadow: 0 3px 2px #999;
	-moz-box-shadow: 0 3px 2px #999;
	box-shadow: 0 3px 2px #999;
}

.large_box_inner {
	width: 695px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
	margin: 4px;
}

.xl_large_box_outer {
	width:930px;
	border: 1px solid #cccccc;
	background-color: #e1e1e1;
	-webkit-box-shadow: 0 3px 2px #999;
	-moz-box-shadow: 0 3px 2px #999;
	box-shadow: 0 3px 2px #999;
}

.xl_large_box_inner {
	width:920px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
	margin: 4px;
}

.callout_outer {
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
	width: 208px;
	background: #e1e1e1;
	border: 0;
	display: inline;
	-webkit-box-shadow: 0 3px 2px #999;
	-moz-box-shadow: 0 3px 2px #999;
	box-shadow: 0 3px 2px #999;
}

.callout_inner {
	float: left;
	padding:4px 5px 4px 5px;
	margin: 6px;
	width: 186px;
	background: #ffffff;
	border: 0;
	display: inline;
}


.four_box {
	float:left;
	background-image: url(/images/template/dashboard_bg_small.jpg);
	background-repeat: no-repeat;
	width: 490px;
	height: 70px;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

.only_three {
	background-image: url(/images/template/dashboard_bg_small_3.jpg);
}

.stats {
	float: left;
	width: 124px;
	height: 35px;
	padding: 35px 0 0 8px;	
	margin: 0;
}

.stats_end {
	width: 80px;
}

.stats p { color: #666666; font-size: 21px; padding-bottom: 0; }

.percent_change {
	float: left;
	width: 83px;
	height: 35px;
	margin: 0 50px 10px 25px;
	padding: 35px 0 0 10px;
}

.percent_change p { color: #ffffff; font-size: 21px; }

.positive {
	background-image: url(/images/template/dashboard_bg_positive_small.jpg);
	background-repeat: no-repeat;
}

.negative {
	background-image: url(/images/template/dashboard_bg_negative_small.jpg);
	background-repeat: no-repeat;
}

.create_new_area {
	float:right;
	margin: 2px 0 5px 0;
}
.create_new {
	font-size: 12px; 
	color: #666666; 
	font-family: arial; 
	letter-spacing: -1px; 
	margin-left: 5px; 
	margin-bottom: 5px;
	padding: 1px 7px 1px 19px; 
	text-decoration: none;
	background-image: url(/images/active_scaffold/default/add.gif);
	background-repeat: no-repeat;
}

div.highlight {
	padding: 1px 20px 1px 20px;
	background-color: #BDEBF6;
	margin-bottom: 8px;
	border:1px dotted #999;
}

#announcement {
	padding: 1px 20px 1px 20px;
	background-color: #BDEBF6;
	margin-bottom: 8px;
	border:1px dotted #999;
}

#announcement p {
	font-size: 100%;
}

div.profile p { color: #444; font-size: 12px; }

div.citizen {
	float: left;
	background-color: #cdcdcd;
	width: 928px;
	margin-top: 10px;
	margin-left: -5px;
	padding: 5px;
	background-image: url(/images/template/citizen_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
}

div.profile {
	float: right;
	width: 748px;
	padding: 0 20px;
	background-color: #efefef;
	border: 1px solid #cdcdcd;
}

div.profile_left {
	float: left;
	width: 349px;
	padding: 0 15px 0 0;
}

div.profile_right {
	float: left;
	width: 334px;
	padding: 0 15px;
	border-left: 1px solid #cdcdcd;
}

div.citizen_callout {
	float: left;
	width: 449px;
	padding: 5px 5px 5px 5px;
}

div.citizen_callout_right {
	float: left;
	width: 459px;
	padding: 5px 0 5px 5px;
}

div.code_blue {
	background-color: #B9DCFF;
}

div.code_green {
	background-color: #BDC751;
}

div.code_yellow {
	background-color: #FFFF9E;
}

div.code_orange {
	background-color: #FF9E41;
}

div.code_red {
	background-color: #FF6246;
}

div.history {
	float: left;
	width: 918px;
	margin-left: -5px;
	background-color: #F0F0F0;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 5px 10px;
}



table.main_style {
	float:left;
	width: 725px;
	margin-left: -8px;
	margin-right: 0;
	margin-bottom: 15px;
	font-size: 12px;
	border-spacing: 0;
}

table.main_style_wide {
	width: 946px;
}

#promotions-content table {
	border-left: 1px solid #666;
}

table.main_style th {
	background-image: url(/images/template/th_background.jpg);
	background-color: #999;
	margin: 0;
	padding: 6px 7px 6px 10px;
	color: #333333;
	text-align: left;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

table.main_style th.th_left {
	border-left: 1px solid #e2e2e2;
}

table.main_style th.th_right {
	border-right: 1px solid #e2e2e2;
}

table.main_style_wide th.lightwindow {
	padding: 12px 7px 12px 10px;
}

table.main_style td {
	margin:0;
	padding: 7px 7px 7px 10px;
	color: #666;
}

table.main_style td.alt {
	background-color: #f5f5f5;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding: 6px 7px 6px 10px;
}

table.main_style td.alt_left {
	background-color: #f5f5f5;
	border-left: 1px dotted #999999;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding: 6px 7px 6px 10px;
}

table.main_style td.alt_right {
	background-color: #f5f5f5;
	border-right: 1px dotted #999999;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding: 6px 7px 6px 10px;
}

table.main_style td.default {
	background-color: #B9DCFF;
	color: #333;
}

table.main_style td.end {
	border-right: 1px solid #ccc;
}

table.main_style td.links {
	font-size: 90%;
	text-align: right;
}

table.main_style td.links a {
	margin-left: 2px;
	margin-right: 2px;
}

table.standard_form {
	width:100%;
	margin: 0 2px;
}

table.standard_form td {
	padding: 4px 2px 4px 0;
}

table.standard_form td.extra_space {
	padding: 6px 4px;
}

table.citizen_profile {
	color: #444;
	padding: 0;
	margin: 0 0 5px 0;
}

table.citizen_profile td {
	padding: 3px 4px;
	vertical-align: top;
}

table.citizen_history {
	width: 100%;
	border-spacing: 0;
}

table.ch_border {
	padding-right:10px;
	margin-bottom:10px;
}

table.citizen_history th {
	font-size: 12px;
	border-bottom: 3px solid #666;
	text-align: left;
	text-transform: uppercase;
	padding: 5px 7px;
	color: #666;
}

table.citizen_history tr {
	background-color: #fafafa;
}

table.citizen_history td {
	padding: 9px 7px;
	color: #333;
	border-bottom: 1px solid #ccc;
}

table.citizen_history td.left {
	border-left: 4px solid #fafafa;
}

table.citizen_history td.right {
	border-right: 4px solid #fafafa;
}

table.settings {
	width: 400px;
	border-spacing: 0;
}

table.settings th {
	background-color: #efefef;
	text-align: left;
	padding: 5px 8px;
}

table.settings td.left {
	font-weight: bold;
}

table.settings td.red {
	background-color: #C0482D;
	border:2px solid #fff;
}

table.settings td.orange {
	background-color: #DE7F02;
	border:2px solid #fff;
}

table.settings td.yellow {
	background-color: #FDFF3B;
	border:2px solid #fff;
}

table.settings td.green {
	background-color: #6EA92C;
	border:2px solid #fff;
}

table.settings td.blue {
	background-color: #003399;
	border:2px solid #fff;
}

table.settings td {
	padding: 5px 8px;
}

table.report {
	width: 100%;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

table.report th {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	padding: 3px 2px;
	background-color: #015679;
	color: #fff;
}

table.report tr { background-color: #f8f8f8; }
table.report tr.alt { background-color: #e1e1e1; }
table.report tr:hover { background-color: #ff8; }

table.report th.days { background-color: #0076AB }

table.report td {
	border-top: 1px solid #999;
	border-left: 1px dotted #999;
	padding: 3px 2px;
	text-align: right;
}

table.report th.no_border, table.report td.no_border { border: 0; background-color: #fff; }

table.reg_form { 
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	background-color: #eeeeee;
	padding: 10px;
	width: 100%;
}

table.reg_form tr {
	padding: 0;
	margin: 0;
}

table.reg_form td {
	padding: 0;
	margin: 0;
}
table.reg_form h2 {
	margin-left: 5px;
}

table.reg_form p {
	margin: 5px;
}

#footer {
	float: left;
	background-color: #000;
	width: 100%;
	height: 172px;
	background-image: url(/images/template/footer_bg.jpg);
	color: #fff;
}

#footer h1 {
	font-size: 150%;
	font-weight: normal;
}

#footer p {
	margin-top: 15px;
	color: #fffeee;
	font-size: 13px;
	
}

#footer a {
	color: #fffeee;
}

#footer a:hover {
	background-color: #fffeee;
	color: #666;
}

div.flash_notice {
	border: 1px solid #333;
	background-color: #259B01;
	padding: 0 10px;
}

div.flash_notice p {
	color: #ffffff;
}

div.error {
	background-color: #D54E21;
}

div.flash_notice_red {
	border: 1px solid #333;
	background-color: #D54E21;
	padding: 0 10px;
	color: #fff;
}

div.flash_notice_red p {
	color: #ffffff;
}

table.main_style td.success_red {
	background-color: #ffada5;
}

table.main_style td.success_green {
	background-color: #bffcc6;
}
