html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: Trebuchet MS, Arial;
    margin: 0;
    padding: 0;
}

input.lookup {
    border: 2px solid #bec0c3;
    background: url(../images/inputgradient.jpg) repeat-x top #FFFFFF;
    padding: 0.2em;
}

input.Invalid {
    border: 2px solid red;
}

span.SubElectionLabel.Invalid {
    color: red;
    font-weight: bolder;
}

@media screen {
    body {
        background: #ffffff url(../images/bg_box.gif) repeat fixed;
    }
}

body.login {
    background: #ffffff url(../images/votec_back.gif) repeat fixed;
}

div#main_app_wrapper {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    width: 100%;
    width: expression( document.body.clientWidth < 1255 ? "1254px" : "100%" );
    min-width: 1254px;
}

div#main_box {
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: #222 3px 3px 3px;
    -webkit-box-shadow: #222 3px 3px 3px;
    border: 2px solid #a2a2a2;
    padding-top: 6px;
    padding-bottom: 10px;
    margin-left: 8px;
    margin-right: 14px;
    margin-top: 6px;
}

#header {
    background: #f4f4f4;
    height: 85px;
    background: #f4f4f4 url(../images/bg4.jpg) repeat-x;
    border-bottom: 2px solid #36c;
}

#logo {
    float: left;
}

#login {
    background: #fff url(../images/loginlogo_red_nolive.jpg) no-repeat;
    /**border-left: 2px solid #a2a2a2;**/
}

#login.live {
    background: #fff url(../images/loginlogo_red.jpg) no-repeat;
    /**border-left: 2px solid #a2a2a2;**/
}

#login.sandbox {
    background: #fff url(../images/loginlogo_red_sandbox.jpg) no-repeat;
    border-left: 2px solid #a2a2a2;
}

#slogan {
    float: left;
    margin-top: 16px;
    margin-left: 10px;
    display: inline;
    position:relative;
    font-family: "trebuchet ms",geneva,lucida,helvetica,arial,sans-serif;
    font-size: 1.6em;
    color: #ffffff;
}

#generalmsgarea_wrap {
    margin-top: 20px;
    margin-left: 35px;
    padding: 0;
}

#generalmsgarea {
    font-family: "trebuchet ms",geneva,lucida,helvetica,arial,sans-serif;    
}

div.optionalBannerInfo {
    float: right;
    padding-top: 44px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 73%;
    font-family: "trebuchet ms",geneva,lucida,helvetica,arial,sans-serif;
}

div#lowerHeaderText {
    float: right;
    clear: right;
    padding-top: 44px;
    padding-right: 15px;
    color:#ffffff;
    font-size:73%;
    font-family: "trebuchet ms",geneva,lucida,helvetica,arial,sans-serif;
}

#userName {
    display: inline-block;
    font-weight: bolder;
    padding-right: 32px;
    font-size: 120%;
}

#datestamp {
    display: inline-block;
}

#content {
    background: #FFFFFF url("../images/content_back.gif") repeat-x;
    /***** REMOVED UNTIL PORTAL IS UPGRADED *****/
    /*background: -moz-linear-gradient(center top, #E5E5E5, #FFF 48px);
    -webkit-background-size: 100% 48px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E5E5E5), to(#FFF)) no-repeat;*/
    height: 100%;
}

#footer {
    clear: both;
    background: #ffffff;
    padding-top: 6px;
    color: #99BAD9;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    font-size: 9px;
}

h3 {
    background-color: transparent;
    font-family: "trebuchet ms",geneva,lucida,helvetica,arial,sans-serif;
    font-size: 16px;
    color: #333;
}

#side_a {
    float:left;
    width:98%;
    margin-top:5px;
    margin-right: 1%;
    margin-left: 1%;
}

#side_a_install {
    clear:left;
    width:98%;
    margin-top:5px;
    margin-right: 1%;
    margin-left: 1%;
}

#side_b {
    float: right;
    margin-top:40px;
    margin-right:10px;
}

div.SideWindow {
    margin-right: 8px;
}

div.SideWindow div.Header {
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    background-color: #f8f9fb;
    font-weight: bold;
    font-family: Trebuchet MS, Arial;
    font-size: .9em;
    color: #08952c;
    border: 2px solid #919191;
    padding: 6px 10px 2px 10px;
}

div.SideWindow div.Content {
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    background-color: #fff;
    font-weight: bold;
    font-family: Trebuchet MS, Arial;
    font-size: .75em;
    color: black;
    text-align: center;
    padding: 2px 0px 6px;
    border-left: 2px solid #919191;
    border-bottom: 2px solid #919191;
    border-right: 2px solid #919191;
}

a {
    color: #36c;
    text-decoration: none;
    font-weight: bolder;
    cursor: pointer;
}

a:hover, a.hover {
    color: #BF062B ;
    text-decoration: none;
    font-weight: bolder;
    cursor: pointer;
}


#mainnav {
    height: 20px !important;
    padding: 4px 0px 2px 15px;
    margin: 0px 15px 10px 15px;
    float: left;
    background: rgb(215, 215, 215) url("../images/mainnav_bg.gif") repeat-x;
    /***** REMOVED UNTIL PORTAL IS UPGRADED *****/
    /*background: -moz-linear-gradient(center top, rgb(239, 238, 239), rgb(215, 215, 215));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 238, 239)), to(rgb(215, 215, 215)));*/
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border-left: 1px solid rgb(162, 162, 162);
    border-bottom: 1px solid rgb(162, 162, 162);
    border-right: 1px solid rgb(162, 162, 162);
}

#mainnav table tr td {
    color: #999999;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding-right: 45px;
}

#mainnav span {
    color: #333333;
    font-size: 1.3em;
    font-weight: bold;
    font-family: "trebuchet ms",geneva,lucida,helvetica,arial,sans-serif;
    padding: 1px 8px 2px 8px;
    /*  margin-left: 20px;
    margin-right: 20px; */
    text-decoration: none;
    cursor: pointer;
}

#mainnav span:before {
    /*  color: #ffffff;
    background-color: #666666; */
    background-color: #cccccc;
    text-decoration: none;
}

span.link {
    color: #005CB8;
    cursor: pointer;
    font-weight: bolder;
    font-family: "trebuchet ms",geneva,lucida,helvetica,arial,sans-serif;
    font-size: .9em;
}

span.linkhover {
    color: #BF062B;
    cursor: pointer;
    font-weight: bolder;
    font-family: "trebuchet ms",geneva,lucida,helvetica,arial,sans-serif;
    font-size: .9em;
}

span.linkred {
    color: #F5003D;
    cursor: pointer;
    font-weight: bolder;
}

span.linkhoverred {
    color: #8F0024;
    cursor: pointer;
    font-weight: bolder;
}

.helpBtn {
    padding-left: 5px;
}

#statsTable td.field {
    text-align: left;
    font-weight: bold;
    color: #606161;
}

#statsTable td.count {
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
}

table.WarningTable td {
    padding: 4px !important;
}

table.WarningTable td:not(:last-child) {
    white-space: pre;
    width: 0;
}

