@charset "UTF-8";
/* CSS Document */

/***************************************************************************
	*** IBT Vote: Master CSS
	*** Created: 02/04/2015
	*** Created By: Arik (ClassFive)
	*** Last Modified: 4/4/2015 1:07 PM EST
	*** Last Modified By: apw (ClassFive)
***************************************************************************/


/****** COMMON *****/
*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body{
	position:relative;
	min-height:100%;
	background:url(../images/bg-stripe.png) repeat;
}
.page-wrapper{
	min-height:100%;
	padding-bottom:100px;
}
.clear{
	clear:both;
}
.centerText{
    text-align:center;
}
ul{
	list-style:none;
}
li{
    margin-bottom:.7em;
    line-height: 1.2em;
}
ul.bullets li{
    list-style-type:disc;
    margin-left:1em;
}
a{
	color:#0a5194;
}
a:hover{
	color:#856E41;
}
ul.footnotes{
    font-size:.8em;
}
ul.footnotes li{
    margin-bottom:1em;
}
hr{
    height:1px;
    width:100%;
    /*background-color:#e3e3e2;*/
	background-color:#666;
    display:block;
    /*margin:.5em auto;*/
	margin:20px auto;
    border:none;
}
.pct33{
    width:33%;
}
.pct50{
    width:50%;
}
.pct66{
    width:66%;
}
.textCenter{
    text-align:center !important;
}
.hidden{
    display:none;
}
.selected{
    font-weight:bold;
}
.center{text-align:center;)}

a.button-reg{
	margin: 20px auto 20px auto;
	display: block;
	padding: 10px 30px;
	border-radius: 0;
	background-color: #EDE6D3;
	color:black;
	border: 1px solid #c7c7c7;
	width:200px;
	text-align:center;
}

.button-reg:hover{
    /*background-color:#2f2e79;*/
	background-color: #F4F1E8;
    /*color: #f5f2c9;*/
	cursor:pointer;
}
a.button-reg:active{
	background-color:#DBCB9D;
}
a.button-reg:focus{
	border: 1px solid #000000;
}
p{
    line-height:1.2em;
}
h1{
    font-size:1.6em;
    text-align:center;
    margin-bottom:1em;
}

h2{
    font-size:1.4em;
    text-align:center;
    margin-bottom:1em;
}
h3{
    font-size:1.25em;
    margin-bottom:.75em;
}

h4{
    font-size:1.1em;
    font-weight:bold;
    margin-bottom:.75em;
}

h5{
    font-size:1em;
    font-weight:bold;
    margin-bottom:.75em;
}
h2.noticeTable-heading{
    font-size:1em;
    text-align:center;
    margin-bottom:1em;
}
.print-logo{
    display:none;
    width:179px;
    margin:0 auto;
}
/****** HEADER *****/

.header-std{
	width:100%;
	background:url(../images/header-bgFull.png);
	background-position: center;
	background-size:100% auto;
}
.header-upper{
	width:100%;
	background:url(../images/header-blueGradient.png) repeat-y;
	background-position: center;
	background-size:100% auto;
	height:24px;
	/*border-bottom:1px solid #e3e3e2;*/
	text-align:center;
}
.header-upper span{
	color:#f5f2c9;
	font-size:14px;
	line-height:24px;
    font-family:Georgia, Arial, serif;
}
.header-main{
	height:94px;
	width:980px;
	margin:0 auto;
	background:url(../images/header-goldGradient.png) repeat-y;
}
.header-logo{
	display:block;
	float:left;
	margin-top:9px;
}
.header-highlight{
	float:right;
	height:94px;
	width:264px;
	background:url(../images/header-callout.png) repeat-y;
	text-align:center;
	display:table;
    font-family:Georgia, Arial, serif;
}
.header-highlight a{
	display:table-cell;
	vertical-align:middle;
	padding:10px 20px;
	color:#2f2e79;
	font-size:17px;
	font-weight:bold;
	line-height:1.3em;
}
.header-highlight a:hover{
	color:#252525;
}
.header-lower{
	width:100%;
	background:url(../images/header-blueGradient.png) repeat-y;
	background-position: center;
	background-size:100% auto;
	height:6px;
	/*border-top:1px solid #e3e3e2;*/
	border-bottom:1px solid #252525;
}

/****** FOOTER *****/

