/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{

}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
font-family : Verdana, Arial, Helvetica, sans-serif;	color : #000000; font-size: 12px; text-decoration:none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family : Verdana, Arial, Helvetica, sans-serif;	color : #000000; font-size: 12px; text-decoration:none;
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
	background-color:#FFFFFF;
}

.ModuleTitle_MenuItem {
background-color:#FFFFFF;
}

.ModuleTitle_MenuIcon {
background-color:#FFFFFF;
}

.ModuleTitle_SubMenu {
background-color:#FFFFFF;
}

.ModuleTitle_MenuBreak {

}

.ModuleTitle_MenuItemSel {
background-color:#FFFFFF;
}

.ModuleTitle_MenuArrow {
background-color:#FFFFFF;
}

.ModuleTitle_RootMenuArrow {
background-color:#FFFFFF;
}

/* Main Menu */

.MainMenu_MenuContainer {
background-color:#FFFFFF;
	height: 20;
}

.MainMenu_MenuBar {
	background-color:#FFFFFF;
	height: 20;
}

.MainMenu_MenuItem {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background: #FF7F00;
	font-size: 14px;
	height: 20;
}

.MainMenu_MenuIcon {
background-color:#FFFFFF;
}

.MainMenu_SubMenu {
background-color:#FFFFFF;

}

.MainMenu_MenuBreak {
background:#FFFFFF;
border:none;
}

.MainMenu_MenuItemSel {
    color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background: #FF7F00;
	font-size: 14px;
	height: 20;
}

.MainMenu_MenuArrow {
background-color:#FFFFFF;

}	

.MainMenu_RootMenuArrow {
	background-color:#FFFFFF;
}

.MainMenu_RootMenuItemBreadcrumb
{
background-color:#FFFFFF;
}

.MainMenu_RootMenuItem
{
background-color:#FFFFFF;
}


/*
a.menubasso:link {font-family : Verdana, Arial, Helvetica, sans-serif; color : #000000; font-size : 11px;text-decoration:none}
a.menubasso:visited {font-family : Verdana, Arial, Helvetica, sans-serif; color : #000000; font-size : 11px;text-decoration:none}
a.menubasso:hover {font-family : Verdana, Arial, Helvetica, sans-serif; color : #000000; font-size : 11px;text-decoration:none}
a.menubasso:active {font-family : Verdana, Arial, Helvetica, sans-serif; color : #000000; font-size : 11px;text-decoration:none}
a.menu:link {font-family : Verdana, Arial, Helvetica, sans-serif; color : #000000; font-size : 10px;text-decoration:none}
a.menu:visited {font-family : Verdana, Arial, Helvetica, sans-serif; color : #000000; font-size : 10px;text-decoration:none;}
a.menu:hover {font-family : Verdana, Arial, Helvetica, sans-serif; color : #000000; font-size : 10px;text-decoration:none;font-weight:bold}
a.menu:active {font-family : Verdana, Arial, Helvetica, sans-serif; color : #000000; font-size : 10px;text-decoration:none}

body {font-family : Verdana, Arial, Helvetica, sans-serif;	color : #000000; font-size: 10px; text-decoration:none;}
body.affetta  { color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background-repeat: no-repeat }
body.caffe  { color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background-repeat: no-repeat }
body.pomodori  { color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background-repeat: no-repeat }

td {font-family : Verdana, Arial, Helvetica, sans-serif; color : #000000; font-size : 10px;text-decoration:none}
.div {font-family : Verdana, Arial, Helvetica, sans-serif; color : #000000; font-size : 10px;text-decoration:none}
.news {font-family : Verdana, Arial, Helvetica, sans-serif; color : #ffffff; font-size : 10px;text-decoration:none;font-weight:bold}*/
.tit {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #FFFFFF}
TABLE.Normal {font-family : Verdana, Arial, Helvetica, sans-serif;	color : #000000; font-size: 12px; text-decoration:none;}
.txt_ro{ font-family: Helvetica; font-size: 18px; font-style: normal; font-weight: bold; color: #FF7F00}
.txt_gr{ font-family: Helvetica; font-size: 14px; font-style: normal; font-weight:bold; color:#666666 }
.TitoloNews{ font-family: Helvetica; font-size: 18px; font-style: normal;  color: #FFFFFF}
.titolo{ font-family: Helvetica; font-size: 18px; font-style: italic;}
.bianco{font-family: Helvetica; font-size: 18px; color:#FFFFFF; }
/*

.popupTit {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #FF7F00}
.popupSub {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #000000}.popupLink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #9A2200; text-decoration: underline}*/

