/* *************
 	header
   ************* */

div#leftHeader {
	float: left;
	padding-top: 0px;

	color: white;
}

div#leftHeader img#logo {
	float: left;
	padding-top: 17px;
	padding-left: 16px;
}

div#leftHeader div#title {
	float: left;
	padding-top:60px;
	padding-left:16px;
	
	font-size: 22px;
}

div#leftHeader div#title div#subtitle {
	font-size: 18px;
	padding-top:6px;
}

div#rightHeader {
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 6px;
	
	font-size: 14px;
	color: white;
}

div#rightHeader div {
	padding-top: 10px;
}

div#rightHeader div a {
	color: white;
}

/* *************
 	login
   ************* */

div#login {
	float:left;
}

div#sessionExpired {
	float:left;
	
	margin-left: 100px;
	margin-bottom: 40px;
	width: 250px;
	min-height: 44px;
	padding: 10px 14px 10px 30px;
	
	border: 1px solid #404040;
	border-color: #FF0000 	;
	border-radius: 8px;
	
	text-align: left;
	line-height: 150%;
	font-size: 14px;
}

div.loginItem {
	font-size:13px;
	font-weight: bold;
}

div.loginItem input {
	height: 16px;
	width: 155px;
	margin-top: 8px;
}

div#login a {
	color: #808080;
}

div.loginItem div.error {
	font-weight: normal;
	margin-top: 6px;
}

div.loginItem span.errorActivate {
	font-weight: normal;
	margin-top: 6px;
	padding-left: 12px;
}



/* *************
 	ballot
   ************* */

div#sectionTitle, div.sectionTitle {
	height: 19px;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	
	/* border-left: 5px solid #39404a;
	padding-left: 7px;
	padding-top: 3px; */
	
	margin-bottom: 30px;
}

div#sectionTitle img {
    float: left;

    height: 19px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;

    padding-top: 3px;

    margin-bottom: 30px;
}

div#sectionTitle div {
    float: left;

    padding-left: 8px;
    padding-top: 4px;
}

div.sectionTitleLink {
	width: 530px;
	height: 24px;
	clear: both;
	margin-bottom: 0px;
}

div.sectionTitleLink div {
	float:right;
}

div.sectionTitleLink div a {
	color: white;
}

div#ballotEligibility {
	width: 300px;
	height: 26px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #0c1e36;}

div#ballotDescription {
	padding-bottom: 40px;
}

div#ballotLink {
	padding-bottom: 15px;
}

div#ballotLink div.link {
    padding-left: 12px;
    padding-top: 4px;
}

div#ballotLink a {
	color: white;
}

div#ballotErrors {
	height: 20px;
}

div#ballotErrors span {
	display: none;
	color: gray;
	font-size: 15px;
}

div#voteNote {
	padding-top: 20px;
	padding-bottom: 20px;
}

div#ballotTitle {
	height: 40px;
	font-size: 18px;
}

div.ballotBreak {
    height: 25px;
}

div.ballotSelectionNote {
	margin-bottom: 20px;
	font-weight: bold;
}

div#ballotOptions {
	padding-top:4px;
	padding-bottom: 36px;
}

div.ballotOption {
	padding-bottom: 14px;
}

div#ballotOptions label {
	font-size: 18px;
	cursor: pointer;
	pointer-events: auto;
}


div.ballotFiles {
    padding-top: 12px;
    padding-bottom: 15px;
}

div.ballotFiles img {
    margin-right: 4px;
    padding-top: 8px;
}

div.ballotFiles div.file-title {
}

div.ballotFiles span {
}

div.ballotFiles div.file {
    padding-left: 8px;
    margin-top: 2px;
    padding-top: 4px;
    padding-bottom: 6px;

    cursor: pointer;
}

div.ballotFiles div.file img {
    padding-left: 8px;
    padding-top: 4px;
    vertical-align: bottom;
}

div.ballotFiles div.file span.type {
    color: #9e9e9e;
    padding-right: 12px;
}

div.ballotFiles div.file a {
    margin-left: 4px;
    margin-top: 2px;
    padding-bottom: 6px;
    text-decoration: none;
    color: white;
}

div.ballotFiles div.file a:hover {
    text-decoration: underline;
}


/* *************
 	ballot vote success
   ************* */

