/* set padding to 0 to allow for leg top menu */
/*
#main-wrapper {
	margin:0px auto;
}
#content-wrapper.no-sidebars {
	padding:0px;
	width:958px;
}
*/
.main-content {
	/*width:958px; */
	overflow:hidden;
}
/*
.no-sidebars {
	width:958px;
}
*/
#leg-top-menu-wrapper {
	background-color: #cccccc;
    font-size: 0.8em;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0px;
    border-top:3px solid #668fdc;
    width: 958px;
    border-bottom:3px solid #cccccc;
}
.leg-top-menu {
	
}
.leg-top-menu a {
	color:#0d1b36;
	text-decoration:none;
	padding:10px 5px 7px 5px;
	float:left;
	width:135px;
	border-bottom: 2px solid #cccccc;
}

.leg-top-menu a:hover {
	color:#3265cb;
	border-bottom:2px solid #668fdc;
}

#session-cal table {
	/*border-collapse: collapse;*/
 	border-spacing: 0px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 0;
}
#session-cal td, #session-cal th {
    border-top: 1px solid #000;
	border-left: 1px solid #000;
}

/* Public Hearing Calendar CSS */
#pubhrgcal {
	text-align:center;
}
#sencol{
	float:left;
	width:230px;
	#width:235px;
	margin-right:0px;
	margin-left: 50px;
	text-align:center;
	padding-top:55px;
}
#titlecol{
	float:left;
	width:325px;
	#width:245px;
	/*margin-right:20px;*/
	text-align:center;
	font-weight:bold;
	margin-bottom:-10px;
}
#assemcol{
	float:left;
	width:250px;
	#width:245px;
	text-align:center;
	padding-top:55px;
}
#seal{
	width:150px;
	margin:0px auto;
}
#pubtables{
		
}
.pubhrgtbl{
	border-spacing: 0px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	width:95%;
	font-size:1em;
	margin:0px auto -2px;
}
.pubhrgtbl th,
.pubhrgtbl td{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding:5px;
}

.pubhrgtbl th{
	text-align:center;
}
.pubhrgtbl tr{
	background-color:#FFF;
}
.pubhrgtbl td{
	background-color:#FFF;
	text-align:left;
}
.commtitle{
		font-weight:normal;
		background-color:#9999ff;
	}
	.hrgdate{
		width:100px;
		background-color:#99cccc;
	}
	.lbl{
		width:165px;
	}
	.txt{
	}
	.centertxt{
		text-align:center;
	}
	.indentdiv{
		margin:5px 0px 5px 20px;
		text-align:left;
	}
	.indentdiv2{
		margin:15px 0px 15px 20px;
		text-align:left;
	}
	.other{
		font-size:1.2em;
		font-weight:bold;
		margin:0px 0px 5px 20px;
	}
	.live{
		font-weight:normal;
		margin:5px 0px 0px;
		font-style:italic;
	}
	.other{
		text-align:left;
	}
	.backbar{
		padding:5px;
		background-color:#cc9999;
		margin:0px 3px;
	}
	.backbar a{
		color:#000;
	}
	.backbar a:visited{
		color:#333;
	}
	.deldir{
		width:60%;
		float:left;
		font-weight:bold;
		margin-top:7px;
	}
	.filecontainer{
		width:70%; 
		float:left; 
		padding-left:30px;
	}
	#removeloc{
		width:70%;
		padding-bottom:3px;
		margin-bottom:7px;
		border-bottom:1px solid black;
		overflow:auto;
	}
	.rlocsub{
		float:right;
	}
	.locsection{
		margin:4px 0px;
		border-top:1px dashed #999;
		padding-top:6px;
	}
	#locremoved{
		color:#990000;
	}
	.link{
		text-decoration:underline;
		display:inline;
		cursor:pointer;
	}
	div .link:hover{
		text-decoration:none;
	}
	#currloc{
		border-bottom:1px solid #000; 
		margin-right:30%; 
		padding-bottom:10px;
		margin-bottom:-8px;
	}
	.link{
		text-decoration:underline;
		
	}
	.link:hover{
		text-decoration:none;
	}
	.dash{
		border-bottom:1px dashed #666; 
		width:72%;
		padding-bottom:10px;

	}
#viewcol .form1{
	float:left;
	width:20%;
	margin:5px 0px;
	padding-bottom:5px;
}
#viewcol .form2{
	float:right;
	width:50%;
	margin:5px 0px;
	padding-bottom:5px;
}
#viewcol .clear2{
	border-bottom: 1px dashed black;
	clear:both;
}
.editcal a{
	color:#FFFFFF;
}
#file-form{
margin:3px 0px;
}
#del-link{
margin-left:15px;
color:#990000
}
#error-div{
	text-align:left;
	margin:10px 20px;
	padding:5px;
}
/* pub hrg header menu */
#legtopmenu {
background-color:#CCCCCC;
font-size:.9em;
padding:5px;
text-align:center;
margin:10px;
}
#legtopmenu .legtext {
margin-left:40px;
}
.subhdg{
	font-size:1.4em;
	font-weight:bold;
}
.midhdg{
	font-size:1.2em;
	font-weight:bold;
}

@media print {
	body, html {
		height: auto !important;
		width: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}


	#min-wrapper {
		width: auto !important;
		height: auto !important;
	    overflow: visible !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 none !important;
	}

	#main-wrapper {
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
	    overflow: visible !important;
		border: 0 none !important;
	}

	#content-wrapper {
		overflow: visible !important;
		padding: 0 !important;
		margin: 0 !important;
		width: auto !important;
		height: auto !important;
		border: 0 none !important;
	}	

	.main-content {
	    float: none !important;
    	margin: 0 !important;
	    overflow: visible !important;
    	padding: 0 !important;
	    width: auto !important;
	    height: auto !important;
	}
	#legcontent {
    	font-size: 9px !important;
	    height: auto !important;
    	overflow: visible !important;
		width: auto !important;
		border: 0 none !important;
	}


	a {
    	display: none !important;
	}
	hr {
    	display: none !important;
	}
	label {
    	display: none !important;
	}
	ul {
    	display: none !important;
	}
	input {
    	display: none !important;
	}
	h3 {
    	text-decoration: underline;
	}

	h3.pagebreak {	
		page-break-before:always;
	}

}
