﻿/* CSS layout */
@import url(reset.css);
@import url(tables.css);
* html bigbuttons a
{
	cursor: auto;
}

* html bigbuttons a:hover
{
	height: 1%;
}
body
{
	background: url('images/stripes_rev3.gif');
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 23px;
	font-size: medium;
}

blockquote p
{
	padding: 0 48px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: transparent url(images/quoright.png) right top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	margin-bottom: 0px;
}

blockquote
{
	width: 386px;
	background: transparent url(images/quoleft.png) left top no-repeat;
	margin-top:25px;
}

cite
{
	display: block;
	font-size: medium;
	font-weight: lighter;
}

h1
{
	font-size: xx-large;
	color: #404040;
	margin-bottom: 10px;
}

h2
{
	font-size: x-large;
	color: #52a1eb;
	margin-top: 20px;
	line-height: 28px;
}

h3
{
	font-size: large;
	color: #5e5e5e;
	line-height: 25px;
}
p
{
	line-height: 23px;
	margin-bottom: 25px;
}

/* Start styling of sidebar buttons */

/* fixes for IE/win \*/
.accordion
{
}
.accordion div
{
    width: 680px;
}
.accordion object
{
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
.accordion-pane-header
{
	border: 1px solid #CCCCCC;
	background-color: #EEE;
	cursor: pointer;
}
.btnLearn
{
	background: url(images/btn_Learn_Hover_rev2.gif) bottom left no-repeat;
}
.btnFind
{
	background: url(images/btn_Find_Hover_rev2.gif) bottom left no-repeat;
}
.btnRegister
{
	background: url(images/btn_Register_Hover_rev2.gif) bottom left no-repeat;
}

.btnSample
{
	background: url(images/btn_Sample_Ballot_Hover.gif) bottom left no-repeat;
}
.btnMeet
{
	background: url(images/btn_Meet_Hover.gif) bottom left no-repeat;
}


.calendarpopup
{
	border-style: solid;
	border-width: thick;
	border-color: #a00000;
	background-color: #FFFFFF;
	padding: 10px;
	position: relative;
	height: 240px;
	width: 320px;
}
.calendarpopup .calendarpopupdisclaimer
{
	margin-top: 15px;
}
.calendarpopup input
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	z-index: 1000;
}
.calendarpopupbackground
{
	background-color: #535353;
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.google-visualization-table-tr-odd .google-visualization-table-td,.google-visualization-table-tr-odd .google-visualization-table-td-right
{
	background: #fff !important;
	border: 1px solid #8bbaff !important;
	padding: 6px 6px 6px 12px !important;
}
.google-visualization-table-tr-odd .google-visualization-table-td
{
    background: #fff url(images/bullet1.gif) no-repeat !important;
}
.google-visualization-table-tr-even .google-visualization-table-td,.google-visualization-table-tr-even .google-visualization-table-td-right
{
	background: #f0f4fe !important;
	border: 1px solid #8bbaff !important;
	padding: 6px 6px 6px 12px !important;
}
.google-visualization-table-tr-even .google-visualization-table-td
{
    background: #f0f4fe url(images/bullet2.gif) no-repeat !important;
}
.google-visualization-table-td-right
{
    text-align: right !important;
}
.google-visualization-table-td
{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
}

.google-visualization-table-th
{
    background: #CAE8EA url(images/bg_header_rev2.jpg) no-repeat !important;
    color: White !important;
}
.masthead_Container
{
	height: 63px;
	padding-top: 14px;
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.masthead_Container_Left
{
	float: left;
	padding-top: 14px;
}

.masthead_Container_Right
{
	float: right;
	padding-top: 7px;
	text-align: right;
	padding-right: 10px;
	padding-top: 20px;
	width: 740px;
}

.masthead_Container_Right img
{
	padding-left: 10px;
}

.masthead_Container_Right ul
{
	margin-left: 10px;
}

.masthead_Container_Right li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0;
}

.masthead_Container_Right ul a
{
	padding-top: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: white;
	line-height: 1em;
}

.masthead_Container_Right ul a:hover, .masthead_Container_Right a.visited:hover
{
	text-decoration: overline;
	color: #cccccc;
}
.results-candidates
{
    /* float: right; */
    /* height: 500px; */
    margin-bottom: 20px;
    /* margin-left: 20px; */
    /* width: 700px; */
}
.results-candidates td
{
    text-align: left;
    width: 33%;
}
.results-seat
{
    overflow: hidden;
    width: 700px;
}
.story img
{
	padding-left: 10px;
	padding-right: 10px;
}


/* End styling of sidebar buttons */
#bigbuttons
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#bigbuttons img
{
	padding-bottom: 1px;
}

#bigbuttons a
{
	display: block;
	height: 46px;
	border: none;
	text-decoration: none;
	margin-bottom: 4px;
}

#bigbuttons a img
{
	border: none;
	vertical-align: bottom; /* for IE6 */
}

#bigbuttons a:hover img
{
	visibility: visible;
}

#bigbuttons a:hover img /**/ /**/
{
	visibility: hidden; /* hide from IE5.0/win */
}
#bodyWrap
{
	margin-right: auto;
	margin-left: auto;
}
#calendars span
{
	display: block;
	float: left;
	height: 33px;
	width: 33px;
	margin: 0;
	padding: 0;
}
#calendars span:hover
{
	border: solid 1px gray;
	height: 31px;
	width: 31px;
}
#calendars ul ul
{
	margin: 0;
	padding: 0;
}
#calendars .calendardetails
{
	display: none;
}

#calendarapr
{
	background-image: url('images/April.png');
	background-repeat: no-repeat;
	height: 231px;
	left: 693px;
	position: absolute;
	top: 0;
	width: 231px;
}
#calendarcolumn
{
	position: absolute;
	right: 10px;
	height: 1025px;
	width: 231px;
	top: 10px;
	overflow: hidden;
}

#calendarcolumn h2 {
	text-transform: uppercase;
	color: #5b5b5b;
	font-size: large;
}
#calendarfeb
{
	background-image: url('images/February.png');
	background-repeat: no-repeat;
	height: 231px;
	left: 231px;
	position: absolute;
	top: 0;
	width: 231px;
}
#calendarjan
{
	background-color: #FFFFFF;
	background-image: url('images/January.png');
	background-repeat: no-repeat; /* height: 231px; */
	left: 0;
	position: absolute;
	top: 0;
	width: 231px;
}
#calendarmar
{
	background-image: url('images/March.png');
	background-repeat: no-repeat;
	height: 231px;
	left: 462px;
	position: absolute;
	top: 0;
	width: 231px;
}
#calendarname
{
	float: left;
	font-size: medium;
	text-transform: uppercase;
}
#calendarscroller
{
	text-align: right;
}
#calendarscroller a
{
	text-decoration: none;
}
#calendars
{
	position: relative;
}
#calendars ul
{
	background-color: White;
	background-image: none;
	clear: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0;
	font-size: small;
	list-style-type: none;
	list-style-position: outside;
	padding-top:19px;
}
#calendars li {
	margin-bottom: 10px;
}
#candidatebio 
{
	overflow: hidden; 
	width: 100%
}
#candidatebio img
{
	float: right;
	padding-left: 8px;
	padding-bottom: 8px;
}
#container
{
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	background: #ffffff;
}
#footer
{
	width: 970px;
	background: #002943;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
}

