/* CSS Reset
-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 99%;
	font-size: 100%;
	margin: 10px 0 10px 1px;
}

table td, table th{
	border: 1px solid black;
	padding: 5px;
	}
	
table th{
	text-align: center;
	}

body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 0.75em;
	color: #606060;
}

.waterMark, .header .topbanner, .header .allianz_header_logo, .leftnav, .ballot_legend, .footer, #subMenusContainer{
	display: none;
	}
	
.header img{
   	display: block;
   	margin: 0 0 10px 0;
   }
   
.breadcrumbs{
	margin: 0 0 10px 0;
	}
	
.breadcrumbs a, .breadcrumbs a:link{
	color: #003082;
}

.ballot_header h1{
	font-size: 1.4em;
	margin: 0 0 20px 0;
	}
	
ul.ballotResults li ul{
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
	width: 100%
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-size: 90%;
	}
	
ul.ballotResults li ul li{
	float: left;
	width: 17%;
	text-align: center;
	border-right: 1px solid #CFCFCF;
	}
	
ul.ballotResults li ul li.ballot_time{
	width: 10%;
	}
	
ul.ballotResults li ul li.club_name{
	float: right;
	width: 19%;
	border: 0;
	text-align: right;
	}
	
/* New Local Ballot
-------------------------------------------------------------------*/

table.local_ballot{
	margin: 0;
	width: 100%;
	font-size: 100%;
	border-collapse: collapse;
	}
	
table.local_ballot th{
	text-align: center;
	padding: 5px;
	background: #d9e2ec;
	border: 1px solid black;
	font-weight: bold;
	}
	
table.local_ballot tr.odd{
	border: 1px solid black;
	}
	
table.local_ballot td{
	border: 1px solid black;
	text-align: center;
	padding: 5px;
	}
