/*
 * Zapster CSS
 * Chrome Variant - Yellow
 * 
 * last release: 2007 05 28
 * 
 * Design by Davide 'Folletto' Casali for DDM/Zapster.
 * Copyright (C) 2007. All Rights Reserved.
 *
 */
 
/*
SCHEMA COLORI
scuro fdeb19 #4D6480
medio cce8f3 #90B0D5
chiaro B5CAE3 #B3CCE6
link hover (molto scuro) fe0006 #2E4C6B
*/

/******************************************************************************************
 * GLOBAL
 */
a {
	color: #394B60; /* Red */
}

a:hover {
	color: #fe0006; /* Red */
	background: #fef58c; /* Red */
}

/******************************************************************************************
 * 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;
}

/******************************************************************************************
 * BODY CONTENT
 */
#content table.paginatore {
	background-color: #4D6480;
	color: #EDF4F8;
}

#content table.paginatore a {
	color: #FFFFFF;
}

#content h2 {
	background-color: #4D6480;
	color: #EDF2F8;
}

#content h2 a {
	color: #4D6480;
}

#content h2 .info {
	color: #999900;
}

#content .col2 .highlight {
	border-color: #fef58c !important;
	background-color: #fefde8 !important;
}

/******************************************************************************************
 * FORM
 */
#content .col2 .sheet .colmini ul.submenu {
	border-top: 5px solid #4D6480;
	border-bottom: 5px solid #4D6480;
}

/******************************************************************************************
 * FORM
 */
.btn {
	color: #333333;
	background: #fed77d;
	border-color: #fed77d;	
}

.box {
	border-color: #fed77d;
}

.box:focus {
	border-color: #ff0003;
}

/******************************************************************************************
 * FOOTER
 */
#footer {
	border-bottom: 10px solid #fdeb19;
}