.footer-std{
	width:100%;
	background:url(../images/header-blueGradient.png) repeat-y;
	background-position: center;
	background-size:100% auto;
	height:100px;
	color:#FFFFFF;
	font-size:12px;
	position:absolute;
	bottom:0px;
}
.footer-std a{
	color:#FFFFFF;
}
.footer-std a:hover{
	color:#d3c599;
}
.footer-internal{
	width:980px;
	margin:0 auto;
	height:80px;
	padding:10px 0;
        overflow:hidden;
}
.footer-std .left{
	width:380px;
	float:left;
	line-height:15px;
}
.footer-std .left h5{
	font-size:14px;
	font-weight:normal;
	line-height:20px;
}
.footer-std .right{
	width:560px;
	float:right;
	margin-top:4px;
	line-height:13px;
}
.footer-std .right ul{
	width:140px;
	float:left;
	list-style:none;
	text-align:right;
}
.copyright{
clear:both;
float:left;
text-align:right;
width:340px;
}
.rapids{
float:left;
text-align:right;
width:170px;
}

/****** BASIC LAYOUT *****/

.page-inner{
	width:980px;
	margin:0 auto;
        padding-bottom:20px;
}
.page-inner .left-col{
	width:250px;
	margin-right:20px;
	float:left;
}
.page-inner .right-col{
	width:710px;
	float:left;
}

.tbox{
	background:#FFFFFF;
	background-color:rgba(255,255,255,.85);
	border:1px solid #e3e3e2;
	padding:18px;
	margin-top:20px;
}

.goldbox{
	background:url(../images/sidebar-goldGradient.png) repeat-y;
	margin-top:20px;
	padding:18px;
	border:1px solid #e3e3e2;
	background:url(../images/header-goldGradient.png) repeat-y;
	background-position: center;
}

/****** FUNCTIONS *****/

.breadcrumbs{
	float:left;
	width:80%;
	font-size:11px;
	line-height:28px;
}
.functionBar{
	float:right;
}
#button-pdf{
	background:url(../images/pdf-sprite.png);
	background-position:left top;
	width:28px;
	height:28px;
	margin-right:10px;
	display:none;
}
#button-pdf:hover{
	background-position:right top;
}
#button-print{
	background:url(../images/print-sprite.png);
	background-position:left top;
	display:inline-block;
	width:28px;
	height:28px;
}
#button-print:hover{
	background-position:right top;
}

/****** SUBNAVIGATION *****/
.main-subnav{
	padding:20px;
	text-align:center;
	font-size:12px;
	line-height:14px;
}
.main-subnav h3{
	font-weight:bold;
}
.main-subnav li{
	margin-top:1em;
}
.fourCol .col{
	width:19%;
	padding:0 3%;
	float:left;
}
.threeCol .col{
	width:27%;
	padding:0 3%;
	float:left;
}

/****** SIDEBAR *****/

#sidebar-contact{
	text-align:center;
}
#sidebar-contact h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:.2em;
}
#sidebar-contact h3{
	font-size:14px;
}
#sidebar-contact p{
	font-size:14px;
	margin-top:.5em;
}
#sidebar-highlight{
    text-align:center;
    font-size:18px;
    font-weight:bold;
    font-family:Georgia, Arial, serif;
}
#sidebar-highlight a:hover{
	color:#252525;
}
#sidebar-nav ul{
	line-height:1.5em;
	/*text-align:center*/
}

/****** HOME *****/
#home-headline a{
    text-decoration:underline;
}
#home-headline h1{
    text-align:center;
    font-size:24px;
    font-weight:bold;
    margin-bottom:1em;
}
#home-headline p{
    font-size:15px;
    margin-bottom:1em;
}

#home-links{
    text-align:center;
    font-size:16px;
    font-family:Georgia, Arial, serif;
}
#home-links li{
    display:inline-block;
    width:203px;
    height:30px;
    margin:10px 20px 0 20px;
    background:url(../images/capsule.png) no-repeat;
    line-height:30px;
}
#home-links ul li:first-child{
    margin-left:0px;
}
#home-links ul li:last-child{
    margin-right:0px;
}

#home-whatsNew{
    font-size:14px;
}
#home-whatsNew h2{
    text-align:center;
    font-size:18px;
    margin-bottom:1em;
    font-weight:bold;
}
.home-new-viewMore{
    display:block;
    text-align:right;
}

