/* COLORI ALTERNATIVI
*  color FFFFFF - E6C2C2 - BCBCBC - FFFFCC - FAE7A4
*  cornici tabelle 2C2C2C
*  sfondo chiaro-scuro tabelle 404040-383838
* theme: noteBored, Lifecod, DAJ_Glass, comicBook
*/


body {
	color: #FFFFDB;
	background-color: #500000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-base-color: #8B0000;
	scrollbar-arrow-color: Menu;
}

a {
	color: #FFFFDB;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFD452;
	text-decoration: underline;
}

.menu {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	background-color: #8B0000;
	color: #FFD452;
}

/* Corpus of the page */
.corpus	{
	padding: 10px 0px 30px 25px;
}

.cell {
/*	border-bottom: solid 2px #9A0F0F;*/
}
.cell TH {
	COLOR: #E6C2C2;
	text-align: left;
	background-color: #9A0F0F;
	background-image: url(images/cellbg_red.gif);
	background-repeat: repeat-x;
	height: 15px;
}
.cellgrey {
	COLOR: #BCBCBC;
	background-color: #383838;
/*	border-bottom: solid 2px #E5A918;*/
}
.cellgrey TH {
	COLOR: #272727;
	text-align: left;
	background-color: #E5A918;
	background-image: url(images/cellbg_yellow.gif);
	background-repeat: repeat-x;
	height: 15px;
}
.cellgrey A {
	COLOR: #BCBCBC;
	font-weight: bold;
	text-decoration: none;
}
.cellgrey A:hover {
	COLOR: #FFD452;
	text-decoration: none;
}

/* Body title small*/
.titlesmall {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
a.titlesmall	{
	color: #FFFFFF;
	text-decoration: none;
}
a.titlesmall:hover {
	color: #FFBA00;
	text-decoration: none;
}


/* Red cells */
.redcell {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #500000;
	padding: 5px 2px 5px 2px;
}
a.redcell	{
	color: #500000;
	text-decoration: none;
}
a.redcell:hover {
	color: #FFBA00;
	text-decoration: none;
}


/* Yellow cells */
.yellowcell {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #272727; 
}
a.yellowcell	{
	color: #272727;
	text-decoration: none;
}
a.yellowcell:hover {
	color: #FFBA00;
	text-decoration: none;
}


/* Grey cells */
.greycell {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #500000; 
}
a.greycell	{
	color: #500000;
	text-decoration: none;
}
a.greycell:hover {
	color: #FFBA00;
	text-decoration: none;
}

/* Copyright and bottom info */
.copyright {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #BCBCBC; 
	letter-spacing: -1px;
}
a.copyright	{
	color: #BCBCBC;
	text-decoration: none;
	font-weight: normal;
}
a.copyright:hover {
	color: #E6C2C2;
	text-decoration: underline;
	font-weight: normal;
}