﻿table.DefaultContent
{
    width: 100%;
}

table.DefaultContent td.ImageCell
{
    text-align: left;
    vertical-align: top;
    width: 335px;
}

table.DefaultContent td.TextCell
{
    text-align: justify;
    line-height: 20px;
}

table.DefaultContent img
{
    border: none;
    margin: 0px;
}

a
{
    color: #333333;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p
{
    font-size: small;
}

select
{
    font-size: xx-small; 
}

.LineThrough
{
    text-decoration: line-through;   
}

table.Separator
{
    margin-left:7px;
}

table.Separator td
{
    border-bottom: dotted 1px #ffffff;
    height: 5px;
    width: 740px;
    margin-left: 10px;
    font-size: 5px;
}
.Invalid
{
    border: 2px solid red;
}

select.Invalid
{
    background-color: Red;
}

.PasswordText
{
    width: 128px;
}

table.ListaAllevatori
{
    width: 100%;
    border: none;
}


table.ListaAllevatori td
{
    font-size: x-small;
    border: none;
    border-bottom: 1px solid White;
}

table.ListaAllevatori th
{
    font-size: x-small;
    border: none;
    border-bottom: 1px solid White;
    padding: 0px 5px 0px 5px;
}

table.ListaSondaggi
{
    width: 100%;
    border: none;
}

table.ListaSondaggi td
{
    font-size: x-small;
    border: none;
    border-bottom: 1px solid White;
    vertical-align: middle;
}

table.ListaSondaggi th
{
    font-size: xx-small;
    border: none;
    border-bottom: 1px solid White;
    padding: 0px 5px 0px 5px;
}

table.BoxTable
{
    border: none;
    margin: 5px 5px 0px 5px;
}

table.BoxTable td.UpperLeftCorner
{
    background-image: url(../Images/top_left_corner.png);
    background-repeat: no-repeat;
    background-position: bottom;
    behavior: url(iepngfix.htc);
    width: 10px;
    height: 10px;
}
table.BoxTable td.UpperRightCorner
{
    background-image: url(../Images/top_right_corner.png);
    background-repeat: no-repeat;
    background-position: bottom;
    behavior: url(iepngfix.htc);
    width: 10px;
    height: 10px;
}
table.BoxTable td.BottomLeftCorner
{
    background-image: url(../Images/bottom_left_corner.png);
    background-repeat: no-repeat;
    background-position: bottom;
    behavior: url(iepngfix.htc);
    width: 10px;
    height: 10px;
}
table.BoxTable td.BottomRightCorner
{
    background-image: url(../Images/bottom_right_corner.png);
    background-repeat: no-repeat;
    background-position: bottom;
    behavior: url(iepngfix.htc);
    width: 10px;
    height: 10px;
}
table.BoxTable td.TopCenterColumn
{
    height: 10px;
    background-image: url(../Images/top.png);
    behavior: url(iepngfix.htc);
}
table.BoxTable td.BottomCenterColumn
{
    height: 10px;
    background-image: url(../Images/bottom.png);
    behavior: url(iepngfix.htc);    
}
table.BoxTable td.LeftSideColumn
{
    width: 10px;
    background-image: url(../Images/left.png);
    behavior: url(iepngfix.htc);
}
table.BoxTable td.RightSideColumn
{
    width: 10px;
    background-image: url(../Images/right.png);    
    behavior: url(iepngfix.htc);    
}
table.BoxTable td.BoxContentCell
{
    background-image: url(../Images/Fondo_box.png);
    behavior: url(iepngfix.htc);
    padding: 5px 5px 5px 5px;
    text-align: justify;
    vertical-align: top;
}

table.BoxTable td.BoxTightContentCell
{
    background-image: url(../Images/Fondo_box.png);
    behavior: url(iepngfix.htc);
    padding: 0px 0px 0px 0px;
    text-align: justify;
    vertical-align: top;
}

.BoldText
{
    font-weight: bold;   
}

td.Advertising
{
    border: 1px solid #666666;   
}

td.AdvertisingMessage
{
    border: none;
    color: #666666;
    font-size: xx-small;
    text-align: left;   
}

table.NewsRotator
{
    background-color:Red;
}

td.BoldCell
{
    font-weight: bold;  
    vertical-align: top;
}

.VerticalSpace
{
    height:5px;
    font-size:2px;
}

div.ProgressBar
{
    background-image: url('../Images/sfondo_barra.gif');
    background-repeat: repeat-x;
}