﻿html, body {height:100%}
body {
	padding:0;
	margin:0;
	background-color: #CCCCCC;
	color: #000000;
	font-family: Arial;
	margin: 0px;
	font-size: 11px; 
}

@media print
{
	#outer
	{
		min-height: 100%;
		background: #FFFFFF;
		margin-bottom: -52px;
		color: #000000;
		border: none;
	}
	
	#MWSPrintHeader
	{
		display: none;
	}
}

@media screen
{
	#outer
	{
		min-height:100%;
		/*margin-left:160px;*/
		background:#FFFFFF;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		margin-bottom:-52px;
		color: #000000;
	}
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background:#000066;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow: visible;
}
#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
	
	padding-top:72px;/*needed to make room for header*/
	
}
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #ccccff;
	color: #000000;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:72px;}/*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 */


#MainBody 
{
	padding: 10px;
	padding-bottom: 20px;
}

#HorizontalNav 
{
	background-color: #CCCCCC;
	border-bottom: 1px solid #000000;
	z-index: 300;
}

#HorizontalNav a 
{
	color: #000000;
	font-weight: bold;
}

#HorizontalNav a:visited
{
	color: #000000;
	font-weight: bold;
}

#IncompleteOrders 
{
	position:absolute;
	top:39px;
	right:0;
	width: 200px;	
	z-index: 250;
}

#PendingOrders 
{
	position:absolute;
	top:39px;
	right:199px;
	width: 200px;		
	z-index: 250;
}

h1 
{
	margin: 0px;
	font-size: 14px;
}

h2 
{
	margin: 0px;
	font-size: 12px;
}

.FormItem 
{
	
}

.FormItemCollapsed 
{
	visibility: hidden;
}

.FormItemTitle 
{
	float: left; 
	width: 150px;
}

.FormItemOption 
{
}

a
{
	color: #000000;
	font-weight: bold;
}

a:visited 
{
	color: #000000;
}

a:hover 
{
	text-decoration: none;	
}

.modalPopup 
{
    border: 1px solid #000000;
    background-color: #FFFFFF;
    padding: 10px;
    
}
.modalBackground 
{
    background-color: #999999;
    filter:alpha(opacity=25);
    -moz-opacity:.25;
    opacity:.25;
}

.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;
}

.Currency 
{
	text-align: right;
	width: 100px;
}

.expandHeader 
{
	background-color: #666699;
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #000000;
	cursor: pointer;
	z-index: 200;
}

.expandNav
{
	padding: 3px;
	border: 1px solid #000000;
	border-top: 0px;	
	background-color: #9999ff;
}

.expandContent
{
	padding: 3px;
	border: 1px solid #000000;
	border-top: 0px;
}

.expandContentNoPad
{
	border: 1px solid #000000;
	border-top: 0px;
}

.progress_indicator img {
    padding: 10px;
    border: solid 1px #aaaaaa;
    background: white;
}

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;
}

.CurrentStepBox
{
	border: 2px solid #000000;
	color: #000000;
}

.CurrentStepTitle
{
	color: #ffffff;
	background-color: #000000;
}

.NotCurrentStepBox
{
	border: 1px solid #777777;
	color: #777777;
	background-color: #ffffff;
}

.NotCurrentStepTitle
{
	color: #777777;
	background-color: #ffffff;
}
