﻿/* Eurogalva */

@import url("Modules.css");
@import url("Intranet.css");
@import url("Menus.css");




/* Main */
#DWMain {
 width: 948px;
 border: 1px solid #666666;
 margin-top: 30px;
}




/*  Images Border */
img {
 border: none;
}




/* Hr */
.HrVerde {
color: #A2C400;
background-color: #A2C400;
height: 6px;
border: 0;
}
.HrCinza {
color: #999999;
background-color: #999999;
height: 1px;
border: 0;
}




/* List */
ul {
 margin: 0px;
 padding: 0px 0px 0px 16px;
 list-style: none;
 list-style-position: outside;
 list-style-image: url(/Files/Navigation/eurogalva/diversos/listaverdepeq.gif);
}




/* Header */
#DwHeader {
 text-align: left;
 padding: 12px 0px 10px 16px;
}
#DwHeader div{
 width: 123px;
 height: 80px;
 overflow: hidden;
}




/* Content */
#DwBody {
 width: 948px;
 min-height: 438px;
 /*overflow: hidden;*/
 background-color: #FFFFFF;
 border-top: 1px solid #666666;
 border-bottom: 1px solid #666666;
 background-repeat: no-repeat;
 background-position: bottom left;
 background-image: url(/Files/System/eurogalva/diversos/imagebcontent.jpg);
}
*html #DwBody {
 height: 438px;
}
#DwBodyApplication {
 width: 948px;
 height: 438px;
 overflow: hidden;
 background-color: #AEC831;
 border-top: 1px solid #666666;
 border-bottom: 1px solid #666666;
}
#DwContentLeft {
 float: left;
 position: relative;
 z-index: 200;
 width: 470px;
 /*height: 370px;
 overflow: hidden;*/
 padding: 50px 12px 10px 20px;
}
#DwContentRight {
 float:  right;
 position: relative;
 z-index: 2000;
 width: 410px;
 padding: 40px 20px 10px 20px;
}
#ContentCell {
 float: right;
 width: 441px;
 margin-top: 10px;
}
#DwContentApplication {
 height: 210px;
 margin-top: 5px;
 padding: 5px 7px 5px 7px;
 background-color: #31390D;
}
#DwContentHome {
 position: absolute;
 top: 0px;
 left: 0px;
 height: 370px;
 /*overflow: hidden;*/
 padding: 50px 20px 0px 20px ;
}



/* Image Map*/
#ContentProcess {
 position: absolute;
 top: 0px;
 right: 0px;
 height: 70px;
 color: #FFFFFF; 
 /*width: 660px;*/
 padding: 30px 20px 0px 80px;
 background-repeat: no-repeat;
 background-position: top right;
 background-image: url(/Files/System/eurogalva/diversos/bgpopprocess.gif);
}
#DivContentProcess {
 width: 560px;
 font-size: 11px;
} 




/* Logo Graphics*/
#TopGrahic {
 position: absolute; 
 right: 0px; 
 top: 0px;
}
#TopGrahic div {
 text-align: right;
}
#DwBottomLogo {
 position: absolute; 
 left: 0px; 
 top: 0px;
}
#DwBottomLogo div {
 text-align: left;
}
#DwBottomLogoApplication {
 float: left;
 width: 395px;
 padding-top: 22px;
}




/* PageName */
#DwPageName1 {
 float: left;
 width: 85px;
 height: 100%;
 margin: 0px 5px 0px 12px;
 padding: 187px 5px 0px 5px;
 background-color: #9BB22B;
}
#DwPageName1 h1{
 font-size: 13px;
}
#PageName {
 text-align: left;
}
#PageName h2 {
 background-color: #000000;
 padding: 2px 0px 3px 7px;
}



/* Footer */
#Footer {
 padding: 48px 20px 24px 0px;
}
#Footer div {
 width: 410px;
 height: 108px;
 overflow: hidden;
}


