/**********************************************

  Cascade style sheet for www.trusteurope.it
  
  Author: yuri evangelista

  W3C validation: none, errors reported for 
                  cross-browser opacity 
                  properties. 

***********************************************/

* {
    margin:0;
    padding:0;
}

body {
    font: 80% Arial, Helvetica;
    color: #333;
//    background: #f3f3f3 url(images/background.png) 0 0;
    background: #222222 0 0;
    text-align:center;
    height:100%;
}

p {	
    margin: 10px 0;
    text-align: justify;
}



a:link {
    color:#222222;
    font-weight:bold;
}

a:visited {
    color:#222222;
    font-weight:bold;
}

a:hover {
    color:#4C0CB3;
}
a:link img {
    text-decoration:none;
    border:0;
}

#wrapper-bg {
    width: 930px;
//    width: 950px;
    margin:0 auto;
    background-image: url(images/bg_shadow.png);
    background-repeat: repeat-y;
}

#wrapper {
    width: 892px;
    margin:0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-top: 1px;
    margin-bottom: 1px;
     padding:0 3px;
    background: #fff url(images/background_bar.png) 0 0 repeat-x;
    border: 1px solid #ddd;
    border-width: 0 1px;
    border-top:1px solid #CCCCCC;
}



/* Upper Bar*/
#upper-bar {
	margin:0 auto;
	margin-top:0;
	padding:0;
	text-transform:uppercase;
	height: 100px;
	}

#logo {
    position: relative;
    top: 13px;
    left: 10px;
    float: left;
    z-index:100;
}

#logo img{
        height:70px;
}

#menu-bar {
    float: right;
    width:892px;
    height:30px;
    text-transform:lowercase;
    background: #00306F url(images/menu_bar_bkg.png) 0 0 repeat-x;*/
    z-index:99;
}


#header {
    padding:5px 0 5px 0;
    margin: 0;
    z-index:98;
}

#header img{
    width:100%
}

#left-col {
	float: left;
	width: 22%;
	padding-top: 10px;
}

#left-col-1 {
    margin-bottom:10px;
    text-align:left;
    padding:0;
    background: #FFFFFF url(images/side_menu_bkg.png) 0 0 repeat-x;
}

#left-col-2 {
    border-bottom:0px solid #A9A9A9; 
    margin-bottom:10px;
    padding:0;
}

#left-col-2 fieldset {
    padding:5px;
    margin-bottom:5px;
    border:1px solid #EEEEEE;
    text-align:right;
}

#left-col-2 fieldset a{
    font-size:80%;
}

#left-col-2 div {
    padding-bottom:5px;
}
#left-col-2 label {
    font-weight:bold;
}

#login-button{
    padding-left:10px;
    padding-right:10px;
    margin-bottom:5px;
//    font-weight:bold;
}

div.left-col-2-title { 
    width:100%; 
    background: #A9A9A9;
    text-transform:lowercase;
    margin:0;
    font-weight:bold;
    font-size:1.5em;
    letter-spacing:-0.05em;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#right-col {
    float: right;
    width: 22%;
    padding-top: 10px;
}

#right-col-1 {
    border-bottom:0px solid #F2A700; 
    margin-bottom:10px;
    padding:0
}

#right-col-1 p{
    text-align:center;
}

#right-col-2 {
    border-bottom:0px solid #F7C700; 
    margin-bottom:10px;
    padding:0
}

#right-col-2 p{
    text-align:center;
}

div.right-col-1-title { 
    width:100%; 
    background: #F2A700;
    text-transform:lowercase;
    margin:0;
    font-weight:bold;
    font-size:1.5em;
    letter-spacing:-0.05em;
    font-family: Georgia, "Times New Roman", Times, serif;
}

div.right-col-2-title { 
    width:100%; 
    background: #F7C700;
    text-transform:lowercase;
    margin:0;
    font-weight:bold;
    font-size:1.5em;
    letter-spacing:-0.05em;
    font-family: Georgia, "Times New Roman", Times, serif;
}

p.pop-text {
    padding:5px
}

span.div_title {
    text-transform:lowercase;
    margin:0;
    font-weight:bold;
    font-size:1.5em;
    letter-spacing:-0.05em;
    font-family: Georgia, "Times New Roman", Times, serif;
}


#content { 
    float: left;
    width: 53%;
    text-align: justify;
    position: relative;
    left:1.5%;
    margin:0;
    padding-top:1em;
    line-height:1.3em; 
/* DA CONTROLLARE */
}

#content ul {
/*    list-style: none;*/
    list-style-image: url('images/check.png'); /*il colore del simbolo è #3a3ac5*/
    padding-left:3em;
    padding-top:0.5em;
}

#content ul li{
    padding-top:0.2em;
    padding-left:0;
    text-align:justify;

}

#content ul li ul{
    list-style: none;
}

#numbers {
    color:#888888; 
    font-size:1.3em; 
    font-weight:bold; 
    font-family: Georgia, 'Times New Roman', Times, serif;
}


.emph {
    font-size:1.25em; 
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight:bold;
}

#content h3 {
    color: #888888;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:1.3em;    
    line-height:1.4em; 
}

#content h3 a{
    color: #888888;
}

#content h4 {
/*    color: #888888;*/
    font-weight:bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:1.25em;
}

