/* CSS LAYOUT */
body
{
background-color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #5b5b5b;
text-decoration: none;
}
img, div, a, input
{
behavior: url(../../Libs/Plugins/Script/Png/iepngfix.htc);
margin:0;
padding:0;
border:none;
}
div#Container
{
width: 100%;
height: 250px;
background-image: url(../../Libs/Images/Background_Top.gif);
background-repeat: repeat-x;
margin: 0px auto; /*centra negli altri browsers*/
text-align: left;
}
div#Header
{
width: 990px;
height: 250px;
margin: 0px auto;
text-align: left;
background-image: url(../../Libs/Images/Background_Top.png);
background-repeat: no-repeat;
}
div#Page
{
width: 988px;
margin: 0px auto;
padding: 12px 0px 12px 0px;
text-align: left;
}

/* CSS TEXT */
/* Text */
.Text_Text_White
{
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}
.Text_Text_Red
{
font-size: 12px;
color: #c7070f;
font-weight: bold;
text-decoration: none;
}
.Text_Text14_DarkGray
{
font-size: 14px;
color: #353535;
font-weight: normal;
text-decoration: none;
}

/* Title */
.Text_TitleLittle_Red
{
font-size: 12px;
color: #c7070f;
font-weight: bold;
text-decoration: none;
}
.Text_Title_GrayDefault
{
font-size: 12px;
color: #5b5b5b;
font-weight: bold;
text-decoration: none;
}
.Text_Title_Red
{
font-size: 18px;
color: #c7070f;
font-weight: normal;
text-decoration: none;
}
.Text_TitleBig_GrayDefault
{
font-size: 18px;
color: #5b5b5b;
font-weight: bold;
text-decoration: none;
}
/* Link */
.Text_Link_GrayDefault
{
color: #5b5b5b;
font-weight: bold;
text-decoration: underline;
}
.Text_Link_GrayDefault:hover
{
color: #c7070f;
font-weight: bold;
text-decoration: underline;
}

/* CSS CONTROL */
.ClearBoth
{
clear: both;
display: block;
height: 0px;
overflow: hidden;
margin: 0;
padding: 0;
}
.ItemTemplate_ImageAlign
{
float:right;
margin-left: 10px;
margin-right: 2px;
}
.Search_TextBox
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #707070;
border: 1px solid #7f9db9;
width: 173px;
height: 14px;
}
.DropDownList_Search
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #707070;
text-decoration: none;
border: 1px solid #7f9db9;
width: 155px;
}
.Panel_Terms
{
border-right: #7f9db9 1px solid;
border-top: #7f9db9 1px solid;
border-left: #7f9db9 1px solid;
border-bottom: #7f9db9 1px solid;
width: 462px;
height: 80px;
padding: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #707070;
}

.HeaderTemplate
{
background-color: #c7070f;
height: 15px;
text-align: center;
padding-top: 4px;
}
.ItemTemplate
{
background-color: #d7d7d7;
height: 50px;
text-align: center;
padding-top: 4px;
margin-top: 1px;
}