
/********* stili globali **/

body { 
    color: #000000;
    background-color: #fff;
    font-size: 10pt;
	font-family: arial, "lucida console", sans-serif;
	/* margin: 0; padding: 0;
	width: 100%; height: 100%; */
}

a:visited, a:link, a:active { 
    color: #005fa9;
    text-decoration:none;
    border:0px;
    margin:0px;
    padding:0px;
}

table {
    font-size: 10pt;
    font-family: arial, "lucida console", sans-serif;
}

input {
	border : 1px solid #888888;
	background-color : #FFFFFF;
	font-size : 9pt;
}

input[type="radio"]{
   border:none;
}

/********* stili particolari **/

.pagine a:visited, .pagine a:link, .pagine a:active {
    text-decoration: none;
    border: 1px solid #EEEEF6;
    color: #000;
    padding: 0px 3px;
}

.pagine a:hover {
    border: 1px solid #005FA0;
	background-color: #005FA0;
	color: #FFF;
}

.page-current {
    border: 1px solid #CCCCCC;
    background-color: #EEEEF6;
	color: #000;
	padding: 0px 3px;
}

.titolo_art {
    font-weight: bold;
    font-size: 11pt;
    color: #880000;
}

.titolo_art a {
    font-weight: bold;
    font-size: 12pt;
    color: #880000;
    text-decoration: none;
}

.titolo_art a:hover {
    font-weight: bold;
    font-size: 12pt;
    color: #880000;
    text-decoration: underline;
}

.tab_registrazione {
    font-size: 12pt;
}

.data_art {
    font-size: 9pt;
    color: #B0B0B0;
}

.tab_dashed {
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}

.tab_dashed1 {
	background-color: #FAFAFA;
	border: 1px dashed #CCCCCC;
}

.tab_dashed2 {
	background-color: #EEEEF4;
	border: 1px dashed #CCCCCC;
}

.tab_lista {
    font-size: 10pt;
}

.tab_lista_sorted td {
    
    border-bottom: 1px solid #FFFFFF;
}

.tab_lista a:hover {
    background-color: #BBBBBB;
}

.tab_menucat {
    font-weight: bold;
    font-size: 10pt;
    color: #880000;
    text-decoration: none;
}

.txtsmall {
    color: #000000;
}

.tab_errore {
	background-color: #FFFFFF;
	border: 1px dashed #BBBBBB;
	font-size: 11pt;
}

.tab_errore b {
    font-size: 12pt;
    color: red;
}

.tab_notice {
	background-color: #FFFFFF;
	border: 1px dashed #BBBBBB;
	font-size: 11pt;
}

.tab_notice b {
    font-size: 12pt;
    color: #333333;
}

.tab_notice input {
	border : 1px solid #888888;
}

.tab_login {
	background-color: #FFFFFF;
	border-top: 2px dashed #CCCCCC;
	border-left: 2px dashed #CCCCCC;
	border-right: 2px dashed #CCCCCC;
}

.tab_login b {
    font-size: 9pt;
    color: #CCCCCC;
}

.tab_form input, textarea {
	border : 1px solid #888888;
	background-color : #FFFFFF;
	font-size : 9pt;
}

.tab_articolo input, select {
	border : 1px solid #888888;
}

.paginazione {
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

