/* SenateReports basic.css */
/*= Default body format gradient_bg.jpg   */
body
{
	background-image: url(/CSS/images/sm-gray-dot.png); 
	font-size:65%;	
	line-height:1.3;
	padding:0;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#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:black;background-image: url(images/fade-black.gif); background-repeat:repeat-x;	background-position: right bottom; */
#wrapper 
{
	background-image: url(/CSS/images/fade-black-sm.gif); 
	background-repeat:repeat;
	border:solid 1px #666;	
	margin: 5px auto 5px auto;
	text-align:left;
	font-size:1.4em;
	width:1240px;
	
}

/*= Define header  */
#header
{
	float:left;
	background-image: url(images/sm-hdr.jpg);
	height:100px;
	width: 1238px;

}

#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:95%;	
	margin-top:0;
	margin-left:.2em;	
	width: 100%;
	clear:both;
	
}
#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:10em;
	position:absolute;
	
}
#tablinks li ul li
{
	width:10em;
	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: 10em;
		
}

#tablinks li ul ul 
{
	margin: -1.7em 0 0 10em;	
	
}
#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 */
#div-treeview
{
	margin-top: 0em;
	width:18em;
	
}
.pad5
{
	padding: 5px;
}

#navigation 
{	
	color: white;
	float: left;
	font-size:.9em;	
	
		
}
#content-wrapper 
{
	clear:left;
	float:left;
	padding-left: .2em;
	
}
/*= Define content */

#content p
{
	text-indent: 20px;
	
}
#content p:first-letter
{
	font-size:130%;
	font-weight:bold;
	
}
#content 
{
	background-color:#fff;
	background-image: url('../CSS/images/tile.jpg');	
	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: 13px;
	width: auto;
			
}

#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;
	
}

#generalInformation 
{
	background:url(images/GenInfo.gif) no-repeat center left;
	padding-left:25px;
	
}
#introduction
{
	margin-top:0em;
	margin-right: 1em;
}
#home 
{
	background:url(images/Darrow.gif) no-repeat left;	
	
}
	

#div-images-partisanship,#chamber 
{
	display:none;
}


/*= Define footer */
#footer 
{
	background:url(images/bg-fade.gif) repeat-x top;
	clear:both;
	color:White;
	font-weight:bold;
	font-size:.65em;
	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: 115%;
	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
{
	clear:left;
	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 Contact.aspx */
#tblContactForm
{
	font-size:13px;
}
#content-contact 
{
	background-color:#fff;
	background-image: url('../CSS/images/tile.jpg');	
	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: 97.7%;	
	
		
}
#contact
{
	float:left;
	width: 63%;
	
}

#web4lg
{
	float:right;
	font-size:11px;
	margin-top:-4em;	
	padding:5px 10px 5px 10px;
	width: 35%;
	height:160px;
		
}
#postdata
{
	clear:both;
	float:left;
	margin-top:0em;
	
	
}

#detailsView
{
	margin-left:auto;
	margin-right:auto;
}
	
#tblContactForm
{
	padding: 3px;
	width:770px;
}
#tblContactForm tr, #tblContactForm td
{
	padding: 3px;
}
#tblComments
{
	vertical-align:top;
	font-size:small;
}

/*= SilverLight.aspx */

#content-sitepage 
{
	background-image: url('../CSS/images/tile.jpg');
	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;	
	
		
}


/*= 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;
}
.basicBox 
{
	background-color:Green;
	border-style:solid;
	border-top-color:lime;
	border-left-color: lime;
	border-bottom-color:black;
	border-right-color: black;
	border-width:2px;	
	font-family:Arial;
	font-size:.8em;
	font-weight:bold;
	text-transform:uppercase;
	color:White;
	padding:3px;
}
.basicBox:hover
{
	background-color:Silver;
	border-top-color:black;
	border-left-color: black;
	border-bottom-color:lime;
	border-right-color: lime;
	color:Green;
	cursor: help;
	

}
/*= Format SenateNews.aspx */

#senReview 
{
	clear:both;
	padding: 5px 10px 5px 10px;
}
.floatLeft
{ 
	float:left;
	padding: 5px;
}
.floatRight
{
	float:right;
	padding: 5px;
}
#tblDeMintSanders tr 
{ 
	vertical-align:top;
}
/* About Page */
#JHWP-LOGO 
{
	float:left;
	margin-top:-1em;
	margin-left:-2.1em;
	
}
#purpose 
{
	clear:both;
	margin-top:-4.5em;
	
}



/*= 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: 0em;
	
}
#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;
}
/*= Format Cloture.aspx */
#cloture, #clotureInfo, #Democrats, #Republicans
{
	float:left;
}

#clotureInfo, #Democrats, #Republicans
{
	width: 57%;
	padding: 5px;
	margin-left:1em;
}
.HideButton {Display : none} 
.InquiryDate {width:65px;}
.FullName {width:100px;}
