/* Informazioni CSS del sito web */
/* Imposto gli attributi del testo */

/* Imposto gli attributi dei collegamenti */
a
{
color:#0065ac;
font-size: 12px;
text-decoration:none;
}
a:hover
{
color:#0196ff;
font-size: 12px;
text-decoration:none;
}
a.cat
{
color:#0071B2;
font-size: 12px;
text-decoration:none;
}
a.cat:hover
{
color:#1DADFF;
font-size: 12px;
text-decoration:none;
}
a.download
{
color:#F6A800;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
a.download:hover
{
color:#FFCB5B;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
a.photo
{
color:none;
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
a.photo:hover
{
color:#0071B2;
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
a.ultimi
{
color:none;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
a.ultimi:hover
{
color:none;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}

a.menudownload
{
font-size:16px;
color:#F09800;
font-family:Trebuchet Ms;
text-decoration:none;
}
a.menudownload:hover
{
font-size:16px;

color:#0065AC;
font-family:Trebuchet Ms;
text-decoration:underline;
}

a.corsi
{
font-size:14px;
color:#F09800;
font-family:Trebuchet Ms;
text-decoration:none;
}
a.corsi:hover
{
font-size:14px;
color:#0065AC;
font-family:Trebuchet Ms;
text-decoration:underline;
}

a.utente
{
font-size:13px;
color:#0065AC;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
a.utente:hover
{
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:underline;
}

a.logout
{
font-size:15px;
color:#0065AC;
font-family:Trebuchet Ms;
text-decoration:none;
}
a.logout:hover
{
font-size:15px;
font-family:Trebuchet Ms;
text-decoration:underline;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #EFEFEF;
	font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	width:120;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FFFFFF;	
	text-align:center;
	font-weight : normal;
	border-top-style:groove;
	border-left-style:groove;
	border-right-style:groove;
	border-bottom-style:groove;
	
}