table.WarningTable td:nth-child(2) {
    border-right: 1px solid #A0A0A0;
}

table.WarningTable td:last-child {
    font-weight: normal;
}

table.WarningTable tr:not(:last-child) td {
    border-bottom: 1px solid #A0A0A0;
}

table.WarningTable tr:nth-child(even) td {
    background-color: #F9F9F9;
}

table.WarningTable tr:nth-child(odd) td {
    background-color: #FFFFFF;
}

table.SetupTable td {
    padding: 4px !important;
    cursor: help;
}

table.SetupTable td:first-child {
    border-right: 1px solid #A0A0A0;
}

table.SetupTable td:last-child {
    font-weight: normal;
}

table.SetupTable tr:not(:last-child) td {
    border-bottom: 1px solid #A0A0A0;
}

table.SetupTable tr:nth-child(even) td {
    background-color: #F9F9F9;
}

table.SetupTable tr:nth-child(odd) td {
    background-color: #FFFFFF;
}

#subElectionCountsTable th {
    border-top: 1px solid #A0A0A0;
    border-bottom: 1px solid #A0A0A0;
    border-right: 1px solid #A0A0A0;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
}

#subElectionCountsTable th:first-child {
    border-left: 1px solid #A0A0A0;
}

#subElectionCountsTable td {
    border-bottom: 1px solid #A0A0A0;
    border-right: 1px solid #A0A0A0;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
}

#subElectionCountsTable td:first-child {
    border-left: 1px solid #A0A0A0;
}

#subElectionCountsTable td.election {
    font-weight: bolder;
}

#subElectionCountsTable tr:nth-child(even) td {
    background-color: #F9F9F9;
}

#subElectionCountsTable tr:nth-child(odd) td {
    background-color: #FFFFFF;
}

table.pcsTable {
    font-size:.7em;
}

table.pcsTable tr.headerRow {
    background:#f8f9fb;
}

table.pcsTable th {
    text-align: left;
    border-left: 1px #99a0a6 solid;
    border-top: 1px #99a0a6 solid;
    border-bottom: 2px #99a0a6 solid;
}

table.pcsTable th.lastCell {
    border-right: 1px #99a0a6 solid;
}

table.pcsTable tr.siteRow {
    cursor: hand;
}

table.pcsTable tr.highlight {
    background-color: #CCCCFF;
}

table.pcsTable tr.siteRow td {
    text-align: left;
    padding-left: 4px;
    border-left: 1px #99a0a6 solid;
    border-bottom: 1px #aaa solid;
}

table.pcsTable tr.siteRow td.lastCell {
    border-right: 1px #aaa solid;
}

table.pcsTable tr.siteRow.error {
    background-color: #FF0000;
    color: #FFF;
}

table.addrtbl td.error {
    color: red;
}

table.generalTable {
    font-family: Trebuchet MS, Arial;
}

table.generalTable th {
    padding-left: 4px;
    border-left: 1px #6d89bc solid;
    border-top: 1px #6d89bc solid;
    border-bottom: 2px #6d89bc solid;
    font-size: 0.8em;
}

table.generalTable th.lastCell {
    border-right: 1px #6d89bc solid;
}

table.generalTable td {
    padding-left: 4px;
    border-left: 1px #99a0a6 solid;
    border-bottom: 1px #aaa solid;
    font-size: 0.9em;
}

table.generalTable td.lastCell {
    border-right: 1px #99a0a6 solid;
}

table.generalTable td.headerCell {
    text-align: center;
    border-right: 1px #99a0a6 solid;
    font-weight: bolder;
    background-color: #eeeeff;
}
        
#main {
    border: 1px solid #000;
    clear: both;
    background: #ffffff;
    padding-top: 1em;
}

#contents {
    padding: 1.5em;
    background: #ffffff;
    min-height: 300px;
    width: 90%;
}

.tabheader {
	position: relative;
	
	height: 3em;
	width: 48em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tabheader ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 48em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
        color:#fff;
}

.tabheader ul#primary li  {
	display: inline;
	list-style: none;
}

.tabheader ul#primary a,.tabheader ul#primary span,.tabheader ul#primary a.current {
	width: 11em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-size: 1em;
        font-family: Trebuchet MS, Arial;
	text-decoration: none;
	color: #606161;
}

.tabheader ul#primary span,.tabheader ul#primary a.current,.tabheader ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #fff;
	padding-bottom: 6px;
	margin-top: 0;
}

.tabheader ul#primary a {
	background: #F7F7F7;
	border: 1px solid #606161;
	border-bottom: none;
        color:#36c;
}

.tabheader ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #EBF8FF;
        color: #ff7800;
	padding-bottom: 5px;
}

#header1 {
	position: relative;
	height: 3em;
	width: 84em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header1 ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 84em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
    color:#fff;
}

#header1 ul#primary li  {
	display: inline;
	list-style: none;
}

#header1 ul#primary a,#header1 ul#primary span,#header1 ul#primary a.current {
	width: 11em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-size: 1em;
        font-family: Trebuchet MS, Arial;
	text-decoration: none;
	color: #606161;
}

#header1 ul#primary span,#header1 ul#primary a.current,#header1 ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #fff;
	padding-bottom: 6px;
	margin-top: 0;
}

#header1 ul#primary a {
	background: #F7F7F7;
	border: 1px solid #606161;
	border-bottom: none;
        color:#36c;
}

#header1 ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #EBF8FF;
        color: #ff7800;
	padding-bottom: 5px;
}

#header1 ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header1 ul#secondary li a,#header1 ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;
        font-size: .8em;
        font-weight:bold;
}

#header1 ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header1 ul#secondary li a:hover {
	color: #B3EF01;
        font-weight:bold;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header1 ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header1 ul#secondary li:last-child a { border: none; }

@media screen
{   
    div#print_wrapper
    {
        display: none;
        margin:0px;
    }
    div.hidePrint {
        display: block;
    }
    div.voter-barcode .voter-name {
        display: none;
    }
}

@media print
{
    div#print_wrapper
    {
        display: block;
        margin: 1em;
    }
    div.hidePrint {
        display: none;
    }
    div#overlay_modal {
        display: none !important;
    }
    div.dialog {
        display: none;
    }
}

div.voter-barcode > img {
    width: 240px;
}

#print_wrapper img.voter-barcode {
    width: 240px;
}

table#userTable
{
    padding-left: 0.5em;
    font-family: Trebuchet MS, Arial;
}

#userTable td.user
{
    width: 16em;
    padding-left: 1em;
    padding-right: 1em;
}

#userTable td.pass
{
    padding-left: 1em;
    padding-right: 1em;
}

#userTable td.admin
{
    text-align: middle;
}

div.genericDialog
{
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    font-size: 1.2em;
    color: #000000;
    text-align: center;
}

.genericDialog h1
{
    font-size: 1.2em;
    font-family: Verdana;
    font-weight: bolder;
    color: #003152;
    border-bottom: 2px solid #ccc;
    margin-bottom: 1em;
}

