﻿html,body
{
	margin: 0;
	padding: 0;
	/* the footer is always at the bottom of the page */
	height: 100%;
}
body
{
	font-family: Arial, Sans-Serif;
	font-size: 76%;
}

/* the footer is always at the bottom of the page */
div#container
{
	position: relative;
	height: 100%;
}

/* the footer is always at the bottom of the page */
body>div#container
{
	height: auto;
	min-height: 100%;
}

.labUser
{
}

div#header
{
	background-color: #FFF4E6;
	padding-left: 1em;
	padding-right: 1em;
	border-bottom-style: solid;
	border-bottom-color: Orange;
	border-bottom-width: 5px;
}
#imgLogOne
{
	height: 47px;
	width: 161px;
}
div#headerTitle
{
	float: left;
	padding-right: 2em;
}
div#headerLanguage
{
	float: right;
	width: 100px;
	padding-top: 5px;
}
div#headerStyle
{
	float: right;
	padding-right: 1em;
	padding-top: 5px;
}
div#headerUser
{
	float: left;
	padding-right: 1em;
	line-height: 47px; /* to center vertically the text: I set the same value of #imgLogOne.height */
}
div#headerMenu
{
	float: left;
	padding-top: 9px;
}
div#headerFooter
{
	clear: both;
}

div#content
{
	clear: both;
	padding: 1em 1em 5em 1em;
}

.dxeBase_text
{
	font-size: x-small;
	font-family: Tahoma;
}

.RowSeparator
{
	font-size: 3px;
}

div#MasterFooter
{
	border-top-style: solid;
	border-top-color: Orange;
	border-top-width: 5px;
	padding-top: 1em;
	background-color: #FFF4E6;
	height: 25px;
	/* the footer is always at the bottom of the page */
	position: absolute;
	bottom: 0;
	width: 100%;
}

#ImageCopyright
{
	padding-left: 1em;
}
