.ContainerBox {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-color: #eee;
	border: 1px solid #777;
	padding: 3px;
}

/* Styles for placing a container-like box around the rep resolver */
div.RepResolverContainerBox {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-color: #eee;
	border: 1px solid #777;
	padding: 3px;
	width: 410px;
}


/* Styles for vote tally bar - votes for */
.VoteForTally {
	background-color: #008000;
	border: 0;
}

/* Styles for vote tally bar - votes against */
.VoteAgainstTally {
	background-color: #900;
	border: 0;
}

/* Styles for vote tally bar - no vote */
.VoteNoneTally {
	background-color: #777;
	border: 0;
}


/* Styles for horizontal rule in scorecard and vote center */
hr.AdvocacyHR {
        width: 95%;
        margin: 5px auto;
}

table.SummaryTable {
	width: 700px;
	padding: 2px;
}

/* Styles for table titles */
.SummaryTableTitle {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #69c;
	border: 0;
	padding: 2px 2px 2px 5px;
}

/* Styles for summary table body */
.SummaryTableBody {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-color: #eee;
	border: 0;
	padding: 5px;
}

/*  Styles for table cells within nested summary tables */
.KeyVotesTableCells {
	background-color: #fff;
    border: 1px solid #ddd;
	padding: 2px 5px;
    width: 49%;
}

table.KeyVotesTable {
	width: 700px;
}
td.KeyVotesTableNumberCells {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 2px 5px;
	vertical-align: top;
	width: 5%;
	text-align: right;
}
td.KeyVotesTableTitleCells {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 2px 5px;
	vertical-align: top;
	width: 44%;
}

.ScorecardLegend {
	font-size: smaller;
}

.ScoreNote {
	font-size: smaller;
}

/*  Styles for bold title text */
.BoldTitleText {
	font-size: 13px;
	font-weight: bold;
	color: #316395;
	margin: 0;
    white-space: nowrap;
}

/*
 * For reference, List Control classes copied from UserGlobalStyle.
 */

table.lc_Table {
}

/* column headers */
th.lc_Heading {
}

/* sort buttons */
th.lc_HeadingSort {
}

/* line items */

tr.lc_Row0 {
}

tr.lc_Row1 {
}

/* each cell */
td.lc_Cell {
}

/* links as rendered in list_component_href.tpt */
a.lc_Link {
}


#action-alert .ErrorMessage {
	color: #C00;
	text-align: center;
	font-weight: bold;
	font-size: small;
}

#action-alert .WarningMessage {
	font-weight: bold;
	font-size: small;
}


/* ----- General for Action Alerts ----- */

#action-alert {
	margin: 10px;
}

#action-alert, #action-alert form,
#action-alert p, #action-alert label,
#action-alert input, #action-alert li {
	color: #444;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 1.3;
}

#action-alert h2.styled {
	margin: 0 0 15px 0;
	padding-top: 5px;
	color: #555;
	font: bold 20px Tahoma, Arial, Helvetica, sans-serif;
}

#action-alert #description {
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#action-alert #recipients {
	margin-bottom: 15px;
	padding-bottom: 10px;
	font: normal 14px Tahoma, Arial, Helvetica, sans-serif;
}

#action-alert ul {
	margin: 8px 0 0 10px;
	padding: 0 0 0 15px;
	list-style: none;
}

#action-alert ul li {
	padding-left: 18px;
	background: url(../images/bullet_grey.gif) left 0.3em no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
	list-style: none outside none;
}

#action-alert.form input, #action-alert.form textarea, #action-alert.form select {
	width: 100%;
	border: 1px solid #999;
	color: #444;
}

#action-alert.form select {
	*width: 93%;
}

#action-alert #column1 {
	float: left;
	width: 50%;
}

#action-alert #column2 {
	float: right;
	width: 50%;
}

#action-alert fieldset {
	margin-bottom: 15px;
}

#action-alert #message {
	margin-bottom: 15px;
	padding: 10px 10px 0 5px;
	border: 1px solid #ccc;
}

#action-alert #message h3.styled {
	margin: -11px -11px 3px -6px;
}

#action-alert #message p {
	clear: both;
	margin: 0;
	padding: 0 0 10px 5px;
}

#action-alert #message textarea#middle {
	font: 13px Arial, Helvetica, sans-serif;
}

#action-alert #message h3.styled {
	padding-left: 12px;
}

