/* overrides portal.css */
.SkinObject
{
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}


/* page layout */

#divContainer
{
	width: 995px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#divTop
{
	font-size: 13pt;
	color: White;
	height: 29px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	vertical-align: middle;
}

#divTop.company
{
	background-color: #5185C0;
}
#divTop.customers
{
	background-color: #5185C0;
}
#divTop.info
{
	background-color: #5185C0;
}

#divTop .SkinObject
{
	color: White;
	font-family: Arial;
	margin-right: 5px;
	margin-left: 5px;
}

#divHeader
{
	background-color: #e8ecf6;
	height: 191px;
}
#divHeaderLeft
{
	width: 230px;
	float: left;
	overflow: visible;
	min-height: 140px;
	text-align: center;
	padding-top: 28px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 5px;
}
#divHeaderRight
{
	width: 762px;
	overflow: hidden;
	margin-right: 0px;
	margin-left: 0px;
}
#divHeaderRightBanner
{
	height: 160px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
#divHeaderRightBottom
{
	margin-top: 1px;
	margin-bottom:3px;
	font-size: 12pt;
	font-weight: bold;
	color: #5185C0;
	margin-right: 3px;
	margin-left: 3px;
	text-align: right;
	padding-right:10px;
}

#divHeaderRightBottom A
{
	color: #5185C0;
	padding-left: 7px;
	padding-right: 7px;
}

#divHeaderRightBottom span
{
	padding-left: 7px;
	padding-right: 7px;
}

#divBreadcrumb
{
	height: 29px;
	padding-left: 235px;
	width: 995px;
	color: #5185C0;
	font-size: 11pt;
	border-bottom: dashed 1px #5185C0;
	padding-top: 3px;
}
#divLeftCol
{
	width: 230px;
	border-right: dashed 1px #5185C0;
	min-height: 500px;
	float: left;
	/* padding-top: 62px; */
}
#dnn_LeftColPane
{
	padding-top: 30px;
	padding-bottom: 25px;
}


/* for Internet Explorer */
* html #divLeftCol
{
	height: 500px;
}


#divMiddleCol, #divMiddleColFull
{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
#divMiddleCol
{
	width: 490px;
}
#divMiddleColFull
{
	width: 735px;
}

#divRightCol
{
	float: right;
	width: 230px;
	border-left: dashed 1px #5185C0;
	min-height: 500px;
	padding-left: 5px;
	padding-top: 5px;
}
#divRightCol.company
{
	color: #5185C0;
}
#divRightCol.customers
{
	color: #DC001B;
}

#divRightCol.info
{
	color: #EB6E08;
}
/* correzione lista eventi */
#divRightCol .DNN_EventsContent
{
	margin-top: -20px;
}


/* for Internet Explorer */
* html #divRightCol
{
	height: 500px;
}

#divMiddleColTop
{
	height: 20px;
	width: 100%;
	background-color: #5185C0;
	margin-bottom: 20px;
}
#divMiddleColTop.company
{
	background-color: #5185C0;
}
#divMiddleColTop.customers
{
	background-color: #DC001B;
}
#divMiddleColTop.info
{
	background-color: #EB6E08;
}

#divMiddleColMain
{
	padding-left: 15px;
	padding-right: 5px;
	font-size: 12pt;
	color: Gray;
}

H2.company
{
	color: #5185C0;
}

H2.info
{
	color: #EB6E08;
}
H2.customers
{
	color: #DC001B;
}


/* stili */

H2
{
	/* poi il class personalizza le aree */
	font-size: 13pt;
	color: #5185C0;
	font-weight: bold;
	margin-bottom: 8px;
}

.boxAlert, .boxAlert .DNN_ANN_Description, .boxAlert A, .boxAlert A:visited, .boxAlert A:hover, .boxAlert p
{
	background-color: #DC001B;
	color: White;
	padding: 4px;
	font-size: 90%;
	margin-bottom: 6px;
}
.boxAlert .title, .boxAlert .SubHead
{
	text-transform: uppercase;
	padding-bottom: 10px;
	color: White;
	font-weight: bold;
}


.boxNews, .boxNews .DNN_ANN_Description, .boxNews A, .boxNews A:visited, .boxNews A:hover, .boxNews p
{
	color: #EB6E08;
	padding: 4px;
	font-size: 90%;
	margin-bottom: 0;
}
.boxNews .title, .boxNews .SubHead
{
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #EB6E08;
	font-weight: bold;
}

.boxInfo, .boxInfo .DNN_ANN_Description, .boxInfo A, .boxInfo A:visited, .boxInfo A:hover, .boxInfo p
{
	background-color: #4d84c4;
	color: white;
	padding: 6px;
	font-size: 80%;
	font-weight: bold;
	margin-right: 4px;
}
.boxInfo .title, .boxInfo .SubHead
{
	background-color: #a1b7de;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-left: 2px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 2px;
	color: white;
}
.boxInfo LI
{
	list-style-type: square;
}
.boxInfo HR
{
	color: White;
	width: 100%;
	height: 1px;
	position: relative;
	left: -20px;
	border-style: solid;
}


/* controlli moduli */

#divMiddleColMain .DNN_DocumentsContent
{
	width: 99%;
}

#divMiddleColMain .DNN_UserDefinedTableContent
{
	width: 98%;
}

/* menu sx standard */
#menuSx
{
	background-color: #FFFFFF;
	padding: 0px;
}
#menuSX ul li
{
	height: 20px;
	width: 210px;
	display: block;
	text-decoration: none;
	color: #5185C0;
	padding: 3px 3px 0px 12px;
	border-bottom: 1px dashed #5185c0;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;

}
#menuSX ul ul
{
background-color: #FFFFFF;
padding-left:2px;
border-left: 8px solid #5185C0;

}
#menuSX a
{color: #5185C0;
}

#menuSx a:hover
{
	background-color: #5185C0; 
	text-decoration: none;
	color: #FFFFFF;
}

/* IE correction */
.popout
{
padding-bottom:1px;
}

#LeftBottom
{
	font-size: xx-small;
	text-align: left;
	font-weight: bold;
}

#menuTitle
{
	background-color: #FFFFFF;
	font-size: larger;
	width: 220px;
	display: block;
	text-decoration: none;
	color: #5185C0;
	padding: 3px -1px 0px 12px;
	border-bottom: 1px dashed #5185c0;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
}

.DNN_FeedbackContent
{
	width: 380px;
}

P
{
margin:0px;
margin-bottom:5px;
}

