/* 
================================
Skin styles for DotNetNuke
================================
*/

html
{
    margin: 0 0;
    padding: 0 0;
    width: auto;
    height: auto;
    text-align: center; /*center hack*/
}

.ControlPanel
{
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border: solid 1px green;
    z-index: 3;
    top: 0px;
    left: 0px;
    margin: 0px auto;
}

body
{
    position: relative;
    text-align: center; /*center hack*/
    /*background: url(bkg.jpg);*/
    margin: 0 0;
    padding: 0 0;
    width: auto;
    height: auto;
}

#logoB
{
    position: absolute;
    width: 287px;
    height: 253px; /*background: url(logo.png) no-repeat top;*/
    z-index: 3;
    top: 0;
    left: 0;
}

#Cerca
{
    position: absolute;
    width: auto;
    height: 26px; /* background: url(ckBk.png) repeat-x top;*/
    z-index: 4;
    top: 10px;
    right: 0;
}
#CercaSx a
{
    background: url(menubkg.gif) repeat-x bottom;
    padding: 3px 5px 1px 5px;
    color: #253121;
    border: solid 1px #253121;
    top: 0;
}
#CercaSx a:hover
{
    background: url(menuON.gif) repeat-x bottom;
    padding: 3px 5px 1px 5px;
    color: #ffffff;
    border: solid 1px #253121;
    top: 0;
}
#Lingua
{
    position: absolute;
    width: auto;
    z-index: 3;
    top: 105px;
    right: 28px;
}
#wrap
{
    position: relative;
    min-width: 760px;
    max-width: 960px;
    width: auto !important; /*IE6 hack*/
    width: 960px; /*IE6 hack*/
    margin: 0px auto; /*center hack*/
    text-align: left; /*center hack*/ /*top: 124px;*/
    padding-top: 124px;
    z-index: 2;
}

#mymenu
{
    position: relative;
    width: auto;
    height: 24px;
    background: url(menubkg.gif) repeat-x bottom;
    margin-left: 276px;
    z-index: 2;
}
.mymenuSx
{
    position: relative;
    width: auto;
    height: 24px;
    background: url(menuSx.gif) no-repeat left bottom;
}
.mymenuDx
{
    position: relative;
    width: auto;
    height: 24px;
    background: url(menuDx.gif) no-repeat right bottom;
    padding: 0px 27px 0px 27px;
}
#header
{
    position: relative;
    background: url(test.gif) no-repeat left top;
    height: 110px;
}
#headerDx
{
    position: relative;
    background: url(testDx.gif) no-repeat right bottom;
    height: 110px;
    width: auto;
}
#su
{
    background: #ffffff url(bodySx.gif) repeat-y left;
    width: auto;
    height: auto;
}
#suDx
{
    background: url(bodyDx.gif) repeat-y right;
    width: auto;
    height: auto;
}
#nvu
{
    background: #ffffff url(bodySx.gif) repeat-y left;
    width: auto;
    height: auto;
    margin: 0 auto;
}
#nvuDx
{
    background: url(bodyDx.gif) repeat-y right;
    width: auto;
    height: auto;
    text-align: center;
}
#data
{
    position: relative;
    float: left;
    width: 19%;
    height: 18px;
    text-align: left;
}
#percorso
{
    position: relative;
    float: left;
    width: 60%;
    height: 18px;
    text-align: center;
}
#utente
{
    position: relative;
    float: left;
    width: 19%;
    height: 18px;
    text-align: right;
}
#bodyMy
{
    position: relative;
    background: #ffffff url(bodySx.gif) repeat-y left;
    width: auto;
    height: auto;
    z-index: 2;
}

