/* desktop */
body                   { margin: 0; padding: 0; background: #E0E0E9 url('../img/desktopBackground.png') repeat-x; overflow:scroll }

/* document */
#doc                      { margin: 40px auto 20px auto; padding: 0; position: relative; top: 4px; width: 800px; height: auto; background: #FFFFFF; border-left: #C0C0C0 1px solid; border-right: #C0C0C0 1px solid; border-bottom: #C0C0C0 1px solid; }

/* document header */
#doc > #header                   { margin: 0; position: relative; width: 100%; height: 150px;  background: url('../img/menuBackground.png') repeat-x; }

#doc > #header > div#language                   { margin: 0; position: absolute; right: 10px; top: -33px; width: 170px; height: 20px; text-align: right; vertical-align: middle; background: url('../img/miniMap.png') left no-repeat; }
#doc > #header > div#language > select#selector { display: inline-block; position: absolute; right: 0; width: 120px; height: 100%; text-align: right; font: 100 12px/100% arial; color: #3F6880; }

#doc > #header > a#logo          {
	margin: 0;
	position: absolute;
	left: 20px;
	top: 15px;
	width: 265px;
	height: 100px;
	background: url('../img/MaseO.png') no-repeat;
	z-index: 3;
}

#doc > #header > #news                 { margin: 0; padding: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 22px; border-top: #E0E0E0 solid 1px; border-bottom: #C0C0C0 solid 1px; background: url('../img/footerShadow.png') bottom repeat-x; }
#doc > #header > #news > #title        { margin: 0; padding: 0 2% 0 0; position: absolute; left: 0; bottom: 0; width: 10%; height: 100%; font: 600 12px/22px arial; color: #707070; vertical-align: middle; text-align: right; }
#doc > #header > #news > span.message  { margin: 0; padding: 0 2% 0 12%; position: absolute; left: 0; top: 0; width: 86%; height: 100%; font: 400 12px/22px arial; color: #707070; overflow: hidden; visibility: hidden; cursor: pointer; }


#doc > #header > #tabs                                { margin: 0; padding: 0; position: absolute; left: 0px; top: 0px; width: 800px; height: 37px; text-align: right; font: 100 12px/37px arial; background: url('../img/emptyTab.png') repeat-x  ; }
#doc > #header > #tabs > span.emptyToFront            { position: relative; display: inline-block; z-index: 2; width: 29px; height: 37px; background: url('../img/emptyTabToFrontTab.png') no-repeat #E3E3EB; }
#doc > #header > #tabs > span.front                   { position: relative; display: inline-block; vertical-align: top; z-index: 2; color: #3F6880; min-width: 47px; font-weight: bold; background: url('../img/frontTab.png') repeat-x #E3E3EB; }
#doc > #header > #tabs > span.frontToEmpty            { position: relative; display: inline-block; z-index: 2; width: 29px; height: 37px; background: url('../img/frontTabToEmptyTab.png') no-repeat #E3E3EB; }
#doc > #header > #tabs > span.frontToBack             { position: relative; display: inline-block; z-index: 2; width: 29px; height: 37px; background: url('../img/frontTabToBackTab.png') no-repeat #E3E3EB; }
#doc > #header > #tabs > span.emptyToBack             { position: relative; display: inline-block; z-index: 2; width: 29px; height: 37px; background: url('../img/emptyTabToBackTab.png') no-repeat #E3E3EB; }
#doc > #header > #tabs > a.back                       { position: relative; display: inline-block; vertical-align: top; z-index: 2; text-decoration: none; color: #3F6880; font-weight: normal; background: url('../img/backTab.png') repeat-x #E3E3EB; }
#doc > #header > #tabs > span.backToBack              { position: relative; display: inline-block; z-index: 2; width: 29px; height: 37px; background: url('../img/backTabToBackTab.png') no-repeat #E3E3EB; }
#doc > #header > #tabs > span.backToEmpty             { position: relative; display: inline-block; z-index: 2; width: 29px; height: 37px; background: url('../img/backTabToEmptyTab.png') no-repeat #E3E3EB; }
#doc > #header > #tabs > span.backToFront             { position: relative; display: inline-block; z-index: 2; width: 29px; height: 37px; background: url('../img/backTabToFrontTab.png') no-repeat #E3E3EB; }

/* document contents */
#doc > #content                    { margin: 0; padding: 0; position: relative; z-index: 1; width: 100%; height: auto; background: url('../img/greenWave_fr.png') 0 -30px no-repeat; }
#doc >  #content > a#quickAccess   { margin: 0; position: absolute; right: 50px; top: 60px; width: 104px; height: 104px; background: url('../img/estimateMark_fr.png') no-repeat; cursor: pointer; z-index: 2; }

/* document footer */
#doc > #footer                      { margin: 0; padding: 0; width: 100%; height: auto; vertical-align: middle; font: 100 11px/34px arial; border-top: 1px solid #E0E0E0; background: url('../img/footerShadow.png') bottom repeat-x #FFFFFF; z-index: 3; }
#doc > #footer > span#leftSide      { display: inline-block; width: 50%; height: 100%; text-align: left; vertical-align: middle; } 
#doc > #footer > span#leftSide > a  { margin: 0; padding: 0 0 0 10px; display: inline-block; width: auto; height: auto; vertical-align: middle; text-decoration: none; color: #808080; }
#doc > #footer > span#rightSide     { display: inline-block; width: 50%; height: 100%; text-align: right; vertical-align: middle; } 
#doc > #footer > span#rightSide > a { margin: 0; padding: 0 10px 0 0; display: inline-block; width: auto; height: auto; vertical-align: middle; text-decoration: none; color: #808080; }
#doc > #footer > span#rightSide > a > img { display: inline-block; width: auto; height: auto; vertical-align: middle; border: none; }
