/****************************************************************
   Name:		Styles-RegularPrint.css
   Description: Style sheet used for the web application when 
				opened with print media. Only styles that need 
				to be overriden are defined here.
****************************************************************/

/* Global Styles */
body {
    font-size: 14px;
}

/* Page Layout */
.LeftMenuColumn {
	display: none;
}

.MainColumn {
	float: left;
	width: 960px;
}

.ContentColumnFloatRight  {
	display: none;
}

.ContentColumnFloatLeft 
{
	float:left; 
	width: 100%;	
}


/* Parl Header */ 
.ParlHeaderContainer {
	display: none;
}


/* Site Header */
.HeaderTitle {
	background-color: #ffffff; 
	width: 100%;
	height: auto;
	padding-left: 0px;
	padding-top: 0px;
    color: #303030;
    background-image: none;
}

.HeaderMap {
	display: none;
}

.rssxml {
	display: none;
}

.HomeIntro {
	display: none;
}


/* Page Content */ 
.PageTitle {
	font-size: 105%;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* Tabs */ 
/*
.TabPanel {
	border: none;
}
*/

/* Site Footer */
.parlwebsite-footer {
	display: none;
}

.resultPagingSection {
	display: none;
}

.top {
	display: none;
}


/* Webslices */

.hslice {
}

.entry-title {
	display:none;
	visibility:hidden;
}

.entry-content {
}

/*


.BillListingEntry:after {
    content: ".";
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
    }  

.BillListingEntry
{
    display: inline-block;  
    }  

html[xmlns] .BillListingEntry {
    display: block; 
    }  

* html .BillListingEntry      
{
    height: 1%; 
    }  
 
*/