﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ffffff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    text-align: left;
}

a:link, a:visited
{
    color: #000000;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom : 10px;
    line-height :1.6em;
    text-align: left;
}

/* PANEL 
----------------------------------------------------------
 top :auto;
  top:auto;
    margin-left: 1%;
    margin-right: 1%;
 filter: alpha(opacity=90);
	opacity: 1;

*/
.centraPanel68   
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    width: auto;
    height: auto;
    padding: 0px 0px 0px 0px;
    border: 1px solid #336699;  
    background-color:#FFFFFF; 
}

 .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=90);
        opacity: 0.8;
    }
 .modalPopup
    {
        background-color: #FFFFFF;
        border-width: 1px;
        border-style: solid;
        border-color: black;
        padding-top: 10px;
        padding-left: 10px;
        width: 550px;
        height: 350px;
    }   
/*top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    width: auto;
    height: auto;
*/
.PanelCiccio   
{
left: 50%;
top: 50%;
width: 500px;
height: auto;
position: fixed;
margin:  0 0 0 -width/2;
border: 1px solid #336699;  
background-color:#FFFFFF; 
  
}
/* PANEL 
----------------------------------------------------------*/
.centraPanel   
{
    position:fixed;
    left: 44%; 
    margin-left:-100px;
    top: 47%; 
    margin-top:0px;
    
  
    border: 7px solid #c4534a;  
    background-color:#FFFFFF;
    filter: alpha(opacity=90);
	opacity: 1;
  
}


/* PANEL LOADING 
----------------------------------------------------------*/
.centraPanellOADING  
{
    position:absolute;
    left: 29%; 
    margin-left:-100px;
    top: 23%; 
    margin-top:0px;
    
  
    border: 7px solid #c4534a;  
    background-color:#FFFFFF;
    filter: alpha(opacity=90);
	opacity: 1;
  
}
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   height: 984px;
----------------------------------------------------------*/

.page
{
    width: 1024px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 0px solid #496077;
    
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #027154;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px 0px 0px;
    margin: 5px 5px 5px 5px;
    min-height: 420px;
    text-align:left;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    border-top: 1px solid #496077;
    width:1024px;
}



/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#027154;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    text-align:left;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #027154;
    border: 1px #027154 solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    text-align:left;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #00cc00;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

/*informazioni utente*/
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
    
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    
    display:block;
    width:420px;
    border:0px solid Green;
    border-left: 0px solid Green;
    
}

fieldset label.inline 
{
    display: inline;
    
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 4px 4px;
   
}

input.textEntry 
{
   
    width: 320px;
    border: 2px solid #ccc;
}

input.passwordEntry 
{
   
    width: 320px;
    border: 2px solid #ccc;
}

div.accountInfo
{
    width:42%;
    
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
    background-color: #027154;
    text-align: left;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
    text-align:left;
    
}

.bold
{
    color: #FFFFFF;
    text-align: left;
    background-color: #00CC00;
}

.submitButton
{
    text-align: left;
    padding-right: 10px;
    
}

.style1
        {
            color: #0099CC;
        }
.style2
        {
            width: 1000px;
            color: #999999;
            background-color: #FFFFFF;
        }
.style3
        {
            background-color: #CCCCCC;
        }
.style4
        {
            width: 1000px;
        }
.style5
        {
            background-color: #339966;
        }
.style6
        {
            color: #FFFFFF;
    text-align: right;
}
.style7
        {
            background-color: #CCCCCC;
            text-align: center;
        }
        .style8
        {
            text-align: left;
        }
        .style9
        {
            text-align: center;
            background-color: #339966;
        }
        .style10
        {
            text-align: left;
        }
        .style11
        {
            color: #339966;
        }
        .style12
        {
            background-color: #339966;
            color: #FFFFFF;
        }
        .style13
        {
            background-color: #339966;
            color: #FFFFFF;
            text-align: center;
        }
        .style14
        {
            color: #FF0000;
            
        }
        .style15
        {
            height: 30px;
        }
         .style13
        {
            font-size: large;
        }
        .style22
        {
            width: 900px;
            border: 1px solid #B6B7BC;
        }
        .style23
        {
            color: white;
            font-weight: bold;
            background-color:#006699;
            
            
        }
        .style24
        {
            color: #003366;
            font-weight: bold;
        }
        .style25
        {
            color: #003366;
        }
        .style27
        {
        }
        .style29
        {
            width: 132px;
        }
        .style30
        {
            color: #003366;
        }
        .style31
        {
            width: 357px;
        }
     .style32
     {
         font-size: xx-small;
     }
        .style33
        {
            height: 32px;
        }
        .style34
        {
            width: 132px;
            background-color: #CCCCCC;
        }
        .style35
        {
            background-color: #CCCCCC;
        }
        .style36
        {
            color: white;
            font-weight: bold;
            height: 32px;
        }
        .style37
        {
            height: 35px;
        }
        .PromptCSS  
        {  
            color:#336699;  
            font-size:medium;  
            font-style:italic;  
            font-weight:bold;  
            background-color:#CCCCCC;  
            font-family:Courier New;  
            border:solid 2px #336699;  
            height:20px;  
            }
            
   
  
 
        

        
           


