﻿body{
	font-size:  8pt; 
	font-family: Verdana; 
	color: #ddd;
	background-color: #202020;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.HL
{ font-weight:bold;
  color:#E6A91B;
}

.HL1
{	font-size:  10pt; 
	font-weight:bold;
	color:#E6A91B;
}
        .HLRow
        {
        	background-color:#AAAAAA;

        }  
form {
	margin: 0 auto;
	padding: 0;
}

h1 {
	font: bold 15pt Verdana;
	color: #E6A91B;
	margin-bottom: 15px;
}

h2 {
	font: bold 10pt Verdana;
	color: #E6A91B;
	margin-bottom: 10px;
}

h3 
{
	font: bold 9pt Verdana;
	color: #E6A91B;
	margin-bottom: 5px;
}

h4 
{
	font: bold 8pt Verdana;
	color: #E6A91B;
	margin-bottom: 2px;
}

h5 
{
	font: bold 8pt Verdana;
	color: #E6A91B;
	margin-bottom: 0px;
}

p 
{	
	margin: 0px 0px 5px 0px;
	padding: 0;
	text-align:justify;
}

ul 
{
    margin-top:5px;
    margin-bottom:5px;
	overflow: visible;
}
ul li {
	margin: 5px 0;
	padding: 0;
	list-style-type:square;
}

ol 
{
    margin-top:5px;
    margin-bottom:5px;
	overflow: visible;
}
ol li {
	margin: 5px 0;
	padding: 0;
}

ul.scroll {
	height: 200px; /* l'altezza determinata da scripting */
	width: 300px;
	margin: 10px;
	padding: 0;
	overflow-y: auto;
	overflow: auto !important;
	overflow: -moz-scrollbars-vertical;
}
ul.scroll li {
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
}

.watermarked {
	 font-style:italic;
	 letter-spacing:1px;
}	

.watermarked2 {
	 font-style:italic;
	 text-align:center;
}	

.pwrank 
{
     padding-left:10px;
     padding-top:1px;
	 font-style:normal;
	 background-color:Transparent;
}	


.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=0);
	opacity:0.0;
}


A:link {color: #dddddd;  font-weight:bold; text-decoration: none; }
A:visited {color: #dddddd; font-weight:bold; text-decoration: none;}
A:hover {color: #ffffff; font-weight:bold; text-decoration: underline;}

#CenterRightFix{
    table-layout: fixed;
    position:static;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #202020;
    color: #DDDDDD;
}

.MyCalendar .ajax__calendar_body  {
    height:120px;
}

.MyCalendar .ajax__calendar_header  {
    background-color: #666666;
    padding-top:5px;
}

.MyCalendar .ajax__calendar_title  {
    color:#E6A91B;
    font-size:10pt;
}

.MyCalendar .ajax__calendar_footer  {
    background-color: #666666;
}

.MyCalendar .ajax__calendar_other  {
    color: #777777;
}

.MyCalendar .ajax__calendar_hover  {
    color: #E6A91B;
    font-weight:bold;
}

.MyCalendar .ajax__calendar_dayname  {
    font-weight:bold;
    color:#E6A91B;
}


.ratingStar { 
font-size: 0pt; 
width: 20px; 
height: 8px; 
margin: 0px; 
padding: 0px; 
cursor:pointer; 
display: block; 
background-repeat: no-repeat; 
} 

.filledRatingStar { 
background-image: url(../../images/rating/filled.png); 
width: 20px; 
height: 8px;
cursor:pointer;

} 

.emptyRatingStar { 
background-image: url(../../images/rating/empty.png); 
width: 20px; 
height: 8px;
cursor:pointer;
} 

.savedRatingStar { 
background-image: url(../../images/rating/saved.png); 
width: 20px; 
height: 8px;
cursor:pointer; 
} 

.ratingStar2 { 
font-size: 0pt; 
width: 2px; 
height: 8px; 
margin: 0px; 
padding: 0px; 
cursor: pointer; 
display: block; 
background-repeat: no-repeat; 
} 

.filledRatingStar2 { 
background-image: url(../../images/rating/filled2.png); 
width: 2px; 
height: 8px;
cursor:pointer;

} 

.emptyRatingStar2 { 
background-image: url(../../images/rating/empty2.png); 
width: 2px; 
height: 8px;
cursor:pointer;
} 

.savedRatingStar2 { 
background-image: url(../../images/rating/saved2.png); 
width: 2px; 
height: 8px;
cursor:pointer;
} 

.DetailsViewControlStyle
{
	background-color:#444444;
	color:#FFFFFF;
	border:solid 1px #666666;
	width:490px;
	height:13px;
	font-family:Verdana;
	font-size:8pt;	
	}
	
        
    .arrow-up
    {
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 25px solid #E6A91B;
    }
    .arrow-down
    {
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #E6A91B;
    }
    .arrow-right
    {
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #E6A91B;
    }
    .arrow-left
    {
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-right: 25px solid #E6A91B;
    }