/*-----------------------------------------
    Change here for main background style
-----------------------------------------*/
body.home { 
    font-size: 11px;
    margin: 16px 0px 16px 0px;
    background-image: url(striscia_back_home.gif);
    background-color: #790101;
    font-color: #561315;
    font-family: verdana, arial, palatino;
    text-align: left;
    }

body {
    font-size: 11px;
    margin: 16px 0px 16px 0px;
    background-color: #790101;
    background: url(striscia_back_white.gif); x-repeat;
    background-color: #FFFFFF;
    font-color: #561315;
    font-family: verdana, arial, palatino;
    text-align: left;
    }

.mozart {
	left: 0px;
	top: 78px;
	position: absolute;
}

/*-----------------------------------------
    Change here for header
-----------------------------------------*/
table.header {
    width: 990;
    margin-bottom:0;
}
td.header {
    #padding:30;
}

.headercolor_top {
    /* If you want to change the background color of the top menu, add this line ...
       background-color: #FFFFFF;
       ... below this comment and substitute #FFFFFF with your preferred color. */

}

.headercolor_menu {
    /* If you want to change the background color of the menu, add this line ...
       background-color: #FFFFFF;
       ... below this comment and substitute #FFFFFF with your preferred color. */

    height: 28;
}

td.pagessubmenu {
    padding-left:15;
    padding-top:5;
}

select.pagessubmenu {
    color: #000000;
    margin-bottom:5;
}

table.getpixel {
    margin: 0px 0px 0px 0px;
    #background-color: #FFFF00;
    #margin-top:10;
    width: 920;
    font-color:#561315;
}
td.getpixel {
    padding:30;
    #color: #FEC501;
    font-color:#561315;
}
font.getpixelinfo {
    color: #B40E17;
    font-weight: bold;
}
font.getpixelerror {
    color: #B40E17;
    font-weight: bold;
}
select.language {
    font-family:verdana, arial;
    font-size:7pt;
    margin-left:10;
    color: #444444;
}

