* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body
{
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a {
    outline: none;
}

p {
    font-weight: normal;
}





/* ---------- SUDDIVISIONI PRINCIPALI DELLA PAGINA ---------- */

#contenitore_top {
    background: #fff url(immagini/rvbg_top.jpg) top left repeat-x ;
    height: 400px;
}

#top_home {
    width: 980px;
    height: 400px;
    position: relative;
    margin: 0px auto;
    text-align: left;
    background: #fff url(immagini/rv_top_home.jpg) top center no-repeat;
}

#top {
    width: 980px;
    height: 400px;
    position: relative;
    margin: 0px auto;
    text-align: left;
    background: #fff url(immagini/rv_top.jpg) top center no-repeat;
}

#top_login {
    float: right;
    width: 560px;
    height: 95px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    background: transparent url(immagini/rvbg_login.jpg) top center no-repeat;
    font-size: 11px;
}

#top_login input {
    position: relative;
    font-size: 11px;
    background-color: #fafafa;
    text-align: center;
    border: 0px;
    width: 150px;
}

#login_user {
    position: absolute;
    top: 36px;
    left: 23px;
}

#login_pass {
    position: absolute;
    top: 36px;
    left: 268px;
}

#login_subm {
    position: absolute;
    top: 34px;
    left: 503px;
}

#top_minimenu {
    position: absolute;
    top: 86px;
    left: 15px;
    line-height: 22px;
}

#top_minimenu img {
    vertical-align: middle;
    margin-left: 5px;
    margin-left: 3px;
}

#top_minimenu a {
    color: #2f4c00;
}

#top_minimenu a:hover, #top_minimenu a:focus, #top_minimenu a:active {
    text-decoration: none;
}

#top_lingua {
    position: absolute;
    top: 125px;
    right: 20px;
    line-height: 22px;
}

#top_header {
    position: absolute;
    top: 165px;
    left: -1px;
    width: 980px;
    height: 236px;
    margin: 0px auto;
    text-align: center;
}

#top_mainimg {
    width: 980px;
    height: 234px;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #fff;
}

#top_mainimg_flash {
    width: 980px;
    height: 234px;
    margin: 0px auto;
    text-align: center;
}




#contenitore_main {
    background: #fff url(immagini/rvbg_main.png) top left repeat-x ;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#main_menu {
    background: #fff url(immagini/rvbg_menu.png) top left repeat-x ;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 980px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    height: 28px;
}

#main_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main_menu li
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    border-right: 1px solid #3e4348;
    border-left: 1px solid #6c7074;
}

#main_menu li a
{
    height: 28px;
    line-height: 28px;
    float: left;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 11px;
}

/* Nasconde per IE5-Mac \*/
#main_menu li a
{
    float: none
}
/* Fine */

#main_menu li a:hover, #main_menu li a:focus, #main_menu li a:active {
    color: #b8ef00;
}

#main_menu li.attuale a {
    color: #b8ef00;
}

#path {
    background: #8bb500 url(immagini/rvbg_path.png) bottom left repeat-x;
    height: 34px;
    font-size: 10px;
    color: #111;
    line-height: 24px;
    font-weight: bold;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

#path a, #path a:link, #path a:visited {
    color: #ab0909;
    text-decoration:underline;
}

#path a:hover, #path a:focus, #path a:active {
    color: #ab0909;
    text-decoration:none;
}

#path img {
    vertical-align: middle;
    margin-right: 6px;
}

#contents{
    background: #fff url(immagini/rvbg_menu_sx.png) bottom left repeat-y;
    width: 980px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
}

#left{
    float:left;
    margin:0px;
    width: 260px;
    height: 100%;
    overflow: visible;
    text-align: left;
}

.box2 {
}

.box2 .top {
    background: #fff url(immagini/bgdf_box2_top.png) bottom left no-repeat ;
    height: 13px;
}

.box2 .main {
    background: #fff url(immagini/bgdf_box2_main.png) top left repeat-y ;
    padding-left: 17px;
    padding-right: 17px;
    color: #1e337e;
    line-height: 22px;
}

.box2 .titolo {
    background: #fff url(immagini/bgdf_box2_titolo.png) bottom left no-repeat ;
    height: 70px;
    padding-left: 75px;
}

