/* ================================
Default styles FOR DotNetNuke
================================
*/   
/* background color for the content part of the pages */

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('CartoGothicStd-Book-webfont.eot');
    src: url('CartoGothicStd-Book-webfont.eot?iefix') format('eot'),
         url('CartoGothicStd-Book-webfont.woff') format('woff'),
         url('CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('CartoGothicStd-Book-webfont.svg#webfont1l1oLWSU') format('svg');
    font-weight: normal;
    font-style: normal;

}

Body
{
background-color: white;
font-family:Tahoma; 
font-size: 13px;
font-weight: normal;
color:#666666;
line-height:180%;
}
.ControlPanel, .PagingTable {
width: 100%;
background-color: #FFFFFF;
BORDER-RIGHT: #003366 1px solid; 
BORDER-TOP: #003366 1px solid; 
BORDER-LEFT: #003366 1px solid; 
BORDER-BOTTOM: #003366 1px solid; 
}
.SkinObject {
font-weight: bold;
font-size: 8.5pt;
color: #003366;
font-family: Tahoma, Arial, Helvetica;
text-decoration: none;
}
A.SkinObject:link {
text-decoration:    none;
color:#003366;
}
A.SkinObject:visited  {
text-decoration:    none;
color:#003366;
}
A.SkinObject:active   {
text-decoration:    none;
color:#003366;
}
A.SkinObject:hover    {
text-decoration:    none;
color:#003366;
}
/* style for module titles */
.Head   {
font-family:"Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica;
font-size:  20px;
font-weight:normal;
color:#999999;
}
/* style of item titles on edit and admin pages */
.SubHead    {
font-family: Tahoma, Arial, Helvetica;
font-size:  11px;
font-weight:    bold;
color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-family: Tahoma, Arial, Helvetica;
font-size:12px;
font-weight: bold;
color: black;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
	color: #666666;
    font-family: Tahoma,tahoma,Arial;
    font-size: 13px;
    line-height: 180%;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
color: Silver;
}
/* text style used for rendered text which requires emphasis */
.NormalBold
{
color: #666666;
font-family: tahoma,Arial;
font-size: 13px;
line-height: 180%;
font-weight: bold;
color:#666;
}
/* text style used for error messages */
.NormalRed
{
font-family: tahoma,Arial;
font-size: 13px;
line-height: 180%;
font-weight: bold;
color: #ff0000
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family: tahoma,Arial;
font-size: 12px;
font-weight: normal;
}
/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
background-color:White;
color: Red;
font-family: Tahoma, Arial, Helvetica;
font-size: 10px;
font-weight: normal;
}
.DataGrid_Container
{
background-color: Transparent;
}
.DataGrid_Footer
{
background-color:White;
}
.DataGrid_Header
{
background-color:Transparent;
color: Black;
font-family: Tahoma, Arial, Helvetica;
font-size: 10px;
font-weight: bold;
text-align: center;
}
.DataGrid_Item
{
background-color:Transparent;
color: Black;
font-family: Tahoma, Arial, Helvetica;
font-size: 10px;
font-weight: normal;
}
.DataGrid_SelectedItem
{
background-color: Silver;
color: Blue;
font-family: Tahoma, Arial, Helvetica;
font-size: 10px;
font-weight: normal;
}
/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
font-weight: normal;
}
.TreeMenu_NodeSelected
{
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
font-weight: normal;
background-color: #dcdcdc; 
}
A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
text-decoration:    none;
color: #003366;
}
A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
text-decoration:    none;
color: #003366;
}
A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
text-decoration:    none;
color: #003366;
}
A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
text-decoration:    none;
color: #ff0000;
}
/* styles used in the FileManager */
.FileManager
{
border-right: black 1px solid;
border-top: black 1px solid;
border-left: black 1px solid;
border-bottom: black 1px solid;
height:400px;
}
.FileManager_ToolBar
{
border-bottom: black 1px solid;
height:25px;
}
.FileManager_Explorer
{
height:100%;
border: dimgray 1px solid;
background-color: White;
margin: 2px 2px 2px 2px;
}
.FileManager_FileList 
{
height:100%;
border: dimgray 1px solid;
background-color: White;
margin: 2px 2px 2px 2px;
overflow: auto;
}
.FileManager_MessageBox 
{
text-align: center;
vertical-align: middle;
background-color: White;
padding: 25px 25px 25px 25px;
}
.FileManager_Header
{
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
color: #E7E7FF;
background-color: #9EBFF6;
border-bottom: dimgray 1px solid;
height: 25px;
}
.FileManager_Pager
{
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
background-color: #EEEEEE;
border-top: dimgray 1px solid;
height: 25px;
}
.FileManager_StatusBar
{
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
background-color: #dedfde;
height: 25px;
margin: 2px 2px 2px 2px;
}
.FileManager_Item
{
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
color: Black;
background-color: #F8F8F8;
border-top: black 1px dashed;
border-bottom: black 1px dashed;
}
.FileManager_AltItem
{
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
color: Black;
background-color: #EEEEEE;
border-style: none;
}
.FileManager_SelItem
{
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
color: White;
background-color: #99ffff;
border-style: none;
}
.FileManagerTreeNode 
{
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
}
.FileManagerTreeNodeSelected 
{
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
background-color: #dcdcdc; 
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
text-decoration:    none;
color: #003366;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
text-decoration:    none;
color: #003366;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
text-decoration:    none;
color: #003366;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
text-decoration:    none;
color: #ff0000;
}
/* styles used in the Wizard Framework */
.Wizard
{
border-right: black 1px solid;
border-top: black 1px solid;
border-left: black 1px solid;
border-bottom: black 1px solid;
height:400px;
width:650px;
}
.WizardButton
{
border-right: dimgray 1px solid;
padding-right: 2px;
border-top: dimgray 1px solid;
padding-left: 2px;
padding-bottom: 2px;
border-left: dimgray 1px solid;
padding-top: 2px;
border-bottom: dimgray 1px solid;
background-color: gainsboro;
}
.WizardHeader
{
background: #ffffcc;
border-bottom: black 1px solid;
height:40px;
}
.WizardFooter
{
border-top: black 1px solid;
background: #ccffcc;
height: 25px;
text-align: right;
}
.WizardBody
{
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-top: 10px;
height: 325px;
}
.WizardHelp
{
padding-right: 5px;
padding-left: 5px;
font-size: 9pt;
padding-bottom: 5px;
border-left: black 1px solid;
width: 180px;
padding-top: 5px;
background-color: #ccffff;
}
.WizardHelpText
{
overflow: auto;
font-size: 8pt;
width: 180px;
color: black;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
height: 300px;
}
.WizardText
{
font-size: 9pt;
color: black;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
/* text style used for help text rendered by modules */
.Help
{
border-right: black 1px solid;
padding-right: 2px;
border-top: black 1px solid;
padding-left: 2px;
font-weight: normal;
font-size: 11px;
padding-bottom: 2px;
border-left: black 1px solid;
color: black;
padding-top: 2px;
border-bottom: black 1px solid;
font-family: Tahoma, Arial, Helvetica;
background-color: #ffff99;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-family: tahoma, Arial, Helvetica;
font-size: 13px;
font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {

color: #556FA7;
}
A.CommandButton:visited  {
text-decoration:    none;
color: #8DC63F;
}
A.CommandButton:active   {
text-decoration:    none;
color: #009999;
}
A.CommandButton:hover    {
text-decoration: underlined;
color:#999999;
}

/* button style for standard HTML buttons */
.StandardButton
{
padding-right: 5px;
padding-left: 5px;
font-weight: normal;
font-size: 11px;
background: #dddddd;
color: #000000;
font-family: Verdana, sans-serif;
}
/* GENERIC */
H1  { font-family:Century Gothic, Trebuchet MS, Trebuchet, Arial, Tahoma;font-size:30px;font-weight:normal;color:#666;margin-top:0;line-height:120%;}

H2  {font-family:Century Gothic, Trebuchet MS, Trebuchet, Arial, Tahoma; font-size:22px; font-weight:normal;color:#666;}

H3  {
font-family: Tahoma, Arial, Helvetica;
font-size:  12px;
font-weight: normal;
color: #003366;
margin:10px 0 0 0;
}

H4  {
font-family: Tahoma, Arial, Helvetica;
font-size:  12px;
font-weight: normal;
color: #003366;
}
H5, DT  {
font-family: Tahoma, Arial, Helvetica;
font-size:  11px;
font-weight: bold;
color: #003366;
}
H6  {
font-family: Tahoma, Arial, Helvetica;
font-size:  11px;
font-weight: bold;
color: #003366;
}
TFOOT, THEAD    {
font-family: Tahoma, Arial, Helvetica;
font-size:  12px;
color: #003366;
}
TH  {
vertical-align: baseline;
font-family: Tahoma, Arial, Helvetica;
font-size:  12px;
font-weight: bold;
color: #003366;
}

SMALL   {
font-size:  8px;
}
BIG {
font-size:  13px;
}
BLOCKQUOTE, PRE {

}
UL LI   {
list-style-type:    ;
}
UL LI LI    {
list-style-type:    disc;
}
UL LI LI LI {
list-style-type:    circle;
}
OL LI   {
list-style-type:    decimal;
}
OL OL LI    {
list-style-type:    lower-alpha;
}
OL OL OL LI {
list-style-type:    lower-roman;
}
HR {
color: dimgrey;
height:1pt;
text-align:left
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
border-bottom: blue 0px solid; 
border-left: blue 0px solid; 
border-top: blue 0px solid; 
border-right: blue 0px solid; 
}
.ModuleTitle_MenuBar {
cursor: pointer; 
cursor: hand;
height:16;
background-color: Transparent;
}
.ModuleTitle_MenuItem {
cursor: pointer; 
cursor: hand; 
color: black; 
font-family: Tahoma, Arial, Helvetica; 
font-size: 9pt; 
font-weight: bold; 
font-style: normal; 
border-left: white 0px solid; 
border-bottom: white 1px solid; 
border-top: white 1px solid; 
border-right: white 0px solid;
background-color: Transparent;
}
.ModuleTitle_MenuIcon {
cursor: pointer; 
cursor: hand; 
background-color: #EEEEEE; 
border-left: #EEEEEE 1px solid; 
border-bottom: #EEEEEE 1px solid; 
border-top: #EEEEEE 1px solid; 
text-align: center; 
width: 15; 
height: 21;
}
.ModuleTitle_SubMenu {
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
background-color: #FFFFFF; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
border-bottom: #FFFFFF 0px solid; 
border-left: #FFFFFF 0px solid; 
border-top: #FFFFFF 0px solid; 
border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
border-bottom: #EEEEEE 1px solid; 
border-left: #EEEEEE 0px solid; 
border-top: #EEEEEE 1px solid;  
border-right: #EEEEEE 0px solid; 
background-color: #EEEEEE; 
height: 1px;
}
.ModuleTitle_MenuItemSel {
cursor: pointer; 
cursor: hand; 
color: black; 
font-family: Tahoma, Arial, Helvetica; 
font-size: 9pt; 
font-weight: bold; 
font-style: normal;
}
.ModuleTitle_MenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand; 
border-right: #FFFFFF 1px solid; 
border-bottom: #FFFFFF 1px solid; 
border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand;
}
/* Main Menu */
.MainMenu_MenuContainer {
background-color: transparent;
}
.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand;
height:16;
background-color: Transparent;
}
.MainMenu_MenuItem {
cursor: pointer; 
cursor: hand; 
color: #ff9900; 
font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica; 
font-size: 12pt; 
font-weight: bold; 
font-style: normal; 
border-left: white 0px solid; 
border-bottom: white 1px solid; 
border-top: white 1px solid; 
border-right: white 0px solid;
background-color: Transparent;
}
.MainMenu_MenuIcon {
cursor: pointer; 
cursor: hand; 
/*background-color: #EEEEEE; */
border-left: #EEEEEE 1px solid; 
border-bottom: #EEEEEE 1px solid; 
border-top: #EEEEEE 1px solid; 
text-align: center; 
width: 15; 
height: 21;
}
.MainMenu_SubMenu {
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
background-color: #FFFFFF; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
border-bottom: #FFFFFF 0px solid; 
border-left: #FFFFFF 0px solid; 
border-top: #FFFFFF 0px solid; 
border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
border-bottom: #EEEEEE 1px solid; 
border-left: #EEEEEE 0px solid; 
border-top: #EEEEEE 1px solid;  
border-right: #EEEEEE 0px solid; 
/*background-color: #EEEEEE; */
height: 1px;
}
.MainMenu_MenuItemSel {
cursor: pointer; 
cursor: hand; 
color:#00CC00; 
font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica;; 
font-size: 12pt; 
font-weight: bold; 
font-style: normal;
}
.MainMenu_MenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand; 
border-right: #FFFFFF 1px solid; 
border-bottom: #FFFFFF 1px solid; 
border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand;
}
/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
background-color: #CCCCCC;
}
.TabBg {
background-color: black;
}
.SelectedTab {
font-weight: bold;
font-size: 8.5pt;
color: #FFFFFF;
font-family: Tahoma, Arial, Helvetica;
text-decoration: none;
}
A.SelectedTab:link {
text-decoration:    none;
color:white;
}
A.SelectedTab:visited  {
text-decoration:    none;
color:#eeeeee;
}
A.SelectedTab:active   {
text-decoration:    none;
color:#eeeeee;
}
A.SelectedTab:hover    {
text-decoration:    none;
color:#cccccc;
}
.OtherTabs {
font-weight: bold;
font-size: 8.5pt;
color: white;
font-family: Tahoma, Arial, Helvetica;
text-decoration: none;
}
A.OtherTabs:link {
text-decoration:    none;
color:white;
}
A.OtherTabs:visited  {
text-decoration:    none;
color:#eeeeee;
}
A.OtherTabs:active   {
text-decoration:    none;
color:#eeeeee;
}
A.OtherTabs:hover    {
text-decoration:    none;
color:#cccccc;
}
.PagingTable {
height: 33px;
}
.LabelEditOverClass
{	
cursor: pointer;
text-decoration: underline overline;
}
.LabelEditTextClass
{
border: solid 1px red;
background-color: Transparent;
}
.LabelEditWorkClass
{
/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
border: solid 0px red;background-color: Transparent;
}

