﻿html, form, body
{
	min-height: 100%; /*Sets the min height to the                   height of the viewport.*/
/*	width: 100%;
	height: 100%;*/
}
body
{
    margin: 0;
    border: 0;
    padding: 0; /*height: 100%; 	width: 100%;*/
    font-family: Arial, Verdana, Sans-Serif;
    background-color: #555555;
    font-size: 12px;
}
/*#wrapper
{
	position: relative;
	height: 100%;
}
* html #wrapper
{
	height: 100%;
}
#main
{
	padding-bottom:80px;
}*/


#header
{
	height: 100px;
}
.logoAndSearch
{
	height: 40px;
}
#searchPanel
{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
}
#tabs
{
	clear: both;
	height: 30px;
}
#headerSep
{
	clear: both;
	height: 30px;
	background-color: #555555;
	background-image: url(images/contentTopgradient.png);
	background-position: top left;
	background-repeat: repeat-x;
}
#footerSep
{
	/*margin-top: 15px;*/
	clear: both;
	padding-bottom: 5px;
	height: 30px;
	background-color: #555555;
	background-image: url(images/contentBottomgradient.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
/***Left Pane***/
#leftPane
{
	float: left;
	width: 245px;
/*	padding-bottom:80px;*/
}
/***Left Pane END***/
#contents
{
	margin-left: 270px;
}

#footer
{
/*	position: relative;
	height:65px;
	margin-top: -65px;*/
}

.WizardSidebar
{
	 padding-left:10px;
}

#leftPaneContentTop
{
    position: fixed;
    display: block;
    top: 45px;
    left: 0px;
    bottom: 150px;
    width: 200px;
    color: black;
    padding-bottom: 20px;
    background-color: #3b3b3b;
    border-right: solid 2px #EDEDED;
}

#leftPaneContentTopContent
{
	overflow: auto;
	width:200px;
}

#leftPaneContentBottom
{
	clear: both;
	display: block;
	position: absolute;
	bottom: 0px;
	width: 200px;
	height: 150px;
	/*background-color: white;*/
}
