﻿div#HeadLogoPrint {
display:none;
}
/* CSS WEBSITE */
/* Tag per trasparenza PNG in IE < 7 */
img, div, a, input, body {
behavior: url(../../Libs/Plugins/PngIE6/iepngfix.htc);
}

body {
margin:0px;
font-family:Tahoma;
font-size:12px;
line-height:16px;
color:#787c82;
background-color:#EEEEEE;
}

div {
text-align:left;
}

img {
border:0px;
padding:0px;
margin:0px;
}

.ClearBoth {
clear:both;
display:block;
height:0px;
overflow:hidden;
margin:0;
padding:0;
}

/* CSS TEXT */
/*Link*/
a {
color:#787c82;
text-decoration:underline;
}

a:hover {
color:#4ea025;
text-decoration:none;
}

.LinkGreen {
color:#4ea025;
text-decoration:underline;
}

.LinkGreen:hover {
color:#4ea025;
text-decoration:none;
}

.LinkFeetGray {
color:#C0C0C0;
text-decoration:underline;
}

.LinkFeetGray:hover {
color:#787c82;
text-decoration:none;
}

.LinkGray {
color:#787c82;
text-decoration:underline;
}

.LinkGray:hover {
color:#333333;
text-decoration:none;
}

.LinkWhite {
color:#FFFFFF;
text-decoration:underline;
}

.LinkWhite:hover {
color:#FFFFFF;
text-decoration:none;
}

/*Title*/
.TitleDarkGray {
font-size:14px;
color:#333333;
}
.TitleDarkGray20px {
font-size:20px;
line-height:20px;
color:#333333;
}

/*Text*/


/* CSS MAIN */
div#Main {
background:url(../Images/Main_Background.gif) #FFFFFF no-repeat center;
margin-top:30px;
}

div#Contents {
width:970px;
padding:30px 0px 30px 10px;
}

div#Feet {
width:970px;
padding-top:30px;
color:#c0c0c0;
text-align:center;
font-size:11px;
}

.Head_AreaLogo {
background:url(../Images/Head_BackgroundLogo.png) no-repeat;
height:302px;
width:235px;
margin-right:10px;
}

.Contents_AreaMenu {
width:235px;
margin:30px 10px 0px 0px;
}

.Contents_AreaContents {
margin-top:30px;
}

.Contents_ItemBoxTop {
background:url(../../Libs/Images/Contents_ItemTopBackground.png) no-repeat;
height:15px;
padding:10px 0px 0px 10px;
}

.Contents_ItemBoxContents {
background-color:#EEEEEE;
padding:5px 0px 10px 10px;
}

.Contents_BoxBorderLeft {
border-left:10px solid #787c82;
padding-left:10px;
}

.Contents_Box {
margin-top:38px;
}

.MenuLeftButton {
background-color:#EEEEEE;
padding:0px 8px 0px 8px;
}

.MenuLeftButtonFeet {
background:url(../../Libs/Images/Contents_ItemFeetBackground.png) no-repeat;
width:235px;
height:10px;
margin-bottom:2px;
}

.MenuLeftButton_EurodrawEnergy {
background-color:#8585aa;
padding:0px 8px 0px 8px;
}

.MenuLeftButtonFeet_EurodrawEnergy {
background:url(../../Libs/Images/Contents_ItemFeetBackground_EurodrawEnergy.png) no-repeat;
width:235px;
height:10px;
margin-bottom:2px;
}
.LeftImage
{
float:left;
margin-right:10px;	
}
.RightImage
{
float:right;
margin-left:10px;	
}

a.ItemImageGallery img
{
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;

}

a.ItemImageGallery:hover img
{
filter:alpha(opacity=50);
-moz-opacity:.5;
opacity:.5;

}