.genericDialog h2
{
    font-size: 1em;
    font-weight: bolder;
    font-family: Trebuchet MS, Arial;
}

tr.oddRow {
    background-color: #f9f9f9;
}

tr.evenRow {
    background-color: #ffffff;
}

tr.evenRow.highlightRow,
tr.even.highlightRow {
    background-color: #e2edf8 !important;
}

tr.oddRow.highlightRow,
tr.odd.highlightRow {
    background-color: #e2edf8 !important;
}

tr.highlightRow {
    background-color: #e2edf8 !important;
}

div#ActiveConversations tr.provisionalRow {
    background-color: #f9f9f9;
}

div#ActiveConversations tr {
    background-color: #ffffff;
}

div#ActiveConversations tr.provisionalRow.highlightRow {
    background-color: #e2edf8;
}

div#ActiveConversations tr.highlightRow {
    background-color: #e2edf8;
}

div.windowWrapper {
    padding: 10px;
    color: #000000;
    text-align: center;
}

div.windowHeader {
    text-align: left;
    font-weight: bold;
    font-size: 1.5em;
    font-family: Trebuchet MS, Arial;
    border-bottom: 1px #fff solid;
    color: #606161;
    padding-left:4px;
    margin-bottom:5px;
}

div.pageTitle {
    color: #606161;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px #C0C0C0 solid;
    margin-bottom: 5px;
    vertical-align: bottom;
    padding-left: 5px;
}

td.tabBar {
    width: 10em;
    border-left: 1px solid black;
    background: url('../images/tabgradient.jpg') repeat-y right;
    background-color: #e5edf4;
    vertical-align: top;
    padding-bottom: 10px;
}

td.tabBarTop {
    background: url('../images/tabgradient.jpg') repeat-y right;
    background-color: #e5edf4;
}

td.tabBarBottom {
    background: url('../images/tabgradient.jpg') repeat-y right;
    background-color: #e5edf4;
}

div.tabContainer {
    width: 100%;
}

td.tabPage {
    text-align: left;
    font-weight: bolder;
    border-right: 1px solid black;
    padding: 20px;
    vertical-align: top;
}

div.topTabSpacer {
    padding-top: 0px;
    text-align: right;
}

div.bottomTabSpacer {
    text-align: right;
}

td.leftTabSpacer {
    padding-left: 14px;
}

.tab td.topCell {
    background-color: #FFFFFF;
    border-top: 1px solid black;
    width: 100%;
    font-size: 1px;
}

.tab td.trCell {
    background-color: #FFFFFF;
    vertical-align: top;
}

.tab td.textCell {
    text-align: left;
    padding-left: 8px;
    background-color: #FFFFFF;
    border-left: 1px solid black;
    color: #BF062B;
    font-weight: bolder;
    font-size: 0.9em;
    padding-right: 8px;
}

.tab td.bottomCell {
    background-color: #FFFFFF;
    border-bottom: 1px solid black;
    font-size: 1px;
}

.tab td.brCell {
    text-align: right;
    height: 8px;
    background-color: #FFFFFF;
    vertical-align: bottom;
}

.flat div.topTabSpacer {
    visibility: hidden;
}

.flat div.bottomTabSpacer {
    visibility: hidden;
}

.flat table.tab td.tlCell {
    visibility: hidden;
}

.flat table.tab td.topCell {
    visibility: hidden;
}

.flat table.tab td.trCell {
    visibility: hidden;
}

.flat table.tab td.textCell {
    background: none;
    color: #36C;
    padding-left: 8px;
    border-left: 0px;
    padding-right: 8px;
}

.flat table.tab td.blCell {
    visibility: hidden;
}

.flat table.tab td.bottomCell {
    visibility: hidden;
}

.flat table.tab td.brCell {
    visibility: hidden;
}

.flat td.textCell span {
    cursor: pointer;
}

div.tabPageLoadMsg {
    width: 100%;
    text-align: center;
    display: none;
}

div.tabPage {
    display: none;
    color: #1A1919;
}

div.tabBarLoadMsg {
    text-align: center;
    padding-top: 20px;
}

.flat td.textCell span.hover {
    color: #BF062B;
}

div.tabTitle {
    color: #606161;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 1px #C0C0C0 solid;
}

td.tabTopLeftCorner {
    width: 16px;
}

td.tabTopLeftCorner div {
    width: 16px;
    height: 16px;
    background-color: rgb(229, 237, 244);
    -moz-border-radius: 16px 0px 0px 0px;
    border-radius: 16px 0px 0px 0px;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

td.tabTopLeft {
    font-size: 1px;
    border-top: 1px solid black;
    background: url("../images/tabgradient.jpg") repeat-y scroll right center #E5EDF4;
}

td.tabTopBorder {
    border-top: 1px solid black;
    width: 100%;
    font-size: 1px;
}

td.tabTopRightCorner {
    width: 16px;
}

td.tabTopRightCorner div {
    width: 16px;
    height: 16px;
    -moz-border-radius: 0px 16px 0px 0px;
    border-radius: 0px 16px 0px 0px;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

td.tabBottomLeftCorner {
    width: 16px;
}

td.tabBottomLeftCorner div {
    width: 16px;
    height: 16px;
    background-color: rgb(229, 237, 244);
    -moz-border-radius: 0px 0px 0px 16px;
    border-radius: 0px 0px 0px 16px;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

td.tabBottomLeft {
    font-size: 1px;
    border-bottom: 1px solid black;
    background: url("../images/tabgradient.jpg") repeat-y scroll right center #E5EDF4;
}

td.tabBottomBorder {
    border-bottom: 1px solid black;
    width: 100%;
    font-size: 1px;
}

td.tabBottomRightCorner {
    width: 16px;
}

td.tabBottomRightCorner div {
    width: 16px;
    height: 16px;
    -moz-border-radius: 0px 0px 16px 0px;
    border-radius: 0px 0px 16px 0px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

div.directions {
    width: 100%;
    text-align: center;
    overflow: auto;
    height: expression( this.scrollHeight >= ( document.body.scrollWidth / 1024 * 184 ) ? Math.floor(document.body.scrollWidth / 1024 * 184) + "px" : "auto" );
    max-height: 386px;
}

div.directions img {
    width: expression( ( document.body.scrollWidth / 1024 * 240 ) > 512 ? "512px" : Math.floor( document.body.scrollWidth / 1024 * 240 ) + "px" );
    width: 512px;
    border: 1px solid black;
}

div.DirectionsLoading {
    width: 100%;
    text-align: center;
    overflow: auto;
    max-height: 386px;
}

div.DirectionsLoading img {
    width: 374px;
    height: 374px;
    border: 1px solid black;
}

table.ProgressBar {
    background-color: #C0C0C0;
    border: 1px solid black;
    font-size: 0.4em;
    display: inline;
}

table.ProgressBar td.Complete {
    background-color: #0000C0;
}

table.ProgressBar td.Complete100 {
    background-color: #00C000;
}

td.CannedMsg {
    border-top: 2px solid #c0c0c0;
    border-left: 2px solid #c0c0c0;
    border-right: 2px solid #c0c0c0;
    font-weight: bolder;
    font-size: 1.4em;
    cursor: pointer;
}

td.CannedMsg div {
    margin-top: 16px;
    margin-bottom: 16px;
}

td.CannedMsg.last {
    border-bottom: 2px solid #c0c0c0;
}

td.CannedMsg.hover {
    background-color: #f8f9fb;
    color: #08952c;
}

table.LiveHelpFilter td {
    border-top: 2px solid #c0c0c0;
    border-left: 2px solid #c0c0c0;
    border-right: 2px solid #c0c0c0;
    font-weight: bolder;
    font-size: 1.4em;
    cursor: pointer;
}

table.LiveHelpFilter td div {
    margin-top: 16px;
    margin-bottom: 16px;
}

table.LiveHelpFilter tr:last-child td {
    border-bottom: 2px solid #c0c0c0;
}

table.LiveHelpFilter td.hover {
    background-color: #f8f9fb;
    color: #08952c;
}

table#PollsiteTbl tr {
    background-color: #FFFFFF;
}

table#PollsiteTbl tr.hover {
    background-color: #CCDDFF;
}

table#PollsiteTbl td {
    padding-left: 4px;
    border-left: 1px #99a0a6 solid;
    border-bottom: 1px #aaa solid;
    padding-top: 5px;
    padding-bottom: 1px;
}

table#PollsiteTbl td.lastCell {
    border-right: 1px #99a0a6 solid;
    padding-right: 1px;
}

