/* 
================================
Skin styles for DotNetNuke
================================
*/ 


/*Container submenu*/

#submenucontainer{
background-color:#0066CC;
}

#submenucontainer a{
color: #FFFFFF;
}

#bgtl{
width: 15px;
height: 15px;
background-image: url(bgt_l.jpg);
background-repeat: no-repeat;
line-height: 15px;
}

#bgtm{
width: 170px;
height: 15px;
background-image: url(bgt_m.jpg);
background-repeat: repeat-x;
line-height: 15px;
}

#bgtr{
width: 15px;
height: 15px;
background-image: url(bgt_r.jpg);
background-repeat: no-repeat;
line-height: 15px;
}

#bgml{
width: 15px;
background-image: url(bgm_l.jpg);
background-repeat: repeat-y;
}

#bgmr{
width: 15px;
background-image: url(bgm_r.jpg);
background-repeat: repeat-y;
}

#bgbl{
width: 15px;
height: 15px;
background-image: url(bgb_l.jpg);
background-repeat: no-repeat;
line-height: 15px;
}

#bgbm{
width: 170px;
height: 15px;
background-image: url(bgb_m.jpg);
background-repeat: repeat-x;
line-height: 15px;
}

#bgbr{
width: 15px;
height: 15px;
background-image: url(bgb_r.jpg);
background-repeat: no-repeat;
line-height: 15px;
}

/*formattazzione contenuti submenu*/

#houseMenuVstatic{
margin-left: 0px;
padding-left: 0px;
list-style: none;
}

#houseMenuVstatic li{
/*list-style-image:url(breadcrumbmenu.gif);
list-style-position: inside;
*/
list-style: none;
color: #FFFFFF;
font-family:Arial,Helvetica,Tahoma;
font-size:12px;
font-weight:normal;
text-decoration:none;
height: 25px;
line-height: 25px;
border-bottom: solid 1px #0066FF;
padding-left: 10px;
background-image: url(breadcrumbmenu.gif);
background-repeat: no-repeat;
background-position: 0 .6em;
}

#houseMenuVstatic li a:hover{
color:#000000;
}

li#houseMenuParentItem{
font-size:18px;
background-image:none;

}

li#houseMenuCurrentItem{
background-image: url(breadcrumbmenu_hk.gif);
}

li#houseMenuCurrentItem a{
color:#000000;
font-weight: bold;
}


/*Formattazione modulo Page_Container*/

#page_containermaster{
margin-left: 50px;
border-left: solid 1px #999999;
padding-left: 25px;
width: auto;
height: auto;
float:left;
clear:both;
}

#dnn_middlepanetop #page_containermaster2{
width: 595px;
}

.p1{
padding-top: 10px;
font-size:13px;
line-height: 20px;
color: #666666;
}

#page_containermaster .normal{
font-size:12px;
line-height: 18px;
color: #333333;
}


.normale p{
font-size:12px;
line-height: 18px;
color: #333333;
}

