#send-mail fieldset{
    padding:1em;
    border:1px solid #888888;
    background-color:#CCCCCC;
}

#send-mail fieldset div{
    text-align:right;
}

#send-mail label{
    padding-right:1em;
}

#send-mail input{
    margin-bottom:0.3em;
}

span.p_content {
    margin:0;
    font-weight:bold;
    font-size:1.5em;
    letter-spacing:-0.05em;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#footer {
    clear: both;
    height:70px;
    background: #FFFFFF url(images/page_rot.gif) repeat-x;
/*    border-bottom:2px #FFFFFF solid;*/
    margin-left:-3px;
    margin-right:-3px;
}

#footer-text {
    color:#888888;
    font-size:10px;
    padding-top:19px;
}
#footer-text a {
    padding-left:5px;
    padding-right:5px;
}
 

/* Menù di sezione */

#left-col-1 ul {
    color: white;
    margin: 0;
    padding: 0;

    list-style: none;
    filter:alpha(opacity=50);
/*    -moz-opacity:0.5;*/
/*    -khtml-opacity: 0.5;*/
    opacity: 0.5;
    font: bold 11px verdana;
}

#left-col-1 li {
    font-size: 1em;
    display: inline;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
}

#left-col-1 a:link, #left-col-1 a:visited {
    display: block;
    background-color: #A9A9A9;
    color: #000000;
    margin:1px 0;
    padding: 0.5em 0.6em 0.5em 1em;
    text-decoration: none;
//    border-left: 10px solid #00306F;
}

#left-col-1 a:hover, #left-col-1 a:focus, #left-col-1 a:active{
    background: #41545F url(images/menu_bar_bkg_h.png) 0 0 repeat-x; 
    color: #FFFFFF;
//    border-left: 10px solid #A9A9A9;
}

/* Menù Generale */
/*
#menu-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float:right;
}

#menu-bar li {
    font-size: 1.1em;
    display: inline;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    float: left;
}

#menu-bar a:link, #menu-bar a:visited {
    float: left;
    color: #fff;
    margin:0;
    padding: 0.3em 0.6em 0.3em 1em;
    text-decoration: none;
}

#menu-bar a:hover, #menu-bar a:focus, #menu-bar a:active{
    background: #41545F url(images/menu_bar_bkg_h.png) 0 0 repeat-x;
}
*/

#login a{
    text-align:right;
    
}

#credits {
    font-size:90%;
    color:#AAA;
}


/* Nifty corners */

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 


/* Menù Generale */

.jqueryslidemenu{
    font: bold 11px Verdana;

}

.jqueryslidemenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float:right;

}

/*Top level list items*/
.jqueryslidemenu ul li{
    position: relative;
    display: inline;
    float: left;
    filter:alpha(opacity=90);
/*    -moz-opacity:0.7;*/
/*    -khtml-opacity: 0.7;*/
    opacity: 0.9;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
    display: block;
    color: white;
    padding: 8px 10px;
    border-left: 1px solid #778;
/*    color: #2d2b2b;*/
    text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
    color: white;
}

.jqueryslidemenu ul li a:hover{
    background: #41545F url(images/menu_bar_bkg_h.png) 0 0 repeat-x;
    color: white;
/*    filter:alpha(opacity=80);*/
/*    -moz-opacity:0.7;*/
/*    -khtml-opacity: 0.7;*/
/*    opacity: 0.8;*/
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    background: #00306F;
/*    filter:alpha(opacity=80);*/
/*    -moz-opacity:0.7;*/
/*    -khtml-opacity: 0.7;*/
/*    opacity: 0.8;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
    display: list-item;
    float: none;
/*    filter:alpha(opacity=80);*/
/*    -moz-opacity:0.7;*/
/*    -khtml-opacity: 0.7;*/
/*    opacity: 0.8;*/
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
    top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
    font: normal 13px Verdana;
    width: 160px; /*width of sub menus*/
    padding: 5px;
    margin: 0;
    border-top-width: 0;
    border-bottom: 1px solid gray;
}

/*sub menus hover style*/
.jqueryslidemenuz ul li ul li a:hover{ 
    background: #eff9ff;
    color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
    position: absolute;
    top: 13px;
    right: 7px;
}

.rightarrowclass{
    position: absolute;
    top: 8px;
    right: 5px;
}

#tabella_esami {
    margin:0 auto;
    margin-top:1em;
    width: 930px;
    background-color:#FFFFFF;
    color:#000000;
    table-layout: fixed;
}
#tabella_esami td{
    border:1px solid;
    text-align:center;
    padding:0.5em;
/*    width:130px;*/


}

#tabella_livelli {
    margin:0 auto;
    margin-top:1em;
    width: 930px;
    color:#FFFFFF;
}
#tabella_livelli td{
    border:1px solid;
    text-align:center;
    padding:0.5em;

}

#mappa-sito ul{
    background-color:#EEEEEE;
    padding-top:1em;
    padding-bottom:1em;
    margin-top:1em;
    
}

#mappa-sito ul li{
/*    font-size:1.2em;*/
}

#mappa-sito ul ul {
    list-style:disc;
    margin-top:0;

}
#mappa-sito ul ul li{
    list-style:disc;
    margin-top:0;
    font-size:1em
}