/* ================================
    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: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
{
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* 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 {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}



/**************************************
	da collocare su css
	reggiungibile da 
	amministrazione
*************************************/

.topPane {height:50px;}
.topPane table {font-size: 11px;}

#contentWrapper
{
	float:right;
	width:100%;
                margin-top:5px;
	
	
}


/* Main Menu */

.MainMenu_MenuContainer {

	background-color: white; 

}

.MainMenu_MenuBar {

	cursor: pointer; 

	cursor: hand;

	height:25px;

	background-color: white;

}

.MainMenu_MenuItem {
	
	
	cursor: pointer; 

	cursor: hand; 

	color: grey; 
	
	font-family: courier new; 

	font-size: 11px; 

	font-weight: bold; 

	font-style: normal; 

	/*
	border-left: white 0px solid; 

	border-bottom: white 1px solid; 

	border-top: white 0px solid; 

	border-right: white 1px solid;
	*/

	background-color: white;
	
	text-align: left;
	

}

.MainMenu_MenuItem td 
{
	padding: 0 4px 0 2px;
}

.MainMenu_MenuItemSel {

	
	cursor: pointer; 

	cursor: hand; 

	color: grey; 
	
	font-family: courier new; 

	font-size: 11px; 

	font-weight: bold; 

	font-style: normal; 

	/*
	border-left: white 0px solid; 

	border-bottom: white 0px solid; 

	border-top: white 0px solid; 

	border-right: white 1px solid;
	*/

	background-color: white;
	
	text-align: left;

}


.MainMenu_MenuItemSel td 
{
	padding: 0 4px 0 2px;
}

.MainMenu_MenuIcon {
	display: hidden;

	cursor: pointer; 

	cursor: hand; 

	background-color: white; 

	border-left: transparent 1px solid; 

	border-bottom: white 1px solid; 

	border-top: white 1px solid; 

	text-align: left; 

	width: 15; 

	height: 21;

}

.MainMenu_SubMenu {

	z-index: 1000; 

	cursor: pointer; 

	cursor: hand; 

	background-color: white; 

	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 

	border-bottom: white 0px solid; 

	border-left: white 0px solid; 

	border-top: white 0px solid; 

	border-right: white 0px solid;

}

.MainMenu_MenuBreak {

	border-bottom: white 1px solid; 

	border-left: white 0px solid; 

	border-top: white 1px solid;  

	border-right: white 0px solid; 

	background-color: white; 

	height: 1px;
	font-size:1px;

}



.MainMenu_MenuArrow {
	display: none;
	
	font-family: webdings; 

	font-size: 1pt; 

	cursor: pointer; 

	cursor: hand; 

	border-right: white 1px solid; 

	border-bottom: white 1px solid; 

	border-top: white 0px solid;

}

.MainMenu_RootMenuArrow {
	
	display: none;
	
	font-family: courier new; 

	font-size: 1pt; 

	cursor: pointer; 

	cursor: hand;

}















