.box2 .titolo h3 {
    padding-top: 12px;
    color: #df2222;
    font-size: 14px;
}

.box2 .titolo p {
    color: #454545;
    font-size: 11px;
}

.box2 .bottom {
    background: #fff url(immagini/bgdf_box2_bottom.png) top left no-repeat ;
    height: 10px;
}

#center{
    float:left;
    margin: 0px;
    width: 720px;
    height: 100%;
    text-align: left;
    overflow: visible;
}

.box1 {
}

.box1 .titolo {
    background: #fff url(immagini/bgdf_contents_titolo.png) top left no-repeat ;
    line-height: 20px;
    height: 20px;
    padding-left: 10px;
    color: #6b9500;
    margin-top: 5px;
}

.box1 .testo {
    margin: 0px 15px;
    color: #3e3f25;
    line-height: 22px;
}

.box1 .testo h3 {
    font-size: 12px;
}

.box1 .testo p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.box1 .testo ul {
    margin-left: 15px;
}




#contenitore_footer {
    background: #fff url(immagini/rvbg_footer.png) top left repeat-x ;
    height: 282px;
    border-top: 1px solid #fff;
}

#footer{
    width: 981px;
    height: 282px;
    position: relative;
    margin: 0px auto;
    text-align: center;
}

.footer_banner {
    margin-top: 9px;
    height: 273px;
    float: left;
    text-align: center;
}



#contenitore_credits {
    background: #fff url(immagini/rvbg_credits.png) top left repeat-x ;
    height: 134px;
    border-top: 1px solid #fff;
}

#credits{
    width: 980px;
    height: 114px;
    position: relative;
    margin: 0px auto;
    text-align: center;
}

#credits_top{
    width: 980px;
    position: relative;
    margin: 20px auto;
    text-align: center;
    color: #fff;
}

#credits p {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #c4c4c4;
    margin-top: 35px;
    font-size: 10px;
}

#credits_top p{
    margin: 8px auto;
    color: #fff;
    font-size: 11px;
}

#credits a {
    color: #c4c4c4;
}






/*
PAGINA PROGETTI
*/

#tab_progetti {

}

#tab_progetti td {
    width: 325px;
    text-align: center;
    padding-bottom: 10px;
}

#tab_progetti img {
    vertical-align: middle;
}

#tab_progetti td div {
    text-align: left;
    margin-left: 10px;
}

#tab_progetti a, #tab_progetti a:link, #tab_progetti a:visited {
    font-size: 13px;
    color: #293f8f;
    font-weight: bold;
    text-decoration: none;
}

#tab_progetti a:hover, #tab_progetti a:focus, #tab_progetti a:active {
    color: #c00404;
    text-decoration: underline;
}

#menusub {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

#menusub ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 5px;
}

#menusub li
{
    background: url(immagini/dfico_subsezioni.png) left center no-repeat;
    font-weight: bold;
    font-size: 13px;
    height: 30px;
    padding-left: 25px;
}

#menusub li a
{
    height: 30px;
    line-height: 30px;
    display: block;
    text-decoration: none;
    color: #293f8f;
    text-decoration: none;
}

#menusub li a:hover, #menusub li a:focus, #menusub li a:active {
    color: #c00404;
    text-decoration: underline;
}

#menusub li.attuale a {
    color: #c00404;
}

#menusub ul.menu_opere {
    margin-left: 23px;
}

#menusub ul.menu_opere li {
    background: url(immagini/dfico_subsezioni_sub.png) left center no-repeat;
    font-size: 11px;
    height: 21px;
    padding-left: 20px;
}

#menusub ul.menu_opere li a {
    height: 21px;
    line-height: 21px;
}

/*
PAGINA PROGETTI  -  SCHEDA PROGETTO
*/
#scheda_progetto {
    margin-left: 10px;
}
#scheda_progetto hr {
    border: 1px solid #b3b3b3;
    height: 3px;
}
#scheda_progetto_testo {
    text-align: left;
    color: #3e3f25;
    font-family: Verdana;
    font-size: 12px;
    width:630px;
    margin-bottom: 10px;
    margin-top: 15px;

}