#main-content h1,
h2.sectionHeader{
    text-align:center;
    margin: .5em 0 1em 0;
    font-size: 1.2em;
    line-height:1.4em;
}
h2.subSectionHeader{
    text-align:center;
    margin: .5em 0 1em 0;
    font-size: 1.1em;
    line-height:1.4em;
}


/****** SUBNAV *****/
.interior-subnav{
}
.interior-subnav ul{
    background: #FFFFFF;
    background-color: rgba(255,255,255,.8);
    border: 1px solid #e3e3e2;
    padding: 18px;
    margin-top: 20px;
}
.interior-subnav ul li{
    text-align: center;
}

/*.interior-subnav ul:after {
    content:"";
    display:block;
    clear: both;
}*/
#rules-TOC{
}
#rules-TOC hr{
    width:85%;
}
#rules-TOC li{
    text-align:left;
    line-height:.5em;
}
.download-rules{
    display:block;
    text-align:right;
}
.ER-langSelect{
    text-align: center;
    padding-top: .5em;
    margin-top: .5em;
    border-top: 1px solid #e3e3e2;
    font-size: 1.2em;
}
.ER-langSelect a{
  display:inline-block;
  padding:0 5em;
}
ol.definitions{
    margin-left:1.5em;
}
ol.definitions li ol{
    margin-left: 2em;
    list-style-type: lower-alpha;
    margin-top: 1em;
}
ul.parens li:before {
content: "(" counter(section, decimal) ") ";
margin-right:1em;
}
ul.parens li { 
counter-increment: section;
margin-left:2em;
}
/****** CONTACT *****/
#Contact-OES{
    text-align:center;
    line-height:1.2em;
}
#Contact-OES p:first-child{
    /*font-variant:small-caps;*/
    font-weight:bold;
    margin-bottom:0;
}

/****** CONTACT FORM *****/
#Find-Your-Regional-Director{
    /*width:80%;
    border:1px solid #e3e3e2;
    margin:0 auto;
    padding: 20px;*/
}
#Find-Your-Regional-Director h2{
    text-align:center;
    font-weight:bold;
    font-size:1.3em;
    margin-bottom:1em;
}
#GetLocal{
    text-align: center;
    line-height: 1.5em;
}
#GetLocal .organization{
    display: inline;
    padding-right:30px;
}
#GetLocal .local-number{
    display: inline;
}
#GetLocal input[type="text"]{
width: 80px;
height: 20px;
text-align: center;
margin-right: 20px;
}
#GetLocal input[type="select"]{
}
#GetLocal input[type="submit"]{
    display:block;
    width:60px;
    margin:20px auto;
}
#GetLocal .error{
    color:red;
    text-align:center;
}
#GetLocal-result{
padding: 10px 0;
}
#GetLocal-result p{
    margin-bottom:.25em;
}
#OES-Region,
#OES-Region span{
    font-weight:bold;
    text-align:center;
    font-size: 20px;
}
#contact-tel{
    float:left;
    margin-right:10px;
    margin-left: 60px
}
#GetLocal-result .name,
#GetLocal-result .name span{
    text-align:center;
    font-weight:bold;
    margin-bottom: 0.8em;
}
#GetLocal-result .address{
    text-align: right;
    margin-right: 60px;
}
#GetLocal-result .email,
#GetLocal-result .email span{
    text-align: center;
    margin-bottom: 1em;
}
#GetLocal-result .fax,
#GetLocal-result .fax span{
}
#GetLocal-result .phone,
#GetLocal-result .alt{
    line-height:20px;
}
#GetLocal-result .confirmLocal{
    text-align: center;
    margin: 1em;
    font-size:.8em;
}
.half{
    float: left;
    width: 50%;
}
/****** CONTACT MAP *****/

#contact-map{
}
#contact-map area{
}
#contact-map area:hover{
    background-color:#blue;
}

/****** IMPORTANT DATES *****/
#important-dates{
}
#important-dates dl{
}
#important-dates dt{
}
#important-dates dd{
    margin: 10px 0 20px 120px;
}
/****** NOTICES AND ADVISORIES *****/
#notices-list .intro{
}
#notices-list ul li{
    margin-bottom:.7em;
}
#notices-list ul li .date{
    min-width: 150px;
    display: inline-block;
    vertical-align: top;
}
#notices-list ul li a{
    display: inline-block;
    max-width: 490px;
}

