/* SenateReports basic.css */
/*= Default body format */
body
{
	background-color:silver;
	font-size:65%;	
	line-height:1.3;
	padding:0;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.roVote
{	
	display:block;
	width: 26px;
	height: 25px;
	background:url(images/Vote_ro.gif) no-repeat;
	text-indent: -9999px;
	
	
}
a.roVote
{
	outline:none;
}
a.roVote:link, a.roVote:visited, a.roVote:active
{
	background:url(images/Vote_ro.gif) no-repeat;
}
a.roVote:hover
{
	background-position: -29px 0;
}
#lblError 
{
	color:Red;
}
td 
{
	font-family:Arial;
	font-size:100%;
}
/*= Format img link buttons  */
.imglinks:link, .imglinks:active, .imglinks:hover, .imglinks:visited,
img.imglinks:link, img.imglinks:active, img.imglinks:hover, img.imglinks:visited
{
	background-color: white;
	color: white !important;
	outline: none;
	text-decoration:none !important;		
}
/*= Format NON img link buttons */
.links:link, .links:active
{
	text-decoration:none !important;
}
.links:hover 
{
	color:Red !important;
	text-decoration:none !important;
	
}
.links:visited
{
	
	text-decoration: none !important;
	font-style:italic !important;	
	
}
/*= Define wrapper background-color: navy; */
#wrapper 
{
	background-image: url(images/fade-black.gif);	
	background-repeat:repeat-x;	
	background-position: right bottom;
	border:solid 1px #666;	
	margin: 5px auto 5px auto;
	text-align:left;
	font-size:1.4em;
	width:1240px;
	
}

/*= Define header  */
#hdr-col-1
{
	float:left;
	border-top: solid .1em navy;
	border-left: solid .1em navy;
	border-bottom: solid .1em navy;
	margin-left: 0px;
	padding-left: 10px;	
	background-image: url(images/Stripes_Hdr_1.gif);	
	background-repeat:no-repeat;
	height:132px;
	width: 43em;
}
#hdr-col-2
{
	background-image: url(images/Stripes_Hdr_2.gif);	
	background-repeat:repeat-x;	
	border-top: solid .1em navy;
	border-right: solid .1em navy;
	border-bottom: solid .1em navy;
	height:132px;
	
}
#hdr-col-3
{
	float:right;
	background-image: url(images/EndStars.gif);	
	margin-top: 0;
	height:132px;
	width: 1.45em;
}
#logo
{
	margin-top: 1.6em;
	margin-left: 8em;
}

#senate 
{
	background-image:url(images/1874senate.jpg);	
	background-repeat:no-repeat;
	background-position:center;	
	text-align:center;
	width:99%;
	height:9em;
	padding-bottom: 6em;
		
}

/*= Define tablinks */
#tablinks 
{
	font-family:Arial;
	font-size:80%;	
	margin-top:0;
	margin-left: 3px;
	
	
}
#tablinks ul, #tablinks li 
{
	margin:0;
	padding:0;
	list-style:none;
	
}
#tablinks li 
{
	background:url(images/tab-bg.gif) repeat-x top;	
	float:left;
	
}
#tablinks a
{
	display:block;
	color:White;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	
}
#tablinks a:hover 
{
	background:url(images/tab-bg-hover.gif) no-repeat top;	
	color:yellow;
	
		
}
#tablinks a.current
{
	background-color:navy; 
		
	
}

/* Dropdown menu for Non-IE browsers */
#tablinks li ul
{
	display:none;
	
	
}
#tablinks li:hover ul
{
	
	display:block;
	width:11em;
	position:absolute;
	
}
#tablinks li ul li
{
	width:12em;
	background:url(images/fade-blue.gif) repeat-x top;	
		
}
/* Multi-level dropdown menu 	*/
#tablinks li ul li ul li
{
	background:url(images/fade-lightblue.gif) repeat-x top;	
	width: 13em;
		
}

#tablinks li ul ul 
{
	margin: -2.2em 0 0 12em;	
	
}
#tablinks ul 
{
	padding: 0;
	margin: 0;
	list-style: none; 
	
}
#tablinks li:hover ul ul
{
	left: -999em;
}
#tablinks li:hover ul, #tablinks li li:hover ul
{
	left: auto;
}
.fontWhite
{
	color:White;
}
/*= Navigation */
#navigation 
{	
	color: white;
	float: right;
	font-size:.9em;	
	margin-top: .5em;
	margin-left:1em;
	width: 19.5em;
		
}
/*= Define Rounder Corners */
.rd_box
{
   background: #ffffff;
}
.rd_top div 
{
   background: url(images/rd_tl.png) no-repeat top left;
}
.rd_top
{
   background: url(images/rd_tr.png) no-repeat top right;
}
.rd_bottom div 
{
   background: url(images/rd_bl.png) no-repeat bottom left;
}
.rd_bottom
{
   background: url(images/rd_br.png) no-repeat bottom right;
}

.rd_top div, .rd_top, 
.rd_bottom div, .rd_bottom
{
   width: 100%;
   height: 25px;
   font-size: 1px;
}

#content-wrapper 
{
	clear:left;
	float:left;
	padding-left: .2em;
	width: auto;
	
}
/*= Define content */

#content p
{
	text-indent: 20px;
	
}
#content p:first-letter
{
	font-size:130%;
	font-weight:bold;
	
}
#content 
{
	background-color:#fff;	
	border-bottom:solid 1px navy;
	border-left:solid 1px navy;
	border-right:solid 1px navy;
	border-top:solid .5em navy;			
	float:left;
	padding:5px 8px 5px 15px;
	text-align:left;
	line-height: 1.4em;
	font-size: 93%;
	width: 75%;	
	
		
}
#content a:visited
{
	color:blue;
}
	
#content .h5AlignLeft
{
	text-align:left;
}

#content ul ul 
{
	list-style-type:disc;
}

#content ul.ul_1 
{
	list-style-type:decimal;
}
#content ul.ul_2
{
	list-style-type:circle;	
	padding:5px;
}	
#content ul.ul_None 
{
	list-style-type:none;
	
}


/*= Format content */

#strongVotes
{
	color: navy;
}
.lhRequirements
{
	line-height: 1.8em;
}
.LightBlub 
{
	background:url(images/bullet.gif) no-repeat left 2px;
	line-height:1.5em;
	margin:0 0 0 0px;
	padding-left: 5px;
	text-indent:1.1em;
	
}	
.rightArrow
{
	background:url(images/arrow.gif) no-repeat right center;
	
}
.downArrow
{
	background:url(images/Darrow.gif) no-repeat right;
	
}
#politicalAdvice 
{
	background:url(images/flag.ico) no-repeat center left;
	padding-left:25px;
	
	
}
#generalInformation 
{
	background:url(images/GenInfo.gif) no-repeat center left;
	padding-left:25px;
	
}

#home 
{
	background:url(images/Darrow.gif) no-repeat left;	
	
}
	

/*= Define navigation breadcrumb */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#breadcrumb 
{
	background-color: #7093db;	
	color:White;
	font-family:Arial;
	font-size:85%;
	font-weight:bold;
	margin-top:31px;
	margin-bottom:-40px;
	padding:5px 10px;
	text-align:left;
}
#breadcrumb a 
{
	color:White;
	padding:5px;
	text-decoration:none;
	
}
#breadcrumb a.current
{
	background-color:Black; 
}
#breadcrumb a:hover 
{
	background:url(images/tab-bg-hover.gif) no-repeat top;
	color:yellow;
}
#breadcrumb ul, #breadcrumb li
{
	display:inline;	
	list-style:none;
	padding:0;
	margin:0;
}
#breadcrumb ul li 
{
	padding-left:0;
}
#breadcrumb ul li ul li 
{
	background:url(images/arrow.gif) no-repeat left center;
	padding-left:20px;
}

/*= Define footer */
#footer 
{
	background:url(images/bg-fade.gif) repeat-x top;
	clear:both;
	color:White;
	font-weight:bold;
	font-size:74%;
	height: 4em;
	margin-top:.8em;
	margin-left:0;
	margin-bottom:0;
	padding: 7px;
	text-align:center;
}
#footer a:link, #footer a:active, #footer a:visited 
{
	color:White;
	text-decoration:none;
}
#footer a:hover 
{
	color:Yellow;
	font-size: 97%;
	font-weight:bold;
}

/*= Highlight class to pick out key words or phases */
.highlight 
{
	background-color:#ff0;
}
.cursorhelp
{
	cursor: help;
}
.terms 
{
	cursor:help;
	font-style:italic;
	font-weight:bold;
}
/*= Format MemberReg.aspx */
#reg-content-wrapper
{
	
	width:99.5%;
	margin-left: 3px;
	margin-top:0;
	
}
#reg-content
{
	background-color:#fff;
	border-bottom:solid 1px navy;
	border-left:solid 1px navy;
	border-right:solid 1px navy;
	border-top:solid .5em navy;			
	text-align:left;
	margin-top:1.8em;
	
	
}		
#cboStates:focus 
{
	background-color:#faebd7;	
	
}
/*= Define fieldset */
fieldset .txtBox:focus 
{
	background-color:#faebd7;
}
#titleMemberReg
{
	font-size: 1em;
	margin-left:2em;
}
#regForm 
{
	margin-left:1em;
	margin-right:1em;	
	margin-top:1em;	
	
}

#regForm-labels 
{
	float:left;
	font-size: 83%;
	line-height: 2.1em;
	text-align: right;
	width: 8.5em;	
	margin-top: 1em;	
	
}

#regForm-textboxes
{
	float:left;
	font-size: 80%;
	line-height: 2.25em;
	width:24.5em;
	margin-top: 1em;
	margin-left: 2px;	
	
}

#regForm-textboxes, #regForm-options, #regForm-instructions
{
	text-align:left;
}
#regForm-options
{
	float:left;
	margin-left: 0;
	margin-top: -3em;
	text-align: left;
	font-size: 85%;
	width:10.5em;
	height: auto;
	
}
#regForm-errors
{
	width: auto;
	
}
#paypal
{
	padding: 1.5em;
}
#regForm-memberinfo
{
	color: Navy;
	float:left;
	font-size: 95%;
	margin-top: -30em;	
	width: 37.5em;
	text-align: left;
	
			
}

#regForm-instructions
{
	float:left;
	margin-top: -3.3em;
	margin-left: 5px;
	width: 51.3em;
	text-align: left;
	line-height:2em;
	font-size: 80%;	
	
}
.terms 
{
	cursor:help;
	font-style:italic;
	font-weight:bold;
}

.redMe
{
	color:Red;	
	
}

.boldMe
{
	font-size: 102%;
	font-weight: bold;
}
.regFormtxtBox
{
	height:16px;
	width:250px;
}
.regFormCboStates 
{
	height: 22px;
	line-height: 0;
	width: 145px;
	margin-left:0;
}
.errMsg
{
	color:Red;
}
.clearLeft
{
	clear:left;
}
fieldset 
{
	margin:0 0 10px 0;
	padding:5px;
	border:1px solid #333;
	background-color: #d9d9f3;
	
}

legend 
{
	background-color: Gray;
	margin-top: 0;
	padding:5px;
	border-style:solid;
	border-color:#fff #aaa #666 #fff;
	font-weight:bold;
	font-size:14px;
	color:#eee8aa;
	
}

/*= Format Reg Form text boxes MemberReg.aspx */
#vldSum 
{
	font-size:85%;
	font-weight:normal;
}
.txtBox 
{
		background-color:#e0e0e0;
		border:solid 1px #666;
		height:20px;
		width:155px;
		
}


.sumBox 
{
	font-size:9px;
}
.boldUpperCase 
{
	text-transform:uppercase;
	font-weight:bold;
}
/*= Format FAQ.aspx */
#showExcel a:hover
{
	background:url(images/Excel_Over.gif) no-repeat top;	
	
}
#FAQs
{
	clear:left;	
	font-size:110%;
	width:66em;
}
#FAQs a
{
	text-decoration:none;
}
#content-faq
{
	background-color:White;
	padding:.5em;
	margin: .5em;
	width:83em;
}
.navyBlue
{
	color:Navy;
}
/*= Format FAQ_ANS.aspx */
#div-ans1, #div-ans2,#div-ans3,#div-ans4,#div-ans5,#div-ans6
{
	display:none;
	
}

/*= SitePage.aspx */
#slide-show-buttons
{
	text-align: center;
	margin-left: 11em;
	
}
#progressBar
{
	margin-left: 5em;
}
#content-sitepage 
{
	background-color:#faebd7;
	background-color:#fff;
	border-bottom:solid 1px navy;
	border-left:solid 1px navy;
	border-right:solid 1px navy;
	border-top:solid .5em navy;			
	float:left;
	padding:5px 8px 5px 15px;
	text-align: center;
	line-height: 1.4em;
	font-size: 95%;
	width: 87.6em;	
	
		
}
.SlideShow a:hover
{
	color:Red;
}	
#slide-show
{
	text-align:center;
}
.alignCenter
{
	text-align: center;
	padding-left: 20em;
}
#SlideShowText 
{
	color:Navy;
	font-size:90%;
}

/*= Format Requirements.aspx */
.roPayPal
{	
	display:block;
	width: 62px;
	height: 31px;
	background:url(images/PayPal_ro.gif) no-repeat;
	text-indent: -9999px;
}
a.roPayPal
{
	outline:none;
}
a.roPayPal:link, a.roPayPal:visited, a.roPayPal:active
{
	background:url(images/PayPal_ro.gif) no-repeat;
}
a.roPayPal:hover
{
	background-position: -62px 0;
}

/*= Format SenateNews.aspx */
#content-news 
{
	background-color:#fff;	
	border-bottom:solid 1px navy;
	border-left:solid 1px navy;
	border-right:solid 1px navy;
	border-top:solid .5em navy;			
	float:left;
	padding-left:15px;
	padding-top:10px;
	text-align:left;
	line-height: 1.4em;
	font-size: 91%;
	width: 950px;	
	
		
}
#content-news h2
{
	line-height: 25px;
}
#news-col-1, #news-col-2
{
	width:445px;
	float:left;
	padding:7px;
			
}
#news-col-3
{
	clear:both;
	float:left;
	width:445px;
	padding:7px;
	margin-top: 0em;	
	
		
}
#news-col-4
{
	width:445px;
	float:left;	
	padding:7px;
	margin-top:0em;	
	
}
#news-col-2, #news-col-4
{
	margin-left:5px;
}
#readmore-1,#readmore-2,#readmore-3,#readmore-4
{
	text-align:right;
}

/*= Format RefLinks1 DataList #navigation div*/
.grpList 
{
	font-style:italic;		
	margin:0 0 0 0;								
	
}
.grpList td
{
	color: #ffffcc;
	border-bottom: #ffffcc 1px solid;
}
.grpList A:link 
{ 
	PADDING-RIGHT: 9px; 
	DISPLAY: block; 
	PADDING-LEFT: 9px; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 2px; 
	TEXT-DECORATION: none; 
}
.grpList A:visited 
{ 
	PADDING-RIGHT: 9px; 
	DISPLAY: block; 
	PADDING-LEFT: 9px; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 2px; 
	TEXT-DECORATION: none; 
	
}
.grpList A:hover 
{ 
	BACKGROUND-COLOR: Silver; 
	PADDING-RIGHT: 9px; 
	DISPLAY: block; 
	PADDING-LEFT: 9px; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 2px; 
	TEXT-DECORATION: none; 
}
.grpList A:active
{ 
	PADDING-RIGHT: 9px; 
	DISPLAY: block; 
	PADDING-LEFT: 9px; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 2px; 
	TEXT-DECORATION: none; 
}

/*= Format dlRelativeLinks DataList */
.linksList 
{
	margin:0 0 0 7px;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	
}
.linksList A:link 
{ 
	PADDING-RIGHT: 9px; 
	DISPLAY: block; 
	PADDING-LEFT: 9px; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 2px; 
	TEXT-DECORATION: none; 
}
.linksList A:visited 
{ 
	PADDING-RIGHT: 9px; 
	DISPLAY: block; 
	PADDING-LEFT: 9px; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 2px; 
	TEXT-DECORATION: none; 
	
}
.linksList A:hover 
{ 
	PADDING-RIGHT: 9px; 
	DISPLAY: block; 
	PADDING-LEFT: 9px; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 2px; 
	TEXT-DECORATION: none; 
	BACKGROUND-COLOR: Silver; 
}
.linksList A:active
{ 
	PADDING-RIGHT: 9px; 
	DISPLAY: block; 
	PADDING-LEFT: 9px; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 2px; 
	TEXT-DECORATION: none; 
}
/*= Format PageProcessor.aspx */

#pp-contents 
{
	background:url(images/NightHall.gif) no-repeat;	
	text-align:center;
	WIDTH: 710px;
	HEIGHT:410px;
	margin:7em;
}
#pp-meter
{	
	color:White;
	font-size:2em;
	margin-top:2em;
	padding:2em;
	
	
}
.FontSmall
{
	font-size:xx-small;
}
#div-logon-wrapper
{
	font-size:x-small;
}
#div-message
{
	margin-top: -2em;
	
}
#div-logon
{
	font-weight:bold;
	padding-left: 3em;
	text-align:center;	
	width:20em;
	
}

/* #lkbtnLogon */
.LogonBtn
{	
	border-bottom:solid 1px white;
	border-left:solid 1px white;
	border-right:solid 1px white;
	border-top:solid 1px white;	
	font-size:1em;
	padding: 3px 15px 3px 15px;	
	text-align:center;
	
			
}
.LogonBtn:link, .LogonBtn:active, .LogonBtn:visited 
{
	background-color:White;
	color:Black;
	text-decoration:none;
}

.LogonBtn:hover 
{
	background:Black;	
	color:White;
	text-decoration:none;
}