@charset "UTF-8";

*{
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

div{
	display: block;
}

html{
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: normal;
  background: #99ADC8;
}

body{
  color: #000000;
}

p{
	line-height: 1.5em;
	margin: 0 0 1em;
}

ul, ol, dl{
	line-height: 1.5em;
	margin: 0 0 1em 0em
}
li{
	margin-left: 1.5em;
	line-height: 1.5em
}

strong,b{
	font-weight: bold
}

textarea{
	background: #FBFBFB;
}

table{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}

a{
	color: #4d82c7;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size: 2.0em;
}

h2{
	font-size: 3.0em;
	color: #4d82c7;
}

h3{
	font-size: 2.2em;
	color: #4d82c7;
}

/* Start Button Styles --------------------------------------------- */
input[type="button"],
button { border:0 none; font:inherit; }
*:focus { outline:0 none; }
button[disabled=disabled], button:disabled {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0.5;
	cursor: default;
}
.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}
.button.full, .button.full span { display: block; }
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	background-image: url(ballot_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active { top:1px; }
.button span {
	position: relative;
	color:#000000;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 0.6em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}
.button.large span { font-size:19px; width:230px; height:60px;}
.button.large2 span { font-size:16px; width:230px; height:60px;}
.button.large4 span { font-size:16px; width:230px; height:48px;}
.button.large3 span { font-size:24px; font-weight: bold; width:230px; height:140px;}
.button.large6 span { font-size:21px; font-weight: bold; width:230px; height:105px;}
.button.large5 span { font-size:21px; font-weight: bold; width:230px; height:140px;}
.button.blue { background-color: #697893; }
.button.blue4 { background-color: #74829A; }
.button.blue4 span{ color: #FFFFFF; }
.button.blue span{ color: #FFFFFF; }

.button.blue2 { background-color: #395382; }
.button.blue2 span{ color: #FFFFFF; }
/*--------------------------------------------------------------------*/

/* Start Accordion Styles --------------------------------------------*/
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion {
  margin: 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.accordion-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
  background: #333;
  color: #fff;
}
.accordion-content {
  max-height: 0;
  font-size: 0px;
  padding: 0 1em;
  background: #f3f3f3;
  transition: all 0.35s;
}
input:checked ~ .accordion-content {
  max-height: 100vh;
  padding: 1em;
}


/*--------------------------------------------------------------------*/

.hidden{display: none;}
.hide{} /*for print*/

/*--------------------------------------------------------------------*/
#page{
  clear: both;
  overflow: hidden;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 860px;
  margin-top: 30px;
  background: #FFFFFF;
}
.boxshadow{
  box-shadow: 0 0 12px #677486;
  -moz-box-shadow: 0 0 12px #677486;
  -webkit-box-shadow:0 0 12px #677486;
}

#page div.border-top{
	width: 100%;
	height: 17px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: 1px solid #FFFFFF;
}

#footer{
	width: 100%;
  height: 40px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border: #677691 1px solid;
	margin-bottom: -3px;
	margin-left: -2px;
	margin-right: -2px;
	padding: 1px;
  color: #888888;
  font-size: 12px;
  clear: both;
	white-space: nowrap;
	background: #283364 url(sprites.png) repeat-x 0 0;
}

#footer p{
	float: left;
	padding-left: 5px;
  margin: 10px 0px 0px 0px;
	color:#FFFFFF;
}

#footer span{
	float: right;
	padding-right: 5px;
	margin: 8px 0px 0px 0px;
	color:#FFFFFF;
}
#footer span a{
	color:#FFFFFF;
}
#footer span img{
	margin-bottom: -5px;
}

#page-padded{
  padding: 0px 1px;
}

#header{
	width: 100%;
	margin-top: 0px;
	margin-left: -2px;
	margin-right: -2px;
	padding: 5px;
	background: #283364 url(sprites.png) repeat-x 0 0;
	white-space: nowrap;
}

#topnav{
	float: right;
	margin-top: 8px;
	color: #CCCCCC;
}
#topnav a{
	padding-right: 5px;
	font-size: 18px;
	color:#F3F3F3;
	font-weight: bold;
}

#toplogo{
	display: inline-block;
	white-space: nowrap;
}
#toplogo a{
	margin-top: 2px;
 display: block;
 float: left;
 font-size: 11px;
 color:#FFFFFF;
}

#toplogo img{
	float: left;
	padding-right: 5px;
}

#content
{
	width: 100%;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	background: #F3F3F3;
}

.clear
{
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/* tblMain */
#tblMain{
	margin: 10px 0px  10px 0px;
	width: 100%;
	min-width: 820px;
	text-align: left;
}
#tblCont{
	margin: 10px 0px  10px 0px;
	width: 100%;
	min-width: 820px;
	text-align: center;
}
#tblCont td{
	padding: 4px;
}
#tblCont td.msg{
	padding: 1px;
}
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
#tblError{
	width: 100%;
	margin-top: 3px;
}
#errMsg{
	background: #F06868;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	padding: 15px 2px 5px 2px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
	color: #FFFFFF;
	height: 40px;
}
/*--------------------------------------------------------------------*/

.click{
	text-decoration: none;
	cursor: pointer;
	
	font-size:1.4em; 
	color:#677691;	
}

.click:hover{
	text-decoration: underline;
}
