* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
	background-color: #7A6A53;
	min-width: 800px;
	width: 100%;
}

p {
	padding: 9px 0;
}
a {
	color: #125AA7;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
.smallText {
	font-size: 80%;
}
.greenText {
	color: #307800;
}
.redText {
	color: #660000;
}
.blue {
	color: #125AA7;
}
.entryTools {
	padding-top: 4px;
	padding-bottom: 8px;
}
table {
	font-size: inherit;
	font: 100%;
}
.va-middle {
	vertical-align: middle;
}
.va-bottom {
	vertical-align: bottom;
}
.ta-center {
	text-align: center;
}
.light {
	color: #666;
}
.lighter {
	color: #999;
}
.container {
	width: 100%;
}

.topper {
	background: #7A6A53 url( '/img/topper-bg.gif' ) repeat-x;
	height: 8px;
}

.header {
	background: #99B2B7 url( '/img/header-bg.gif' ) repeat-x;
	height: 108px;
	line-height: 108px;
	text-align: center;
}

.header .logo {
	display: inline;
}

.header .left-star {
	display: inline;
	padding-right: 8px;
}

.header .mid-star {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
}

.header .right-star {
	display: inline;
	padding-left: 8px;
}

.header .tab {
	display: inline;
}

.header .tab-current {
	display: inline;
}

.nav {
	color: #667F84;
	background: #D5DED9 url( '/img/nav-bg.gif' ) repeat-x;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	padding: 0px 10px;
}

.nav a {
	color: #333;
}

.main {
	background-color: #FFF;
	padding: 20px 10px;
}

.content {
	padding: 0px 20px;
}

.leftbar {
	line-height: 1.5em;
	font-size: 10pt;
}
.leftbar img {
	display: block;
}

.rightbar {
	line-height: 1.5em;
	font-size: 10pt;
}

.section {
	padding-top: 0.5em;
	padding-bottom: 1em;
}
.section-small {
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 80%;
}
.section a {
	display: block;
}
.section-small a {
	color: #999;
}
.section-small a.blue {
	color: #125AA7;
}
.rightbar img {
	display: block;
}

.footer {
	background: #FFF url( '/img/footer-bg.gif' ) repeat-x;
	height: 36px;
	line-height: 36px;
	padding-top: 4px;
	border-top: 1px solid #D5DED9;
	border-bottom: 8px solid #544939;
	font-size: 80%;
	text-align: center;
	clear: both;
}

.warning {
	background-color: #990000;
	color: #FFF;
	font-weight: bold;
}

.roundBox {
	background: url( '/img/rightbar-yellow-button.gif' ) no-repeat;
	text-align: center;
	font-weight: bold;
	text-shadow: #777 2px 2px 2px;
	height: 72px;
	width: 160px;
}
.roundBox .roundName {
	font-size: 18px;
	line-height: 32px;
	height: 30px;
	padding: 0px 0px;
}
.roundBox .roundText {
	font-size: 12px;
	line-height: 12px;
	height: 12px;
}
.roundBox .roundTime {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
}

.voteForMe {
	text-align: center;
	padding-bottom: 1em;
}
#lightbox {
	background-color: #FFF;
	border: 0.5em solid #5B9400;
	height: 400px;
}
.lightbox-container {
	text-align: center;
}
.lightbox-container h1 {
	font-weight: bold;
	font-size: 200%;
	line-height: 1.2em;
	color: #FFF;
	background-color: #5B9400;
	padding: 0.5em;
}
.lightbox-footer {
	padding-top: 1em;
}
.lightbox-footer a {
	color: #666;
}
p.voteQuantity label {
	display: block;
	font-weight: bold;
}
p.voteQuantity input {
	font-size: 300%;
	width: 2em;
	text-align: center;
}