.piccolo {font size:12px;}
img{border:none;}

/*new site 2010*/
p {margin:0;}
.turismo h1 {color:#fda634;}
.aziende h1 {color:#8CC63F;}
.blogH2 {font-family:tahoma, arial, verdana; font-size:14px; font-weight:bold;margin:0;}
.newp {font-family:Tahoma, Arial; line-height:180%; color:#666;font-size:13px; }
.strongOrange {color:#FDB834; font-weight:bold; margin:3px 0;}
.indicatore_sezione_turismo {background:url(/portals/2/Skins/bizcom2010_skin/images/soluzioni_per_il_turismo.png) no-repeat top right;width:100%; height:52px;position:relative; z-index:200; top:10px;right:20px;}
.indicatore_sezione_turismo h3, .indicatore_sezione_speciali h3, .indicatore_servizi h3, .indicatore_sezione_aziende h3, .indicatore_altriBlog h3{text-indent:-9999px;} 
.indicatore_sezione_aziende {background:url(/portals/2/Skins/bizcom2010_skin/images/soluzioni_per_aziende.png) no-repeat top right;right:20px;width:100%; height:52px;position:relative; z-index:200; top:10px;}
.indicatore_sezione_speciali{background:url(/portals/2/Skins/bizcom2010_skin/images/indicatore_sezione_speciali.png) no-repeat top right;width:100%; height:52px;position:relative; z-index:200; top:10px; right:20px;}
.indicatore_servizi {background:url(/portals/2/images/servizi_PromoConsulenza.png) no-repeat top right;width:100%; height:52px;position:relative; z-index:200; top:10px;right:20px;}


.indicatore_altriBlog {background:url(/portals/2/Skins/bizcom2010_skin/images/dagliAltriBlogs.png) no-repeat top right;width:100%; height:52px;position:relative; z-index:200; top:10px;right:20px;}
.lateralMiddleDivPadding {
	padding:0 20px 20px 20px;  
	background: url(/portals/2/Skins/bizcom2010_skin/images/lateralMiddleDivBack.png) 
	repeat-x scroll left top #F5f5f5;
    margin-left: 20px;
    min-height: 282px;
    width: 260px;
	border-left: 1px solid #DDDDDD;
    box-shadow: -1px 0 #FFFFFF;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	}

.lateralMiddleDiv ul,.aziLateralMiddleDiv ul , .footerlist {margin-top:0; padding:0 10px 0 20px;margin-left:0;}
.lateralMiddleDiv li {list-style-type:none; font-family:Tahoma, Arial; font-size:13px; line-height:180%; color:#666; padding:10px 0; 
background:url(/portals/2/Skins/bizcom2010_skin/images/lineaOrizzontale.png) repeat-x bottom left;}
.aziLateralMiddleDiv li {list-style-type:none; font-family:Tahoma, Arial; font-size:13px; line-height:180%; color:#666; padding:10px 0; background:url(/portals/2/Skins/bizcom2010_skin/images/lineaOrizzontale.png) no-repeat bottom left;}
.footerlist li{list-style-type:none; font-family:Tahoma, Arial; font-size:13px; line-height:120%; color:#666; padding:5px 0; background:url(/portals/2/Skins/bizcom2010_skin/images/lineaOrizzontale.png) no-repeat bottom left;}
.lateralMiddleDiv a:link, .aziLateralMiddleDiv a:link, .aziLateralMiddleDiv a:visited, .lateralMiddleDiv a:visited  {color:#666;text-decoration:none;}
.lateralMiddleDiv a:hover, .lateralMiddleDiv a:active {/*color:#ff9900;*/color:#556fa7; text-decoration:none;}
.aziLateralMiddleDiv a:hover,.aziLateralMiddleDiv a:active {/*color:#8dc63f;*/ color:#556fa7;  text-decoration:none;}
.breadcrumbSpan {float:left; font-style:italic; font-family:Arial; color:#999999; font-szie:12px;}
/*.breadcrumbSpan  a:link, .breadcrumbSpan a:visited{color:#999999; }
.breadcrumbSpan a:hover, .breadcrumbSpan a:active {color:#999999;}*/
.footerp {font-size:13px;font-family:Tahoma, Arial; line-height:120%; color:#666;}


/*link styles*/


a:link {text-decoration:none;color:#556fa7; font-weight:bold;}
a:visited{text-decoration:none;color:#556fa7;font-weight:bold;}
a:active {text-decoration:none;color:#999;font-weight:bold;}
a:hover {text-decoration: underline;color:#999;font-weight:bold;}
/*.turismo a:link, .turismo a:visited {font-weight:bold; color:#fda634; text-decoration:none;}
.turismo a:hover, .turismo a:active {font-weight:bold; color:#fda634; text-decoration:underline;}
.aziende a:link, .aziende a:visited {font-weight:bold; color:#8CC63F; text-decoration:none;}
.aziende a:hover, .aziende a:active {font-weight:bold; color:#8CC63F; text-decoration:underline;}*/
.footerlist a:link {text-decoration:none;}
.lateralContentDiv3 a, .home a {font-weight:normal; text-decoration:none; }
.home a {color:#666;}
.blogDivBig  a:not(.blog_more_link){color:#666; text-decoration:underline;}
.blogH2 a{text-decoration:none!important; color:#556fa7!important; font-weight:bold;font-size:18px;font-family:century gothic, tahoma, sans-serif;}
.blogH2 a:hover, .blogDivBig  a:hover{color:#999;}
.footerContainerDiv  a{color:#666;font-weight:normal;}
.footerContainerDiv  a:hover{color:#999;}

/*ows main menu*/
.owsmenu {margin:0 auto; padding-top:14px;color:#fff;font-family: century gothic, tahoma, arial;font-size:16px; font-weight:bold; text-shadow:1px 1px rgba(0,0,0,0.3)}
.owsmenu a:link, .owsmenu a:hover, .owsmenu a:active, .owsmenu a:visited {color:#fff;}

/*wufoo*/
.noI {background-color:transparent; padding:10px;}
.wufoo {font-family:tahoma, arial; }
input.medium, select.medium {width:90%;}
input.large, select.large, textarea.textarea {width:90%;}
.wufoo .info h2  {font-family:tahoma,trebuchet ms, arial, verdana; font-size:16px; font-weight:normal;}
.wufoo .info {font-family:tahoma,trebuchet ms, arial, verdana; font-size:13px; font-weight:normal;background:none !important; }
.wufoo input.text, .wufoo input.search, .wufoo textarea.textarea { background:#fff;border: 1px solid #ccc;}

/*js slider*/
#container{	margin:0 auto;position:relative;text-align:left;width:960px;background:transparent;margin-bottom:2em;}	
#container2 {width:243px; height:259px; background:url(/Portals/2/images/back.jpg) no-repeat;margin-left:30px;position:relative; top:100px;}		
#content{position:relative;}			

/* Easy Slider */
#slider ul, #slider li,#slider2 ul, #slider2 li, #speciali_slider ul , #speciali_slider li {margin:0;padding:0;list-style:none;}
#slider2{margin-top:1em;}
#content2 {overflow:hidden; width:243px; height:259px; background:url(/Portals/2/images/back.jpg) no-repeat;position:relative; left:30px;}
#slider li, #slider2 li{width:955px;height:254px;overflow:hidden;}
#speciali_slider {margin-left:30px;}	
#speciali_slider  li{height:254px;overflow:hidden;width:230px;}	
#prevBtn, #nextBtn,#slider1next, #slider1prev{display:block;width:30px;height:77px;position:absolute;left:-30px;top:71px;z-index:1000;}	
#nextBtn, #slider1next{ left:696px; }														
#prevBtn a, #nextBtn a,#slider1next a, #slider1prev a{  display:block;position:relative;width:30px;height:77px;background:url(../images/btn_prev.gif) no-repeat 0 0;	}	
#nextBtn a, #slider1next a{ 	background:url(../images/btn_next.gif) no-repeat 0 0;}	
/* numeric controls */	
ol#controls{	margin:1em 0;padding:0;height:28px;	}
ol#controls li{margin:0 10px 0 0; padding:0;float:left;list-style:none;height:28px;line-height:28px;}
ol#controls li a{float:left;height:28px;line-height:28px;border:1px solid #ccc;background:#DAF3F8;color:#555;	padding:0 10px;	text-decoration:none;}
ol#controls li.current a{background:#5DC9E1;color:#fff;}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* fine Easy Slider */

/*ribbon Bar*/
.dnnRibbonGroup  input {height:20px!important;}


/*pagine interne*/
.border {color: #fff;background-color: #fff;height: 1px;overflow:hidden;margin:0 35px;}
.approfondisciLink {clear:both;border-bottom:1px solid #eee; height:20px; margin:10px 35px 0 35px; }
.approfondisciLinkLast {clear:both;height:20px; margin:10px 35px 0 35px; }
.approfondisciSprite {text-indent:-99999px; margin-right:30px;float:right;}
.approfondisciSprite a:link, .approfondisciSprite a:visited {color:#666; background:url(/Portals/2/images/approfondisciIconSprite.png) no-repeat top left; height:15px!important; overflow:hidden;width:123px;display:block;clear:both;}
.approfondisciSprite a:hover, .approfondisciSprite a:active {color:#666; background:url(/Portals/2/images/approfondisciIconSprite.png) no-repeat 0 -15px; height:15px;width:123px;display:block;clear:both;}
