﻿body 
{
    background-color:Gray;
    font-family:Tahoma, Arial, Helvetica;
    font-size:small;
    font-style:normal;
    font-weight:normal;
    color:White;
    margin: 0px auto;
}

a
{
    text-decoration: none;    
    color:Orange;
    cursor:pointer;
}

a:visited
{
    text-decoration: none;
    color:Orange;
}

a:hover
{
    text-decoration: none;
    color:White;
}

table
{
    border-style:none;
}

thead
{
    font-size:large;
}

.Intestazione
{
    font-size:large;    
    max-width:800px;
}


.VideoPlayer
{
    background-color:Black;
}


.Contenuti
{
    background-color:Black;
    font-family:Arial;
    font-size:small;
    font-style:normal;
    font-weight:normal;
    color:White;
    margin: 20px;
}

/*
#container {
background:#FFFFFF url(../img/img_css/sfondo_container.gif) repeat-y scroll left top;
float:left;
text-align:left;
width:996px;
}
*/

div#Struttura
{
    width : 800px;
    height: 600px;
    margin: 20px auto;
    background-color:black;
    
}

div#Intestazione
{
    position:relative;
    font-size:large;    
    max-width:800px;
    width : 800px;
	height : 80px;
	top: 0px;
}

div#linea
{
    position:fixed;
    top:300px;    
    width:auto;
    height:1px;
}

div#Menu
{
    text-transform:capitalize;
    font-variant:small-caps;
    position:relative;
    top: 155px;
    font-size:10pt;
    width:130px;
    height:300px;
    
}

div#Principale
{
    /*background:#FFFFFF url(images/SfondoStruttura.gif) repeat-y scroll left top;*/
    position:relative;
    top:-230px;
    left:130px;    
    width:800px;
    height: 400px;
/*    overflow: scroll;*/
}

div#Footer
{
    font-family:Arial;
    font-size:smaller;
    text-align:right;
    position:relative;
    top:-170px;
    height:10px;
    margin-right:30px;
}


div#VideoPlayer
{
 /*   position:relative;
    top:300px;
    left:400px;    
*/
}

iframe#MainFrame
{
    background-color:Black;
    border-style:none;
    
}

table#MenuTable
{
    text-align:right;
    /*height:200px;*/
}



/*Definizione stili pagina video*/

div#VideoStruct
{
    margin: 0px auto;
}


.Flags
{
    position: absolute;
    top: 30px;
    right: 40px;    
}
