#competition {
	background: #ffef90 url(/images/competition-bg.jpg) bottom center repeat-x;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin-bottom: 16px;
}

#competition-view-home {
	background: #ffef90 url(/images/competition-home-bg.jpg) bottom center repeat-x;
	height: 742px;
}

#competition-view-children {
	background: #ffef90 url(/images/competition-bg-children.jpg) bottom center repeat-x;
	padding-bottom: 192px;
}

#competition-view-conditions {
	background: #ffef90 url(/images/competition-bg-conditions.jpg) bottom center repeat-x;
	padding-bottom: 242px;
}

#competition-view-home-content {
	margin: 216px 0 0 176px;
	line-height: 110%;
}

#competition-view-prize {
	background: #ffef90 url(/images/prize-bg.jpg) bottom center repeat-x;
	height: 944px;
}

#competition-sidebar {
	width: 148px;
	float: left;
	display: inline;
	margin: 8px 0 0 16px;
}

#competition-sidebar.competition-sidebar-prize {
	height: 164px;
}

#competition-main {
	width: 500px;
	float: right;
	display: inline;
	margin: 16px 16px 0 0;
}


#competition-view-prize #competition-main {
	margin: 24px 36px 0 0;
	width: 626px;
}

a#prize-content-register {
	display: block;
	height: 32px;
	margin: 48px 0 20px 0;
}

a#prize-content-register span {
	display: none;
}

#competition-view-prize #competition-main h3 {
	margin: 16px 0 0 0;
}

#prize-content {
	line-height: 100%;
}

#competition-main h2 {
	margin: 0 0 8px 0;
	font-size: 20pt;
	color: #f00;
}

#competition-main h3 {
	margin: 8px 0;
	font-size: 14pt;
	color: #456591;
}

#competition-main h4 {
	margin: 8px 0;
	font-size: 12pt;
	color: #f00;
}

#competition-main ul {
	line-height: 140%;
}

#competition-main ol {
	line-height: 140%;
}

#competition-main ol li {
	margin-top: 8px;
}
#competition-menu {
	margin: 0;
}

#competition-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#competition-menu ul li {
	margin: 0 0 4px 0;
	padding: 0;
}

#competition-menu ul li a {
	display: block;
	width: 140px;
	height: 20px;
	background: url(/images/competition-menu-bg.png) 0 0;
	font-size: 9pt;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin: auto;
}


#competition-menu ul li a span {
	display: block;
	padding: 3px 0 0 8px;
}


#competition-menu ul li#competition-menu-active a,
#competition-menu ul li a:hover {
	background: url(/images/competition-menu-bg.png) 0 -20px;
}


#competition-menu ul li#competition-menu-active a span,
#competition-menu ul li a:hover span {
	color: #2d7ec1;
}

ul#competition-menu-nz {
	width: 140px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

ul#competition-menu-nz li {
	margin: 0;
	padding: 0;
}

ul#competition-menu-nz li a,
ul#competition-menu-nz li a:hover {
	display: block;
	width: 140px;
	height: 49px;
	background: url(/images/nz-button.png) 0 0;
}

ul#competition-menu-nz li a span {
	display: none;
}

#competition ul.address {
	list-style: none;
}

#RegisterFormbox {
	height: 584px;
	background: #fffed2;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

#RegisterForm {
}

#RegisterForm label {
	display: block;
	width: 128px;
	float: left;
}
#RegisterForm .formbox {
	padding: 8px;
 }

.formbox input {
	background: #fff;
	border: 1px solid #888;
}

.formbox span {
	display: none;
	margin: 8px 0 8px 136px;
	padding: 8px 0;
}


.formbox input.invalid {
	background: #fff;
	border: 1px solid #c00;
}

#RegisterForm input#school_title {
	width: 324px;
}

#RegisterForm input#password,
#RegisterForm input#password_confirm {
	width: 84px;
}

#RegisterForm input#school_postcode {
	width: 32px;
}

#RegisterForm input#school_population {
	width: 48px;
}

#RegisterProcessing {
	width: 100%;
	height: 480px;
	background: url(/images/ajax-loader.gif) center no-repeat;
	display: none;
}

#RegisterProcessing span {
	display: none;
}

#RegisterProcessed {
	display: none;
	height: 480px;
	padding: 0 8px;
}

#LogosFormbox {
	margin: 16px 0;
	height: 324px;
	background: #fffed2;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

#logosForm {
	padding: 8px;
}

#logosForm label {
	display: block;
	width: 228px;
	float: left;
}