table#PollsiteTbl tr.selected td.firstCell {
    border-left: 2px #000 solid;
    padding-left: 3px;
}

table#PollsiteTbl tr.selected td {
    border-bottom: 2px #000 solid;
    border-top: 2px #000 solid;
    padding-top: 3px;
    padding-bottom: 0px;
    background-color: #6699ff;
    color: #FFF;
}

table#PollsiteTbl tr.selected td.lastCell {
    border-right: 2px #000 solid;
    padding-right: 0px;
}

input.WindowActionBtn {
    font-size: 24px;
    font-weight: bolder;
    cursor: pointer;
}

tr.ProgressRow {
    vertical-align: bottom;
}

tr.ProgressRow td.LoadingCell {
    text-align: right;
    width: 16px;
    padding-left: 4px;
}

tr.ProgressRow td.DescriptionCell {
    padding-top: 4px;
    padding-left: 2px;
    padding-right: 1em;
    text-align: left;
    font-weight: bold;
}

tr.ProgressRow td.ProgressCell {
    padding-right: 1em;
    text-align: right;
    font-weight: bold;
    color: #606161;
}

tr.ProgressRow td.ProgressCell.Working {
    color: #0f0ff0;
}

tr.ProgressRow td.ProgressCell.Stopping {
    color: #ff0000;
}

tr.ProgressRow td.ProgressCell img {
    padding-left: 6px;
}

table.SchemaTable td img.ValidImg {
    visibility: hidden;
    padding-left: 4px;
    padding-right: 4px;
}

table.SchemaTable td.Checked img.ValidImg {
    visibility: visible;
}

table.SchemaTable td img.CreateImg {
    visibility: hidden;
    padding-left: 16px;
}

table.SchemaTable td.Created img.CreateImg {
    visibility: visible;
}

div.EditTable {
    border: 1px solid #909191;
    color: #606161;
    padding: 2px;
}

div.EditTable div.TableHeader {
    font-size: 0.8em;
    font-weight: bold;
    background-color: #F0F1F1;
    width: 100%;
}

div.EditTable div.TableHeader td {
    padding-left: 6px;
    padding-right: 6px;
    text-align: right;
}

div.EditTable div.TableHeader td:first-child {
    text-align: left;
}

div.EditTable div.TableHeader a {
    margin-left: 20px;
    cursor: pointer;
}

div.EditTable div.TableHeader a.Disabled {
    cursor: default;
    color: #606161;
}

div.EditTable div.TableContent th {
    border-bottom: 2px solid #606161;
    text-align: left;
}

div.EditTable div.TableContent th:first-child {
    border-bottom: none;
}

div.EditTable div.TableContent td {
    padding-left: 2px;
}

div.EditTable div.TableContent table:first-child td:first-child {
    width: 1.6em;
}

div.EditTable div.TableContent tr {
    cursor: pointer;
}

input.HeaderSearch {
    padding: 0px;
    font-size: 12px;
    font-weight: bolder;
}

div.EditTable tr.EmptyRow td {
    font-weight: bolder;
    cursor: default;
}

div.EditTable tr.NotificationRow td {
    font-weight: bolder;
    cursor: default;
}

div.QueryFields {
    display: none;
}

div.EditTable div.BackBuffer {
    display: none;
}

.pvform_addr_green {
    text-transform:uppercase;
    font-size:.8em;
    font-weight:bold;
    color:#06a32b;
    font-family: Trebuchet MS,arial;
}
.pvform_addr_red {
    text-transform:uppercase;
    font-size:.8em;
    font-weight:bold;
    color:#df1b1b;
    font-family: Trebuchet MS,arial;
}

#BSFoundDiv {
    color: #06a32b;
    font-size: 0.8em;
    width: 100%;
    text-align: right;
}

#BSFoundDiv.NoneFound {
    color: red;
}

div.ValidateStep div.Title {
    padding-top: 4px;
    padding-bottom: 4px;
    background: #6c6867;
    text-align: left;
}

div.ValidateStep div.Content {
    background-color: #eefbeb;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
}

div.ValidateStep.Invalid div.Content {
    background-color: #fbeceb;
}

div.ValidateStep span.RequiredNote {
    visibility: hidden;
}

div.ValidateStep.Invalid span.RequiredNote {
    visibility: visible;
}

div.ValidateStep input {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    color: #06a32b;
    font-family: Trebuchet MS, Arial;
}
div.ValidateStep.Invalid input {
    color:#df1b1b;
}

div.ValidateStep span.Complete {
    display: block;
}

div.ValidateStep.Invalid span.Complete {
    display: none;
}

div.ValidateStep span.Incomplete {
    display: none;
}

div.ValidateStep.Invalid span.Incomplete {
    display: block;
}

div#IMContent.Disabled span.Incomplete {
    display: none;
}

div#IMContent.Disabled span.Complete {
    display: none;
}

div#IMContent.Disabled div.ValidateStep div.Content {
    background-color: #fff;
}

div#IMContent.Disabled div.ValidateStep span.RequiredNote {
    visibility: hidden;
}

div#IMContent.Disabled .EnabledOnly {
    display: none;
}

div#IMContent .DisabledOnly {
    display: none;
}

div#IMContent.Disabled .DisabledOnly {
    display: block;
}

div#SandboxBtn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-left: 1px solid rgb(236,236,236);
    border-top: 1px solid rgb(236,236,236);
    font-weight: bolder;
    font-family: Arial;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: rgb(206,206,206);
    color: #36c;
}

