.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 */
table.RepResolverContainerBox {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-color: #eee;
	border: 1px solid #777;
	padding: 3px;
}


/* 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 {
}


.lte .ErrorMessage {
	color: #C00;
	text-align: center;
	font-size: 1em;
}


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

.lte {
	margin: 10px;
}

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

.lte p {
	margin-top: 10px;
}

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

.lte #description {
	margin: 0 0 15px 0;
	padding: 0 10px;
}

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

.lte ul {
	margin: 8px 0 0 10px;
	padding: 0 0 0 15px;
	list-style: none;
}

.lte ul li {
	padding-left: 18px;
	background: url(../images/bullet_grey.gif) left 0.3em no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
}

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

.lte.form select {
	*width: 93%;
}

.lte #column1 {
	float: left;
	width: 50%;
}

.lte #column2 {
	float: right;
	width: 50%;
}

.lte fieldset {
	margin-bottom: 15px;
}

/* Addresses an IE bug for the message body textarea */
.lte fieldset fieldset {
	margin: 0;
}

.lte fieldset#message {
	margin-bottom: 15px;
	padding: 10px 10px 0 5px;
	border: 1px solid #ccc;
}

.lte fieldset#message h3.styled {
	margin: -11px -11px 3px -6px;
	padding-left: 12px;
}

.lte fieldset#message p {
	clear: both;
	margin: 0;
	padding: 0 0 10px 5px;
}

.lte fieldset#message textarea#body {
	font: 13px Arial, Helvetica, sans-serif;
	*width: 95%;
}

.lte.form label {
	float: left;
	white-space: normal; /* override UserGlobalStyle */
}

.lte.form .right-check {
	margin: 0 0 10px 10px;
	clear: both;
}

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


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

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

.lte .actions {
	clear: both;
	margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

.lte .right-check span.req {
	display: none;
}

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

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

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

.lte.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;
}

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


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

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

.lte .right-labels .req {
	float: none;
	padding-right: 5px;
}

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

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

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

select {
	width: 90%;
}

.lte.form select {
	padding: 0;
}

.lte .label-field-wrap {
	clear: both;
}

.lte .field-wrap {
	margin-left: 140px;
}

.lte .infobox .field-wrap {
	margin-left: 0;
}

.lte #signature {
	margin: 0 10px;
	font-size: 90%;
}

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


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

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

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

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


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

.lte .info-right-message-bottom #message {
	clear: both;
}



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

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

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

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

.lte .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 ----*/

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



/* ----- ZIPCODE PAGE ----- */
.lte #zipcode-wrap {
	float: left;
	margin-bottom: 30px;
	padding: 2px;
	background: #f1f1f1;
}

.lte #zipcode-wrap .label-field-wrap {
	float: left;
	padding: 15px 20px;
	border: 3px solid #fff;
}

.lte #zipcode-wrap span.req.true {
    background-position: left 0.6em;
}

.lte #zipcode-wrap label {
    float: left;
	width: 15em;
	font-size: 14px;
}

.lte #zipcode-wrap .label-field-wrap input {
	width: 6em;
	font-size: 14px;
}

.lte #zipcode-wrap .field-wrap {
	margin-left: 18em;
}

.lte #zipcode-wrap .ErrorMessage {
	font-weight: normal;
	font-size: 0.85em;
}


/* ----- LTE TAKE ACTION PAGE ----- */
.lte #recipients ul {
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	overflow: auto;
	height: 35em;
}

.lte #recipients ul li {
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
	background: none;
	clear: both;
}

.lte #recipients input {
    display: block;
	float: left;
	width: auto;
	border: none;
}

.lte #recipients label {
	margin-left: 2.2em;
	padding: 3px 0;
}

.lte #recipients label .desc {
    display: block;
	font-size: 95%;
	color: #777;
}

.lte #recipients .add-info {
	font-size: 11px;
	color: #999;
}

.lte #recipients .category-heading {
	padding: 5px 10px;
	background: #eee;
	color: #666;
	text-transform: uppercase;
}

.lte #target-audience {
	border: 1px solid #ddd;
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}

.lte #letter-talking-points-wrap {
	clear: both;
	*margin-bottom: 15px;
	width: 100%; /* need to test in IE */
}

.lte #letter-talking-points-wrap #message {
	float: left;
	display: block;
	width: 58%;
}

.lte #letter-talking-points-wrap #talking-points {
	float: right;
	width: 35%;
	*width: 38%;
}

.lte #letter-talking-points-wrap #word-limit {
	text-align: right;
	color: #888;
	font-size: 0.95em;
}

.lte .section {
	margin-bottom: 20px;
}