#scheda_progetto_main {
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    width:630px;
    padding-bottom: 20px;
    margin-bottom: 5px;

}

#scheda_progetto_main img {
    border: 1px solid #d0d0d0;
}

#scheda_progetto_immagini_titolo, #scheda_progetto_video_titolo {
    height: 30px;
    color: #848484;
    font-weight: bold;
}

#scheda_progetto_immagini_titolo img, #scheda_progetto_video_titolo img {
    vertical-align: middle;
    margin-right: 10px;
}

.scheda_thumb {
    float: left;
    border: 1px solid #d0d0d0;
    width: 120px;
    height: 120px;
    margin-right: 5px;
    margin-bottom: 5px;

}

.scheda_video {
    float: left;
    border: 1px solid #d0d0d0;
    margin-right: 5px;
    margin-bottom: 5px;

}

#scheda_progetto_video {

}



/*
PAGINA ATTIVITA
*/

#tab_attivita {
    font-size: 10px;
    font-weight: bold;
}

#tab_attivita thead th {
    border: 1px solid #838383;
    background-color: #838383;
    color: #fff;
    padding: 3px;
}

#tab_attivita tbody th {
    border: 1px solid #838383;
    background-color: #e9e9e9;
    padding: 3px;
}

#tab_attivita tbody td {
    border: 1px solid #838383;
    padding: 3px;
}




/*
PAGINA NEWS
*/

.sta_news {
    background-color: #eee;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #eee;
}
.sta_news td {
    text-align: left;
    color: #2e2e2e;
}
.sta_news td img {
    border: 0px solid #938b7d;
}

.sta_news_data {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    background-color: #3c4045;
    color: #fff;
    padding: 3px 10px;

}

.sta_news_data a, .sta_news_data a:link, .sta_news_data a:visited  {
    text-decoration: none;
    color: #fff;
}

.sta_news_data a:hover, .sta_news_data a:focus, .sta_news_data a:active  {
    text-decoration: underline;
    color: #fff;
}

.sta_news_titolo {
    font-size: 12px;
    font-weight: bold;
    color: #df2222;

}

.sta_news_corpo {
    font-size: 12px;
    line-height: 16px;
    padding: 3px 10px;

}
.sta_news_breve {
    display: block;
    font-size: 12px;
    line-height: 16px;

}
.sta_news_lunga {
    display: none;
    font-size: 12px;
    line-height: 16px;

}
.sta_news_continua {
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
}
.sta_news_chiudi {
    display: none;
    margin-bottom: 5px;
    margin-right: 5px;
}



td.sta_continua {
    margin: 2px 0px;
    padding: 0px 0px;

}

#descrizione_evento {
    margin-top: 20px;
    line-height: 18px;
    text-align: justify;
    font-size: 12px;

}


td.sta_continua img {

}

.continua_tasto:link, .continua_tasto:visited {
    display: inline-block;
    border: 1px solid #a8a8a8;
    width:74px;
    height: 22px;
    margin-top: 1px;
    text-align:center;
    background: url(immagini/bgdf_continua.png) left top repeat-x;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    color: #454545;

}

a.continua_tasto:hover, a.continua_tasto:focus, a.continua_tasto:active {
    color: #454545;
    font-size: 11px;
    font-weight: normal;
}

.p_continua {
    text-align: right;
    font-weight: bold;
}

.p_continua a, .p_continua a:link, .p_continua a:visited {
    color: #1e337e;
    text-decoration: underline;
}

.p_continua a:hover, .p_continua a:focus, .p_continua a:active {
    color: #1e337e;
    text-decoration: underline;
}

#listapdf a, #listapdf a:link, #listapdf a:visited {
    color: #1e337e;
    text-decoration: underline;

}

#listapdf a:hover, #listapdf a:focus, #listapdf a:active {
    color: #1e337e;
    text-decoration: underline;

}











#prenotazione {
    background: url(immagini/rvbg_prenotazione.png) left top no-repeat;
    min-height: 400px;
    text-align: center;
}

#prenotazione_titolo {
    min-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

#prenotazione_titolo h3 {
    font-size: 16px;
}

.prenotazione_label{
    background: transparent url(immagini/rvico_prenotazione.png) left top no-repeat;
    color: #88cb00;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-left: 20px;
    padding-left: 20px;
    height: 25px;
    margin-top: 20px;
}