#bodyMyDx
{
    position: relative;
    background: url(bodyDx.gif) repeat-y right;
    width: auto;
    height: auto;
    z-index: 2;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */


#sidebar
{
    position: relative;
    float: left;
    width: 21%;
    overflow: hidden;
}
#content
{
    position: relative;
    float: left;
    width: 79%;
    overflow: hidden;
}

#giu
{
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
}
#giuR
{
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
}
/*#footer
{
    clear: both;
    background: url(piede.gif) no-repeat center bottom;
    height: 57px;
    text-align: center;
}*/
#footer
{
    clear: both;
    background: url(piede.gif) no-repeat center top;
    height: 57px;
    text-align: left; /*center hack*/
    z-index: 5;
    position: relative;
    min-width: 760px;
    max-width: 960px;
    width: auto !important; /*IE6 hack*/
    width: 960px; /*IE6 hack*/
    margin: 0px auto; /*center hack*/
    padding-bottom: 15px;
}
#footerSx
{
    background: url(piedeSx.gif) no-repeat left bottom;
    height: 57px;
    width: auto;
    text-align: center;
}
#footerDx
{
    background: url(piedeDx.gif) no-repeat right bottom;
    height: 57px;
    width: auto;
}
.inside
{
    padding: 10px;
}

#sottobody
{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 150px;
    top: 0px;
    left: 0px;
    background: url(sottobkg.gif) no-repeat top center;
}
/*typography*/

.Head
{
    font-size: 1.4em;
    font-family: Trebuchet, sans-serif;
    font-weight: bold;
    color: #157057;
    margin: 0;
    padding: 0;
    width: auto;
}

.SubHead
{
    color: #3d9c82;
}

.Normal, .NormalDisabled
{
    text-align: justify;
    color: #484747;
}

.NormalBold
{
    color: #157057;
}
.NormalRed
{
    color: #f9505c;
}
.NormalTextBox
{
    background: #ffffff url(textboxBkg.gif) repeat-x top;
    color: #157057;
}
.StandardButton
{
    background: url(menubkg.gif) repeat-x bottom;
    padding: 0px 5px 0px 5px;
    color: #253121;
    font-weight: bold;
    bottom: 0;
}
h1
{
    font-size: 1.7em;
}
h2
{
    font-size: 1.5em;
}
h3
{
    font-size: 1.3em;
    color: #000000;
    font-weight: bold;
}
h4
{
    font-size: 1.2em;
    color: #157057;
}
h5, DT
{
    font-size: 1.1em;
    color: #000000;
    font-weight: normal;
}
h6
{
    font-size: 1em;
    font-weight: bold;
    color: #000000;
}
/************Formattazione Tabella******/
#tablesito
{
    border: dotted 1px gray;
    table-layout: auto;
}
#tablesito td
{
    border: dotted 1px gray;
    padding: 2px 2px;
}
#tablesito thead
{
    background: #9ce070 url(theadbkg.gif) repeat-x top;
}
#tablesito thead th
{
    border: solid 1px gray;
}
#tablesito tfoot
{
    color: #35671f;
    background-color: #c0eaaa;
}
#tablesito th
{
    vertical-align: baseline;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    padding: 3px 5px;
}
#tablesito tbody
{
    text-align: left;
    color: #484747;
    font-size: 76%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url(bkgtbody.gif) repeat-x top;
    padding: 3px 3px;
}

hr
{
    border: 1px solid green;
    height: 1px;
}
/**********elenchi****************/
ul#elencosito
{
    font-size: 12px;
    line-height: 1.5;
}
ul#elencosito li
{
    list-style-type: none;
    padding: 0 0 5px 25px;
    background: url(punto.gif) no-repeat 0px 0px;
}


ol#numeratosito
{
    font-size: 12px;
    line-height: 1.5;
    padding: 0 0 5px 25px;
}
ol#numeratosito li
{
    list-style-type: decimal;
    padding: 0 0 5px 0px;
}


/************link dotnetnuke***********/
.SkinObject
{
    color: #185301;
}
a.SkinObject:link
{
    text-decoration: none;
    color: #185301;
}

A.SkinObject:active
{
    text-decoration: none;
    color: Red;
}
A.SkinObject:hover
{
    text-decoration: none;
    color: #53ab2a;
}
A.SkinObject:visited
{
    text-decoration: none;
    color: #58818c;
}
#dnn_dnnUSER_cmdRegister
{
    color: #f9505c;
}


body
{
    font-size: 76%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address
{
    margin: 0.5em 0;
}
li, dd
{
    margin-left: 1em;
}
fieldset
{
    padding: .5em;
}*/

a:link
{
    text-decoration: none;
    color: #157057;
}

a:active
{
    text-decoration: none;
    color: Red;
}
a:hover
{
    text-decoration: underline;
    color: #53ab2a;
}
a:visited
{
    text-decoration: none;
    color: #83d054;
}


#footer
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #185301;
    font-weight: bold;
}


/******* Men�Style *******/
#camiciaMenu
{
}
.MainMenu_MenuContainer
{
    background-color: transparent;
    width: auto;
    height: 24px;
    margin: 0px auto;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    height: 24px;
}
/*Testo Tendina*/
.MainMenu_MenuItem
{
    border-left: #5bb72f 0px solid;
    border-bottom: #5bb72f 1px solid;
    border-top: #5bb72f 1px solid;
    border-right: #5bb72f 0px solid;
    cursor: pointer;
    color: #253121;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    height: 24px;
    font-style: normal;
    background-color: Transparent;
}
/*Icone Tendina*/
.MainMenu_MenuIcon
{
    background: #7fcd4b;
    border-left: #7fcd4b 1px solid;
    border-bottom: #7fcd4b 1px solid;
    border-top: #7fcd4b 1px solid;
    cursor: pointer;
    text-align: center;
    width: 24px;
    height: 24px;
}
/*Tendina*/
.MainMenu_SubMenu
{
    background: #5bb72f;
    z-index: 1000;
    cursor: pointer;
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);*/
}
.MainMenu_MenuBreak
{
    height: 1px;
    border: solid 1px red;
}
/*Pulsante Menu over*/
.MainMenu_MenuItemSel
{
    background: url(menuONtendina.gif) repeat-x bottom;
    cursor: pointer;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    height: 24px;
}
/*Coda Tendina*/
.MainMenu_MenuArrow
{
    border-right: #5bb72f 0px solid;
    border-bottom: #5bb72f 0px solid;
    border-top: #5bb72f 0px solid;
    font-family: webdings;
    height: 24px;
    font-size: 10pt;
    cursor: pointer;
}
/*Freccette Menu*/
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    
}
.MainMenu_RootMenuItemBreadcrumb
{
    height: 24px;
}