/****** SITE MAP *****/
.sitemap{
}
.sitemap ul{
}
.sitemap li{
    margin-bottom:0;
}
.sitemap a{
    margin-bottom:15px;
    display:inline-block;
}
.sitemap ul li{
    text-indent: 1em;
}
.sitemap ul li ul li{
    text-indent: 3em;
}
.sitemap ul li ul li ul li{
    text-indent: 5em;
}

/****** FILE A PROTEST *****/
#protest-intro .button-reg{
    width: 170px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
}

#protest-intro ul{
    list-style-type:disc;
    line-height:1.3em;
    margin-left: 1em;
}

div#tabHistory pre {
    white-space: pre-line;
}
div#tabAction pre {
    white-space: pre-line;
}
.logEntryHeadingDate{
	width:20%;
}

/* Users Index */

.admin-users-index table{
	width:100%;
	margin-top:1em;
}
.admin-users-index table tr:nth-child(even){
	background-color:#efefef;
}
.admin-users-index table th{
	padding:.25em 0;
}
.admin-users-index table td{
	padding:.25em 1em;
}

/* Users Add */

#new-user-form label{
	width: 15.3em;
	display: inline-block;
	text-align: right;
	margin-right: .25em;
	margin-top: .3em;
}
#new-user-form label::after{
	content:":";
}
#new-user-form input[type="text"]{
	display: inline-block;
	width: 15em;
}
#new-user-form select{
	display: inline-block;
	width: 15.5em;
}
#new-user-form input[type="submit"]{
	margin: 20px auto;
	display: block;
	padding: 6px 20px;
	border-radius: 0px;
	background-color: #EDE6D3;
	color: #000;
	border: 1px solid #C7C7C7;
	text-align: center;
	font-size:.9em;
}
#new-user-form input[type="submit"]:hover {
    background-color: #F4F1E8;
    cursor: pointer;
}

/* Users Edit */

.admin-users-edit form{
}
.admin-users-edit hr{
}

.admin-users-edit label{
	width: 15.3em;
	display: inline-block;
	text-align: right;
	margin-right: .25em;
	margin-top: .3em;
}
.admin-users-edit label::after{
	content:":";
}
.admin-users-edit input[type="text"],
.admin-users-edit input[type="password"]{
	display: inline-block;
	width: 15em;
}
.admin-users-edit select{
	display: inline-block;
	width: 15.5em;
}
.admin-users-edit input[type="submit"]{
	margin: 15px auto 0 auto;
	display: block;
	padding: 6px 20px;
	border-radius: 0px;
	background-color: #EDE6D3;
	color: #000;
	border: 1px solid #C7C7C7;
	text-align: center;
	font-size:.9em;
}
.admin-users-edit input[type="submit"]:hover {
    background-color: #F4F1E8;
    cursor: pointer;
}
.admin-users-edit .password-reset-message{
	width:85%;
	margin:0 auto;
}

/****** PROTEST DECISIONS ******/
#subnav-protest a.selected {
    font-weight: bold;
}

/****** LEP LOGIN ******/

.LEP-login table{
    margin:0 auto;
}
.LEP-login table tr{
}
.LEP-login table td{
    padding: 4px 0;
}
.LEP-login table label{
    padding-right: 10px;
}
.LEP-login input[type="text"]{
}
.LEP-login input[type="checkbox"]{
    margin-right:7px;
}
.LEP-login input[type="submit"]{
    display: block;
    margin: 0 auto;
}

/* ADMIN */
.admin-function-pane h3{
     display:none;
}
.admin-logoutpanel{
    width:93%;
    text-align:right;
}

/****** DELEGATE TABLE ******/

#delegateTable{
  margin:1em auto;
  text-align:center;
  border:2px solid black !important;
  background-color:#FFF;
}
#delegateTable .headerRow{
	border:2px solid black !important;
	background-color:#EEECE1;
}
#delegateTable .headerRow th{
  font-variant:small-caps;
  font-weight:bold;
}
#delegateTable .titleRow{
}
#delegateTable .titleRow th{
  width:15%;
  font-weight:bold;
}
/*#delegateTable .titleRow #DT-Region{
  text-align:left;
}
#delegateTable tr td:first-child{
  text-align:left;
}*/
#delegateTable tr td:nth-last-child(2),
#delegateTable tr th:last-child{
	border-left:2px solid black !important;
}
#delegateTable tr td,
#delegateTable tr th{
	padding:.5em;
	border:1px solid black;
}
#delegateTable .totalRow{
	border:2px solid black !important;
}
#delegateTable tr td:nth-child(odd) {
    background-color: #efefef;
}
#delegateTable tr td:first-child {
    background-color: #FFF;
}