div#SandboxBtn.Hover {
    background-color: rgb(236,236,236);
    border-left: 1px solid rgb(206,206,206);
    border-top: 1px solid rgb(206,206,206);
    color: #BF062B;
}

span.partyButton {
    background-image: url(../images/partyButton.png);
    display: -moz-inline-box;
    display: inline-block;
    cursor: pointer;
    border: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    font-weight: bolder;
    color: #fff;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 4px;
}

/*Hover Style*/
span.partyButton:hover {
    background-position: 0 -46px;
    color: #fff;
    text-decoration: none;
    -moz-outline-style: none;
}

span.partyButton.selected {
    background-position: 0 -91px;
    color: #fff;
    cursor: default;
}

span.partyButton.selected:hover {
    background-position: 0 -91px;
    color: #fff;
    cursor: default;
}

/********** Button styles **********/

a.blueButton img {
    border: 0;
}

a.blueButton.small {
    font-size: 16px;
    display: inline-block;
    -moz-border-radius: 16px 16px 16px 16px;
    -webkit-border-radius: 16px 16px 16px 16px;
    border-radius: 16px 16px 16px 16px;
    background: #0584D5 url("../images/blue_button_small.gif") repeat-x;
    /***** REMOVED UNTIL PORTAL IS UPGRADED *****/
    /*background: -moz-linear-gradient(center top , #05BAD5, #0E159E);
    background: -webkit-gradient(linear, left top, left bottom, from(#05BAD5), to(#0E159E));*/
    height: 24px;
    color: #FFFFFF;
    padding: 6px 20px;
}

a.blueButton.small.disabled {
    font-size: 16px;
    display: inline-block;
    -moz-border-radius: 16px 16px 16px 16px;
    -webkit-border-radius: 16px 16px 16px 16px;
    border-radius: 16px 16px 16px 16px;
    background: #0584D5 url("../images/blue_button_small_disabled.gif") repeat-x;
    /***** REMOVED UNTIL PORTAL IS UPGRADED *****/
    /*background: -moz-linear-gradient(center top , #05BAD5, #0E159E);
    background: -webkit-gradient(linear, left top, left bottom, from(#05BAD5), to(#0E159E));*/
    height: 24px;
    padding: 6px 20px;
    color: #ddd;
    cursor: default;
}

a.blueButton.small:hover {
    background: #05C6EA url("../images/blue_button_small_hover.gif") repeat-x;
    /***** REMOVED UNTIL PORTAL IS UPGRADED *****/
    /*background: -moz-linear-gradient(center top , #05C6EA, #1219AA);
    background: -webkit-gradient(linear, left top, left bottom, from(#05C6EA), to(#1219AA));*/
}

a.blueButton.small.disabled:hover {
    background: #05C6EA url("../images/blue_button_small_disabled.gif") repeat-x;
    /***** REMOVED UNTIL PORTAL IS UPGRADED *****/
    /*background: -moz-linear-gradient(center top , #05C6EA, #1219AA);
    background: -webkit-gradient(linear, left top, left bottom, from(#05C6EA), to(#1219AA));*/
}

a.blueButton {
    font-size: 24px;
    display: inline-block;
    -moz-border-radius: 24px 24px 24px 24px;
    -webkit-border-radius: 24px 24px 24px 24px;
    border-radius: 24px 24px 24px 24px;
    background: #0584D5 url("../images/blue_button.gif") repeat-x;
    /***** REMOVED UNTIL PORTAL IS UPGRADED *****/
    /*background: -moz-linear-gradient(center top , #05BAD5, #0E159E);
    background: -webkit-gradient(linear, left top, left bottom, from(#05BAD5), to(#0E159E));*/
    height: 38px;
    color: #FFFFFF;
    padding: 10px 30px 4px;
}

a.blueButton:hover {
    background: #05C6EA url("../images/blue_button_hover.gif") repeat-x;
    /***** REMOVED UNTIL PORTAL IS UPGRADED *****/
    /*background: -moz-linear-gradient(center top , #05C6EA, #1219AA);
    background: -webkit-gradient(linear, left top, left bottom, from(#05C6EA), to(#1219AA));*/
}

a.redButton img {
    border: 0;
}

a.redButton.small {
    font-size: 16px;
    display: inline-block;
    -moz-border-radius: 16px 16px 16px 16px;
    -webkit-border-radius: 16px 16px 16px 16px;
    border-radius: 16px 16px 16px 16px;
    background: #0584D5 url("../images/red_button_small.gif") repeat-x;
    /***** REMOVED UNTIL PORTAL IS UPGRADED *****/
    /*background: -moz-linear-gradient(center top , #05BAD5, #0E159E);
    background: -webkit-gradient(linear, left top, left bottom, from(#05BAD5), to(#0E159E));*/
    height: 24px;
    color: #FFFFFF;
    padding: 6px 20px;
}

a.redButton.small:hover {
    background: #05C6EA url("../images/red_button_small_hover.gif") repeat-x;
    /***** REMOVED UNTIL PORTAL IS UPGRADED *****/
    /*background: -moz-linear-gradient(center top , #05C6EA, #1219AA);
    background: -webkit-gradient(linear, left top, left bottom, from(#05C6EA), to(#1219AA));*/
}

a.greenButton img {
    border: 0;
}

a.greenButton.small {
    font-size: 16px;
    display: inline-block;
    -moz-border-radius: 16px 16px 16px 16px;
    -webkit-border-radius: 16px 16px 16px 16px;
    border-radius: 16px 16px 16px 16px;
    background: #0584D5 url("../images/green_button_small.gif") repeat-x;
    /***** REMOVED UNTIL PORTAL IS UPGRADED *****/
    /*background: -moz-linear-gradient(center top , #05BAD5, #0E159E);
    background: -webkit-gradient(linear, left top, left bottom, from(#05BAD5), to(#0E159E));*/
    height: 24px;
    color: #FFFFFF;
    padding: 6px 20px;
}

a.greenButton.small:hover {
    background: #05C6EA url("../images/green_button_small_hover.gif") repeat-x;
    /***** REMOVED UNTIL PORTAL IS UPGRADED *****/
    /*background: -moz-linear-gradient(center top , #05C6EA, #1219AA);
    background: -webkit-gradient(linear, left top, left bottom, from(#05C6EA), to(#1219AA));*/
}

div.MainFileInfo {
    float: left;
    margin-top: 8px;
}

div.FileDetails {
    margin-left: 25px;
    border: 1px solid #A0A0A0;
    padding: 10px;
}

div#TeamExportHistory table {
    border: 1px solid #A0A0A0;
    padding: 10px;
}

div#TeamExportHistory table th {
    padding-left: 4px;
    padding-right: 4px;
    border-bottom: 1px solid #A0A0A0;
}

div#TeamExportHistory table th:first-child {
    padding-left: 0px;
}

div#TeamExportHistory table th:last-child {
    padding-right: 0px;
}

div#TeamExportHistory table td {
    padding-left: 4px;
    padding-right: 4px;
    border-right: 1px solid #A0A0A0;
    text-align: center;
}

div#TeamExportHistory table td:first-child {
    padding-left: 0px;
}

