/*
 * Zapster CSS
 * Chrome Variant - Yellow
 * 
 * last release: 2007 05 28
 * 
 * Design by Davide 'Folletto' Casali for DDM/Zapster.
 * Copyright (C) 2007. All Rights Reserved.
 *
 */

/******************************************************************************************
 * GLOBAL
 */
a {
	color: #104b84;
	color: #841010; /* Red */
}

a:hover {
	color: #104b84;
	color: #fe0006; /* Red */
	background: #cce8f3;
	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;
}

/******************************************************************************************
 * AUTOCOMPLETE
 */
.ac_over {
background-color:#FEF58C;
}
/******************************************************************************************
 * BODY CONTENT
 */
#content table.paginatore {
	background-color: #fdeb19;
	color: inherit;
}

#content table.paginatore a {
	color: #841010;
}

#content h2 {
	background-color: #fdeb19;
	color: inherit;
}

#content h2 a {
	color: #841010;
}

#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 #fdeb19;
	border-bottom: 5px solid #fdeb19;
}

/******************************************************************************************
 * 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;
}