﻿html, body {height:100%}
body {
padding:0;
margin:0;
}
#page{
height:100%;
min-height:100%;
margin-bottom:-1.5em;
/*width:100%;*/
}

html>body #page{height:auto;}

#footer {
width:100%;
clear:both;
height:1.4em;
position:relative; 
}
* html #footer {/*only ie gets this style*/
\height:1.4em;/* for ie5 */
he\ight:1.4em;/* for ie6 */
}
#clearfooter{clear:both;height:1.4em;}

.clear 
{
	height:0;
	clear:both;
}

#header
{
	width:100%;
	margin:0 -1px;
}

form>#header
{
	height:auto;
}

#container 
{
	padding: 0px;
	margin-bottom: 40px;
	width:100%;
	display: inline-block;
}

#container
{
	min-height:1050px;
}

* html #container
{ 
	height:1050px;
}


#left 
{
	float: left;
	width: 150px;
	margin: 0px;

}

* html #left {
margin-right:-3px;
}

#main 
{
	margin-left: 150px;
}

#main>#mainContent
{
	display:table; /* fix firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=295476 */
}

html #left 
{
/*	display: inline;*/
/*	position: relative;*/
}


#breadcrumb
{
	font-size:small;
}



#loginInfo
{
	position:absolute;
	top:2px;
	right:10px;
}

#loginInfoStrip
{
}

fieldset
{
	display:inline;
	padding:10px;
}


*>fieldset
{
	display:block; /* fix firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=295476 */
}

label
{
	vertical-align:top;
	width: 8em;
	margin-top:3px;
	margin-right: 1em ;
	display:inline-block;
	white-space:nowrap;
}

.chk label
{
	width: auto;
}

select
{
	margin-top:3px;
}

.hideItem
{
	display:none;
}

.noWrap
{
	white-space:nowrap;
}

/**/
#mainContent
{
	padding:10px;
	margin-top:20px;
}

fieldset
{
	margin:0px !important;
}

* html #left {
	margin-right:-3px;
	height:1%;
}

#left 
{
	position:absolute;
	left:0px;
}

.nav
{
	margin-top:220px;
}

.form9 label {	width: 9em; }
.form10 label {	width: 10em; }
.form11 label {	width: 11em; }
.form12 label {	width: 12em; }
.form13 label {	width: 13em; }
.form14 label {	width: 14em; }