﻿html{overflow: hidden;}

body
{
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	font-family: arial, verdana, sans-serif;
	min-width: 700px;

}
* html body
{
	/*border:solid 10px red;*/
}
form{height: 100%;}

#header
{
	display:block;
	width: 100%;
	height: 45px;
	padding:0;
	margin:0;
	color: #fff;
}

#headerLogo
{
	width: 220px;
	height:100%;
}

.headerImage
{
	margin:8px 0 0 0;
	padding:0;
}

#userInfo
{
	clear: both;
	display: block;
	height:20px;
	padding: 0 5px 0 10px;
	background-color: InfoText;

}

#searchPanel
{
	color:Black;
	display: block;
	position:absolute;
	right:0;
	top:0;
	width:320px;
	height:45px;
	margin:0;
	padding:0;
	padding-top:9px;
}

#contents
{
	position: fixed;
	top: 45px;
	left: 200px;
	bottom: 0px;
	right: 0px;
	/*background: #fff;*/
	overflow: auto;
}

* html #contents
{
    overflow:auto;
    padding-bottom: 0 ;
    padding-right:0 ;
 /*   padding-left:200px ! Important;*/
    height:100%;
    width:100%;
}

#contentsBody
{
	width: 100%;
	height: 100%;
	display: block;
}

#leftPane
{
	position: fixed;
	display: block;
	left: 0px;
	bottom: 0px;
	width: 200px;
	color: black;
	padding-bottom: 150px;
	padding-top:45px;
	z-index:100;
	height:100%;
}

* html #leftPane
{
	position:absolute;
	display:block;
	width: 200px;
	left:0;
	top:45px;
	bottom:150px;
	padding-top:0;
}
