﻿/*-------------------------------------------SEZIONI INTERFACCIA PRINCIPALE-------------------------------------------------*/
body
{
    font-family: Verdana;
    font-size: 12px;
    background-position: 1000px;
    padding: 1px;
    background-repeat: no-repeat;
    margin: 0px;
}
span
{
    line-height: 20px;
}
#topSeedTennisBall
{
    position: absolute;
    background-image: url(  '../Art/Art-Part/tennisball.png' );
    border: solid 0px #CC0000;
    margin-left: 760px;
    margin-top: 50px;
    width: 212px;
    height: 213px;
    z-index: 100;
}
#topSeedPlayers
{
    position: absolute;
    border: solid 0px #CC0000;
    margin-left: 50px;
    margin-top: 0px;
    width: 540px;
    height: 650px;
}
#topSeedPostIt
{
    position: absolute;
    background-image: url(  '../Art/Art-Part/postit.png' );
    border: solid 0px green;
    margin-left: 80px;
    margin-top: 440px;
    width: 430px;
    height: 370px;
    z-index: 100;
}
#topSeedPostIt img
{
    width: 430px;
    height: 370px;
    border: solid 0px transparent;
}
#topSeedContents
{
    position: absolute;
    background-image: url(  '../Art/Art-Part/folder.png' );
    border: solid 0px #CC0000;
    margin-left: 420px;
    margin-top: 0px;
    width: 560px;
    height: 792px;
}

/*-------------------------------------------SEZIONI INTERFACCIA In CARTELLA -------------------------------------------------*/
.GridList
{
    /*border: solid 1px blue;*/
    width: 425px;
    margin-left: 90px;
    margin-top: 60px;
    margin-bottom: 30px;
    display: block;
    float: left;
    max-height: 690px;
    overflow:auto;
    overflow-x: hidden;
}
/*-------------------------------------------ERRORI e MESSAGGI -------------------------------------------------*/
.MessageBox
{ 
    position: absolute;
    border: solid 0px #CC0000;
    color: #1A75A3;
    margin-left: 510px;
    margin-top: 780px;
    width: 380px;
    height: 42px;
        font-size: 14px;


}
.MessageOK
{
    color: #F3C730;
}
.MessageKO
{
    color: #FF0000;
}
/*-------------------------------------------------GRIGLIA-------------------------------------------------------*/
.Row
{
    /*border: solid 1px blue;*/
    color: #000000;
    width: 400px;
    display: block;
    float: left;
}

.Row A, .ImageRow A
{
    color: #333333;
    font-weight: bold;
}

.Row A:hover, .ImageColumn A:hover
{
    color: #CC0000;
    border: solid 0px green;
    text-decoration: underline;
}

.TitleColumn
{
    color: #333333;
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 20px;
}
.TitleColumn a
{
    text-decoration: none;
}

.ImageColumn
{
    /*border: solid 1px blue;*/ /*width: 130px;     height: 120px;*/
    color: #000000;
}
.ImageColumn img
{
    color: #000000;
    text-align: center;
    border: solid 1px black;
}
.ImageColumn a
{
    float: left;
    display: block;
    margin-right: 4px;
    padding: 4px;
    border: solid 1px black;
}

.ImageColumnR a
{
    float: right;
    display: block;
    margin-right: 4px;
    padding: 4px;
    border: solid 1px black;
}

.ImageColumn a:hover
{
    border: solid 1px #CC0000;
}

.PublishedColumn
{
    color: #333333;
    float: left;
    display: block;
    margin-right: 4px;
    font-weight: bold;
    font-size: 12px;
}

.OwnerColumn
{
    /*float: left;*/
    display: block;
    margin-right: 4px;
    font-weight: bold;
    font-size: 12px;
}
.OwnerColumn a
{
    color: #333333;
}

.AbstractColumn
{
}

.BodyColumn
{
}

.BodyColumn div
{
    /*max-height:400px;     overflow:auto;*/
}
.Gallery
{
    margin-top: 10px; /*max-height:180px;     overflow:auto;*/
}

.DetailsHyperLinkColumn
{
}

.ItemDetailsImageColumn
{
    color: #000000;
    float: left;
    display: block;
    /*width: 111px;*/
    margin: 4px;
    text-align: center;
    border: solid 1px black;
    padding: 4px;
}


/*-------------------------------------------------DETTAGLIO-------------------------------------------------------*/
/*-------------------------------------------------COMMENTI -------------------------------------------------------*/
.Comments
{
    display: block;
    clear: left;
}

.Comment
{
    margin: 2px 0px 2px 0px;
    padding: 5px 5px 5px 5px;
    background-color: #AACBDD;
}

.InsertLabel
{
    width: 80px;
    display: block;
    float: left;
}

.InsertLabelLeft
{
    padding-left: 80px;
    display: block;
}

.InsertNewsPanelException, .InsertGenericPanelException
{
}

.Button
{
    background-color: #1A75A3;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    width: 100px;
}

.InsertNewsPanel input, .InsertNewsPanel textarea
{
    background-color: #1A75A3;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    width: 380px;
}
.InsertHeader
{
    display: block;
    clear: left;
    padding-top: 10px;
    font-weight: bold;
}

.InsertNewsPanel div
{
}

/*-----------------------------------ERRORI----------------------------------*/
#ErrorHeader
{
    margin-top:90px;
    margin-left:90px;
}
#ErrorMasteConteiner
{
    margin-left:90px;
}