#logosForm-error {
	margin: 0 0 0 204px;
	color: #c00;
	font-weight: bold;
}

#LogosFormbox input#logos {
	width: 40px;
}

#LogosSubmitProcessing {
	display: none;
	float: left;
	margin: 0;
	width: 48px;
	height: 16px;
	background: url(/images/ajax-loader.gif) center no-repeat;
}

#LogosSubmitProcessing span {
	display: none;
}

#LogosProcessing {
	width: 100%;
	height: 284px;
	background: url(/images/ajax-loader.gif) center no-repeat;
	display: none;
	padding: 0 8px;
}

#LogosProcessing span {
	display: none;
}

#LogosProcessed {
	display: none;
	padding: 0 8px;
}


#TallyWrap {
	background: #fffed2;
	padding: 8px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

#Tally {
}

#Tally #TallyTitle {
	margin: 0;
	width: 200px;
	height: 28px;
	float: left;
	text-align: center;
	background: url(/images/tally-title-bg.png);
}

#Tally #TallyTitle span {
	font-size: 10pt;
	display: block;
	margin: 0;
	padding: 6px 0 0 0;
	color: #000;
	font-weight: bold;
}

#Tally #searchbox {
	float: right;
	display: block;
	width: 284px;
	height: 32px;
}

#Tally #searchbox #search {
	background: #fff;
	border: 1px solid #888;
	margin-left: 4px;
	padding: 5px;
	width: 192px;
}

#Tally #searchbox #search-submit {
	background: #fff;
	border: 1px solid #888;
	padding: 3px;
}

#Tally #search.search-prompt {
	color: #888;
}

#TallyDataset {
	background: #fff url(/images/tally-dataset-bg.png) center bottom;
	margin: 4px 0;
}

#TallyDataset tr td {
	background: none;
}


#TallyPager {
	width: 484px
	height: 28px;
	background: #fff url(/images/tally-pager-bg.png) center bottom;
	margin: 0;
}

#TallyPager tr td {
	background: none;
}

#TallyDataset #TallyPager ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 24px;
	float: right;
}

#TallyDataset ul li {
	margin: 0 2px;
	padding: 0;
	float: left;
}

#TallyDataset ul li a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 3px 0 0 0;
	float: left;
	color: #000;
	text-align: center;
	background: #fffed2;
	text-decoration: none;
}

#TallyDataset ul li a:hover {
	background: #fff;
}

#TallyDataset ul li a span {
	display: block;
	color: #000;
	padding: 1px 0 0 0;
}

#TallyDataset table {
	width: 100%;
}

#TallyDataset table thead {
	margin: 0;
	background: url(/images/tally-thead-bg.png) top repeat-x;
}

#TallyDataset table tr td {
	height: 28px;
	padding: 0 4px;
	vertical-align: middle;
	background: none;
}

#TallyDataset table tr td.numeric {
	height: 28px;
	padding: 0 4px;
	vertical-align: middle;
	background: none;
}

#TallyTopStatesWrap {
	background: #fffed2;
	padding: 4px;
	margin: 8px 0;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

#TallyTopStates {
	width: 140px;
	margin: auto;
	background: url(/images/top-states-bg.png) center bottom;
	min-height: 240px;
	height: auto !important;
	height: 240px;
}

#TallyTopStates h3 {
	margin: 0;
	width: 140px;
	height: 35px;
	background: url(/images/topstates-h3-bg.png);
	font-size: 10pt;
	text-align: center;
	line-height: 100%;
}

#TallyTopStates h3 span {
	display: block;
	padding: 4px 0 0 0;
}

#TallyTopStates p {
	margin: 8px 0;
	padding: 0;
	font-size: 8pt;
}

#TallyTopStates ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#TallyTopStates ul li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#TallyTopStates ul li a {
	width: 28px;
	height: 32px;
	margin: 0;
	display: inline;
	float: left;
	text-align: center;
	font-weight: bold;
	background: #fffed2 url(/images/top-states-li-bg.png) 0 0;
	color: #444;
	text-decoration: none;
	font-size: 8pt;
}

#TallyTopStates ul li a.top-state-active {
	background: #fff url(/images/top-states-li-bg.png) 0 -32px;
}

#TallyTopStates ul li a:hover {
	background: #fff url(/images/top-states-li-bg.png) 0 -32px;
}

#TallyTopStates ul li a span {
	display: block;
	padding: 2px 2px 2px 2px;
}

#TallyTopStates ul li a span.short {
	display: block;
	padding-top: 8px;
}


#TallyTopStates td {
	padding: 6px 4px 0 4px;
	font-size: 8pt;
}