﻿/*
	sfondo pagina esterno al sito - #ccc
	sfondo breadcrumb - #ccc
	sfondo menu - #2D8DCA
	sfondo titolo anteprime - #FFAB11
*/


html,body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Verdana;
	font-size: 13px;
	background-color: #ccc; 
}

input.flat, select.flat, textarea.flat
{
	border: 1px gray solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
}


/************************ STRUTTURA PAGINA *******************************/

#div_main
{
	width: 924px;
	background-color: white;
	margin: 0 auto;
	border: 0;
}
#div_menu
{
	margin: 0;
	padding: 0px;
	background-color:  #2D8DCA; 
	height: 25px;
}

#div_image
{
	height:87px;
	}

#div_breadcrumb
{
	text-align: left;
	background-color: #ccc;
	padding: 3px;
	font-weight: normal;
	font-size:90%;
	font-variant: small-caps;
	height:16px;
	border-top:solid 1px black;
}
#div_content
{
	padding: 20px;
}

#div_footer
{
	text-align: center;
	background-color: #2D8DCA; 
	color: white;
	padding: 5px;
	font-size: 80%;
}
#div_footer a
{
	text-align: center;
	color: white;
}







/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/


/*RECORD ANTEPRIMA */

div.anteprima
{
	margin-bottom:20px;
}

div.anteprima div.titolo
{
	color: #2D8DCA;
	font-weight: bold;
	padding: 3px;
	border-bottom: solid 2px #FFAB11;
	margin-bottom:2px;
	font-size:15px;

}

div.anteprima p.moredetails
{
	font-size: 10px;
	color: gray;
	line-height: 20px;
}
div.anteprima p.moredetails a
{
	color: gray;
}

div#paginaDettaglio
{
}

div#paginaDettaglio div.titolo
{
	color: #2D8DCA;
	font-weight: bold;
	padding: 3px;
	border-bottom: solid 2px #FFAB11;
	margin-bottom:2px;
	font-size:15px;
}

div#paginaDettaglio p.moredetails
{
	font-size: 10px;
	color: gray;
	line-height: 20px;
}
div#paginaDettaglio p.moredetails a
{
	color: gray;
}

/*               NEWSLETTER              */

h3.newsletter
{
	color: #cc0000;
}






/*qui parte uvumi  this is the main UL element*/
.dropdown
{
	visibility: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	width: 924px;


	
}

/* these are the inner menus*/
.dropdown ul
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #444;
	list-style: none;
	
}

/* these are all the LIs in the menu*/
.dropdown li
{
	margin: 0;
	padding: 4px 0px 4px 4px;
	width: 127px;
	cursor: pointer;
	text-align: left;
	border-right:solid 1px white;
	
}

.dropdown li.info
{
	
	border-right:0;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a
{

	text-decoration: none;
	color: #FFF;
	width: 100%;
	height:100%;
}

.dropdown a:hover
{
	text-decoration: underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li
{
	border: 1px solid White;
	border-top: 0;
	margin-left: -1px;
	text-align: left;
	padding-left: 4px;
	background-color: #2D8DCA;  
	width: 127px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu
{
	
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu
{
	background-image: url('expand_right.gif');
	background-position: center right;
	padding: 5px;
	width: 120px;
}

