/*
base CSS file
you can customize most of the GUI shit from here

tested on explorer 5+ / netscape 6 / netscape 4.7 (buggy)

safe (supported) colors are:
black, silver, gray, white, maroon, red, purple, fuchsia, green, lime,
olive, yellow, navy, blue, teal, aqua
more at http://www.w3.org/MarkUp/Guide/Style
CSS1 reference at http://www.zvon.org/xxl/css1Reference/Output/index.html
you can specify colors also with: rgb(value1, value2,value3) or #112233
*/

/* whole page settings */
body {
/* default text color */
color: black;
}

/* all tables are bordless */
table {
border-style: none;
}

/* links styles */
a {
color: 838383; 
text-decoration: none;
font-size: 10px;
; font-weight: bold
}

/* link (mouse over) */
a:hover { 
color: #5FB5D7; text-decoration: underline;
}
a:hover {  font-weight: bold; font-size: 10px}


/* base font */
body { 
font-family: Verdana, Arial, Tahoma;
font-size: 9pt;
 margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;
 } 


.menusx {  font-weight: bold; color: #666666; height: 20px; width: 150px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 15px;   background-image: url("../../img/bcg_menu_utility.gif"); background-repeat: repeat-x; background-position: left top}

.colonna2 {    background-image: url("../../img/bcg_colonna02_utility.gif"); background-repeat: repeat-y; background-position: right top; border-color: #FFFFFF black black; clip:  rect(   ); text-align: right; vertical-align: top; border-style: solid; border-top-width: 7px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.colonna2b {   background-image: url("../../img/bcg_colonna02_utility.gif"); background-repeat: repeat-y; background-position: right top; border-color: #FFFFFF black black; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; clip:  rect(   )}
.menusxtit { font-weight: bold; color: 5FB5D7; height: 25px; width: 150px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 15px;   background-image: url("../../img/bgc_titmenu_utility.gif"); background-repeat: repeat-x; background-position: left top ; text-transform: capitalize; font-size: 10px; border-color: black black #FFFFFF; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 8px; border-left-width: 0px}
.menuattivo { font-weight: bold; color: #5FB5D7; height: 20px; width: 150px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 15px;   background-image: url("../../img/bcg_menu_utility.gif"); background-repeat: repeat-x; background-position: left top ; font-size: 10px}
.comunicati_data {  font-size: 10px; font-weight: normal; color: 838383; padding-top: 2px; padding-bottom: 5px}
.iscrizioni_tit {  font-size: 10px; font-weight: bold; color: 5FB5D7; padding-left: 13px; padding-top: 15px; padding-bottom: 5px}

td.menusx a:link {  font-weight: bold; color: #666666}
td.menusx a:hover {  color: #75C3E4}
td.iscrizioni_tit a:hover {  color: #5FB5D7}
td.iscrizioni_tit a:link { color: #5FB5D7 }

td.colonna4txt a:link {  font-weight: normal; color: #666666}
td.colonna4txt a:hover { font-weight: normal; color: #5FB5D7; text-decoration: underline}
td.colonna4txt a { font-weight: normal; color: 5E5E5E; padding-top: 20px}
td.menusx a { font-weight: bold; color: #666666 }
td.iscrizioni_tit a { color: #5FB5D7 }
td.comunicatotxt {font-weight: normal; color: #4D4D4D; padding-top: 10px; padding-right: 2px; padding-bottom: 0px; padding-left: 2px; font-size: 10px; line-height: 18px;}

td.linkdx01 {font-weight: normal; color: #5D5D5D; padding-top: 4px; padding-right: 2px; padding-bottom: 4px; padding-left: 10px;   background-image: url("../img/bgc_linkutili.gif"); background-repeat: repeat-x; background-position: left top ; font-size: 11px; border-color: black black #FFFFFF; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
td.linkdx01 a:link {font-size: 11px; font-weight: normal; color: #5D5D5D; text-decoration: none;}
td.linkdx01 a:visited { font-size: 11px; font-weight: normal; color: #5D5D5D; text-decoration: none;}
td.linkdx01 a:hover { font-size: 11px; font-weight: normal; color: #6EC5ED; text-decoration: underline;}



