@media print {
	#nav-wrapper, #header, #dateheader, #srch_fldset, .legclear,
	#leg-top-menu-wrapper, .clear, footer  {
    	display: none !important;
	}

	#content-wrapper {
		border: medium none;
	}

	#container {
   		border: medium none;
	}
}

#srch_entry_div {
	position: relative;
}

fieldset .srch_box_init {
	color: gray;
}

fieldset .srch_box {
	color: black;
}

fieldset div input {
	margin-left: 5px;
}

.hasJS fieldset div label {
	color: #333333;
}

fieldset div label.selected {
	color: rgb( 0, 0, 102 ); 
	font-style: normal;
}

fieldset div.floating {
	float: left;
}

fieldset #forterm {
	margin-left: 5px;
	color: black;
	font-style: normal;
}

fieldset #term_div {
	margin-left: 6px;
	margin-right: 5px;
}

ul.vote_srch_lst {
	margin-left: 0;
	padding-left: 15px;
}

ul.vote_srch_lst ul {
	list-style-type: none;
	padding-left: 10px;
}

ul.vote_srch_lst ul ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

ul.vote_srch_lst ul ul li {
	background: url('nysa_grey_right_arrow.png') left center no-repeat;
	margin-left: 0px;
	text-indent: 16px;
}

ul.vote_srch_lst ul li.roll_call {
	background: url('nysa_grey_down_arrow.png') left center no-repeat;
}

.hasJS ul.vote_srch_lst ul li.roll_call {
	background: url('nysa_grey_right_arrow.png') left center no-repeat;
}

.hasJS ul.vote_srch_lst ul li.selected {
	background: url('nysa_grey_down_arrow.png') left center no-repeat;
}


ul.vote_srch_lst ul.vote_links {
	margin-left: 0px;
	padding-left: 0px;
}

ul.vote_srch_lst ul.vote_links li {
	float: left;
	color: rgb( 0, 66, 118 );
	margin-left: 20px;
}

ul.vote_srch_lst ul li a {
	text-decoration: none;
	font-weight: normal;
}

ul.vote_srch_lst ul li a:hover {
	color: rgb( 204, 0, 0 );
}

ul.vote_srch_lst ul table {
	font-family: courier;
	font-size: 10pt;
}

ul.vote_srch_lst li a {
	margin-right: 10px;
	font-weight: bold;
}

li.vote_sum {
	cursor: pointer;
	margin-bottom: 3px;
}

#mbr_votes_tbl {
	margin-top: 5px;
	border-collapse: collapse;
	border: 1px solid silver;
	font-size: 10pt;
}

#mbr_votes_tbl th, #mbr_votes_tbl td {
	padding: 0.6em 1em;
}

#mbr_votes_tbl tr {
	vertical-align: top;
}

#mbr_votes_tbl col {
	border-right: 1px solid #ccc;
}

#mbr_votes_tbl col#mvote_col {
	border-right: none;
}

#mbr_votes_tbl .odd {
	background-color: rgb( 220, 220, 255 );
}

#mbr_votes_tbl th {
	font-weight: normal;
	font-family: georgia;
	text-align: left;
	color: #555;
	white-space: nowrap;
}

#mbr_votes_tbl thead {
	border-bottom: 1px solid #a5a5a5;
}

#block_nonJS {
	position: absolute;
	width: 100%;
	height: 8em;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 30;
	background-color: white;
	text-align: center;
	color: maroon;
	font-weight: bold;
}

.hasJS #block_nonJS {
	display: none;
}

#loading_ind {
	text-align: center;
	display: none;
}

.hasJS #loading_ind {
	display: block;
}

#srch_fldset {
	padding: 0;
	margin: 0;
	width: 35em;
}

#srch_for_div {
	background: url(images/blue_vert_stripe.gif) repeat-x;
	color: rgb(240,240,245);
	overflow: hidden;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	height: 2em;
	padding-bottom: 1px;
}

#srch_for_div label {
	float: left;
	line-height: 2em;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid rgb(0,0,103);
}

#srch_for_div span {
	float: left;
	line-height: 2em;
	border-left: 1px solid gray;
}

#srch_for_div ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 36em;
}

#srch_for_div ul li {
	float: left;
}

#bills_li {
	border-left: 1px solid gray;
	border-right: 1px solid rgb(0,0,103);
}

#votes_li {
	border-left: 1px solid gray;
	border-right: 1px solid rgb(0,0,103);
}

#srch_for_div ul li a {
	padding: 0 2em;
	line-height: 2em;
	text-decoration: none;
	color: silver;
}

#srch_for_div ul li:hover a {
	color: rgb(243,203,41);
}

#srch_for_div ul li:hover {
	cursor: pointer;
}

#srch_for_div ul li.selected {
	color: rgb(243,203,41);
	background: url(images/yellow_pointer.png) no-repeat center bottom;
	border-bottom: 1px solid rgb(243,203,41);
}

#srch_for_div ul li.selected a {
	color: rgb(243,203,41);
}

#srch_entry_div {
	padding: 10px;
	background-color: rgb(255,240,194);
	border-top: 1px solid rgb(243,203,41);
	overflow: hidden;
}

#srch_entry_div label.radio_set_lbl {
	line-height: 2em;
}

#srch_by_div {
	margin-bottom: 5px;
	padding-left: 6px;
}

#date_div label {
	margin-left: 5px;
}

#date_div select {
	margin-right: 5px;
}
