/* ================================
    CSS STYLES FOR CMS
   ================================
*/   

	td{	font-size:12px;
		line-height:120%;
		font-family: "tahoma", Geneva, Arial, Helvetica, sans-serif; 
		}
	
	input,textarea,select{
		font-size: 10px;
	}


/* 
================================
background color for the content part of the pages 
================================
*/
body{
background-repeat:repeat-x; background-position:top;
background-color:#f7f7f7;

}
	HTML, Body
	{
		background-color: #f5f5f5;
		margin: 0px;
		font-size:12px;
		padding:0px;
		font-family: "tahoma", Geneva, Arial, Helvetica, sans-serif;
	}


/* 
================================
style for module titles 
================================
*/

	.Head   {
		font-size:17px;
		font-weight:bold;
		color:#ff6600;
		letter-spacing: -1px;
		text-decoration:none;
	}

/* 
================================
style of item titles on edit and admin pages 
================================
*/

	.SubHead    {
		font-weight:bold;
		color:#333333;
		text-decoration:none;
		font-size:13px;
	}

/* 
================================
module title style used instead of Head for compact rendering by QuickLinks and Signin modules 
================================


	.SubSubHead {
	}
	*/

/* 
================================
testi generici di moduli
================================
*/
	.Normal
	{font-size:12px;
		color:#333333;
	}

/* 
================================
text style used for textboxes in the admin and edit pages, for Nav compatibility 
================================
*/

	.NormalTextBox
	{
		font-size:10px;
		color:#333333
	}
	
	.NormalRed
	{
	color:#cc0000;
	}
	
	.NormalBold
	{
		font-weight:bold;
	}

/* 
================================
link di pagine admin
================================
*/
	
	A.CommandButton:link {
	color:#333333;
	}
	
	A.CommandButton:visited  {
	color:#333333;
	}
	
	A.CommandButton:active   {
	color:#333333;
	}
	
	A.CommandButton:hover    {
	color:#ff6600;
	}


/* 
================================
generici
================================
*/
	H1  {
	margin-bottom:7px;
	}
	
	H2  {
	margin-bottom:7px;
	margin-top:15px;
	}
	
	H3  {
	margin-top:3px;
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
	color:#CC6600
	}


	A:link  {
	color:#333333; 
	text-decoration:underline
	}
	
	A:visited   {
	color:#333333;
	text-decoration:underline
	}
	
	A:active    {
	color:#333333; 
	text-decoration:underline
	}
	
	A:hover {
	color:#ff6600;
	text-decoration:underline
	}

	SMALL   {
	font-size:10px;
	}

	BIG {
	font-size:13px; font-weight:bold;
	}


	
	HR {
		border: thin dotted #cccccc;
		}
	
	
/*
================================
stili a disposizione
================================
*/

/* 
================================
sfondo dell'header  
================================


.HeadBg {
}

.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    {
}*/


/* text style for buttons and link buttons used in the portal admin pages 
.CommandButton     {
}
       */
/* button style for standard HTML buttons 
.StandardButton     {
}*/
/*

BLOCKQUOTE, PRE {
}


UL LI LI    {

}

UL LI LI LI {

}

OL LI   {

}

OL OL LI    {

}

OL OL OL LI {

}	*/

/* 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 {
}


H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}*/