/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

}

.NormalBold
{
}

/* skin.css */

BODY
{
	background-image : url("images/riga_or2.jpg");
}

.warning
{
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size : 12px;
	color: red;
	background-color: yellow;
}

.testi_big
{
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size : 12px;
}

.testi_small
{
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size : 10px;
}

.titolo_small
{
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size : 10px;
	font-weight : bold;
	font-variant : small-caps;
	color : Gray;
}

.ArticleNewsLetter
{
	font-family: "Arial", "Geneva", "Helvetica", "sans-serif";
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}

/* Link */

A:active
{
	color: black;
	text-decoration : none;
	font-weight : 500;
}

A:visited
{
	color: maroon;
	text-decoration : none;
}

A:link
{
	color: olive;
	text-decoration : none;
}

A:hover
{
	color: black;
	text-decoration : none;
}

.breadcrumb
{
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
	font-weight:bold;
	color:#999966;
	background-color: white;
}

.menu_div
{
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size : 10px;
	color:black;
}

/* MENU */

.menucontainercssclass 
{
	background-color: #999966;
	color: white;
}

.menubarcssclass
{
	font-size: 13
	cursor:hand;
	background-color: #999966;
	color:white;
}

.menuitemcssclass
{
	cursor:hand;
	background-color:#999966;
	color: white;

	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size:10px;
	font-weight:bold;
}

.menuiconcssclass
{
	cursor:hand;
	background-color:#999966;
	color: white;

	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size:10px;
	font-weight:bold;
	width: 15px; 
	height: 22px;
}

.submenucssclass
{
	cursor:hand;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #999966;
	color: white;

	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size:10px;
	font-weight:bold;
	z-index: 1000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=4); 
}

.menubreakcssclass
{
	height: 0px;
	background-color: #999966;
}

.menuitemselcssclass
{
	cursor: hand;	
	background-color: #999966;
	color: black;
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	font-weight: bold;
}

.menuarrowcssclass
{
	cursor:hand;
	background-color:#999966;
	color: white;

	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size:10px;
	font-weight:bold;
	width: 15px; 
	height: 22px;
}

.rootmenuarwcssclass
{
	background-color:#999966;
	color: white;
}

.scrollitemcssclass
{
	background-color:#999966;
	color: white;
}

/* FINE MENU */


/* --------------
** linkMenuInnova (Internal[234].htm)
*/

td font div div div table tr td table tr td A.Normal
{
	font-weight: normal;
	font-size: 10px;
	cursor: hand;
	color: #ccff00;
	background-color: black;
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
}

td font div div div table tr td table tr td A.Normal:active
{
	color: #ffffff;
	text-decoration : none;
	font-weight: bold;
}

td font div div div table tr td table tr td A.Normal:visited
{
	color: #ccff00;
	text-decoration : none;
	font-weight: bold;
}

td font div div div table tr td table tr td A.Normal:link
{
	color: #ccff00;
	text-decoration : none;
	font-weight: bold;
}

td font div div div table tr td table tr td A.Normal:hover
{
	color: #ffffff;
	text-decoration : none;
	font-weight: bold;
}


/* -------------------------
** Internal3: LeftPane Links
*/

/*
tr td center div div div table tr td table tr td A.Normal:active
{
	color: white;
	text-decoration : none;
	font-weight: bold;
}
*/

tr td center div div div table tr td table tr td A.Normal:visited
{
	color: maroon;
	text-decoration : none;
	font-weight: bold;
}

tr td center div div div table tr td table tr td A.Normal:link
{
	color: black;
	text-decoration : none;
	font-weight: bold;
}

tr td center div div div table tr td table tr td A.Normal:hover
{
	color: white;
	text-decoration : none;
	font-weight: bold;
}

/* -----------
** login class
*/

.loginClass
{	
	font-weight: bold;
	font-size: 10px;
	cursor: hand;
	color: black;
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
}

A.loginClass:active
{
	color: black;
	text-decoration : none;
	font-weight: bold;
}

A.loginClass:visited
{
	color: black;
	text-decoration : none;
	font-weight: bold;
}

A.loginClass:link
{
	color: black;
	text-decoration : none;
	font-weight: bold;
}

A.loginClass:hover
{
	color: black;
	text-decoration : none;
	font-weight: bold;
}

.CurrentDateClass
{
	font-size: 8pt;
	color: black;
	text-decoration : none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.searchClass
{
	font-size: 8pt;
	color: black;
	background: white;
	text-decoration : none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A.searchClass:active
{
	color: black;
	background: white;
	text-decoration : none;
	font-weight: bold;
}

A.searchClass:visited
{
	color: white;
	text-decoration : none;
	font-weight: bold;
}

A.searchClass:link
{
	color: white;
	text-decoration : none;
	font-weight: bold;
}

A.searchClass:hover
{
	color: black;
	background: white;
	text-decoration : none;
	font-weight: bold;
}

.NormalTextBox
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	direction: ltr;
	text-indent: 1pt;
	position: relative;
	top: 3px;
	color: black;
	background-color: white;
}


