﻿html,
body {
    font-family: Arial;
    font-size: 12px;
    color: Black;
    background-color: White;
    padding: 0;
    margin: 0;
    min-width: 1000px;
}

a img,
input[type='checkbox'] {
    border: none;
}

.Red {
    color: #f00;
}

.Black {
    color: #000;
}

.Bold {
    font-weight: bold;
}

.Hidden {
    display: none;
}

div.Clear {
    clear: both;
}

h1 {
    font-family: oswaldregular;
    font-size: 22px;
    font-weight: bold;
    color: red;
    margin: 35px 0 20px 0;
}

h2 {
    font-size: 14px;
    color: black;
    margin: 10px 0 0 0;
}

ul {
    list-style-image: url(Layout/RedBullet.png);
}

    ul.BlackBullet {
        list-style-image: url(Layout/BlackBullet.png);
    }

div.Overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.7);
}

    div.Overlay div.Confirm {
        position: relative;
        top: 200px;
        width: 355px;
        margin: auto;
    }

    div.Overlay div.Confirm div.Content,
    div.Overlay div.Confirm div.Header,
    div.Overlay div.Confirm div.Bottom {
        font-weight: bold;
        text-align: center;
        width: 355px;
        line-height: 20px;
    }

    div.Overlay div.Confirm div.Header {
        background: url(Sprites/Layout/popup_top.png) no-repeat;
        background-position: bottom;
        height: 22px;
    }

    div.Overlay div.Confirm div.Bottom {
        background: url(Sprites/Layout/popup_bottom.png) no-repeat;
        background-position: top;
        height: 22px;
    }

    div.Overlay div.Confirm div.Content {
        padding-left: 4px;
        color: #333333;
        background: url(Sprites/Layout/popup_middle.png) repeat-y;
    }

    div.Overlay div.Confirm div.Content div{
        padding-top:2px;
        padding-bottom:2px;
    }

div#Header div.Top {
    background: #990000 url(Layout/Header.jpg) center repeat-y;
    height: 80px;
}

div#Header div.Top div {
    padding-top: 10px;
}

div#Header div.Bottom {
    background-color: #858585;
    height: 25px;
    font-size: 11px;
    padding-top: 10px;
}

    div#Header div.Bottom div#Menu {
        float: left;
    }

        div#Header div.Bottom div#Menu * {
            float: left;
            padding-right: 16px;
        }

        div#Header div.Bottom div#Menu a {
            color: #ddd;
            text-decoration: none;
        }

            div#Header div.Bottom div#Menu a:hover {
                color: White;
            }

    div#Header div.Bottom div#UserPanel {
        float: right;
    }

        div#Header div.Bottom div#UserPanel #RagioneSociale {
            color: White;
            font-weight: bold;
        }

        div#Header div.Bottom div#UserPanel a,
        div#Header div.Bottom div#UserPanel span,
        div#Header div.Bottom div#UserPanel input[type='submit'] {
            margin-right: 5px;
        }

        div#Header div.Bottom div#UserPanel a {
            color: #ddd;
            text-decoration: none;
        }

        div#Header div.Bottom div#UserPanel form {
            display: inline;
            float: left;
        }

            div#Header div.Bottom div#UserPanel form div.TextPanel {
                float: left;
                margin-right: 10px;
            }

                div#Header div.Bottom div#UserPanel form div.TextPanel input[type="text"],
                div#Header div.Bottom div#UserPanel form div.TextPanel input[type="password"] {
                    width: 80px;
                    text-align: center;
                }

            div#Header div.Bottom div#UserPanel form div.Submit {
                float: left;
            }

            div#Header div.Bottom div#UserPanel form .CreditsContainer {
                color: white;
            }

div#Header div#GradientPanel {
    height: 42px;
    background: url(Layout/Gradient.png) repeat-x;
}

    div#Header div#GradientPanel div#GradientPanelContent {
        padding-top: 13px;
    }

        div#Header div#GradientPanel div#GradientPanelContent div {
            float: left;
        }

