body {
	background-color: #0F4090;
	color: #191819;
}

body, input, textarea {
	font-family: Corbel, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	font-size: 1em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.25em;
	background-color: #5581CE;
	color: #F3F0F5;
	padding: .1em .4em 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	letter-spacing: .2em;
}

#staticBox h2 { margin-bottom: .5em; }

#staticBox h3 { margin-left: .5em; }
#staticBox p, #staticBox ul, #staticBox ol {
	width: 75%;
	margin-left: .5em;
}

#staticBox ul {
	padding-left: 2em;
	list-style-type: disc;
}

.registrationStatus {
	float: left;
	width: 30%;
	font-size: .75em;
}

.ballotStatus {
	float: right;
	text-align: right;
	padding-top: .2em;
}

.ballotNotReceived {
	color: #A32319;
	font-weight: bold;
}

.voterStatus {
	background-color: #F0E268;
	padding: .3333em .6667em .3333em .6667em;
	height: 1.75em;
}

h3 {
	margin: 1.25em 0 .5em 0;
	color: #132C5B;
}

#trackBox h3 {
	clear: left;
	background-color: #FAE9C2;
	margin: 0;
	padding: .75em .5em 0;
}

.voterDashboard {
	border-collapse: collapse;
	width: 100%;
	border-spacing: 0;
}

.voterDashboard td,
.voterDashboard th {
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #D3CDBC;
	padding: 0;
	text-align: left;
}

#trackBox h3,
.voterDashboard th { background-color: #FDF5B2; }

.voterDashboard th {
	padding: .25em .5em;
	color: #928565;
	text-transform: uppercase;
}

.voterDashboard thead th {
	font-size: .75em;
	padding: .3333em .6667em;
}

.voterDashboard tfoot th {
	border-width: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.emailAddressCell {
	width: 85%;
}

.emailAddress {
	display: block;
	padding: .25em .5em;
}

a.emailAddress:hover {
	background-color: #EDE385;
	text-decoration: none;
}

.voterDashboard .friendStatusCell {
	width: 5%;
	text-align: center;
}

.friendStatusCell .icon {
	padding: .25em .5em;
	height: 1.2em;
}

.friendStatusCell .notvoted {
	background-color: #D03929;
}

.friendStatusCell .voted { background-color: #54A141; }

.friendStatusCell .notregistered {
	background-color: #5581CE;
	color: white;
	font-weight: bold;
}

.voterDashboard .pokeLinkCell {
	width: 10%;
	text-align: center;
}

.pokeLinkCell a {
	padding: .25em .5em;
	display: block;
	text-transform: uppercase;
}

.pokeLinkCell a:hover {
	text-decoration: none;
}

a.pokeLink:link, a.pokeLink:visited {
	background-color: #F2E455;
	font-weight: bold;
	color: black;
}

a.pokeLink:hover {
	background-color: black;
	color: #F2E455;
}

a.reInviteLink:hover { background-color: #A6C3F5; }

.voterDashboard .emailNewFriendCell {
	padding: .25em .5em .5em;
}

.emailNewFriendCell label { float: none; }

#emailNewFriend { width: 20em; }
.emailNewFriendCell .submit { margin: 0; }

p, ul { margin: 0 0 1em 0; }

input, textarea { font-size: 1em; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

#globalBox {
	width: 901px;
	margin: 2em auto 0 auto;
}

#mainBox {
	position: relative;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	padding: 1px 40px 10px 32px;
	font-size: 1.25em;
}

#footer {
	background-image: url(../img/bg.bottom.gif);
	background-repeat: no-repeat;
	padding: 40px 40px 20px 32px;
	color: #7184A3;
	text-align: center;
	font-size: .75em;
}

#newUserForm {
	float: left;
	width: 48%;
	padding-right: 3%;
	margin-right: 3%;
	border-right: 1px #A3AFC3 solid;
}

#trackBox { }

.signoutBox {
	position: absolute;
	top: 1px;
	right: 45px;
}

.newsBox, .loginBox {
	float: left;
	width: 45%;
}

label {
	clear: left;
	float: left;
	width: 8em;
	margin: .2em .2em 0 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .7em;
	font-weight: bold;
}

input.text, textarea {
	width: 10em;
	border: 1px solid #929093;
	margin: .1em;
	padding: 0;
}

input.submit {
	margin: .3em 0 0 5.8em;
	width: 4em;
}

.signoutBox input.submit { width: auto; }

#newUserForm input#zip { width: 5em; }

a:link, a:visited { color: #C86226; }

#footer a:link, #footer a:visited {
	color: #D1C43D;
	padding: 0 .25em;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

