/* ======================== START SKELETON ============================ */
body
{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: Verdana, Arial, Serif;
    font-size: 12px;
    background: repeat-x center top;
    background-image: url(images/bkg.jpg);
}


/*
ul
{
    list-style-image: url(images/ArrowR2.gif);
    list-style: none;
    margin: 0;
    padding: 0;
}
li
{
    text-indent: -1px;
}*/

table.result
{
    table-layout: fixed;
    /*margin-bottom: 5px;*/
    background-color: #FFFFE8;
    border: 1px solid #F2F2F2;
    width : 100%;
}

td
{
    vertical-align: top;
}

td.fieldname
{
    text-align: right;
}

td.colonna1
{
    background-color: #FFFFCC;
    width: 165px;
    text-align: right;
}

td.colonna2
{
    border: 1px solid #E1E1E1;
    text-align: left;
    background-color: #FFFFFF;
    /*width: 50px;*/
}

hr
{
    color: #b45d16;
}


input, textarea
{
    color: #8d2d23;
    background-color: #ffe39d;
    font-size: 12px;
    border: solid 1px #8d2d23;
}

input[type=checkbox]
{
    border-width: 0px;
    background: transparent;
}

#maincontainer
{
    position: relative;
    width: 982px; /*840 Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background-color: #FFFFFF;
}

/* (en) clearfix method for clearing floats */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.innertube
{
    margin: 3px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

#centercolumnwrapper
{
    padding: 0px;
    margin: 0px;
    background-color: #800000;
}

#centercolumnwrapper A:link
{
    text-decoration: none;
    color: #9B3200;
}
#centercolumnwrapper A:visited
{
    text-decoration: none;
    color: #9B3200;
}
#centercolumnwrapper A:active
{
    text-decoration: none;
    color: #9B3200;
}
#centercolumnwrapper A:hover
{
    text-decoration: none;
    color: #9B3200;
}
/* ---------------------- START LEFT COL ---------------------- */
#leftcolumn
{
    width: 160px; /*Width of left column in pixel*/
    float: left;
    margin-top: 0px;
    margin-right: 0;
    background-color: #FFFFFF;
    border-left-style: outset;
    border-left-width: 1px;
    border-left-color: #CD5C5C;
}

#leftcolumn div.text
{
    padding: 6px 6px 6px 6px;
    text-align: justify;
}

#leftcolumn div.alternatetext
{
    padding: 6px 6px 6px 6px;
    background-color: #e1e1e1;
    text-align: justify;
}

#leftcolumn div.sectiontitle, #leftcolumn .sectiontitle span
{
    padding: 6px 6px 6px 3px;
    font-size: 12px;
    font-weight: bold;
    color: White;
}
/* ---------------------- END LEFT COL ---------------------- */

/* ---------------------- START CENTER COL ---------------------- */

#centercolumn
{
    background-color: #FFFFFF;
    float: left;
    width: 605px;
    margin-left: 0;
    margin-right: 0;
}

#centercolumncontent
{
    /*padding: 15px 6px 15px 6px;*/
}

#centercolumncontent div.sectiontitle, #centercolumncontent .sectiontitle span
{
    background-position: left bottom;
    font-weight: bold;
    font-size: larger;
    color: #b45d16;
    background-image: url(Images/bkg_title.jpg);
    background-repeat: no-repeat;
}

#centercolumncontent div.sectionsubtitle
{
    font-weight: bold;
    color: #b45d16;
    padding-bottom: 4px;
}
/* ---------------------- END CENTER COL ---------------------- */


/* ---------------------- START RIGHT COL ---------------------- */
#rightcolumn
{
    width: 200px; /*Width of right column*/
    float: right;
    margin-top: 0px;
    margin-right: 0;
    background-color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CD5C5C;
}

#rightcolumn div.text
{
    padding: 6px 6px 6px 6px;
    text-align: justify;
}

#rightcolumn div.sectiontitle, #rightcolumn .sectiontitle span
{
    padding: 6px 6px 6px 3px;
    font-size: 12px;
    font-weight: bold;
    color: White;
}
/* ---------------------- END RIGHT COL ---------------------- */


/* ---------------------- START HEADER STYLES ---------------------- */
#header
{
    padding: 0px;
    margin: 0px 0px 5px 0px;
    width: 100%;
    height: 180px;
    width: 100%;
    background-image: url(images/Header.jpg);
    background-repeat: no-repeat;
}

#header2
{
    background-position: bottom;
    position: relative;
    padding: 0px;
    margin: 0px;
    height: 180px;
    background-image: url(images/background_nav.jpg);
    color: #000000;
    background-repeat: repeat-x;
}

#headermenu
{
    position: relative;
    left: 160px;
    width: 650px;
    top: 150px;
    padding: 4px 2px 2px 2px;
}
#headermenu .static
{
    color: #FFF;
    font-size: medium;
    font-weight: bold;
    width: 100%;
}

#headermenu .dynamic
{
    color: #990000;
    font-size: small;
    font-weight: bold;   
    z-index : 100; /* Fix per IE8 */
}

/* ---------------------- END HEADER STYLES ---------------------- */

/* ---------------------- START FOOTER STYLES ---------------------- */
#footer
{
    background-position: bottom;
    clear: both; /* fix for Firefox */
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 70px;
    visibility: visible;
    text-align: center;
    color: #ccc;
    background-image: url(images/background_nav_footer.gif);
    background-repeat: no-repeat;
}

#footermenu
{
    text-align: center;
    padding-top: 10px;
}

#footertext
{
    text-align: center;
    padding-top: 3px;
}

#footer A
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#footer A:hover
{
    text-decoration: underline;
}
/* ---------------------- END FOOTER STYLES ---------------------- */
/* ======================== END SKELETON ============================ */


/* ---------------------- START GENERAL STYLES ---------------------- */



/* ---------------------- END GENERAL STYLES ---------------------- */


/* ---------------------- START SPECIALTY STYLES ---------------------- */



.highlight
{
    background-color: #fefbd2;
    color: #000080;
}

/* ---------------------- END SPECIALTY STYLES ---------------------- */


/* ---------------------- START COMPONENTS ---------------------- */
#breadcrumb
{
    padding: 6px;
    font-size: medium;
    padding-left: 5px;
    color: #DF3800;
}

#breadcrumb a
{
}



#welcome
{
    font-size: 12px;
    text-align: right;
    padding: 4px;
}

#BannerTop
{
    position: absolute;
    text-align: right;
    top: 10px;
    right: 25px;
    width: 600px;
    height: 100px;
    padding: 2px 2px 2px 2px;
    font-size: 10px; /* background-color: trasparent;*/
}

.toolbox
{
    font-size: 10px;
}

.note
{
    color: #b45d16;
    padding: 6px 6px 6px 6px;
    font-size: smaller;
}

.articlebox
{
    color: #b45d16;
    font-size: small;
    border-right: #ffcc66 1px dotted;
    padding-right: 4px;
    border-top: #ffcc66 1px dotted;
    padding-left: 4px;
    padding-bottom: 4px;
    border-left: #ffcc66 1px dotted;
    padding-top: 4px;
    border-bottom: #ffcc66 1px dotted;
    background-color: #ffffe1;
}

.articlebox_last
{
    padding: 6px 6px 6px 6px;
    font-size: x-small;
    border-left: 1px solid #C7C7C7;
    border-right: 1px solid #C7C7C7;
}

.articletitle
{
    font-size: 15px;
    font-weight: bold;
    color: #995117;
    text-decoration: none;
}

.articleabstract
{
    padding-top: 6px;
}

.articleinfo
{
    color: #996633;
}

.comment
{
    padding: 4px 0px 4px 0px;
    font-size: smaller;
}

.pollbox
{
    font-size: 11px;
}

.pollcontent
{
    padding: 1px;
    border: 1px dotted #E9D06C;
    background-color: #F9FFDB;
}

.pollquestion
{
    font-size: 11px;
    font-weight: bold;
}

.polloptions
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.pollbar
{
    background-color: Green;
    font-size: 4px;
}

.progressbarcontainer
{
    width: 98%;
    height: 10px;
    border: solid 1px black;
    padding: 1px;
}

.progressbar
{
    width: 0px;
    background-color: #FF6600;
    height: 10px;
}

.newsletterbox
{
    font-size: 11px;
    background: #DBE5FF;
    border: 1px solid #3366FF;
    margin-top: 10px;
}

.newsletterboxcontent
{
    padding: 6px;
}

.bannerbox
{
    margin-top: 10px; /*margin-left: 10px; 	margin-right: 10px; 	padding: 5px;*/
    text-align: center;
}


/* ---------------------- END COMPONENTS ---------------------- */


.tblContainer
{
    border: 1px solid #C0C0C0;
    width: 100%;
    background: #ffffe1;
}

#leftcolumn .DivCont
{
    width: 156px;
}
#leftcolumn .DivCont a
{
    font-weight: bold;
}
#leftcolumn .DivContTop
{
    background-image: url(           'Images/div_top_sx.gif' );
    background-repeat: no-repeat;
    width: 156px;
    height: 34px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    padding-left: 3px;
}
#leftcolumn .DivContMed
{
    background-image: url(     'Images/div_cont_sx.gif' );
    background-repeat: repeat-y;
    margin: 0;
    padding: 1px 3px 1px 3px;
}
#leftcolumn .DivContBot
{
    background-image: url(           'Images/div_bot_sx.gif' );
    background-repeat: no-repeat;
    width: 156px;
    height: 8px;
}

#rightcolumn .DivCont
{
    width: 193px;
}

#rightcolumn .DivContTop
{
    background-image: url(           'Images/div_top_dx.gif' );
    background-repeat: no-repeat;
    width: 193px;
    height: 34px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    padding-left: 3px;
}
#rightcolumn .DivContMed
{
    padding: 1px 3px 1px 3px;
    background-image: url(      'Images/div_cont_dx.gif' );
    background-repeat: repeat-y;
    margin: 0;
}
#rightcolumn .DivContBot
{
    background-image: url(           'Images/div_bot_dx.gif' );
    background-repeat: no-repeat;
    width: 193px;
    height: 8px;
}

/*
ul.menu, ul.menu li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu
{
    width: 15em;
}
ul.menu li
{
    padding: 6px 0 6px 14px;
    line-height: 1.4em;
    background: url(images/ArrowR2.gif) no-repeat 0 0.9em;
    margin: -6px 0 0;
}
*/
.rss_desc
{
    border-bottom: dotted 1px #FF3300;
    border-bottom-color: #FF3300;
}