div#voteComplete {
	display:none;
	position: absolute;
	width: 400px;
	height: 140px;
	
	background: #212429;
	padding: 20px;
	border: 8px solid #2c3033;
	float: left;
	font-size: 1.2em;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div#voteComplete div#title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 30px;
}

div#voteComplete div#title img {
	float:left;
	padding-right: 4px;
}

div#voteComplete div#title div {
	float:left;
	padding-left: 6px;
	padding-top: 4px;
}


/* *************
 	ballot warning dialog
   ************* */

div.warningDialog {
	display:none;
	position: absolute;
	width: 400px;
	height: 220px;
	
	background: #212429;
	padding: 20px;
	border: 8px solid #2c3033;
	float: left;
	font-size: 1.2em;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.warningDialog div.title {
	height: 30px;
	
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 30px;
}

div.warningDialog div.title img {
	float:left;
	padding-right: 4px;
}

div.warningDialog div.title div {
	float:left;
	padding-left: 6px;
	padding-top: 4px;
}

div.warningDialog div.body {
	height: 130px;
}

div.warningDialog div.controls {
	height: 34px;
}


/* *************
 	ballot list
   ************* */
table#ballotList {
	width: 530px;
	border-collapse:collapse;
	
	color: white;
	
	border-bottom: 1px solid #2b3033;
	margin-bottom: 15px;
}

table#ballotList tr {
	padding-top: 3px;
	padding-bottom: 3px; 
	width: 500px;

	font-size: 16px;
}

table#ballotList tr td.title {
	width: 420px;
	padding-left: 9px;
	
	height: 48px;
	border-top: thin solid #2b3033;
}

table#ballotList tr td.titleDisabled {
	width: 420px;
	color: gray;
	padding-left: 7px;
	
	height: 48px;
	border-top: thin solid #2b3033;
}

table#ballotList tr td.status {
	padding-right: 9px;
	
	height: 48px;
	border-top: thin solid #2b3033;
}

table#ballotList .ballotItem {
	cursor: pointer;
}

table#ballotList .disabledBallotItem {
	cursor: default;
}

table#ballotList tr a {
	color: white;
}


table#ballotList tr td.status {
	font-size: 12px;
	color: white;
	width: 120px;
	vertical-align: middle;
}

table#ballotList tr td.status img {
	float:right;
}

table#ballotList tr td.status div.status {
	float:right;
}

table#ballotList tr td.status div.text {
	float: right;
	width: 41px;
	text-align: right;
	padding-top: 10px;
	padding-left: 5px;
}

div#ballotListMore {
    width: 530px;
    margin-left:auto;
    margin-right:auto;

    text-align: center;
}

div#ballotListMore a {
    color: #9e9e9e;
    text-decoration: none;
}


/* *************
 	announcement list
   ************* */
table#announcementList {
	width: 210px;
    border-collapse: collapse;
    border-bottom: 1px solid #2b3033;
}

table#announcementList tr {
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

table#announcementList tr td.date {
    text-align: center;
    font-family: Georgia;
    border-top: thin solid #2b3033;
    width: 50px;
    vertical-align: top;
    padding-left: 3px;
    height: 67px; /* acts as min-height */
}

table#announcementList tr td.date div.month {
    font-size: 13px;
    padding-top: 8px;
}

table#announcementList tr td.date div.day {
    font-size: 17px;
    font-weight: bold;
}

table#announcementList tr td.date div.year {
    font-size: 13px;
    padding-top: 1px;
}

table#announcementList tr td.date div.type {
    font-size: 11px;
    padding-top: 6px;
    padding-bottom: 8px;
    color: #4c7db2;
}

table#announcementList tr td.content {
    padding-left: 14px;
    border-top: thin solid #2b3033;
    padding-right: 3px;
    vertical-align: top;
}

table#announcementList tr td.content div.title {
    padding-top: 9px;
    font-size: 16px;
}

table#announcementList tr td.content div.body {
    padding-top: 6px;
    font-size: 12px;
    color: #9e9e9e;
    line-height: 18px;
    padding-bottom: 5px;
}

table#announcementList tr td.content div.link {
    padding-top: 12px;
    font-size: 12px;
    color: #9e9e9e;
    padding-bottom: 9px;
}

table#announcementList tr td.content div.files {
    padding-top: 12px;
    padding-bottom: 4px;
}

