body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0 auto;
}

.noprint { display: none; }

.width20 { width: 20%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width70 { width: 70%; }
.width90 { width: 90%; }
.width100percent { width: 100%; }
.width100 { width: 100px; }
.alignRight {	text-align: right; }
.alignLeft { text-align: left; }
.paddingL5 { padding-left: 5px; }
.paddingR5 { padding-right: 5px; }
img { border: 0; }
td { vertical-align: top; }
form { margin: 0; }
label { font-weight: bold; font-size: 12px }

#wrapper { width: 100%; }

#header h1 {
	color: blue;
	font-size: 13px;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline;
}
#header h2 {
	color: #006666;
	font-size: 11px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#header { position: relative; }

.dataL {}

#language { display: none; }
#tabs {	display: none; }

/*++++++++++++++++++++++++++ CONTENT +++++++++++++++++++++++++++++++++*/
#note {
	color: red;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
}
#crumbtrail {
	margin-top: 5px;
}
#legend {
	background: #fef7da;
	border-bottom: 1px solid #5b5b5b;
	color: #006c99;
	font-weight: bold;
	margin-bottom: 10px;
}
table.contest {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #5B5B5B;
	padding: 4px;
}
table.contest-data {
	width: 100%;
}
table.contest thead th {
	text-align: left;
	padding: 0;
	margin: 0;
	color: #00F;
	padding-bottom: 10px;
}
table.contest-data th.data-head {
	width: 110px;
	border-bottom: 1px solid #333;
}
table.contest-data td.total {
	border-top: 1px solid #333;
}
/*++++++++++++++++++++++++++ MAIN CONTENT: Contests - VTS data +++++++++++++++++++++++++++++++++*/
table.vts-data {
	width: 100%;
}
table.vts-data th {
	background: #fff;
	border-bottom: none;
	vertical-align: top;
	text-align: right;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 3px;
}
table.vts-data td {
	background: #fff url(../images/backgroundTD.gif) top repeat-x;
	min-height: 23px;
	padding: 3px;
	text-align: right;
	border-right: 1px solid #CCC;
	border-top: 1px solid #333;
}
table.vts-data th.data-head {
	width: 110px;
	border-bottom: 1px solid #333;
}
table.vts-data td.total {
	color: #3300FF;
}
table.vts-data td.alignLeft, table.vts-data th.alignLeft {
	text-align: left;
}
/*++++++++++++++++++++++++++ MAIN CONTENT: Contests - Map data +++++++++++++++++++++++++++++++++*/
table.map-data {
	width: 100%;
	border: 1px solid #5B5B5B;
	margin-bottom: 10px;
}
table.map-data thead th {
	background: #fff;
	border-bottom: none;
	vertical-align: top;
	text-align: right;
	border-right: 1px solid #CCC;
}
table.map-data td {
	background: #fff url(../images/backgroundTD.gif) top repeat-x;
	min-height: 23px;
	padding: 3px;
	text-align: right;
	border-right: 1px solid #CCC;
	border-top: 1px solid #333;
}
table.map-data td.alignLeft, table.map-data th.alignLeft { text-align: left; }

#map {}

.purple { color: purple; }
.yellow { color: #FFCC00; }
.brown { color: #CC9966; }
.gray { color: gray; }
.white { color: #333; }

/*++++++++++++++++++++++++++++++++++++++++ Buttons +++++++++++++++++++++++++++++++++++++++++++*/
.btn-printable {
	display: none;
}
table.contest div.btn-vote-type {
	display: none;
}
table.contest div.btn-detail-map {
	display: none;
}
table.contest div.btn-enlarge-map {
	display: none;
}
table.contest div.btn-close {
	display: none;
}
table.contest div.btn-printable-pop {
	display: none;
}
table.contest div.btn-view {
	display: none;
}
table.contest div.btn-save {
	display: none;
}
/*++++++++++++++++++++++++++ MAIN CONTENT: Contests - Reports data +++++++++++++++++++++++++++++++++*/
table.reports-data {
	width: 100%;
}
table.reports-data thead th {
	background: #fff;
	border-bottom: none;
	vertical-align: top;
	text-align: left;
	padding: 4px;
	border-right: 1px solid #CCC;
}
table.reports-data td {
	background: #fff url(../images/backgroundTD.gif) top repeat-x;
	min-height: 23px;
	padding: 4px;
	text-align: left;
	border-right: 1px solid #CCC;
}

/*++++++++++++++++++++++++++ Percentage Bars +++++++++++++++++++++++++++++++++*/
.percentageBar {
	height: 12px;
	background: #555;
	text-align: left;
	width: 60%;
	margin: 5px 0;
}
.percentageBar img {
	border: 1px solid #555;
}
td.percentageWidth {
	width: 45%;
	text-align: center;
}

/*++++++++++++++++++++++++++ Footer Links +++++++++++++++++++++++++++++++++*/
#footer-links {
	display: none;
}