/* 
    Document   : style
    Created on : 20-ott-2011, 9.37.41
    Author     : Ale
    Description:
        Purpose of the stylesheet follows.
*/
/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
}
.tableHeader {
    width: 100%;
    background-color: #333333;
    color: white;
}
.tableHeaderMenu {
    width: 100%;
    background-color: #333333;
}
.buttonHeader {
     color: white; 
     background: #333333; 
     font-weight: normal;
     width: 130px;
}
.tableMenu {
    background-color: #333333;
    width: 100%;
    text-align: center;
}
menu { 
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: white;
}
.buttonMenu {
    color: white; 
    background: #333333; 
    width: 180px;
    height: 30px;
    font-size: 10px;
    font-weight: bold;
    border-right-color: gray;
    border-left-color: gray;
    border-bottom-color: gray;
    border-top-color: gray;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.tableMain {
    width: 100%;
    background-color: black;
    color: white;
}
.tableMainMenu {
    width: 100%;
    background-color: black;
}
.buttonMain {
     color: white; 
	 display: block;
     background: #333333; 
     font-weight: normal;
	 text-align: center;
     height: 60px;
	 width: 130px;
}
a{
    text-decoration: none;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    color: white;
}
img {  
    background-color: #000000;     
    border:0px solid silver;  
}  
h1 {
    font-size: 18px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    color: white;
}
h2 {
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    color: white;
}
h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    color: yellow;
}
c {
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    color: white;
}
.testo {
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
}

/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px none;
}

.ddsubmenustyle li a{
display: block;
width: 170px; /*width of menu (not including side paddings)*/
color: black;
background-color: lightyellow;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: #414141;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}
/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 180px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
text-align: center;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: #333333; /*light gray background*/
font: 10px Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
display: block;
width: auto;
height: 25px;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
color: white;   
    border-right-color: gray;
    border-left-color: gray;
    border-bottom-color: gray;
    border-top-color: gray;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 180px;
height: 25px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: white;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #333333;
background-color: white;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #333333;
}

.blackwhite li a:hover{
background: white;
color: #333333;
}