.jlst_schede_table
{
	table-layout: fixed;
	background-color: #E6EBD8;
	width: 100%;
	border: solid black 1px;
	border-spacing: 3px;
	font-family: monospace;

}

.jlst_scheda_cell
{
	background-color: white;
	border: solid black 1px;
	vertical-align: top;
}

.jlst_scheda_cell#sc_empty
{
	background-color: #EBEBEB;
}

.jlst_scheda_table
{
	border-collapse: collapse;
	width: 100%;
	height: 150px;
}

.jlst_scheda_head
{
	display: block;
	background-color: #E8E1BF;
	border-bottom: solid #F4F0DF 1px;
	text-align: right;
	font-weight: bolder;
	font-size: 12px;
	height: 18px;
}

.jlst_scheda_head:hover
{
	background-color: #BFE8BA;
}

.jlst_scheda_td
{
	border-bottom: solid #F4F0DF 1px;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	height: 132px;
}

.jlst_scheda_td #topic-CERCO
{
	font-weight: bold;
	font-size: 12px;
	color: #E06A60;
}

.jlst_scheda_td #topic-OFFRO
{
	font-weight: bold;
	font-size: 12px;
	color: #7BB84F;
}

.jlst_scheda_td #topic-INFORMO
{
	font-weight: bold;
	font-size: 12px;
	color: #52A0C1;
}

.jlst_scheda_td #scheda-oggetto
{
	font-weight: bold;
	font-size: 12px;
}

.jlst_scheda_td #scheda-messaggio
{
	font-weight: normal;
}