div#TeamExportHistory table td:last-child {
    padding: 4px;
    border-right: none;
}

div#TeamExportHistory table a.redButton.small {
    padding: 6px;
}

table#SiteSelectTable tr.highlighted {
    background-color: #e2edf8;
}

#slider, #slider-bar, #slider-handle {
    border: 0;
    padding: 0;
    margin: 0;
}
#slider {
    width: 500px;
    height: 60px;
    margin-left: 42px;
}
#slider-bar {
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: -moz-linear-gradient(left center , #00AA00 0px, green 450px, white 460px) no-repeat scroll 0 white;
    border: 2px solid #666666;
    height: 20px;
    left: 30px;
    position: relative;
    top: 20px;
    width: 440px;
    -moz-box-shadow: 2px 2px #FFF;
}
#slider-highlight {
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: -moz-linear-gradient(center top , white, transparent) repeat scroll 0 0 transparent;
    height: 10px;
    left: 34px;
    position: relative;
    top: 0;
    width: 432px;
}
#slider-handle {
    width: 80px;
    height: 50px;
    cursor: move;
    background: url(../images/sliderbubble.png) no-repeat;
    top: -28px;
    z-index: 1000;
}
#percent {
    font-size: 75%;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    padding-top: 1.1em;
}

div.siteCompleteWrapper.invalid {
    background-color: #FBECEB;
}

div.siteCompleteWrapper.valid {
    background-color: #EEFBEB;
}

div.siteCompleteWrapper.invalid span.incomplete {
    display: block;
}

div.siteCompleteWrapper.invalid span.complete {
    display: none;
}

div.siteCompleteWrapper.valid span.incomplete {
    display: none;
}

div.siteCompleteWrapper.valid span.complete {
    display: block;
}

div.dateCompleteWrapper.invalid {
    background-color: #FBECEB;
}

div.dateCompleteWrapper.valid {
    background-color: #EEFBEB;
}

div.dateCompleteWrapper.invalid span.incomplete {
    display: block;
}

div.dateCompleteWrapper.invalid span.complete {
    display: none;
}

div.dateCompleteWrapper.valid span.incomplete {
    display: none;
}

div.dateCompleteWrapper.valid span.complete {
    display: block;
}

table#AlertTable td {
    padding: 16px;
    cursor: pointer;
}

table#AlertTable tr.hover td {
    background-color: #A0A0FF;
}

table#AlertTable tr td:first-child {
    width: 64px;
    padding: 0px;
    padding-left: 12px;
    border-right: 1px solid #A0A0A0;
}

table#AlertTable tr td:last-child {
    font-weight: bolder;
    font-size: 2em;
    text-align: center;
}

table#AlertTable tr td {
    border-bottom: 1px solid #A0A0A0;
}

table#AlertTable tr:last-child td {
    border-bottom: none !important;
}

a.disabled {
    color: black;
    cursor: default;
}

a.disabled:hover {
    color: black;
    cursor: default;
}

input.WindowActionBtn:disabled {
    cursor: default;
}

div.LabelledInput span {
    position: absolute;
    padding-left: 4px;
    padding-top: 3px;
    color: #A0A0A0;
    -moz-user-select: none;
}

div.LabelledInput.focused span {
    color: #C0C0C0;
}

div.LabelledInput.notempty span {
    display: none;
}

div#VoterUpdateHistory {
    font-size: 1.6em;
    color: #000000;
    margin-left: 1em;
    overflow-y: scroll;
    height: 17.2em;
    border: 1px solid #A0A0A0;
    margin-bottom: 1em;
}

table#UpdateHistoryTable th {
    border-bottom: 2px solid #606161;
    text-align: left;
    padding-left: 2px;
}

table#UpdateHistoryTable th:last-child {
    text-align: right;
    padding-right: 2px;
}

table#UpdateHistoryTable td {
    text-align: left;
    padding-left: 4px;
}

table#UpdateHistoryTable tr td:last-child {
    text-align: right;
    padding-right: 4px;
    width: 12em;
    vertical-align: top;
}

table#UpdateHistoryTable tr td:first-child {
    text-align: left;
}

table#UpdateHistoryTable tr td {
    border-bottom: 1px solid #A0A0A0;
}

table#UpdateHistoryTable tr:last-child td {
    border-bottom: none !important;
}

table#UpdateHistoryTable tr:nth-child(even) td {
    background-color: #f9f9f9;
}

table#UpdateHistoryTable tr:nth-child(odd) td {
    background-color: #ffffff;
}

div.MsgArea {
    color: #f5003d;
    font-size: 1.4em;
    font-weight: bold;
    border: 1px solid #A0A0A0;
    overflow-x: auto;
    overflow-y: scroll;
    height: 4em;
    cursor: text;
    padding: 4px;
    width: 75%;
    float: left;
}

div.MsgArea.HandyMsgsOnly {
    overflow: auto;
    height: auto;
}

div.MsgArea.Locked {
    cursor: default;
}

span.SendBtn {
    margin-left: 25px;
}

#SendProvisionalBtn {
    margin-bottom: 8px;
}

div.HandyMsgArea {    
    cursor: pointer;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #A0A0A0;
}

div.HandyMsgsOnly div.HandyMsgArea {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 2.4em;
}

div.HandyMsgArea.hover {
    background-color: #EEE;
}

div.MsgAreaEdit {
    outline: 0px solid transparent;
}

div.MsgAreaEdit:focus {
    outline: 0px solid transparent;
}

div.MsgAreaEdit br {
    line-height: 1em;
}

div.MsgAreaEdit p {
    margin: 0px;
    padding-bottom: 4px;
}

div.HandyMsgsOnly div.MsgAreaEdit {
    height: 2.4em;
}

div.Locked div.MsgAreaEdit {
    cursor: default;
}

div.tabs-horizontal {
    position: relative;
    height: 3em;
}

div.tabs-horizontal > ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -1px;
    color: #fff;
}

div.tabs-horizontal > ul > li  {
    display: inline;
    list-style: none;
}

div.tabs-horizontal > ul > li > a {
    width: 11em;
    display: block;
    float: left;
    padding: 4px 0;
    margin: 1px 2px 0 0;
    text-align: center;
    font-size: 1em;
    font-family: Trebuchet MS, Arial;
    text-decoration: none;
    color: #606161;
}

div.tabs-horizontal > ul > li > a {
    background: #F7F7F7;
    border: 1px solid #606161;
    border-bottom: none;
    color: #36c;
}

div.tabs-horizontal > ul > li > a:hover {
    margin-top: 0;
    border-color: #666;
    background: #EBF8FF;
    color: #ff7800;
    padding-bottom: 5px;
}

div.tabs-horizontal > ul > li.selected > a, div.tabs-horizontal > ul > li.selected > a:hover {
    border: 1px solid #666;
    border-bottom: none;
    background: #fff;
    padding-bottom: 6px;
    margin-top: 0;
    color: #606161;
    cursor: default;
}

div.tabs-content {
    border: 1px solid #606161;
}

div.tabs-content > div {
    padding: 20px;
}

