/*
 * Zapster CSS
 * Chrome Variant - Green
 * 
 * last release: 2007 05 28
 * 
 * Design by Davide 'Folletto' Casali for DDM/Zapster.
 * Copyright (C) 2007. All Rights Reserved.
 *
 */

/*
SCHEMA COLORI
scuro 5B82BB
medio B5C7E3
chiaro EDF1F8
link hover (molto scuro) 4D6180 
*/
.linkcolor{color: #5B82BB;}
/******************************************************************************************
 * GLOBAL
 */
a {
	color: #5B82BB;
}

a:hover {
	color: #4D6180;
	background: #B5C7E3;
}

/******************************************************************************************
 * HEADER
 */
#header {
	background: #fdeb19 url(/gfx/header.gif) no-repeat;
}

#header ul li {
	background: #fdeb19;
}

#header ul li a {
	color: #841010;
}

#header ul li a:hover {
	background-color: #fef58c;
}

/******************************************************************************************
 * AUTOCOMPLETE
 */
.ac_over {
background-color:#EDF1F8;
}
/******************************************************************************************
 * BODY CONTENT
 */
 
#content table.paginatore {
	background-color: #5B82BB;
	color: #EDF1F8;
}

#content table.paginatore a {
	color: #ffffff;
}

#content h2 {
	background-color: #5B82BB;
	color: #EDF1F8;
}

#content h2 a {
	color: #ffffff;
}

#content h2 .info {
	color: #B5C7E3;
}

#content .col2 .highlight {
	border-color: #B5C7E3 !important;
	background-color: #EDF1F8 !important;
}

#content .searchbox {
	border-color: #B5C7E3;
	background-color: #EDF1F8 !important;
}

#content h4 {
	color: #5B82BB;
	border-bottom:1px solid #B5C7E3!important;
}

#content .col2 ul.classifica .info {
	color: #5B82BB;
}

#content .col2 ul.classifica li .item {	
	background-color: #EDF1F8;
}

#content .col2 .sheet ul.submenu {
	background-color:#EDF1F8;
}

#content .col2 .sheet table.voto{
	background-color:#EDF1F8;
	border-top-color:#B5C7E3;
}

/******************************************************************************************
 * NEWS CONTENT
 */
.colredux a {
	color: #000000;
}
/******************************************************************************************
 * FORM
 */
#content .col2 .sheet .colmini ul.submenu {
	border-top: 5px solid #5B82BB;
	border-bottom: 5px solid #5B82BB;
}

/******************************************************************************************
 * FORM
 */
.btn {
	color: #ffffff;
	background: #5B82BB;
	border-color: #5B82BB;	
}

.box {
	border-color: #5B82BB;
}

.box:focus {
	border-color: #5B82BB;
}

/******************************************************************************************
 * FOOTER
 */
#footer {
	border-bottom: 10px solid #5B82BB;
}

#nuvoletta {background-position: -111px 0;}
