﻿body {
}


.menuItem
{
background-image : url(../images/tasto_menu.jpg);
background-repeat:repeat-y;
width:187;
height: 37;
color:White;
text-align:left;

}

  
.continua 
{
	color:#28AAE3;  
	text-decoration: none;  
}

A.continua:link {  
	text-decoration: none;  
	color:#28AAE3;  
}  
  
A.continua:visited {  
	text-decoration: none;  
	color:#28AAE3;  
}  
  
A.continua:active {  
	text-decoration: none;  
	color:#28AAE3;  
}  

A.continua:hover {  
	text-decoration: none;  
	color: #FFB400;
}  

.rivistetitolo 
{
	font-weight:bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:medium;
    color: #28AAE3;
}
.rivistedettaglio
{
	font-weight:normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:small;
    color: black;
}

.elencocorsi
{
	font-weight:normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:small;
    color: black;
    border-bottom: 1; 
    border-bottom-style: solid; 
    border-bottom-width:thin;
    border-bottom-color: #D1EFFE;
}

.tabella_titolo
{
	font-weight:bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:small;
    color: #28AAE3;
}
.tabella_titolos
{
	font-weight:bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:x-small;
    color: #28AAE3;
}


.formregistrazione
{
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:x-small;
    color: black;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:x-small;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'hand';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:x-small;
	background-color: #ffff99;
	color: black;
	cursor:hand;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:x-small;
	background-color : window;
	color : windowtext;
	padding : 1px;
	z-index:0;
}