#footer a:link, #footer a:visited {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: overline; 
	color: #cfcfcf;
}

#footer li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0;
}

#footer p {
	padding-top: 5px;
	padding-left: 10px;
	color: white;
}
#footer ul{
	padding-top: 5px;
	padding-left: 10px;
}

#footer img {
	display: inline;
	float: left;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 9px;
	padding-bottom: 4px;
}
#masthead
{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	height: 63px;
	background: url('images/masthead_bg.gif');
}

#masthead img
{
	padding-left: 10px;
	padding-top: 6px;
}
#page_content
{
	min-height: 1025px;
	position: relative;
	width: 970px;
}
#seperator
{
	width: 100%;
	height: 15px;
	background: url('images/seperator.gif');
	position: absolute;
	top: 400px;
	z-index: -1;
}
#story
{
	width: 690px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px; /* min-height: 660px; */
}

#story a, #story a:visited, #calendarcolumn a, #calendarcolumn a:visited
{
	color: #0059c7;
	text-decoration: none;
	font-weight: bold;
}

#story a:hover, #calendarcolumn a:hover
{
	color: #c70000;
	text-decoration: underline;
}
#story ol
{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 30px;

}
#story ul
{
	list-style: disc;
	list-style-position: outside;
	margin-left: 40px;
	line-height: 30px;
	margin-bottom: 15px;
}

#story .other-candidates a
{
	/* border: 5px solid #99CCFF; */
	border: 5px solid #FFFFFF;
	display: block;
}
#story .other_candidates li
{
	display: inline; 
	float: left; 
	margin-right: 0;
}
#story .other_candidates ul
{
	margin-left:0px;
	overflow: hidden; 
}
#story .other-candidates .current-candidate
{
	/* background-color: Gray; */
}
#story .other-candidates a.current-candidate
{
	border: 5px solid #a00000;
}
#story .other-candidates .current-candidate img
{
	/*
	filter:alpha(opacity=40);
	opacity: .40;
	-moz-opacity: .40;
	-webkit-opacity: .40;
	*/
}
#story .vcard
{
	margin-bottom: 25px;
}
#story .vcard .org
{
	font-weight: bold;
}
#story #candidates ul
{
	overflow: hidden;
	margin-left: 0;
	padding-left: 0;
	width: 630px;
	margin-top: 20px;
}
#story #candidates ul li
{
	/* border: 1px solid #C0C0C0; */
	float: left;
	list-style-type: none;
	overflow: hidden;
	text-align: center;
}
#story #candidates ul li a
{
	display: block;
	height: 260px;
	width: 210px;
}
#story #candidates ul li img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#top
{
	width: 100%;
	background: url('images/bg400.jpg');
	background-repeat: repeat-x;
	height: 400px;
}

#top_nav
{
	background: #7b7b7b;
	height: 40px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#clerkvcard {
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

#disclaimer {
	font-weight: bold;
	color: #d22c00;
	font-size: large;
	background-color: #ebebeb;
	padding: 5px;
}