div#PollplaceFilterGroupsTable div.TableContent {
    overflow-y: scroll;
    height: 10em;
}

div#PollplaceFilterGroupsTable > div.TableContent > table tr.selected td {
    border-bottom: 2px #000 solid;
    border-top: 2px #000 solid;
    padding-top: 3px;
    padding-bottom: 0px;
    background-color: #6699ff;
    color: #FFF;
}

div#PollplaceSelectTable div.TableContent {
    overflow-y: scroll;
    height: 10em;
}

div#PollplaceFilterTable div.TableContent a {
    color: #F5003D;
    font-weight: bolder;
}

div#PollplaceFilterTable div.TableContent {
    height: 10em;
    overflow-x: hidden;
    overflow-y: scroll;
}

div#PollplaceFilterTable div.TableContent a:hover {
    color: #8F0024
}

div#PollplaceFilterTable table {
    width: 100%;
}

div#PollplaceFilterTable td {
    padding-left: 2px;
}

div#PollplaceFilterTable td:first-child {
    padding-right: 8px;
    width: 0px;
}

div#PollplaceFilterTable td:nth-child(2) {
    width: 3em;
}

div#PollplaceFilterTable tr.EmptyRow {
    width: 100%;
}

div#AdvancedFilters > div.Title {
    font-weight: bolder;
    width: 100%;
    border-bottom: 1px solid #A0A0A0;
    margin-bottom: 8px;
}

div#PollplaceGroupWrapper {
    width: 20em;
    font-weight: bolder;
    margin-bottom: 1em;
}

div#PollplaceGroupWrapper > span {
    color: #606161;
}

div#PollplaceGroupList {
    border: 1px solid #A0A0A0;
    width: 100%;
    padding: 2px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 4.8em;
}

div#PollplaceGroupList table {
    width: 100%;
}

div#PollplaceGroupList td {
    cursor: pointer;
}

div#PollplaceGroupList tr td:first-child {
    padding-right: 4px;
}

div#PollplaceGroupList tr td:last-child {
    width: 100%;
}

table.HandyMsgsSelect tr td {
    font-weight: bolder;
    font-size: 1.4em;
    cursor: pointer;
    border-top: 2px solid #c0c0c0;
    padding: 1em !important;
}

table.HandyMsgsSelect tr.hover td {
    background-color: #f8f9fb;
    color: #08952c;
}

table.HandyMsgsSelect tr td:first-child {
    border-left: 2px solid #c0c0c0;
    width: 0px;
}

table.HandyMsgsSelect tr td:last-child {
    border-right: 2px solid #c0c0c0;
    text-align: right;
}

table.HandyMsgsSelect tr:last-child td {
    border-bottom: 2px solid #c0c0c0;
}

.ShowFilters.Empty {
    color: red;
}

.ShowFilters .EmptyMsg {
    margin-left: 16px;
    font-weight: bolder;
    display: none;
}

.ShowFilters.Empty .EmptyMsg {
    display: inline;
}

div#SignatureIssuesDiv {
    margin-right: 25px;
    overflow-y: scroll;
    height: 10em;
    border: 1px solid black;
}

table#SignatureIssues {
    width: 100%;
}

table#SignatureIssues tr th {
    text-align: left;
}

table#SignatureIssues tr th:first-child,
table#SignatureIssues tr td:first-child {
    padding-left: 4px;
}

table#SignatureIssues tr th:last-child,
table#SignatureIssues tr td:last-child {
    width: 0px;
    text-align: right;
    padding-right: 4px;
}

table#UploadedUpdateQueueTable {
    width: 100%;
}

table#UploadedUpdateQueueTable th {
    padding-left: 8px;
    border-bottom: 2px solid #606161;
}

table#UploadedUpdateQueueTable tr th:first-child {
    padding-left: 2px !important;
}

table#UploadedUpdateQueueTable tr td {
    padding-left: 8px;
}

table#UploadedUpdateQueueTable tr td:first-child {
    padding-left: 2px !important;
}

#BroadcastSearchTable div.TableContent {
    height: 10em;
    overflow-y: auto;
}

#BroadcastSearchTable div.TableLoading {
    height: 10em;
}

table#VideoDocs {
    margin-top: 2em;
    margin-bottom: 2em;
}

table#VideoDocs tr td {
    text-align: left;
}

table#VideoDocs tr td:first-child {
    padding-left: 0px;
    font-size: 1.8em;
}

table#VideoDocs tr td:nth-child(2) {
    font-size: 1.7em;
    padding-left: 4em;
    font-weight: bolder;
}

/* Used for each sublist of reports in the reports section of the management
console. */
.reportList {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 5px;
	padding: 0px;
}

.nav_list {
	list-style-type: decimal;
	list-style-position: inside;
}

/* Used for the content of the tabs in the Pollplace Status section of the
management console. */
div.tab_content {
	border: 2px solid;
	color:#606161;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #F0F1F1;
	width: 100%;
	margin-left: 25px;
	margin-right: 35px;
}

/* DATATABLES */
div.dataTables_wrapper div.toolbar {
    text-align: right;
    color: #606161;
    background-color: #F0F1F1;
    font-size: 0.8em;
    font-weight: bold;
    width: 100%;
}

div.dataTables_wrapper div.toolbar_right {
    padding-right: 20px;
    display: inline-block;
}

div.dataTables_wrapper div.toolbar_right > a {
    margin-left: 20px;
}

div.dataTables_wrapper div.dataTables_filter {
    display: inline-block;
    padding-bottom: 2px;
}

table.dataTable {
    min-height: 522px;
}

table.dataTable tr {
    cursor: pointer;
}

table.dataTable tr.odd {
    background-color: #F9F9F9;
}

table.dataTable th {
    text-align: left;
    border-bottom: 2px solid #606061;
}

table.dataTable th:first-child {
    border-bottom: none !important;
}

table.dataTable td {
    padding-left: 2px;
}

table.dataTable tr td:first-child {
    width: 1.6em;
}

div.dataTables_wrapper div.footer {
    text-align: left;
    color: #606161;
    background-color: #F0F1F1;
    font-size: 0.8em;
    font-weight: bold;
    width: 100%;
    min-height: 16px;
}

div.dataTables_wrapper div.footer_right {
    float: right;
}

div.dataTables_wrapper a.paginate_button,
div.dataTables_wrapper a.paginate_active {
    margin-left: 6px;
}

div.dataTables_wrapper a.paginate_button {
    border: 1px solid #606161;
}

div.dataTables_wrapper a.paginate_active {
    cursor: default;
    font-weight: bolder;
    color: #606061;
}

/*
 * Processing indicator
 */
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}


/*
 * Sorting
 */
.sorting { background: url('../images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}

table#FSRegistrationTable tr td:last-child {
    text-align: right;
}

.table_pass {
	padding-left: 2px;
	padding-right: 4px;
	color: #06ba0e;
}

.table_fail {
	padding-left: 2px;
	padding-right: 4px;
	color: red;
}

.table_heading {
	border-bottom: 2px solid #606161;
	text-align: left;
}

.table_filter {
	font-weight: bolder;
	color: #606161;
	margin-bottom: 10px;
	width:100%;
}

table#FSUpdatesSyncTable tr td:not(:first-child) {
    text-align: center;
}