.candidate-video{
    /*width:320px;*/
    text-align:center;
    display:inline-block;
    padding:12px 5px;
}

/***** ELECTION RESULTS *****/

#presidentialHeaderTable{
    margin: 1em auto 2em auto;
    border: 1px solid #E7e7e7;
    text-align: center;
}
#presidentialHeaderTable tr.titleRow{
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
}
#presidentialHeaderTable tr.titleRow th{
    padding:0.5em 1em;

}
#presidentialHeaderTable tr{
}
#presidentialHeaderTable tr:nth-child(odd){
    background-color: #efefef;
}
#presidentialHeaderTable tr:nth-child(even){
}
#presidentialHeaderTable tr td{
    padding: 0.25em 0 0.25em 0;
}
/***** RESULTS TABLE *****/
#electionResultsTable{
    margin: 1em auto;
    border: 1px solid #E7e7e7;
    text-align: center;
}
#electionResultsTable tr.titleRow{
    border-bottom:1px solid #efefef;
}
#electionResultsTable tr.titleRow th{
    padding:0.5em 1em;
}
#electionResultsTable tr.subtitleRow{
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
}
#electionResultsTable tr.subtitleRow th{
    padding:0.5em 1em;
}
#electionResultsTable tr{
}
#electionResultsTable tr:nth-child(odd){
    background-color: #efefef;
}
#electionResultsTable tr:nth-child(even){
}
#electionResultsTable tr td{
    padding: 0.25em .5em 0.25em .5em;
}

/***** REGIONAL RESULTS *****/

.regional-results{
    margin: 1em auto 2em auto;
    border: 1px solid #E7e7e7;
    text-align: center;
}
.regional-results .titleRow{
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
}
.regional-results .titleRow th{
    padding:0.5em 1em;
}
.regional-results .titleRow th:first-child{
    padding:0.5em 2em;
}
.regional-results tr{
}
.regional-results tr td{
    padding: 0.25em 0 0.25em 0;
}
.regional-results tr:nth-child(even){
}
.regional-results tr:nth-child(odd){
    background-color: #efefef;
}

#sidebar-nav ul ul {
	margin-left: 10px;
	margin-top: 10px;
	list-style-type: circle;
	list-style-position: inside;
	font-size: 90%;
}
#sidebar-nav ul ul  li {
	margin-left: 0;
}
.hanging-indent .sub-item {
    margin-left: 35px;
}
.hanging-indent .sub-item-1 {
    margin-left: 70px;
}
.hanging-indent .sub-item-2 {
    margin-left: 105px;
}
.hanging-indent > div > div:first-child {
    min-width: 35px;
}
.hanging-indent > div {
    display: flex;
    margin-bottom: 1.25rem;
}



/***** PUBLIC FORM INDEX *****/
#Forms-List{
	margin-top: 20px;
	width: 100%;
}
#Forms-List td{
}
#Forms-List th{
	font-weight:bold;
	padding: 0.4em 1em;
	vertical-align:middle;
}
#Forms-List tr{
}
#Forms-List tr:nth-child(even) {
background:#f5f5f5;
}
#Forms-List tr td{
	line-height:1.2em;
	padding: 0.4em 1em;
	vertical-align: middle
}
#Forms-List .formName-title{
	width:60%;
}
#Forms-List .formName-td{
}
#Forms-List .blankForm-title{
	text-align:center;
}
#Forms-List .blankForm-td{
	text-align:center;
}
.sprite-28{
	width: 28px;
	height: 28px;
	display: inline-block;
	margin: 0 auto;
	text-indent: -9000px;
	background-position:left-top;
}
.sprite-28:hover{
	background-position:right top;
}
#Forms-List .blankForm{
	background-image: url(../forms/content/images/icon-downloadBlank.png);
}
#Forms-List .onlineForm-title{
	text-align:center;
}
#Forms-List .onlineForm-td{
	text-align:center;
}
#Forms-List .onlineForm{
	background-image: url(../forms/content/images/icon-completeForm.png);
}
/***** MAIN FORM QUESTIONS *****/
.centerText{
	text-align:center;
}
.subjectName-td{
	text-align:center;
	padding:.6em !important;
	background-color:#DEDEDE;
}
.altLang{
	padding-left:3em !important;
}

#main-content ol { margin-left: 20px !important; }