﻿@media screen, projection
{
body
{
}

div.head
{
	height: 45px;
	width: auto;
	background-color: #f6d47a;
	background-image: url(../images/LandBookBanner.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
}

h1.title
{
	font-size:xx-large;
	font-family: Book Antiqua;
	font-weight: bold;
	vertical-align: middle;
	color: Maroon;
	margin-left: 20px;
}

.menubar
{
	background-color: #c5986e;
	background-image: url(../images/LBVmenu1.jpg);
	background-repeat: repeat-y;
	margin: 5px 0px 5px 0px;
}

.menu
{
	display:inline;
	margin: 5px 0px 5px 20px;
	font-size: large;
	vertical-align: middle;
	color: Maroon;
}

#btnZoom
{
	margin: 0px 0px -5px 0px;
}

div.mainDisplay
{
	background-color:  #f6d47a;
	background-image: url(../images/LBVmenu1.jpg);
	background-repeat: repeat-y;
	width: 96%;
	padding: 10px 2% 10px 2%;
}


div.page
{
	display: inline;
	min-height: 500px;
	background-color:  #f6d47a;
}

img
{
	height: inherit;
	margin: 0px 10px 10px 0px;
}

#errorBar
{
	width: 100%;
	text-align: center;
}

#lblError
{
	background-color: Red;
	color: White;
	width: 100%;
	text-align: center;
}

#copyright
{
	height: 45px;
	width: auto;
	background-color: #f6d47a;
	background-image: url(../images/LandBookBanner.jpg);
	background-repeat: no-repeat;
	margin: 5px 0px 5px 0px;
	text-align: center;
}
}

@media print
{
/*	*
	{ 
		background: #fff; color: #000;
	}
*/
	html 
	{ 
		font: 100%/1.5 georgia, serif;
	}

	#lblError, #errorBar, #copyright, .menu, .title, .head
	{
		display: none;
	}
	
	img
	{
		display: block;
		height: inherit;
	}

}