table#FSUpdatesSyncTable div.label {
    font-weight: bolder;
    border-bottom: 2px solid #A0A0A0;
}

table#FSUpdatesSyncTable td.offline {
    color: red;
}

table#FSUpdatesSyncTable td.online {
    color: #06ba0e;
}

table#ClosedPollsTable tr td:not(:first-child) {
    text-align: center;
}

table#ClosedPollsTable div.label {
    font-weight: bolder;
    border-bottom: 2px solid #A0A0A0;
    border-top: 1px solid #A0A0A0;
}

table#ClosedPollsTable td > table > tr > td {
    width: 10em;
}

table#ClosedPollsTable span.fail {
    color: red;
}

table#ClosedPollsTable span.pass {
    color: #06ba0e;
}

table#ClosedPollsTable span.closed {
    display: inline-block;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #A0A0A0;
}

table#ClosedPollsTable span.stob {
    display: inline-block;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #A0A0A0;
}

table#ClosedPollsTable tr td:not(:first-child) {
    border-left: 1px solid #A0A0A0;
    vertical-align: top;
}

a.titleLink {
    font-size: 0.8em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    border-left: 1px solid #000;
}

span.pollplace-count {
    border-right: 1px solid #A0A0A0;
    padding-right: 0.5em;
}

span.pollplace-count.empty {
    border-right: none !important;
}

span.global-count {
    padding-left: 0.5em;
}

.tab-container .tab-header {
    position: relative;
    width: 120%;
    height: 3em;
    width: 58em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tab-container .tab-header > ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -1px;
    width: 58em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
    color:#fff;
}

.tab-container .tab-header > ul > li  {
    width: 11em;
    display: inline-block;
    text-align: center;
    list-style: none;
    background: #F7F7F7;
    border: 1px solid #606161;
    border-bottom: none;
    color:#36c;
    font-weight: bolder;
    padding: 4px 0;
    margin: 1px 2px 0 0;
    cursor: pointer;
}

.tab-container .tab-header > ul > li.active {
    border: 1px solid #666;
    border-bottom: none;
    background: #fff;
    padding-bottom: 6px;
    margin-top: 0;
    font-size: 1em;
    font-family: Trebuchet MS, Arial;
    text-decoration: none;
    color: #606161;
    font-weight: normal;
    cursor: default;
}

.tab-container .tab-header > ul > li:not(.active):hover {
    margin-top: 0;
    border-color: #666;
    background: #EBF8FF;
    color: #ff7800;
    padding-bottom: 5px;
}

.tab-container .tab-page {
    display: none;
}

.tab-container .tab-page.active {
    display: block;
    border: 1px solid #606161;
}

div.layout-container {
    padding: 1em;
}

div.layout-area {
    border-bottom: 1px solid #606161;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

div.layout-area .new-btn {
    margin-left: 1em;
}

div.layout-area .import-btn {
    border-left: 1px solid #606161;
    padding-left: 1em;
    margin-left: 1em;
}

div.layout-area .current-state {
    float: right;
}

div.layout-area .current-state.active .set-active {
    display: inline-block;
    margin-right: 1em;
}

div.layout-area .current-state .state {
    color: #606161;
    font-weight: bolder;
}

div.layout-area .current-state.active .state {
    color: green;
}

div.layout-area .current-state.active .set-active {
    display: none;
}

div.layout-options {
    border-bottom: 1px solid #606161;
    padding-bottom: 0.5em;
}

div.layout-options > table > tbody > tr > th {
    text-align: left;
    padding-right: 1em;
}

div.layout-options > table > tbody > tr > th:not(:first-child) {
    padding-left: 1em;
}

div.layout-container div.uploaded-content {
    float: left;
    width: 480px;
    padding-top: 1em;
    vertical-align: top;
}

div.layout-container div.workspace {
    margin-left: 480px;
    vertical-align: top;
}

div.layout-container div.clear {
    clear: both;
}

div.layout-container div.workspace .section-template {
    display: none;
}

div.layout-container div.workspace .section {
    margin: 1em 0 1em 1em;
    border: 1px solid #CCC;
}

div.layout-container div.workspace .section .header {
    background-color: #CCC;
    cursor: move;
}

div.layout-container div.workspace .section .header .handle {
    padding: 0.25em;
}

div.layout-container div.workspace .section .header input.title {
    width: 320px;
    font-weight: bolder;
    font-size: 1.2em;
}

div.layout-container div.workspace .section .header .remove-btn {
    float: right;
    margin-right: 0.5em;
}

div.layout-container div.workspace .section .body {
    padding: 0.5em;
}

div.layout-container div.workspace .section .body > table > tbody > tr > th {
    text-align: left;
    padding-right: 1em;
    vertical-align: top;
    width: 10em;
}

div.layout-container div.workspace .video-area {
    border: 1px solid black;
    padding: 1em;
}

div.layout-container .video {
    background-color: #EEE;
    border: 1px solid #606161;
    margin-bottom: 0.25em;
    cursor: move;
}

div.layout-container .video .handle {
    padding: 0.25em;
    vertical-align: middle;
}

div.layout-container .video .title {
    font-weight: bolder;
    font-size: 1.2em;
    width: 14em;
    display: inline-block;
    vertical-align: middle;
}

div.layout-container .video .description {
    margin-left: 2em;
    white-space: nowrap;
    display: inline-block;
    width: 24em;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

div.layout-container .video a.remove {
    display: none;
}

div.layout-container div.workspace .video-area .video.added a.remove {
    display: inline-block !important;
    float: right;
    margin-right: 0.5em;
}

div.layout-container div.workspace .video-area .drag-instruction {
    text-align: center;
    font-weight: bolder;
    color: #606161;
}

div.layout-container div.workspace .new-section {
    background-color: #DDDDDD;
    border: 1px solid #606161;
    cursor: pointer;
    font-weight: bolder;
    margin: 0 1em;
    padding: 0.5em;
    text-align: center;
}

.video-placeholder {
    border-top: 4px solid #606161;
    padding-bottom: 4px;
}

#splashLogin {
    border: 2px grey solid;
    border-radius: 7px;
    box-shadow: 3px 3px 2px black;
}

table.server-list {
    margin-top: 3.2em;
}

table.server-list tr th {
    font-weight: bolder;
    text-align: center;
}

table.server-list tr td {
    padding: 0.5em;
    cursor: pointer;
}

table.server-list tr:hover td {
    background-color: #A0A0A0;
}

table.server-list tr td {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

table.server-list tr td:last-child {
    border-right: 1px solid #CCC;
}

table.server-list tr:last-child td {
    border-bottom: 1px solid #CCC;
}
.loginlogs-table {
    color:#000;
}

.progress-label {
    padding-top: 0.25em;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
    clear: both;
    float: left;
    font-size: 1.2em;
}