/*
 * 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 669966
medio B5E3B5
chiaro EDF8ED
link hover (molto scuro) 4D804D 
*/
.linkcolor{color: #669966;}
/******************************************************************************************
 * GLOBAL
 */
a {
	color: #669966;
}

a:hover {
	color: #4D804D;
	background: #B5E3B5;
}

/******************************************************************************************
 * 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:#EDF8ED;
}
/******************************************************************************************
 * BODY CONTENT
 */
 
#content table.paginatore {
	background-color: #669966;
	color: #EDF8ED;
}

#content table.paginatore a {
	color: #ffffff;
}

#content .titolotabellare  {
	background-color:#669966;
	color:#EDF8ED;
	clear:both;
	font-size:13px;
	margin:0;
	min-height:25px;
	padding:0;
	text-transform:uppercase;
	display:block;
	font-weight:bold;
}

#content .titolotabellare  a{
	color: #ffffff;
}

#content h2 {
	background-color: #669966;
	color: #EDF8ED;
}

#content h2 a {
	color: #ffffff;
}

#content h2 .info {
	color: #B5E3B5;
}

#content .col2 .highlight {
	border-color: #B5E3B5 !important;
	background-color: #EDF8ED !important;
}

#content .searchbox {
	border-color: #B5E3B5;
	background-color: #EDF8ED !important;
}

#content h4 {
	color: #669966;
	border-bottom:1px solid #B5E3B5!important;
}

#content .col2 ul.classifica .info {
	color: #669966;
}

#content .col2 ul.classifica li .item {	
	background-color: #EDF8ED;
}

#content .col2 .sheet ul.submenu {
	background-color:#EDF8ED;
}

#content .col2 .sheet table.voto{
	background-color:#EDF8ED;
	border-top-color:#B5E3B5;
}
/******************************************************************************************
 * FORM
 */
#content .col2 .sheet .colmini ul.submenu {
	border-top: 5px solid #669966;
	border-bottom: 5px solid #669966;
}

/******************************************************************************************
 * FORM
 */
.btn {
	color: #ffffff;
	background: #669966;
	border-color: #669966;	
}

.box {
	border-color: #669966;
}

.box:focus {
	border-color: #669966;
}

/******************************************************************************************
 * FOOTER
 */
#footer {
	border-bottom: 10px solid #669966;
}

#nuvoletta {background-position: -148px; 0 -148px;}
