/****************************************************************
   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.
****************************************************************/

.LeftColumn {
	display: none;
	visibility:collapse;
}

.MainColumn {
	float: left;
	margin-left: -220px;
}

.Separator {
	height: 12px;
}

.ParlSearch {
	display: none;
}

.ParlHeaderRight {
	display: none;
}

.ParlHeaderLabel {
	position: relative;
	left: 0px; 
	top: 0px;
}

.HeaderTitle {
	background-color: #ffffff; 
	width: 100%;
	height: auto;
	padding-left: 0px;
	padding-top: 0px;
    color: #303030;
    background-image: none;
}

.HeaderSubTitle
{
  background-color: #ffffff;
  width: 100%;
  float: left;
}  

.PrintToPDFIcon 
{
	display:none;
}

.HeaderMap {
	display: none;
}

.HeaderParlSession {
	text-align: left;
}

.PageTitle {
	font-size: 105%;
	padding-top: 12px;
	padding-bottom: 12px;
}

.TabPanel {
	border: none;
}

.SiteFooter{
	display: none;
}