﻿/* mac hide \*/
html, body {height:100%}
/* end hide*/
body {
    padding:0;
    margin:0;
    color: #000000;
    background-color: #D5CEC4;
    font-family: Arial;
    font-size: 11px;
}
#outer{
    min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
    min-width: 1024px;
	width:expression((document.documentElement.offsetWidth < 1044)? “1024px”: “auto” );
    background:#D5CEC4;
    padding: 5px;
    margin-bottom:-52px;
    color: #000000;
}
#header{
    position:absolute;
    min-width: 1024px;
	width:expression((document.documentElement.offsetWidth < 1044)? “1024px”: “auto” );
    top:0;
    left:0;
    width:100%;
    height:130px;
    background:#D5CEC4;
    border-top:1px solid #000;
    border-bottom:3px solid #000;
    overflow:hidden;
    color: #000000;
    text-align: right;
}

#navbar {
    position:absolute;
    z-index: 100;
    top:110px;
    left:0;
    width:100%;
    height:30px;
    border-bottom:3px solid #000;
    overflow:hidden;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
}

#navbar a 
{
	font-weight: bold;
	color: #FFFFFF;
	
}
#navbar a:hover 
{
	text-decoration: underline;	
}

#footer {
    width:100%;
    min-width: 1024px;
	width:expression((document.documentElement.offsetWidth < 1044)? “1024px”: “auto” );
    clear:both;
    height:50px;
    background-color: #FFFFFF;
    color: #000000;
    text-align:center;
    position:relative;
}

#outer
{
	background-color: #FFFFFF;
}

* html #footer {/*only ie gets this style*/
    \height:52px;/* for ie5 */
    he\ight:50px;/* for ie6 */
}

#footerNav 
{
	font-size: 10px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
#footerNav a
{
	font-weight: bold;
	color: #000000;
}
#footerNav a:hover 
{
	text-decoration: underline;	
}


#clearheader{height:132px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */



h1 
{
	font-size: 16px;
}

h2
{
	font-size: 14px;
}

.FormItem 
{
	
}

.FormItemCollapsed 
{
	visibility: hidden;
}

.FormItemTitle 
{
	float: left; 
	width: 150px;
}

.FormItemOption 
{
}

div.section_title
{
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	color: #F7F6F3;
	background-color: #5D7B9D;
	border: 1px solid Black;
	margin-top: 10px;
	margin-bottom: 10px;
}

span.required
{
	color: Orange;
	background-color: Transparent;
}

.popupMenu
{
	position: absolute;
	visibility: hidden;
	background-color: #F5F7F8;
	font-size: 7pt;
}

.popupHover
{
	background-image: url(images/header-opened.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F5F7F8;
}

.feedback_OK
{
	color: Green;
}

.feedback_KO
{
	color: Red;
}

.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}

.MaskedEditError
{
    background-color: #ffcccc;
}

.modalBackgroundDoorOption
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopupDoorOption
{
	text-align: left;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	width: 500px;
	padding: 10px 10px 10px 10px;
	overflow: auto;
	max-height: 400px;
}