/* @group Elements */

body {
	background: #efefef;
	color: #515151;
	font: normal 12px/1.6 Arial, Helvetica, sans-serif;
	height: 100%;
}

body a {
	font-size: 12px;
}

/* Dropdown menu styles */
#dropmenudiv{
position:absolute;
border:0;
font:normal 12px Arial;
line-height:14px;
z-index:100;
border-bottom-width: 0;
width:100px;
}


#dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 0;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #165D9D;
color:#DC5400;
}

a.menunav {
	text-decoration: none;
	font-size:12px;
	color: white;
	font-weight: bold;
	text-align: center;
}
a.menunav:hover {
	font-size:12px;
	background-color: #165D9D;
	color:white;
}

.popuptitle {
	font-size: 13px; 
	text-align:center; 
	font-weight: bold; 
	background-color:#CCCCCC; 
	border-bottom: 1px solid #003063; 
	margin-bottom: 5px;
	overflow-x:scroll;
}

#ul-special-operations > li.section {
    list-style-type: none;
}

#ul-special-operations > li.section > h4 {
    margin-bottom: 4px;
}

	/* @group - Block elements */

	ol {
		list-style-type: decimal;
	}

	/* @end */
	
	/* @group - Inline elements */

	.ie7 img {
		-ms-interpolation-mode: bicubic;
	}
	
	strong {
		font-weight: bold;
	}
	
	em {
		font-style: italic;
	}
	
	h1 {
    	color: #2F3069;
    	font-family: Georgia,"Times New Roman",Times,serif;
    	font-size: 30px;
    	font-weight: bold;
	}
	
	h2 {
		color: #2F3069;
    	font-family: Georgia,"Times New Roman",Times,serif;
    	font-size: 20px;
    	font-weight: bold;
	}
	
	h3 {
		color: #8B0B04;
    	font-size: 14px;
    	font-weight: bold;
    	margin-bottom: 10px;
    	text-transform: uppercase;
	}
	
	h4 {
		color: ##515151;
		font-weight: bold;
		font-size: 14px;
	}
	
	p {
		font: normal 12px/1.4 #515151 Arial, Verdana, san-serif;
	}
	
	a {color: #003399; text-decoration: underline;}
	
	a:active,
	a:hover {
		color: #8b0b04;
		outline: none;
		text-decoration: none;
	}	
			
	.right {
		float:right;
	}
		
	.left {
		float: left;
	}
	
	.arrow-up {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #a71c33;
	}

	.arrow-down {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #a71c33;
	}

	.arrow-right {
        width: 0;
        height: 0;
        border-top: 60px solid transparent;
        border-bottom: 60px solid transparent;
        border-left: 60px solid #a71c33;
	}

	.arrow-left {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right:10px solid #a71c33;
		}

	/* @end */
	
	/* @group - Form elements */

	label,
	input[type="button"],
	input[type="image"],
	input[type="submit"],
	button {
		cursor: pointer;
	}

	button,
	input,
	select,
	textarea {
		overflow: visible;
		vertical-align: baseline;
		width: auto;
	}
	
	textarea {
		border: 1px solid #ADAEB0;
    	padding: 4px;
		overflow: auto;
		vertical-align: text-top;
	}

	button:focus {
		outline-style: dotted;
		outline-width: 1px;
	}

	input::-moz-focus-inner,
	button::-moz-focus-inner {
		border: 0;
		padding: 0;
	}
	
	#form label {
		display:block;
		font-weight:bold;
		text-align:right;
		width:80px;
		float:left;
	}
	
	#display {width: 60px;}
	
	#form input {
		float:left;
		font-size:12px;
		margin:2px 5px 10px 10px;
	}
	
	#select-phone-type {
	
	}
	
	.header {
		background: #b1c2e6;
		background-image: -moz-linear-gradient( top, #e2e9f8, #b1c2e6 );
		background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #e2e9f8 ), to( #b1c2e6 ) );
		background-image: -webkit-linear-gradient( top, #e2e9f8, #b1c2e6 );
    	border: 1px solid #7695CB;
    	color: #2F3069;
    	font-family: Georgia,"Times New Roman",Times,serif;
    	font-weight: bold;
   	 	padding: 10px 19px;
	}
	
	.radio-button {
    	margin-bottom: 6px;
	}
	
	.buttons-footer {
		padding: 20px 0;
	}

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button {
		background: #32b532;
		background-image: -moz-linear-gradient( top, #8de08d, #0d8a0d );
		background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #8de08d ), to( #0d8a0d ) );
		background-image: -webkit-linear-gradient( top, #8de08d, #0d8a0d );
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: none;
		-moz-box-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.3 );
		-webkit-box-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.3 );
		box-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.3 );
		color: #fff;
		font-family: inherit;
		font-size: 14px;
		font-weight: bold;
		margin-right: 10px;
		padding: 6px 20px;
		text-transform: uppercase;
	}
	
	input[type="button"].SmallBtn,
	input[type="submit"].SmallBtn,
	input[type="reset"].SmallBtn,
	button.SmallBtn {
		background: #32b532;
		background-image: -moz-linear-gradient( top, #8de08d, #0d8a0d );
		background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #8de08d ), to( #0d8a0d ) );
		background-image: -webkit-linear-gradient( top, #8de08d, #0d8a0d );
		border-radius: 20px;
		border: none;
		-moz-box-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.3 );
		-webkit-box-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.3 );
		box-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.3 )
		color: #fff;
		font-family: inherit;
		font-size: 11px;
		font-weight: normal;
		margin-right: 10px;
		margin-top: 10px;
		padding: 4px 15px;
		text-transform: uppercase;
	}

	.clear-button {
		background: #6c6c6c;
		background-image: -moz-linear-gradient( top, #b7b7b7, #373737 );
		background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #b7b7b7 ), to( #373737 ) );
		background-image: -webkit-linear-gradient( top, #b7b7b7, #373737 );
	}
	
	input[type="button"]:disabled,
	input[type="submit"]:disabled,
	input[type="reset"]:disabled,
	button:disabled {
		cursor: auto;
		background: #6c6c6c;
		background-image: -moz-linear-gradient( top, #b7b7b7, #878787 );
		background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #b7b7b7 ), to( #878787 ) );
		background-image: -webkit-linear-gradient( top, #b7b7b7, #878787 );
	}
	
	.tag-button, .preview-button {
		background:  #f9f9f9 ;
		background-image: -moz-linear-gradient( top, #f9f9f9, #dcdcdc );
		background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #f9f9f9 ), to( #dcdcdc ) );
		background-image: -webkit-linear-gradient( top, #f9f9f9, #dcdcdc );
		color: #003399;
		font-family: inherit;
		font-size: 12px;
		font-weight: normal;
		margin-right: 10px;
		padding: 6px 20px;
		text-transform: uppercase;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: none;
		-moz-box-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.3 );
		-webkit-box-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.3 );
		box-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.3 );
		
	}

	/* @end */
	
	/* @group Tables */
	
	.content-table {
		float: left;
		width: 600px;
		padding-left: 30px;
	}
	
	.horizontal-divider {
		display: none;
	}
	
	.vertical-divider {
		border-left: 1px solid #a9abae;
	}
	
	.my-voters-table {
		width: 630px;
		empty-cells: show;
		border-collapse:collapse;
		margin-top: 20px;		
		border:1px solid #a9abae;
	}
	
	.my-voters-table th {
		background-color: #515151;
    	color: #FFFFFF;
    	font-size: 1em;
    	padding: 5px;;
   	 	text-align: center;   	 	
		border:1px solid #a9abae;
	}
	
	.my-voters-table td {
		background-color: #fff;
		color: #515151;
		font-size: 1em;
    	padding: 5px;;
   	 	text-align: center;
		border:1px solid #a9abae;
	}

	tr.alt td {
    	background-color: #e3e6e9;
    	color: #515151;
	}

	#current-goal-table {		
		clear:both;
	}
	
	.arrow-small-less {
		background: url("../images/content/arrow-red-up.gif") no-repeat scroll 100% 50% transparent;
    	font-size: 12px;
    	margin: 0;
    	padding: 0 10px 0 0;
	}
	
	.arrow-small-more {
		background: url("../images/content/arrow-red-down.gif") no-repeat scroll 100% 50% transparent;
    	font-size: 12px;
    	margin: 0;
    	padding: 0 10px 0 0;
	}

	.archive-icon {
		background: url("../images/content/archive-icon.gif") no-repeat scroll 0 50% transparent;
    	font-size: 12px;
    	margin: 0;
    	padding: 0 0 0 25px;
	}
	.progress-bar-wrap {		
		width: 100%; height: 25px;
		border: 1px solid #a0a0a1;
		background-image: -moz-linear-gradient( top, #eaeaee, #a1a3aa );
		background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #eaeaee ), to( #a1a3aa ) );
		background-image: -webkit-linear-gradient( top, #eaeaee , #a1a3aa );
		position: relative;
		margin-bottom: 10px;
	}

	.progress-bar-wrap > div  {
		background-color: #0a0;
		height: 25px;
		background-image: -moz-linear-gradient( top, #b2e9b9, #309d37 );
		background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #b2e9b9 ), to( #309d37 ) );
		background-image: -webkit-linear-gradient( top, #b2e9b9 , #309d37 );
	}
	
	.view-goal-criteria {
		margin-top: 15px;
	}
            
	/* @end */

/* @end */


/* @group Helper classes */

.clear {
	zoom: 1;
}

.clear:after {
	clear: both;
	content: "";
	display: table;
}

/*
.ir {
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
}
*/

.js .hide {
	display: none;
}

/* @end */


/* @group Global header layout */

.user-logout {
	background: #2d2e67;
}

.user-logout-inner {
	color: #a5a6bd;
	font-size: 10px;
	line-height: 22px;
	margin: 0 auto;
	text-align: right;
	text-transform: uppercase;
	width: 940px;
}

.user-logout-inner a {
	color: #fff;
	text-decoration: none;
}

.user-logout-inner a:focus,
.user-logout-inner a:hover {
	text-decoration: underline;
}

.global-header-login {background: url("../images/login-gradient.png") repeat-x 0 0 transparent; height: 77px;}
.global-header {background: url("../images/gradient.png") repeat-x 0 0 transparent; height: 155px;}

.global-header-inner {
	margin: 0 auto;
	width: 940px;
}

.global-header-inner .logo {
	background: url("../images/layout/logo-bg.png") no-repeat 0 0;
	display: block;
	height: 116px;
	float: left;
	margin-bottom: -82px;
	overflow: hidden;
	position: relative;
	top: -82px;
	width: 248px;
}

.global-header-inner .client-logo {padding: 23px 28px;}

	/* @group - Primary navigation */

	.topnav {
		background: #0f034e;
	}
	
	.topnav-inner {
		margin: 0 auto;
		border-bottom: 2px solid #8b0b04;
		width: 940px;
	}
	
	ul.IR {
		padding-left: 270px;
		list-style-type: none;
	}
	
	ul.IR li.home {
		float: left;
		position: relative;
	}
	
	ul.IR li.home > a {
		display: block;
		padding-left: 25px;
		padding-right: 15px;
		color: #fff;
		line-height: 58px;
		text-decoration: none;
		text-transform: uppercase;
	}

	ul.IR li.home:first-child > a {
		padding-right: 25px;
	}
		
	ul.IR li.home > a:focus,
	ul.IR li.home > a:hover,
	ul.IR li.home:hover > a {
		background-color: #fff;
		background-image: -moz-linear-gradient( top, #d7e1f3, #fff );
		background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #d7e1f3 ), to( 0.1, #fff ) );
		background-image: -webkit-linear-gradient( top, #d7e1f3, #fff );
		color: #2c2d66;
	}
	
	/* get rid of the small red triangle pointing downward */
	ul.IR li.home:first-child > a:after {
		border: none;
		content: "";
	}

	/* create a small red triangle pointing downward */
	ul.IR li.home > a:after {
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-top: 4px solid #a71c33;
		content: "";
		display: inline-block;
		margin-left: 10px;
		vertical-align: middle;
	}

	ul.IR li.home .button {
		background-image: none;
	}
	
	/* @end */
	
	/* @group - Secondary navigation */
	
	ul.IR li.home ul {
		background: #fff;
		border-top: 2px solid #8b0b04;
		box-shadow: 0 5px 5px rgba( 0, 0, 0, 0.3 );
		-moz-box-shadow: 0 5px 5px rgba( 0, 0, 0, 0.3 );
		-webkit-box-shadow: 0 5px 5px rgba( 0, 0, 0, 0.3 );
		display: none;
		position: absolute;
		left: 0;
		top: 58px;
		width: 160px;
		z-index: 10;
	}
	
	ul.IR li.home:hover ul {
		display: block;
	}
	
	ul.IR li.home:last-child:hover ul {
		left: auto;
		right: 0;
	}
	
	ul.IR li.home ul li > a {
		border-bottom: 1px solid #c5c7d6;
		color: #2f3069;
		display: block;
		padding: 6px 20px;
		text-decoration: none;
	}
	
	ul.IR li.home ul li:last-child > a {
		border-bottom: none;
	}
	
	ul.IR li.home ul li > a:focus,
	ul.IR li.home ul li > a:hover,
	ul.IR li.home ul li:hover > a {
		background: #cbd7ef;
		color: #a71c33;
	}

	/* @end */
		
	/* @group - Tertiary navigation */

	.navigation.secondary .secondary-nav-item:hover .navigation.tertiary {
		display: block;
	}
	
	.navigation.tertiary {
		background: #cbd7ef;
		-moz-box-shadow: 0 5px 5px rgba( 0, 0, 0, 0.3 );
		-webkit-box-shadow: 0 5px 5px rgba( 0, 0, 0, 0.3 );
		box-shadow: 0 5px 5px rgba( 0, 0, 0, 0.3 );
		display: none;
		left: 100%;
		position: absolute;
		top: 0;
		width: 160px;
	}
	
	.navigation.tertiary.display-left {
		left: auto;
		right: 100%;
	}
	
	.navigation.tertiary .tertiary-nav-item > a {
		color: #a71c33;
		display: block;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
		padding: 6px 20px;
		text-decoration: none;
	}
	
	.navigation.tertiary.display-left .tertiary-nav-item > a {
		border-left: 0;
		border-right: 1px solid #fff;
	}
	
	.navigation.tertiary .tertiary-nav-item > a:focus,
	.navigation.tertiary .tertiary-nav-item > a:hover,
	.navigation.tertiary .tertiary-nav-item:hover > a {
		background: #eef2fa;
		color: #2c2d66;
	}

	/* @end */
	
	/* @group - Quaternary navigation */

	.navigation.tertiary .tertiary-nav-item:hover .navigation.quaternary {
		display: block;
	}
	
	.navigation.quaternary {
		background: #cbd7ef;
		-moz-box-shadow: 0 5px 5px rgba( 0, 0, 0, 0.3 );
		-webkit-box-shadow: 0 5px 5px rgba( 0, 0, 0, 0.3 );
		box-shadow: 0 5px 5px rgba( 0, 0, 0, 0.3 );
		display: none;
		left: 100%;
		position: absolute;
		top: 0;
		width: 160px;
	}
	
	.navigation.quaternary.display-left {
		left: auto;
		right: 100%;
	}
	
	.navigation.quaternary .quaternary-nav-item > a {
		color: #a71c33;
		display: block;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
		padding: 6px 20px;
		text-decoration: none;
	}
	
	.navigation.quaternary.display-left .quaternary-nav-item > a {
		border-left: none;
		border-right: 1px solid #fff;
	}
	
	.navigation.quaternary .quaternary-nav-item > a:focus,
	.navigation.quaternary .quaternary-nav-item > a:hover {
		background: #eef2fa;
		color: #2c2d66;
	}

	/* @end */
	
	/* @group - Breadcrumb navigation */
	
	.navigation.breadcrumb {
		padding: 10px 0 0 294px;
	}
	
	.navigation.breadcrumb li {
		float: left;
	}
	
	.navigation.breadcrumb li:after {
		content: "\00BB";
		display: inline-block;
		margin: 0 6px;
		position: relative;
		top: -1px;
	}
	
	.navigation.breadcrumb .last-child:after {
		display: none;
	}
	
	.navigation.breadcrumb a {
		color: #8b0b04;
		text-decoration: none;
	}
	
	.navigation.breadcrumb a:focus,
	.navigation.breadcrumb a:hover {
		text-decoration: underline;
	}

	/* @end */

/* @end */


/* @group Main content layout */

.leftnav {
	background-color: #0F034E;
	border-right: 2px solid #8B0B04;
	display: block;
	width: 175px;
}

.leftnav_bg {
	display: none;
}

.leftnav .pageheader2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
    text-transform: uppercase;
	display: block;
	border-bottom: none;
}

.leftnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 15px;
}

.leftnav ul > li {
	width: 100%;
    color: #FFFFFF;
	font-size: 12px;
	padding: 3px 5px;
	white-space: nowrap;
}

.leftnav ul > li > a {
    color: #FFFFFF;
	font-size: 12px;
    text-decoration: none;
}

.leftnav ul > li.nolink:hover {
	background-color: #0F034E;	
    color: #FFFFFF;
}

.leftnav ul > li:hover {
	background-color: #cbd7ef;
}

.leftnav ul > li.current {
	background-color: #efefef;
}

.leftnav ul > li:hover > a, .leftnav ul > li.current > a {
	color: #a71c33;
}
	
.middlesection {
	padding-bottom: 50px;
}

.middlesection-inner {
	margin: 0 auto;
	width: 940px;
}

.pageheader1-buffer {
	display: none;
}

.pageheader1,
.pageheader2,
div#content-header,
div#account-credentials
{
	border-bottom: none;
	color: #2f3069;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 30px 0px;
}

.pageheader1 > nobr,
.pageheader2 > nobr,
div#content-header > h2,
div#account-credentials
{
	line-height: 48px;
	border-bottom: 1px solid #aeafb1;
	padding: 0 0 10px 0px;
	display: block;
}	

.pageheader1,
#content-header > h2
{
	font-size: 30px;
	font-style: normal;
}

.pageheader2,
div#account-credentials
{
	font-size: 24px;
}

.broadcastid {
	color: #2f3069;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

.broadcastdesc {
	color: #2f3069;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: right;
}

table[id] {
	border-collapse:collapse;
	border:1px solid #a9abae;
}

.subheader4 {
	color: #2F3069;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 20px;
	font-weight: bold;	
	margin-bottom: 20px;
}

.subheader4 > td {
	background-color: #515151;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;   	 	
}

.subheader4 > td:first-child, .subheader4 td:last-child {
	background-image: none;	
}

.subheader4 > td a {
	color: #ffffff;
}

.subheader5 > td {
	background-color: #515151;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;   	 	
	border:0px solid #a9abae;
}

.subheader5 > td a, .subheader5 label {
	color: #FFFFFF;	
}

.whiterowsmall > td {
	background-color: #ffffff;
	color: #515151;
	font-size: 10px;
	text-align: center;
	border-bottom:1px solid #a9abae;
}

.lighttable > td, .whiterow > td {
	color: #515151;
	font-size: 10px;
	border:1px solid #a9abae;	
}

.whiterow > td {
	background-color: #ffffff;
}

.lighttable > td {
	background-color: #e3e6e9;	
}

.BoxShadowUpperRightCorner, .BoxShadowLowerLeftCorner {
	background-color: #efefef;
}
/*------- HOMEPAGE --------------------*/

	/* @group - Homepage Left Content */
	
	.home-content-left {
		float: left;
		width: 580px;
		padding: 50px 60px 50px 0;
	}
	
	.article { 
		padding: 25px 0;
		border-bottom: 1px solid #a9abae;
	}

	
	.home-content-left h2 a {
		font-family: Arial, Verdana, sans-serif;
		font-size: 14px;
		font-weight: bold;
		padding: 10px 0;
		text-transform: uppercase; 
	}
	
	.home-content-left em {
		font: normal 11px/13px Arial, Verdana, sans-serif;
	}
	
	.content-container {
		padding: 20px;
	}

	/* @end */

	/* Homepage Sidebar Right */

	.sidebar-right {
		background: #fff;
		-moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
		-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
		box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
		float: left;
		margin-top:50px;
		width: 300px;
		border-bottom: 4px solid #8B0B04;
	}
	
	.sidebar-right-article {
		border-bottom: 1px solid #a9abae;
		padding: 10px 0 0 0;
	}
	
	.sidebar-right header {
		background: #b1c2e6;
		background-image: -moz-linear-gradient( top, #e2e9f8, #b1c2e6 );
		background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #e2e9f8 ), to( #b1c2e6 ) );
		background-image: -webkit-linear-gradient( top, #e2e9f8, #b1c2e6 );
		border: 1px solid #7695cb;
		color: #2f3069;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 19px;
	}
	
	.sidebar-right-container {
		padding: 0  20px 35px;
	}
	
	.sidebar-right em {
		font: normal 11px/13px Arial, Verdana, sans-serif;
	}
	
	.sidebar-right .emphasized {
		color: #2f3069;
		font-style: italic;
	}

	/* @end */
	
/*------- END HOMEPAGE --------------------*/

/*------- LOGIN SCREEN --------------------*/

/* @group - Login Screen */
	
	.login-logo {
		width: 100%; 
		margin-left:auto;
		margin-right:auto;
	}
	
	.content-login-wrapper {
		margin-left: auto;
		margin-right: auto;
		display:block;
		width: 465px;
	}
	
	.content-login {
		background: #fff;
		-moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
		-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
		box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
		float: left;
		width: 340px;
		margin: 25px 0 10px 125px;
		border-bottom: 4px solid #8b0b04;
	}

	.content-container-login {
		padding: 25px;
	}
	
	.content-login-wrapper p.lost-password {
		margin-left: 125px;
	}
	
	/* Login Form */
	
	.login {
		padding-bottom: 20px;
	}
	
	ul.login li {
		padding-bottom: 10px;
	}
	
	.login-text-input-field {
		width:280px;
		margin-top:5px;
	}
	
	.login button {
		background: -moz-linear-gradient(center top , #8DE08D, #0D8A0D) repeat scroll 0 0 #32B532;
    	border: medium none;
    	border-radius: 20px 20px 20px 20px;
    	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    	color: #FFFFFF;
    	font-family: inherit;
    	font-size: 14px;
    	font-weight: bold;
    	padding: 6px 20px;
    	text-transform: uppercase;
		float:right;
	}
	
	.open-id {
		border-top: 1px solid #aaaaaa;
		padding-top: 10px;
	}
	
	.open-idli {
		float: left;
	}
		
	.open-id p {
		color: #6f6f6f;
		font-size: 11px;
		padding-bottom:10px;
	}
	
	.open-id img {
		padding-right: 9px;
	}
	
	/* @end */
	

/*------- END LOGIN SCREEN --------------------*/


	/* @group - Sidebar */

	.sidebar {
		float: left;
		margin: 0 15px 0 0;
		width: 270px;
	}
	
	.sidebar header {
		margin-bottom: 20px;
	}
		
	.sidebar p {
		margin-bottom: 14px;
	}
	
	.sidebar .emphasized {
		color: #2f3069;
		font-style: italic;
	}

	/* @end */
		
		
	/* @group - Content */
	
		.content {
		background: #fff;
		-moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
		-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
		box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
		float: left;
		width: 630px;
	}
	
	.content header {
		background: #b1c2e6;
		background-image: -moz-linear-gradient( top, #e2e9f8, #b1c2e6 );
		background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #e2e9f8 ), to( #b1c2e6 ) );
		background-image: -webkit-linear-gradient( top, #e2e9f8, #b1c2e6 );
		border: 1px solid #7695cb;
		color: #2f3069;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 19px;
	}
	
	.content-container {
		border-bottom: 4px solid #8b0b04;
		padding: 20px;
	}

	/* @end */

/* @end */

/* @group - One Column Content */	
		
		.one-column {
			width: 940px;
			float: left;
		}
		
		.one-column-wrapper {
			margin-top: 25px;
		}
		
		#content {
			padding: 20px;
			border-top: 1px solid #9a9b9d;
			border-right: 1px solid #9a9b9d;
			border-bottom: 4px solid #8b0b04;
			border-left: 1px solid #9a9b9d;
			background-color: #fff;
			margin-bottom: 15px;
		}
		
		.header-buttons {
   			background-color: #D1D2D4;
    		margin-top: -30px;
    		padding: 10px;
		}
		
		#panel {
			background: #D1D2D4;
			height: 100%;
			display: none;
			margin-top:15px;
			border-top: 1px solid #fff;
			padding: 10px;
		}
		
		.header-links {
			padding-bottom: 25px;
		}


		.accordion {
			background: #fff;
			-moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
			-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
			box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
			margin-bottom: 15px
		}
		
		.accordion h2 {
			background: transparent url(../images/content/arrow-red.gif) no-repeat 0 7px;
			margin: 0;
			font: bold 150%/130% Georgia,"Times New Roman",Times,serif;
			cursor: pointer;
			    padding: 4px 30px;
		}
		.accordion header a:hover {
			background-color: #B1C2E6;
		}
		.accordion header a.active {
			background-position: 10px 10px;
		}
		
		.accordion header a {
			background: -moz-linear-gradient(center top , #E2E9F8, #B1C2E6) repeat scroll 0 0 #B1C2E6;		
		}
		
		.left-column {
			width: 275px;			
			float: left;
			margin:0;
		}
		
		.middle-column {
			border-right: 1px solid #929292;
			border-left: 1px solid #929292;
			width: 275px;
			padding: 0 20px 0;
			margin:0;
			float: left;
		}
		.right-column {
			width: 275px;
			float: right;
			margin:0;
		}

				
	/* @end */

/* @group Global footer layout */

.footer {
	background: #6f6f6f;
}

.footer-inner {
	background: url("../images/footer-stars.gif") no-repeat 0 0;
	color: #fff;
	font-size: 11px;
	line-height: 35px;
	text-align: center;
}

/* @end */

/*------- FORM --------------------*/
  
  



/*------- END FORM --------------------*/

/* @group CALLING SESSION layout */

.calling-session-step {
	border-bottom: 1px solid #d7d8d9;
	padding: 15px 0 15px 40px;
	position: relative;
}

.calling-session-step.no-step-number {
	padding-left: 0;
}

.calling-session-step.first-child {
	padding-top: 0;
}

.calling-step-number {
	background: #515151;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	left: 0;
	padding: 4px 10px;
	position: absolute;
	top: 10px;
}

.calling-session-step.first-child .calling-step-number {
	top: -2px;
}

.calling-session-step .column {
	float: left;
	margin-right: 20px;
	width: 260px;
}

.calling-session-step .column.last-child {
	margin: 0;
}

.calling-session-step .text-input-field {
	border: 1px solid #adaeb0;
	padding: 4px;
}

#phone-number {
	margin-left: 10px;
	width: 140px;
}

.voter-phone-number {
	color: #039;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 30px 0 5px;
}

.voter-name {
	color: #039;
	font-weight: bold;
}

.inline-radio-buttons {
	margin-top: 10px;
}

.inline-radio-buttons .inline-radio-button {
	float: left;
	margin-right: 5px;
}

.calling-session-step h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

.calling-session-step .radio-button {
	margin-bottom: 6px;
}

.other-voter-name li,
.changed-address li {
	float: left;
	margin-right: 10px;
}

.changed-address li {
	margin-top: 10px;
}

.other-voter-name input,
.changed-address input {
	width: 100px;
}

.calling-session-step .thanks {
	font-size: 14px;
}

.calling-session-step .notes {
	font-size: 14px;
}

.calling-session-step .notes:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #039;
	content: "";
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: -2px;
}

.calling-session-submit {
	padding: 20px 0;
}


	/* @group - Tabs */

	.tabs-container {
		margin-top: 20px;
	}
	
	.tabs-container .tabs {
		border-bottom: 1px solid #9797b4;
	}
	
	.tabs-container .tabs li {
		float: left;
	}
	
	.tabs-container .tabs a {
		background: #d9e1f0;
		color: #515151;
		display: inline-block;
		font-weight: bold;
		padding: 6px 15px 4px 15px;
		text-decoration: none;
	}
	
	.tabs-container .tabs .current a {
		background: #2f3069;
		color: #fff;
	}
	
	.tab-content {
		display: none;
		padding-top: 10px;
	}
	
	.tab-content.current {
		display: block;
	}
	
	.script-questions ol {
		background: #f7f7f7;
		border: solid #adaeb0;
		border-width: 0 1px 1px 1px;
		list-style: none;
		margin-top: 20px;
	}
	
	.script-questions li {
		border-top: 1px solid #adaeb0;
		padding: 15px;
	}
	
	.script-questions .even {
		background: #ecf0f7;
	}
	
	.script-questions select {
		display: block;
		margin: 10px 0 0 20px;
	}

	/* @end */

/* @end CALLING SESSION layout*/

 
/* Event Management overrides */
 
 #buttonCancelled, #buttonTraining, #buttonEvents {
 	width: 134px;
 }
 
 input[type="button"].embutton {
 	font-size: 10px;
 }

div#content-header,
div#content-header > h2,
div#account-credentials {
	padding: 0;
}

div#account-credentials {
	border-bottom: none;
}

div#tabbar_event,
div#tabbar_screeners,
div#tabbar_lists,
div#tabbar_history {
	background-color: #efefef;
}

.dhx_tabbar_zone_dhx_skyblue .dhx_tabbar_lineA {
	border-right: none;
	border-left: none;
}

.dhx_tabbar_zone_dhx_skyblue .dhx_tabbar_lineB {
	background-color: #efefef;
}

.dhx_tabbar_zone_dhx_skyblue .dhx_tabbar_lineC {
	border-right: 1px solid #515151;
}


.dhx_tabbar_zone_dhx_skyblue .dhx_tablist_line {
	border-color: #515151;
}

.dhx_tabbar_zone_dhx_skyblue .dhx_tabcontent_zone {
	border-color: #efefef;
}

.dhx_tabbar_zone_dhx_skyblue .dhx_tabbar_row {
	background-image: url('/bnts/resources/css/dhtmlx/fls/imgs/dhx_skyblue/bg_top.png');
}

.dhx_cal_tab {
	background-color: #ffffff;
	color: #515151;
}

.dhx_cal_container,
.dhx_cal_header,
.dhx_scale_bar,
.dhx_cal_date,
.dhx_scale_hour
{
	background-color: #515151;
	color: #ffffff;
	line-height: 14px;
} 

.page_footer,
.dhx_cal_tab.active {
	background-color: #808080;
	color: #ffffff;
} 

.dhx_scale_holder, .dhx_agenda_area {
	background-image: url('/bnts_partner_includes/images/fls-databg.png');
	color: black;
}

.dhx_scale_holder_now {
	background-image: url('/bnts_partner_includes/images/fls-databg_now.png');
}

.dhx_cal_prev_button,
.dhx_cal_next_button,
.dhx_cal_today_button {
	background-image: url('/bnts_partner_includes/images/fls-buttons.png');
}

.dhx_month_body {
	background-color: #ffffff;
}

.dhx_month_head {
	background-color: #e0e0e0;
}

.dhx_now .dhx_month_body {
	background-color: #e0e0e0;
}

.dhx_now .dhx_month_head {
	background-color: #808080;
}

.selectedTime,
div.event_normal,
.event_normal div {
	background: #32b532;
	background-image: -moz-linear-gradient( top, #8de08d, #0d8a0d );
	background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #8de08d ), to( #0d8a0d ) );
	background-image: -webkit-linear-gradient( top, #8de08d, #0d8a0d );
	color: white;
}

.dhtmlxcalendar_dhx_skyblue,
.dhx_combo_box.dhx_skyblue,
.dhxvlt_panel2border,
.dhxvlt_panelborder,
.dhx_combo_box
{
	border-color: #515151;
}

.dhxvlt_rowsel {background: url('/bnts_partner_includes/images/fls-rowsel.gif');}
.dhxvlt_rbtn3 {width:4px;height:21px;float:right;background:url('/bnts_partner_includes/images/fls-btn3.gif') no-repeat;}
.dhxvlt_rbtn2 {cursor:pointer;height:21px;float:right;background:url('/bnts_partner_includes/images/fls-btn2.gif') repeat-x;overflow-y:hidden;font-size:8pt;font-family:Tahoma,Arial,Helvetica,sans-serif;}
.dhxvlt_rbtn1 {width:4px;height:21px;float:right;background:url('/bnts_partner_includes/images/fls-btn1.gif') no-repeat;}
.dhxvlt_lbtn3 {width:4px;height:21px;float:left;background:url('/bnts_partner_includes/images/fls-btn3.gif') no-repeat;}
.dhxvlt_lbtn2 {cursor:pointer;height:21px;float:left;background:url('/bnts_partner_includes/images/fls-btn2.gif') repeat-x;overflow-y:hidden;font-size:8pt;font-family:Tahoma,Arial,Helvetica,sans-serif;}
.dhxvlt_lbtn1 {width:4px;height:21px;float:left;background:url('/bnts_partner_includes/images/fls-btn1.gif') no-repeat;}


/** begin navigation **/

.top-header {
    background: #0f034e;
	width: 1320px;
	min-width: 100%;
	height: 58px;
	border-bottom: 2px solid #8b0b04;
	}

.top-logo {
	float: left;
	width: 240px;
	height: 48px;
	padding-top: 10px;
	text-align: center;
	background-color: #efefef;
}

#navigation {
    background: #0f034e;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 58px;
}


#ul-navigation {
	margin: 0 auto;
	height: 100%;
	background: none;
	padding-left: 40px;
	float: left;
	width: 1040px;
}

#ul-navigation li {
	width: auto;
	height: auto;
	padding: 0;
	float: left;
    z-index: 4;
    text-align: left;
}

#ul-navigation li > a:hover, #ul-navigation li > a:focus, #ul-navigation li:hover > a {
	background-color: #fff;
	background-image: -moz-linear-gradient( top, #d7e1f3, #fff );
	background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #d7e1f3 ), to( 0.1, #fff ) );
	background-image: -webkit-linear-gradient( top, #d7e1f3, #fff );
	color: #2c2d66;
}

#ul-navigation > li > a {
	display: block;
	padding-left: 25px;
	padding-right: 15px;
	color: #fff;
	font-weight: normal;
	line-height: 58px;
	text-decoration: none;
	text-transform: uppercase;
}

/* get rid of the small red triangle pointing downward */
#ul-navigation li:first-child > a:after {
	border: none;
	content: "";
}

#ul-navigation > li > a:after {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #a71c33;
	content: "";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
#ul-navigation > li > ul {
	background: #fff;
	border-top: 2px solid #8b0b04;
	box-shadow: 0 5px 5px rgba( 0, 0, 0, 0.3 );
	-moz-box-shadow: 0 5px 5px rgba( 0, 0, 0, 0.3 );
	-webkit-box-shadow: 0 5px 5px rgba( 0, 0, 0, 0.3 );
	display: none;
	position: absolute;
	left: 0;
	top: 58px;
	margin-top: 0;
	width: 160px;
	z-index: 10;
	list-style-type: circle;
	padding-left: 40px;
}

#ul-navigation li:hover ul {
	display: block;
}

#ul-navigation li:last-child:hover ul {
	left: auto;
	right: 0;
}

#ul-navigation li ul li {
	background-color: #fff;
	display: list-item;
	width: 100%;
}

#ul-navigation li ul li > a {
	border-bottom: 1px solid #c5c7d6;
	color: #2f3069;
	display: block;
	font-weight: normal;
	padding: 6px 20px;
	text-decoration: none;
}

#ul-navigation li ul li:last-child > a {
		border-bottom: none;
	}

#ul-navigation li ul li.horizontal-separator:hover {
}

#ul-navigation li ul li:hover {
	background: #cbd7ef;
	color: #a71c33;
}

#ul-navigation li ul li > a:hover,
#ul-navigation li ul li > a:focus,
#ul-navigation li ul li:hover > a
{
	background: #cbd7ef;
	color: #a71c33;
}

#ul-navigation li ul li.horizontal-separator {
}

/** end navigation **/
 