.MainMenu_SubMenuItemBreadcrumb
{
    height: 24px;
}

.MainMenu_RootMenuItem
{
    height: 24px;
}
.MainMenu_RootMenuItemActive
{
    color: #ffffff;
    background: url(menuAC.gif) repeat-x bottom;
    border: solid 1px red;
    height: 24px;
}
.MainMenu_SubMenuItemActive
{
    height: 24px;
}

.MainMenu_RootMenuItemSelected
{
    background: url(menuON.gif) repeat-x bottom;
    height: 24px;
}
/***Blog***/
#aggBlog label
{ 
    font-size: 52%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*menu lateraleMio*/
ul.menu3
{
    width: auto;
    list-style: none; /* elimino i punti elenco */
    margin: 0;
    padding: 0; /* elimino i rientri delle liste */
}
ul.menu3 li a
{
    display: block; /* il link occupa tutto lo spazio orizzontale */
    text-decoration: none; /* elimino la sottolineatura, che si tratta di un link si capisce dalla struttura */
    padding: 0 1em; /* lascia spazio far il bordo del menu e il testo del link */
    height: 24px;
    line-height: 2em; /* altezza del link: height e line-height devono avere il medesimo valore */
}
ul.menu3 li
{
    display: inline;
    background: url(menubkgLoN.gif); /*pre-load immagine*/
}
ul.menu3 li a:link, ul.menu3 li a:visited
{
    background: url(menubkgL.gif) repeat-x bottom;
    color: #ffffff;
    font-weight: bold;
}
/* colori per il link */
ul.menu3 li a:hover, ul.menu3 li a:active
{
    background: url(menubkgLoN.gif) repeat-x bottom;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
/* colori per l'effetto roll-over */


/*Div verde arrotondato*/

#PTHome
{
  width: auto;
  height: auto;
  background: url(ThBkg.gif) repeat;
  
}
#PTHomeA
{
  width: auto;
  height: auto;
  background: url(ThSxA.gif) no-repeat left top;
}
#PTHomeAdx
{width: auto;
  height: auto;
  background: url(ThDxA.gif) no-repeat right top;
  }
  #PTHomeB
  {
  width: auto;
  height: auto;
  background: url(ThSxB.gif) no-repeat left bottom;
   }
  
  #PTHomeBdx
  {
  width: auto;
  height: auto;
  background: url(ThDxB.gif) no-repeat right bottom;
  }
  
  #primahome
  {
      width: auto;
      height: 289px;
      background: url(bk1Hbk.gif) repeat-x top;
  }
  
   #primahomeSx
  {
      width: auto;
      height: auto;
      background: url(bk1HSx.gif) no-repeat top left;
      
  }
  
   #primahomeDx
  {
      width: auto;
       height: 289px;
      background: url(bk1HDx.gif) no-repeat top right;
  }

