/*
 * Zapster CSS
 * Chrome Variant - Green
 * 
 * last release: 2008 10 03
 * 
 * Design by Davide 'Folletto' Casali for DDM/Zapster.
 * Copyright (C) 2007. All Rights Reserved.
 *
 */

/*
SCHEMA COLORI
scuro 2E4C6B
medio 6698CC
chiaro B3CCE6
link hover (molto scuro) 2E4C6B
*/
.linkcolor{color: #2E4C6B;}
/******************************************************************************************
 * GLOBAL
 */
a {
	color: #2E4C6B;
}

a:hover {
	color: #2E4C6B;
	background: #6698CC;
}

/******************************************************************************************
 * 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:#B3CCE6;
}
/******************************************************************************************
 * BODY CONTENT
 */

#content table.paginatore {
	background-color: #2E4C6B;
	color: #B3CCE6;
}

#content table.paginatore a {
	color: #ffffff;
}

#content h2 {
	background-color: #2E4C6B;
	color: #B3CCE6;
}

#content h2 a {
	color: #ffffff;
}

#content h2 .info {
	color: #6698CC;
}

#content .col2 .highlight {
	border-color: #6698CC !important;
	background-color: #B3CCE6 !important;
}

#content .searchbox {
	border-color: #6698CC;
	background-color: #B3CCE6 !important;
}

#content h4 {
	color: #2E4C6B;
	border-bottom:1px solid #6698CC!important;
}

#content .col2 ul.classifica .info {
	color: #2E4C6B;
}

#content .col2 ul.classifica li .item {	
	background-color: #B3CCE6;
}

#content .col2 .sheet ul.submenu {
	background-color:#B3CCE6;
}

#content .col2 .sheet table.voto{
	background-color:#B3CCE6;
	border-top-color:#6698CC;
}
/******************************************************************************************
 * FORM
 */
#content .col2 .sheet .colmini ul.submenu {
	border-top: 5px solid #2E4C6B;
	border-bottom: 5px solid #2E4C6B;
}

/******************************************************************************************
 * FORM
 */
.btn {
	color: #ffffff;
	background: #2E4C6B;
	border-color: #2E4C6B;	
}

.box {
	border-color: #2E4C6B;
}

.box:focus {
	border-color: #2E4C6B;
}

/******************************************************************************************
 * FOOTER
 */
#footer {
	border-bottom: 10px solid #2E4C6B;
}

#nuvoletta {background-position: -37px 0;}