table#announcementList tr td.content div.files img {
    margin-right: 4px;
    padding-top: 8px;
    padding-left: 6px;
}

table#announcementList tr td.content div.files div.file-title {
}

table#announcementList tr td.content div.files span {
}

table#announcementList tr td.content div.files div.file {
    margin-left: 8px;
    margin-top: 6px;
    margin-bottom: 3px;
}

table#announcementList tr td.content div.files div.file span.type {
    color: #9e9e9e;
    padding-right: 8px;
}

table#announcementList tr td.content div.files div.file a {
    margin-left: 4px;
    text-decoration: none;
}

table#announcementList tr td.content div.files div.file a:hover {
    text-decoration: underline;
}

table#announcementList tr a {
    color: white;
}

div#announcementListMore {
    width: 210px;
    margin-left:auto;
    margin-right:auto;

    padding-top: 13px;
    text-align: center;
}

div#announcementListMore a {
    color: #9e9e9e;
    text-decoration: none;
}


/* *************
 	dashboard member unit
   ************* */

div.sectionUnitInfo {
	width: 530px;
	height: 26px;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: center;

	clear: both;

	background-color: #0c1e36;
}

div.sectionUnitInfo a {
	font-size: 12px;
	color: #BBBBBB;
	padding-left: 10px;
}

div.sectionUnitInfo a:hover {
	color: white;
}


/* *************
 	help question list
   ************* */

table#questionList {
	width: 700px;
	border-collapse:collapse;
	
	font-color: #b0b0a2;
	background-color: #22282a;
	
	border-bottom: 1px solid #2b3033;
	margin-bottom: 20px;
	margin-top: 18px;
}

table#questionList tr {
	padding-top: 3px;
	padding-bottom: 3px; 

	font-size: 16px;
}

table#questionList tr td {
	padding: 9px;
	padding-left: 9px;
	
	height: 48px;
	border-top: thin solid #2b3033;
	
	line-height: 26px;
}

table#questionList tr td div {
	padding-bottom: 8px;
}

div.helpInfo {
	width: 500px;
	font-size: 16px;
	
	padding: 4px;
	margin-top: 25px;
	border-bottom-width: 125px;
	margin-left: 26px;
}

div.helpInfo a {
	color: white;
}


/* *************
 	buttons
   ************* */

.voteButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
}.voteButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.voteButton:active {
	position:relative;
	top:1px;
}


.cancelButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.cancelButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.cancelButton:active {
	position:relative;
	top:1px;
}


.loginButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.loginButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.loginButton:active {
	position:relative;
	top:1px;
}



/* *************
 	settings
   ************* */

table.settings {
	margin-top: 20px;
	margin-bottom: 40px;
}

table.settings tr td {
	text-align: left;
	vertical-align: top;
	height: 32px;
}

table.settings tr td.label {
	text-align: right;
	vertical-align: top;
	width: 110px;
	padding-right: 12px;
	font-size: 15px;
}

table.settings tr td label {
	font-size: 15px;
}

table.settings .note {
	font-size: 12px;
	font-style: italic;
}

table.settings tr td.spacer {
	font-size: 2px;
	height: 18px;
}

table.settings tr td a {
	color: white;
}

div.settingsError {
	color: #FF0000;
	font-size: 15px;
	padding-bottom: 10px;
}

table.settings tr td a.settingsIncorrectLink {
	font-style: italic;
	font-size: 14px;
	color: gray;
	padding-left: 6px;
}

table.settings tr td a.settingsIncorrectLink:hover {
	color: white;
}


/* *************
 	success popups
   ************* */
div.successPopup {
	display:none;
	position: absolute;
	width: 400px;
	height: 140px;
	
	background: #212429;
	padding: 20px;
	border: 8px solid #2c3033;
	float: left;
	font-size: 1.2em;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.successPopup div.title {
	font-size: 16px;
	font-weight: bold;
	height: 40px;
}

div.successPopup div.title img {
	float:left;
	padding-right: 4px;
}

div.successPopup div.title div {
	float:left;
	padding-left: 6px;
	padding-top: 4px;
}

div.successPopup div.body {
	font-size: 16px;
	font-weight: bold;
	height: 40px;
}

div.successPopup div.body a {
	color: white;
}