﻿/* Presidential Survey */

table#surveyTB
{
	font-family:arial, helvetica;
	font-size:12px;
	width:100%;
	padding:0px;
	overflow:auto;
}

table#surveyTB th
{
	color:white;
	background-color:#24559E;
	text-align:center;
	font-size:14px;
	padding:7px 7px 7px 7px;
	border-bottom:solid 2px #1A3C70;
	border-right:solid 2px #1A3C70;
	border-top:solid 2px #5B80B6;
	border-left:solid 2px #5B80B6;
}

table#surveyTB td
{
	padding:6px 6px 6px 6px;
	font-weight:bold;
}

.CategoryTB
{
	font-family:arial, helvetica;
	font-size:12px;
	width:100%;
	padding:5px;
}

.CategoryTB a:visited
{
	color:#7B045B;
}

.CategoryTB th
{
	color:white;
	background-color:#24559E;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:6px 5px 6px 10px;
}

.CategoryTB td
{
	font-weight:bold;
	padding:3px;
}

.mOver1
{
	color:blue;
	background-color:white;
	padding:3px 3px 3px 3px;
}

.mOver1:hover
{
	background-color:#F9F2C3;
}

.mOver2
{
	color:blue;
	background-color:#F9F5DB;
	padding:3px 3px 3px 3px;
}

.mOver2 td
{
	border-bottom:solid 1px #AFAA80;
}

.mOver2:hover
{
	background-color:#F9F2C3;
}
.indPresident
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px; 
	font-weight:bold;
	color:#0A246A;
	padding-top:20px;
	text-align:center;
}

.summaryTD
{
	font-weight: bold;
	font-size:13px;
	background-color: #C4D8F7;
	border-bottom: solid #6B7078 1px; 
	padding:2px;
	color: #16265A;
	text-align:center;
	text-align: -moz-center;
}

.sumResult
{
	font-weight: bold;
	font-size:13px;
	background-color: white;
	border-bottom: solid #6B7078 1px; 
	padding:2px;
	color: #16265A;
	text-align:center;
}

table#participants
{
	margin:0px auto;
	width:98%;
	
}

table#participants tr
{
	padding:5px 5px 3px 5px;
	
}
table#participants td
{
	color:Navy;
	background-color:#ECF2FA;
	width:33%;
	border-bottom:solid 1px #5a7590;
	border-left:solid 1px #5a7590;
}

table#surveySum
{
	margin:0px auto;
	width:70%;
	border:0px;
	padding-bottom:5px;
}
.subTitleBG
{
	background: url(titleBar.png) no-repeat;
	width:234px;
	height:48px;
	padding:5px 4px 4px 10px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#434aa4;
	/* background: url(/ImagesSite/titleBar.png) no-repeat; */
}
.h4txt
{
	color:#223782;
	font-weight:bold;
	font-size:14px;
}

/* *********** Steven Trial ************* */

.subpgfeature-headerPurple
{
	border: 1px solid #062a88;
	padding: 1px 0px;
	margin-bottom: 1px;
}

.subpgfeature-headerPurple h3
{
	background: url(bg_Purplestripes.png) repeat-x;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	height: 22px;	
	font: bold 16px/16px "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: White;
	text-transform: uppercase;	
}
.subpgfeature-headerPurple h4
{
	background: url(bg_PurpleNostripes.png) repeat-x;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	height: 20px;	
	font: bold 14px/14px "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: #16265a;
	text-transform: uppercase;	
}

.subpgfeature-headerPurple table
{
	width: 100%;
}

.contentTDPurple
{

	background-color: #e2e4f9;	
}
/* ************** Viewer Tax Video *************** */

.centerAll
{
    margin: 0px;
    text-align: center;
    margin-left: auto;
	margin-right: auto;
}

.PgHeader{
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    color:#074591;
}

.contentTXT{
	font-size: 12px;
	font-weight: normal;
	text-align:center;
}
.taHeader{
	font-weight: bold;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	text-align: left;
} 
.taTitle{
	background-color: #afcff7;
	font-weight: bold;
	padding: 3px;
	text-align: right;
	white-space: nowrap;
} 
.taTitle2{
	background-color: #d8f2f9;
	font-weight: bold;
	padding: 3px;
	text-align: right;
	white-space: nowrap;
} 
.taTitleLeft{
	background-color: #afcff7;
	font-weight: bold;
	padding: 3px;
	white-space: nowrap;
} 
.btnCell{
	padding-right : 3px;
	padding-top : 3px;
	padding-bottom : 3px;
	text-align:right;
}
.btnSubmit{
	background-color: #95d5f2;
	border : 1px solid;
	padding : 2px 3px 2px;

}
.smallTxt
{
    font-size:11px;
    font-style:italic;
    font-weight:normal; 
}
.redStar
{
    font-size:10px;
    color:Red;
    text-align:left;
}
.trBorder
{
    border:1px solid #1e63b9;
}
.tdRight
{
    text-align:left;
    padding-left : 2px;
    font-size:11px;
}
.watermarked {
	color:gray;
}


