body, table, td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #666666
}
.calendario td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #666666
}

SELECT,input, textarea {
		font-family:Arial, Helvetica, sans-serif;  
		font-size:11px; 
		color:#333333; 
		background-color:#D9E2E8; 
		border-style:solid; 
		border-width:1px; 
		border-color:#408AB3; 
}

.testopiccolo {
		font-family:Arial, Helvetica, sans-serif;  
		font-size:8px; 
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #666666
}
a:link {
	color: #666666;
	text-decoration: none
}
a:visited {
	color: #666666;
	text-decoration: none
}
a:hover {
	color: #FF6600;
	text-decoration: none
}
a:active {
	color: #FF6600;
	text-decoration: none
}

a.calendario:link {
	color: #FF6600;
	text-decoration: none
}
a.calendario:visited {
	color: #FF6600;
	text-decoration: none
}
a.calendario:hover {
	color: #FF6600;
	text-decoration: none
}
a.calendario:active {
	color: #FF6600;
	text-decoration: none
}
a.redlink:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a.redlink:visited {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a.redlink:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a.redlink:active {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
table.forums {
font-family: Arial,Helvetica,sans-serif;
width: 460px;
border: 1px #CCCCCC solid;
display: table;
color: #000000;
border-collapse: collapse;
} 

/* Simple transparent table without borders and background color (menu navigation, general tables) */

.tbTransparent{
font-family: Arial,Helvetica,sans-serif;
width: 460px;
background: transparent;
font-size: 11px;
line-height: 15px;
}

.dynCalendar_header{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
.dynCalendar_dayname {
	background-color: #eeeeee;
	border: 1px solid #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
}

.dynCalendar_day {
	background-color: #eeeeee;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
}

.dynCalendar_today {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
}

.dynCalendar {
	background-color: #c0c0c0;
	border: 2px outset white;
	visibility: hidden;
	position: absolute;
	top: 1px;
	left: 1px;
}
