@import url("common.css");
@import url("progress-indicator.css");

/* header */

#voting-header {
	background-color:white;
	border-bottom:1px solid #bbb;
}
#voting-header .title {
	font-size: 28pt;
	line-height: normal;
}
#voting-header .orgname {
	font-size:14pt;
	color:#666;
	background:inherit;
	line-height: normal;
}

#votingtimer {
	font-size:10pt;
	background-color:#faeebb;
	border:1px solid #ddd;
	border-radius:5px;
}
#votingtimer-content {
	background: url(../images/timer.png);
	background-repeat: no-repeat;
	background-position: 5px .50rem;
	padding-left: 30px !important;
}
#votingtimertext {
	white-space:nowrap;
	font-weight:bold;
}

#cancelvoting {
	font-size:10pt;
}

/* content */

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.content-box-normal {
	margin-top:1em;
	background-color:white;
	padding:1em;
	border-left:5px solid #087480;
}

.content-box-normal h1 {
	font-size: 16pt;
	margin-bottom:0.75em;
}
.content-box-normal h2 {
	font-size: 14pt;
	margin-bottom:0.5em;
}

.content-box-info {
	margin-top:1em;
	background-color:white;
	padding:1em 1em 1em 50px;
	border-left:5px solid #bc448f;
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: 0.5em 0.75em;
}
.content-box-info p:last-child {
	margin-bottom: 0;
}

.content-box-errors {
	margin-top:1em;
	background-color:white;
	padding:1em;
	border-left:5px solid #f66;
}

.content-box-errors2 {
	margin-top:1em;
	margin-bottom:1em;
	background-color:#fba;
	padding:0.5em 1em;
	border:1px solid #f66;
}

.text-field-error {
	border:1px solid #f33;
}

.election_selection_box {
	border-left:3px solid #aaa;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	padding:7px 10px;
	margin-bottom:1em;
}
.election_selection_box:hover {
	border-color:#000;
}

/* footer */

#voting-footer {
	font-size:10pt;
	color:#666;
}

#voting-footer a {
	font-size:10pt;
	color:#666;
}