.botoH1 {
	font-family: "Arial";
	font-size: 24pt;
	color: #2B3856;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.5em;
}

#botoHeading {
	padding:1em;
	border-bottom: 1px solid #CCC;
}
#voteContent {
	padding: 1em;
}

#bestOfToForm {
	margin: 0;
	padding: 0;
}

.catBox {
	width: 200px;
	float:left;
	white-space: nowrap;
	overflow: hidden;
	padding: 1em;
}
.catBox b {
	padding-left: 1em;
	font-size: 120%;
}
.category img {
	display: none;
	float: right;
	margin-top: 2px;
}
#catScroll {
	
}
#catList {
	margin-top: 1em;
	padding: 1em 0;
	border: 1px solid #CCC;
	max-height: 300px;
	overflow-y: scroll;
}
#catList div div {
	padding: 2px 1em;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}
#catList div div:hover {
	font-weight: bold;
	background: #2B3856;
	color: white;
}

#voteContainer {
	margin: 0 0 0 210px;
	padding: 1em;
}
#voteContainer b {
	padding-left: 1em;
	font-size: 120%;
	padding: 0;
}
.catVoteBox {
	display: none;
	margin-top: 1em;
	padding: 1em;
	border: 1px solid #CCC;
}
.catVoteBox label {
	font-weight: bold;
	cursor: pointer;
}
.catVoteBox label:hover {
	color: #2B3856;
}
.catVoteBox input[type='radio'] {
	float: left;
	margin-top: 2px;
	margin-right: 1em;
}
.catVoteBox p {
	margin-left: 3em;
	margin-top: 0.5em;
	color: gray;
}
.catTitle {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 16pt;
	border-bottom: 3px solid #ccc;
	color: #2B3856;
}

.selected {
	background: #41627E;
	color: white !important;
	font-weight: bold;
}

.navBar {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 3em;
	text-align: right;
	border-top: 3px solid #ccc;
}
.nextButton {
	width: 80px;
}

#bestEver {
	padding-top: 1em;
}

.voteCast img {
	display: inline;
} 

#bestEverPlace {
	width: 300px;
}

#voteResults {
	padding: 1em;
}
.resultRow {
	border-bottom: 1px solid #EEE;
	padding: 2px 0;
	margin: 0 5em;
	margin-left: 4em;
	margin-bottom: 3px;
}
.resultRow:hover {
	border-bottom: 1px solid #CCC;
}
.resultsCat {
	float: left;
	width: 200px;
	font-size: 15px;
	font-weight: bold;
	clear: both;
}
.resultsCat + div {
	font-size: 15px;
	text-align: right;
}

.acPopup {
	display: none;
	position: absolute;
	background: white;
	cursor: pointer;
}
.acPopup .cursor {
	background: #2B3856;
	color: white;
}

#bestoftoAc {
	border: 1px solid gray;
}
#bestoftoAc > div {
	padding: 2px 0.5em;
	font-size: 14px;
	font-family: "Arial";
}

.acMakingCall {
	background: url("../images/indicator.gif") no-repeat right;
}
.navButton {
	background-color:#CCCCCC;
	font-size:16px;
	padding: 2px;
	font-weight:bold;
	border: 1px solid #333333;
	width: 6em;
}
.finishNow {
	padding: 1em;
	border: 1px solid #ccc;
	margin-top: 3px;
	text-align: center;
}
#nomineeList {
	clear:left;
	padding: 1em;
}
.nomCat {
	padding: 2px 0;
	color: #2B3856;
	cursor: pointer;
}
.nomCat:hover {
	color: gray;
	font-weight: bold;
}
#notConfirmed {
	padding: 1em;
	font-weight: bold;
	color: gray;
}

/* Results styles */
.catHeading {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid black;
	padding-top: 1em;
	margin-bottom: 5px;
}
.catLink {
	text-decoration: none;
}
.catColumn {
	width: 29%;
	float: left;
	margin-right: 2em;
}