/*-----------------------------------------
    Linkstyle of the Mainmenu
-----------------------------------------*/
a.m:link    {    color: #FFFFFF; font-size: 12px; font-weight: bold; text-decoration: none;    }
a.m:visited {    color: #FFFFFF; font-size: 12px; font-weight: bold; text-decoration: none;    }
a.m:hover   {    color: #FEC501; font-size: 12px; font-weight: bold; text-decoration: underline;    }

/*-----------------------------------------
    Linkstyle of the Premenu
-----------------------------------------*/
a.l:link    {    color: #FFFFFF; font-weight: normal; font-size:11px; text-decoration: none;    }
a.l:visited {    color: #FFFFFF; font-weight: normal; font-size:11px; text-decoration: none;    }
a.l:hover   {    color: #FEC501; font-weight: normal; font-size:11px; text-decoration: underline;    }

/*-----------------------------------------
    Linkstyle / Linkstyle highlighted of the Submenu (gridpages)
-----------------------------------------*/
a.pages:link    {    color: #C8C8C8; font-weight: normal; text-decoration: none; padding:0 7;   }
a.pages:visited {    color: #C8C8C8; font-weight: normal; text-decoration: none; padding:0 7;    }
a.pages:hover   {    color: #FFFFFF; font-weight: normal; text-decoration: underline; padding:0 7;    }

a.pages_highlight:link    {    color: #FEC501; font-weight: normal; text-decoration: none; padding:0 7;   }
a.pages_highlight:visited {    color: #FEC501; font-weight: normal; text-decoration: none; padding:0 7;    }
a.pages_highlight:hover   {    color: #FFFFFF; font-weight: normal; text-decoration: underline; padding:0 7;    }

/*-----------------------------------------
    Linkstyle of the Footermenu
-----------------------------------------*/
a.f:link    {    color: #E08027; font-weight: bold; font-size:11px; text-decoration: none;    }
a.f:visited {    color: #E08027; font-weight: bold; font-size:11px; text-decoration: none;    }
a.f:hover   {    color: #E08027; font-weight: bold; font-size:11px; text-decoration: underline;    }

/*-----------------------------------------
    Linkstyle of the Kvget e Kvlist
-----------------------------------------*/
a.k:link    {    color: #E08027; font-weight: bold; font-size:12px; text-decoration: none;    }
a.k:visited {    color: #E08027; font-weight: bold; font-size:12px; text-decoration: none;    }
a.k:hover   {    color: #E08027; font-weight: bold; font-size:12px; text-decoration: underline;    }

/*-----------------------------------------
    Linkstyle of the Kv List --- modificato da me
-----------------------------------------*/
a.kvlink:link    {    color: #E08027; font-weight: bold; font-size:11px; text-decoration: none;    }
a.kvlink:visited {    color: #E08027; font-weight: bold; font-size:11px; text-decoration: none;    }
a.kvlink:hover   {    color: #FEC501; font-weight: bold; font-size:11px; text-decoration: underline;    }



/*-----------------------------------------
    Change here for footer tables
-----------------------------------------*/
table.footer {
    padding: 0;
    width: 990;
    margin: 0;
}

td.footer {
    text-align: center;
    color:#E08027;
}

/*-----------------------------------------
    Change here for Headlines style
------------------------------------------*/

h3,h4,h5 {
    margin: 0px 0px 5px 0px;
    color: #561315;
    }
h1 {
    font-size:12px;
    margin: 0px 0px 10px 0px;
    // aggiunto colore titolo
    color: #561315;
   }
h2 {
    font-size:11px;
    margin: 0px 0px 5px 0px;
    color:#E08027;
   }

/*-----------------------------------------
    Change here for main content tables
-----------------------------------------*/

table.content {
    width: 920;
    font-size:10px;
    font-color: #561315;
}

td.content {
    padding:30;
    font-size:10px;
    font-color: #561315;
}

td.rightcontent {
    width:0;
    padding:0;
    font-size:10px;
    font-color: #561315;
}

/*-----------------------------------------
    Change here for Blog and Faq Style
------------------------------------------*/

h2.blog_title {
    margin-top:3;
    color:#5F76AF;
}

font.blog_date {
    font-size:10px;
    font-weight: bold;
}
hr.blog_line {
    height:1px;
    color:#C8C8C8;
}

h2.faq_question {
    margin-top:3;
    color:#E08027;
    font-size:11px;
}
hr.faq_line {
    height:1px;
    color:#C8C8C8;
    font-size:11px; 
}
ul.faq_line {
    list-style-type: none;
    color: #E08027;
    font-size: 11px; 
}
li.faq_line {
    list-style-type: none;
    color: #E08027;
    font-size: 11px; 
}

/*-----------------------------------------
    Other general
------------------------------------------*/
table {  border-collapse: collapse;  }
td {
    padding:0;
    font-weight: normal
    font-family: verdana, arial;
    font-size:10px;
    font-color: #561315;
   }
img { border: 0 }
input,select,textarea {
    font-family:verdana, arial;
    font-size:10px;
    color: #666666;
}

// aggiunti da me per la gestione news e faq
table.kvlist {  
    padding-left:10;
    padding-right:10;
    font-weight: normal
    font-family: verdana, arial;
    font-size:10px;
    font-color: #561315;   
    }

td.kvlist {
    padding-left:10;
    padding-right:10;
    font-weight: normal
    font-size: 10px;
    font-family: verdana, arial; 
    font-color: #561315;  
   }
// ------------------------------

/*-----------------------------------------
    Linkstyles general
-----------------------------------------*/
a:active    {    color: #E08027; font-weight: bold; font-size:10px; text-decoration: none;    }
a:link    {    color: #E08027; font-weight: bold; font-size:10px; text-decoration: none;    }
a:visited {    color: #E08027; font-weight: bold; font-size:10px; text-decoration: none;    }
a:hover   {    color: #E08027; font-weight: bold; font-size:10px; text-decoration: underline;    }

a.black:link    {    color: #000000; font-weight: bold; font-size:10px; text-decoration: underline;    }
a.black:visited {    color: #000000; font-weight: bold; font-size:10px; text-decoration: underline;    }
a.black:hover   {    color: #FFFFFF; font-weight: bold; font-size:10px; text-decoration: none;    }

/*-----------------------------------------
    Get Pixel - Logo images
------------------------------------------*/
td.logos {
    color: #FF6262;
    #background-color: #415383;
}
td.logos_highlighted {
    color: #FF6262;
    #background-color: #778ABB;
}

a.logos:link    {    color: #FEC501; font-weight: bold; font-size:8px; text-decoration: none;    }
a.logos:visited {    color: #FEC501; font-weight: bold; font-size:8px; text-decoration: none;    }
a.logos:hover   {    color: #FFFFFF; font-weight: bold; font-size:8px; text-decoration: underline;    }

/*-----------------------------------------
    Get Pixel Process / Edit Pixel
------------------------------------------*/
.linkpixel_button {
    height:25;
    width:200;
    margin-left:25;
    color:#000000;
    margin-right:60;
}
.savepixel_fileupload {
    width:420;
    height:19;
    margin-left:5
}

.savepixel_fileupload_button {
    width:140;
    margin-left:3;
    height:25;
    color:#000000
}
.savepixel_http {
    color:#000000;
    width:70;
}
.savepixel_url {
    width:240;
    height:19;
    color:#000000;

}
.savepixel_inputs {
    width:310;
    height:19;
    color:#000000;

}
.savepixel_password {
    width:160;
    height:19;
    color:#000000;

}
.savepixel_submitbutton {
    width:160;
    height:25;
    color:#000000
}

/*-----------------------------------------
    Global Search Button
------------------------------------------*/
.globalsearch_input {
    width:150;
    color:#000000;
}
.globalsearch_submit {

}