div#Footer {
    margin-top: 40px;
    border-top: solid 1px #a62627;
    height: 270px;
    background-color: #fff;
}

    div#Footer * {
        font-size: 11px;
    }

    div#Footer div.Content {
        margin-top: 10px;
        font-weight: bold;
        background-color: #a8a8a8;
        height: 210px;
    }

    div#Footer div.Content div#ColumnsContainer
    {
        width: 1000px;
        margin: 0 auto;
    }
        div#Footer div.Content div#FirstColumn {
            width: 112px;
            margin-left: 10px;
        }

            div#Footer div.Content div#FirstColumn a,
            div#Footer div.Content div#FirstColumn h1 {
                right: 0;
            }

        div#Footer div.Content div.Column {
            vertical-align: top;
            display: inline-block;
            width: 150px;
            height: 190px;
            margin-left: 67px;
            margin-top: 24px;
        }

            div#Footer div.Content div.Column h1 {
                color: white;
                font-family: Arial;
                font-weight: bold;
                font-size: 11px;
                margin: auto;
                display: block;
            }

            div#Footer div.Content div.Column a {
                color: white;
                display: block;
                margin-bottom: 5px;
                text-decoration: none;
                font-weight: normal;
            }

                div#Footer div.Content div.Column a:hover {
                    color: #cc0000;
                }

            div#Footer div.Content div.Column div.Social {
                margin-top: 10px;
            }

                div#Footer div.Content div.Column div.Social a {
                    display: inline-block;
                    margin: 2px;
                }

    div#Footer div.Disclaimer {
        background: #990000 url(Layout/Header.jpg) center repeat-y;
        height: 80px;
    }

        div#Footer div.Disclaimer div {
            color: white;
            font-weight: bold;
            text-align: center;
           
        }

            div#Footer div.Disclaimer div a {
                color: white;
                text-decoration: none;
            }

            div#Footer div.Disclaimer div span.SeparatorF {
                padding: 0 10px;
            }

    div#Footer div#WhosWho {
        float: left;
        margin-top: -20px;
    }

    div#Footer div#Matematici {
	position:relative;
        float: right;
     
    }

        div#Footer div#Matematici div.Matematici {
            position: relative;
            right: 0;

            cursor: pointer;
        }

            div#Footer div#Matematici div.Matematici img {
                position: absolute;
                border: 0;
            }

div.PageContent {
    margin: 0 auto;
    width: 980px;
}

div.PageContent.Wide {
    width: 1000px !important;
}

div.TextPanel div.Left {
    padding-left: 6px;
    background: url(Layout/TextPanel/Left.png) no-repeat center left;
}

    div.TextPanel div.Left div.Right {
        padding-right: 6px;
        background: url(Layout/TextPanel/Right.png) no-repeat center right;
    }

        div.TextPanel div.Left div.Right div.Middle {
            height: 16px;
            background: url(Layout/TextPanel/Middle.png) repeat-x;
        }

            div.TextPanel div.Left div.Right div.Middle input[type="text"],
            div.TextPanel div.Left div.Right div.Middle input[type="password"] {
                background: none;
                border: 0;
                outline: none;
                height: 16px;
                padding: 0;
                margin: 0;
                font-size: 11px;
            }

            div.TextPanel div.Left div.Right div.Middle .input-validation-error {
                color: red;
            }

div.Button.Right {
    padding: 0 6px 0 0;
    background: url(Layout/Button/Right.png) no-repeat center right;
}

div.Button.Left {
    padding: 0 0 0 6px;
    background: url(Layout/Button/Left.png) no-repeat center left;
}

div.Button.Middle {
    height: 16px;
    background: url(Layout/Button/Middle.png) no-repeat 46px center;
}

div.Button a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

    div.Button a:hover {
        color: #999;
    }

div.Submit input {
    cursor: pointer;
    border: 0;
}

div.Pager {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    text-align: right;
    color: #000;
    font-weight: bold;
}

    div.Pager a {
        color: black;
        text-decoration: none;
    }

        div.Pager a:hover {
            color: red;
        }

    div.Pager .Current {
        color: red;
    }

    div.Pager span {
        color: red;
    }


.CheckField {
  float: left;
  width: 20px;
  vertical-align: top;
}
.CheckLabel {
  float: left;
  width: 900px;
  vertical-align: top;
}