#prenotazione input {
    background: transparent url(immagini/rvbg_input.png) left top no-repeat;
    text-align: center;
    color: #fff;
    width: 220px;
    height: 20px;
    font-size: 10px;
    padding-top: 3px;
}

#prenotazione .label_data {
    color: #fff;
    font-size: 10px;
}


#prenotazione .campo_fermata {
    background: transparent url(immagini/rvbg_input.png) left top no-repeat;
    text-align: center;
    color: #fff;
    width: 220px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
}


#prenotazione .campo_fermata_opzione {
    color: #333;
}


#prenotazione .campo_data {
    background: transparent url(immagini/rvbg_input_data.png) left top no-repeat;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 20px;
    font-size: 10px;
    padding-top: 3px;
    font-weight: bold;
}


#prenotazione .campo_data_mini {
    background: transparent url(immagini/rvbg_input_data_mini.png) left top no-repeat;
    text-align: center;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 10px;
    padding-top: 3px;
    font-weight: bold;
}

#prenotazione #preno_cerca{
    background: transparent url(immagini/rvbg_submit.png) left top no-repeat;
    text-align: center;
    font-weight: bold;
    color: #88cb00;
    width: 65px;
    height: 18px;
    padding-top: 0px;
    margin-left: 154px;
}

#vendita_menu {
    background: url(immagini/rvbg_vendita_menu.png) left top no-repeat;
    min-height: 400px;
    text-align: center;
}

.vendita_label {
    background: transparent url(immagini/rvico_prenotazione.png) left top no-repeat;
    color: #88cb00;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-left: 10px;
    padding-left: 20px;
    margin-top: 20px;
}

.vendita_label_titolo {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-left: 10px;
    padding-left: 20px;
    margin-top: 20px;
}

.vendita_label a, .vendita_label a:link, .vendita_label a:visited {
    color: #88cb00;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.vendita_label a:hover, .vendita_label a:focus, .vendita_label a:active {
    text-decoration: underline;
}

.testo_autolinee {
    line-height: 10px;
}

#lista_fermate {
    margin-top: 0px;
    padding-top: 0px;
    width: 600px;
}


#lista_fermate td {
    padding: 0px;
}

.tabella_linee_user {
    margin-top: 0px;
    width: 340px;
    background-color: #eee;
    border: 0px;
}

.tabella_linee_user th {
    background-color: #3c4045;
    color: #fff;
    padding: 5px;
}

.tabella_linee_user td {
    padding: 10px;
}



/* Date picker */

/* the div that holds the date picker calendar */
.dpDiv {
}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #505050;
    background-color: #ece9d8;
    border: 1px solid #AAAAAA;
}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
    border: 1px solid #ece9d8;
}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
    background-color: #aca998;
    border: 1px solid #888888;
    cursor: pointer;
    color: red;
}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    color: white;
}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
    font-size: 12px;
    color: gray;
    font-weight: bold;
}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
    color: 4060ff;
    font-weight: bold;
}


/* the forward/backward buttons at the top */
.dpButton {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #d8e8ff;
    font-weight: bold;
    padding: 0px;
    width: 20px;
}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #d8e8ff;
    font-weight: bold;
}








/* modulo registrazione */
#tbl_registrazione td {
    padding: 5px;
    font-size: 12px;
}

#tbl_registrazione td input {
    border: 1px solid #ccc;
}

#tbl_registrazione .mini_help {
    font-size: 10px;
    line-height: 14px;
}


#tbl_registrazione .button_base {
    width: 100px;
    background-color: #8bb500;
    color: #fff;
    font-weight: bold;
}


.alert_registrazione {
    margin: 15px;
    padding: 15px;
    text-align: center;
    background-color: #eee;
    color: #000;
    font-weight: bold;
    line-height: 18px;
}


#risultati_ricerca {
    width: 100%;
    background-color: #ddd;
    margin-top: 5px;
}
#risultati_ricerca th {
    background-color: #333;
    color: #fff;
    padding: 2px 5px;
    text-align: center;
}
#risultati_ricerca td {
    padding: 2px 5px;
    text-align: center;
}
