/* ================================
    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
{
}

.ControlPanel {
}

/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


/******************************************/

#navigation
{
/* background: #FFF url('Grafica/texture_puntini_bluscuro36px.jpg');*/
height:auto;
overflow:auto;
line-height:36px;
width:auto;
margin:0px 0px 0px 0px;
font-weight: 700;
color:#FFF;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
/*float:right;*/
}

#navigation li
{
 width:auto;
/*float:left;*/
list-style-type:none;
/*border-right:1px solid #ffffff;*/
white-space:nowrap;
text-align: right;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
#navigation li li,
#navigation li li li,
#navigation li li li li,
#navigation li li li li li
{
display: block;
float: none;
clear:both;
background: none;
/*border-right:0px solid #ffffff;*/

}
#navigation li li a:hover,
#navigation li li li a:hover,
#navigation li li li li a:hover,
#navigation li li li li li a:hover
{
   color: inherit;
   text-decoration:none;
}
#navigation li li:hover,
#navigation li li li:hover,
#navigation li li li li:hover,
#navigation li li li li li:hover
{
/*background:#80b0da;*/
color:#000;
text-decoration:none;
/*border-right:0px solid #ffffff;*/
}



#navigation ul ul {
position: absolute;
width: auto;
z-index: 900;
}

#navigation ul ul ul,
#navigation ul ul ul ul,
#navigation ul ul ul ul ul
{
position: absolute;
top: 0px;
left: 100%;
width: auto;
}


#navigation li a{
display:block;
padding:0 5px;
/*font-size:0.9em;*/
font-weight:700;
text-transform: capitalize;
text-decoration:none;
background:Transparent url('Grafica/separatore_sezioni_rosso.jpg') no-repeat right;

color: #000;
}

#navigation li li a{
display:block;
padding:0px 10px;
margin: 0px 0px 0px 0px;
/*line-height:2.2em;*/
font-size:0.9em;
font-weight:700;
text-transform: capitalize;
text-decoration:none;
background:none;
color: #FFF;
height: 100%;

}

* html #navigation a {width:1%;}

#navigation li a:hover{
/*background:none;*/
color:#ff0000;
text-decoration:none;

}

#navigation ul li:hover{

text-decoration:none;

}
#navigation li li a:hover{
background:#0355a7;
color: #f4bd38;
text-decoration:none;

}
li#navigationCurrentItem
{
    /*background:#80b0da;*/
    color:#000;
    text-decoration:none;
}
#navigation ul ul,
#navigation ul li:hover ul ul,
#navigation ul ul li:hover ul ul,
#navigation ul ul ul li:hover ul ul,
#navigation ul ul ul ul li:hover ul ul,
#navigation ul ul ul ul ul li:hover ul ul
{display: none;}

#navigation ul li:hover ul,
#navigation ul ul li:hover ul,
#navigation ul ul ul li:hover ul,
#navigation ul ul ul ul li:hover ul,
#navigation ul ul ul ul ul li:hover ul
{   
    display: block;
    background:#0355a7;
    color:#000;
    text-decoration:none;
}


