﻿html { height:100%;margin:0;}

body 
{
    background-color:#A6DACC;
    color:#80B696;
    font-family:Verdana;
    font-size:14px
}

table
{
     border-width:0px;
     padding: 0px 0px 0px 0px;
}

.tablecentrata
{	
    position:absolute;
    top:0;
	left:50%;
	margin:0px 0px 0px -450px;
}

a
{
   text-decoration: none;         
}

a:link 	{   
	
}

a:visited {
		
	/*text-decoration: none;*/
}

a:active {

	
}

/*
a:hover 
{
    
	text-decoration: none;
	
}
*/

.title
{
    color:#80B696;
    font-size:18px;
}

.subtitle
{
  font-size:14px;
  color:#FF6000;
   font-weight:bold;
}


.link
{
  color:#FF6000;
}
.link:hover
{
     text-decoration:underline; 
     cursor:hand;
}


.image
{
     background-color:#C4E9DF;
   /*  text-align:center;
    position:relative;
    left:0;
	top:50%;*/
	/*margin: -150px 0px 0px 0px;*/
     
}

.specchietto
{
     background-color:#C4E9DF;
     font-size:11px;
  color:#049F43;
    
     
}



.specchietto_title
{
  font-size:12px;
    color:#049F43;
    font-weight:bold;
     text-decoration:underline;
}

.specchietto_subtitle
{
  font-size:12px;
  color:#FF6000;
   font-weight:bold;
}

.specchietto_text
{
  font-size:11px;
  color:#049F43;
}



.specchietto_link
{
  font-size:11px;
  color:#FF6000;
}

.specchietto_link:hover
{
   cursor:hand;
}

.pager_link
{
  font-size:11px;
  color:#FF6000;
}
.pager_link:hover
{
     text-decoration:underline; 
       cursor:hand;
}

.link_disabled
{
    font-size:11px;
    font-family:Verdana;
  color:#049F43;
  cursor:default;
}


.specchietto_link:hover
{
     text-decoration:underline; 
}

.pager_link_disabled
{
    font-size:11px;
  color:#049F43;
  cursor:default;
}

.button
{
   background-image: url(img/backbutton.gif);
 /*  background-color:#4EA990;*/
   background-repeat :repeat-x;
    border: 0px;
    color:#FEFEFE; 
    /*margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	 margin-right: 10px;*/
	 padding: 2px 15px 0px 15px;
	 margin:2px 20px 2px 20px;
	 width:100px;
	 cursor:hand;
	 font-weight:bold;
	
}

.button:hover
{
   background-image: url(img/backbutton_over.gif);
    border: 0px;
    color:#FEFEFE;   
}

.textbox
{
   border: 0px;
   height:17px;    
}

.textbox_invalid
{
   border: ridge 1px red;
   height:17px;    
   background-color:Red;
}

.footer
{
    color:#FEFEFE;
    font-size:12px;
    font-family:Verdana;    
}
	