#action-alert.form label {
	float: left;
	overflow: hidden;
	white-space: normal; /* override UserGlobalStyle */
}

#action-alert.form .right-check {
	margin: 0 0 10px 10px;
	clear: both;
}

#action-alert.form div.right-check label {
	float: none;
	display: block;
	margin: 0 5px 5px 20px;
	padding: 0;
	text-align: left;
	width: auto;
	font-size: 11px;
}


#action-alert.form .right-check input {
	float: left;
	margin-top: 1px;
	*margin-top: -2px;
	margin-bottom: 5px;
}

#action-alert .note {
	font-size: 11px;
	color: #999;
	font-style: italic;
}
#action-alert div.note {
	padding-bottom: 5px;
}

#action-alert .actions {
	clear: both;
	margin-top: 10px;
}

#action-alert.form .horizontal-radio-wrap label {
	float: none;
	margin-right: 15px;
}

#action-alert h3.styled {
	margin: 0;
	padding: 6px 0;
	font-size: 13px;
}

#action-alert .req-legend {
	padding: 5px 0;
	color: #c66;
}

#action-alert span.req {
	float: left;
	display: block;
	width: 0.9em;
	*width: 0.7em;
	color: #f00;
	text-indent: -5000px;
}

#action-alert span.req.true {
    background: url(../images/required.gif) no-repeat left 4px;
}

/* ----- Survey Questions ----- */
#action-alert #survey-questions {
	float: left;
	width: 100%;
}
#action-alert #survey-questions, #action-alert #survey-questions span {
	font: normal 12px Arial, Helvetica, sans-serif;
}
#action-alert #survey-questions span.req {
	*margin-top: 0.2em;
	text-indent: 50px;
	overflow: hidden;
}

#action-alert #survey-questions .num {
	display: none;
}

#action-alert.form #survey-questions input.radio,
#action-alert.form #survey-questions input.checkbox,
#action-alert.form .right-check input {
	width: auto;
	border: none;
}

#action-alert.form #survey-questions input.checkbox {
	margin: 0;
	*margin-top: -2px;
}

#action-alert.form #survey-questions input.radio,
input.radio {
	margin-bottom: -2px;
	position: relative;
	top: 2px;
	*top: 0;
}

#action-alert .right-check span.req {
	display: none;
}

#action-alert.form #survey-questions .combo input.radio,
.combo input.radio {
	float: left;
	top: 0;
}

#action-alert.form #survey-questions select.date {
	width: auto;
}

#action-alert.form #survey-questions .combo-field-wrap,
.combo-field-wrap {
	display: block;
	margin-left: 22px;
}

#action-alert.form #survey-questions .combo select {
	margin-top: 1px;
	width: 100%;
	*width: 85%;
}

#survey-questions select {
	width: 93%;
}

#survey-questions .combo select {
	width: 91%;
	*width: 75%;
}

#survey-questions .combo-field-wrap input, .combo-field-wrap input {
	*width: 100%;
}

.combo-field-wrap select {
	*width: 80%;
}

select.date {
	*width: auto;
}

#action-alert.form #survey-questions label {
	display: inline;
}


/* ----- Left-aligned Label Permutation ----- */

/* ----- Right-aligned Label Permutation ----- */
#action-alert .right-labels label {
	text-align: right;
}

#action-alert .right-labels .req {
	float: none;
	padding-right: 5px;
}

/* ----- Top-aligned Label Permutation ----- */
#action-alert.form .top-labels label {
	float: none;
	display: block;
}

#action-alert .top-labels .field-wrap {
	margin-left: 11px;
	padding-bottom: 8px;
}

/* ------------ */

#action-alert.form select {
	padding: 0;
}

#action-alert .label-field-wrap {
	clear: both;
}

#action-alert .field-wrap {
	margin-left: 140px;
}

#action-alert .infobox .field-wrap {
	margin-left: 0;
}

#action-alert #signature {
	margin: 0 10px;
	font-size: 90%;
}

#action-alert .submit-wrap {
	clear: both;
	padding-bottom: 15px;
}
#action-alert #message .submit-wrap {
	padding: 10px 0;
}
#action-alert.form .submit-wrap input {
	width: auto;
	padding: 0.15em 0.6em;
	border: 1px solid #cdcdcd;
	font: normal 13px Tahoma, Arial, Helvetica, sans-serif;
	background: #e8e8e8;
}


