/*
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: #97A2CF; 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_interactive.gif"); background-repeat: repeat-x; background-position: left top}

.bottonelungo {font-family: Tahoma, Arial; font-size: 11px; color: #333333; width: 130px; background-color: #EFEFEF;}
.colonna2 {    background-image: url("../../img/bcg_colonna02_interactive.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_interactive.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: #97A2CF; height: 25px; width: 150px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 15px;   background-image: url("../../img/bcg_titmenu_interactive.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: #97A2CF; height: 20px; width: 150px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 15px;   background-image: url("../../img/bcg_menu_interactive.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: #97A2CF; padding-left: 13px; padding-top: 15px; padding-bottom: 5px}

td.menusx a:link {  font-weight: bold; color: #666666}
td.menusx a:hover {  color: #97A2CF}
td.iscrizioni_tit a:hover {  color: #97A2CF}
td.iscrizioni_tit a:link { color: #97A2CF }

td.colonna4txt a:link {  font-weight: normal; color: #666666}
td.colonna4txt a:hover { font-weight: normal; color: #97A2CF; 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: #97A2CF }

em {  font-weight: bold; color: #9999CC; font-style: normal}

.campo_modulo {  background-color: CED2E1; width: 160px}
.campo_modulo_02 {  background-color: CED2E1; width: 130px}
.textarea {  background-color: CED2E1}

td.campo00 {padding-left: 2px; padding-right: 12px; padding-top: 2px; padding-bottom: 10px }               


td.contatti_01 {font-family: Tahoma, Verdana, Arial; font-size: 11px; text-align: left; color: #FFFFFF; font-weight: normal; word-spacing: 0px; line-height: 14px; padding-left: 5px; padding-right: 0px; padding-top: 3px; padding-bottom: 2px }               
td.contatti_02 {font-weight: bold; text-align: right; padding-left: 5px; padding-right: 5px; padding-top: 3px; padding-bottom: 3px}               



td.download01 {font-family: Tahoma, Verdana, Arial; font-size: 11px; text-align: left; color: #FFFFFF; font-weight: normal; word-spacing: 0px; line-height: 14px; padding-left: 0px; padding-right: 0px; padding-top: 5px; padding-bottom: 2px }               
td.download01 a:link {font-weight: bold; font-size: 10px; color: #9A9A9A}
td.download01 a:visited {font-weight: bold; font-size: 10px; color: #9A9A9A}
td.download01 a:hover {font-weight: bold; font-size: 10px; color: #97A2CF}
