<!--
dt {
    padding-top: 10px;
}
a:hover{
	cursor:pointer;
}
article a.button{
	display:inline-block;
	background-color: #1c2533;
	color: #fff;
	margin-bottom: 4px;
    padding: 8px 16px;
    /*-color: #ffbc2a;*/
    border: none;
    border-radius: 4px;
    font-family: "Open Sans",Helvetica,Arial,Helmet,Freesans,sans-serif;
    font-weight: lighter;
    box-shadow: 0 1px 20px rgba(0,0,0,.15);
    transition: all .2s ease-in-out;
}
#billbox {
	width:65% ;
	/*min-width:200px ;*/
	float:left;
}
#billinfo{
	width:30%;
	/*max-width:300px*/
	/*min-width:300px;*/
	float:right;
}
#docheader{
	width:30%;
	/*min-width:300px;*/
	float:left;
}
#substrdiv{
	float:right;
	width:30%;
	text-align:right;
	padding-right:10px;
}
#content .printbtn{
	display:none;
}
.billinfoulm{
	list-style:none;
}
.billinfoulm input[type="checkbox"]{
	min-height: 0px;
}
.otherversionbox ul {
	/*margin-left:0px;
	padding-left:10px;*/
}
#billText{
	overflow: hidden;
}
ul.activator li.three.left a{
	font-size: 1.3em !important;
}
/*
#activator-billText{
	font-size: 1.3em !important;
}
#activator-billStatus{
	font-size: 1.3em !important;
}
#activator-billVideo{
	font-size: 1.3em !important;
}
#activator-similarBills{
	font-size: 1.3em !important;
}
*/
#legislatordiv table tr td{
	vertical-align: text-top;
}
#billsponsordiv{
	text-align:center;
}
#floorsponsordiv{
	text-align:center;
}
#billsponsordiv img{
	border: medium solid #FFF;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#tackingDiv{padding-left:20px;padding-top:3px;padding-bottom:3px;}
#trackbtn{margin-right:5px;}
#floorsponsordiv img{
	border: medium solid #FFF;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#content ul.tab a.billText {
	background: url("../images/sprite3.png") no-repeat scroll 165px -735px #1c2533;
	line-height: 67px !Important;
	height: 60px;
	display: block;
}
#content ul.tab a.billStatus {
	background: url("../images/sprite3.png") no-repeat scroll 165px -807px #1c2533;
	line-height: 67px !Important;
	height: 60px;
	display: block;
}
#content ul.tab a.billVideo {
	background: url("../images/sprite3.png") no-repeat scroll 165px -1369px #1c2533;
	line-height: 67px !Important;
	height: 60px;
	display: block;
}
#content ul.tab a.active{
	background-color: #ffbc2a;
}

#content ul.tab a.billText:hover {
	line-height: 61px !Important;
}
#content ul.tab a.billStatus:hover {
	line-height: 61px !Important;
}
#content ul.tab a.billVideo:hover {
	line-height: 61px !Important;
}

ul{
padding: 0 0 0 20px;
}

#statuspopup{
	width:500px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;


}


@media handheld, only screen and (max-width: 35.250em) {
	#billbox {
		width:100% ;
		clear:both;
	}
	#billbox img{
		max-width: 100%;
	}
	#billinfo{
		width:100% ;
		clear:both;
	}
	#docheader{
		width:100% ;
		clear:both;
	}
}
-->