/* ----- ALTERNATE LAYOUT STYLES ----- */
#action-alert .recips-top-info-left .submit-wrap,
#action-alert .recips-top-info-right .submit-wrap {
	text-align: right;
}

#action-alert .recips-top-info-left #column1,
#action-alert .recips-top-info-right #column2 {
	width: 38%;
	*width: 37%;
}

#action-alert .recips-top-info-left #column2,
#action-alert .recips-top-info-right #column1 {
	width: 58%;
	*width: 56%;
}

#action-alert .recips-top-info-left #message textarea#middle,
#action-alert .recips-top-info-right #message textarea#middle {
	height: 25em;
}


#action-alert .info-right-message-bottom #column1 {
	width: 57%;
	*width: 56%;
}
#action-alert .info-right-message-bottom #column2 {
	width: 39%;
	*width: 36%;
}

#action-alert .info-right-message-bottom #message {
	clear: both;
}
#action-alert .info-right-message-bottom .submit-wrap {
	text-align: right;
}



#action-alert .info-top-recips-right #info {
	padding: 10px 0 0 10%;
}

#action-alert .info-top-recips-right #survey-questions fieldset {
	padding: 0;
}

#action-alert .info-top-recips-right #column1,
#action-alert .info-top-recips-right #column2 {
	width: 48%;
	*width: 41%
}

#action-alert .info-top-recips-right #message {
	float: left;
	width: 58%;
}
#action-alert .info-top-recips-right #message-targets-wrap {
	clear: both;
	*margin-bottom: 15px;
}

#action-alert .info-top-recips-right #message-targets-wrap #recipients {
	float: right;
	width: 35%;
	*width: 38%;
}


/*---- CLEARFIX ----*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
 	visibility: hidden;
}

/* For IE7 */
.clearfix {display:inline-block;}

/* For IE6 */
* html .clearfix {height: 1%;}


/*---- OVERRIDES FOR OLDER MARKUP ----*/

#action-alert p.action-alert-radio-group label {
	float: none;
}


/* VOTE CENTER */
div.vote-center-page-container {
	padding : 10px;	
}

div.vote-center-component {	
	margin-bottom: 15px;	
}


div.vote-center-sub-component {	
	margin-top: 2px;	
}
div.vote-center-right-component {	
	margin-bottom: 15px;
	float:right;	
}

div.vote-center-left-component {	
	margin-bottom: 15px;
	float:left;	
	width:98%;
}


div.vote-center-tally-container {
	height: 120px;
	width:90%;
}


div.float-left {
	float: left;
}
div.float-right {
	float: right;

}
div.vote-info {   
   float:left;
   height: 120px;
}
div.vote-tally {	
	float: right;
	height: 120px;
}
div.scorecard-link {
	padding : 2px;	
}

/** zip code component */
#repResolveContainer .rep-resolve-state-container {		
	height: 20px;
	position: relative;	
	margin: 2px 0 2px 65px;
}
#repResolveContainer .rep-resolve-input {
	margin-left: 65px;		
}
#repResolveContainer .rep-resolve-label {	
	margin:  3px 0 0 0;
	float: left;		
}
#repResolveContainer .rep-resolve-state-input {
	float: left;
	margin-right: 5px;	
}
#repResolveContainer .rep-resolve-zip-input {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
/* vote component */
#voteTallyContainer .vote-tally-container {
	margin-top: 3px;
}
#voteTallyContainer .vote-tally-value-container {	
	width: 25px;
	float:left;
	margin-top: 3px;
}
#voteTallyContainer .vote-tally-label {
	float:left;		
	margin-top: 3px;	
}
#voteTallyContainer .vote-tally-row {
	height: 25px;	
	width: 150px;	
	margin: 0 0 0 100px;			
}
#voteTallyContainer .vote-tally-header-row {
	height: 25px;	
	margin: 3px 3px 0px 100px;		
	width: 100px;
}
/*
* Legistrator info component
*/
.leg-photo {
	float: left;
	width: 120px;
	height:150px;
	margin-right: 10px;
}
.leg-election-info {
	float:left;
	width:170px;
	height:140px;	
}
.leg-label {
	margin-right: 3px;
	float: left;
}
.leg-info-container {
	width: 550px;
}

.leg-space-bottom {
	margin-bottom: 10px;
}
