/* ================================
    CSS STYLES FOR TpPortal
    v1.0, 01/2001
   ================================
*/   


.BodyStyle {
    background-color: white;
    border-color: black;
}
.BodyText {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:black;
    text-decoration:none;
    font-weight: normal
}
.HeaderStyle {
    background-color: #D2D290;
    border-color: black;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the lettere tab */
.Lettere {
    background-color: white;
    border-color: darkred;
    border-style:none;
    cursor:pointer;
    font-weight:bold;
    text-decoration:normal;
    width:15px;
    padding:1px;
    border-color: darkred;
    border-style:solid;
    border-width:1px;
}
.LettereOver {
    background-color:Silver;
    border-color: darkred;
    border-style:solid;
    border-width:1px;
    font-weight:bold;
    cursor:pointer;
    width:15px;
}

/* background/border colors for the unselected tabs */
.TabBg {
    background-color: Transparent;
}
/* background/border colors for the selected tab */
.SelectedTabBg {
	background-color: Transparent;
}

/* text style for the unselected tab */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:white;
    text-decoration:underline;
    text-transform: uppercase;
    font-weight: normal;
}

/* hyperlink styles of the unselected tabs */
.Tab
{
   	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}
A.Tab:link    {
    text-decoration:    none;
    color:white;
}

A.Tab:visited {
    text-decoration:    none;
    color:white;
}

A.Tab:active  {
    text-decoration:    none;
    color:white;
}

A.Tab:hover   {
    text-decoration:    underline;
    color:white;
}
.SelectedSubTab
{
    	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}
.SubTab
{
	border-top:    dimgray 1px solid;
	border-left:   black 1px solid;
	border-bottom: dimgray 1px solid;
	border-right:  black 1px solid;
    	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: white;
	text-transform: capitalize;
	background-color: dimgray;
	cursor: pointer;
}
TD.SubTab:hover
{
	border-top:    white 1px solid;
	border-left:   white 1px solid;
	border-bottom: white 1px solid;
	border-right:  white 1px solid;
    font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: white;
	text-transform: capitalize;
	background-color: darkgray;
	cursor: pointer;
}
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:white;
}   

/* hyperlink style for the site links */
.SiteLink A:link {
    text-decoration: none;
    color:white;
}

.SiteLink A:visited  {
    text-decoration: none;
    color:white;
}

.SiteLink A:active   {
    text-decoration: none;
    color:white;
}

.SiteLink A:hover    {
    text-decoration: underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight: bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle,  ItemTitleModule  {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    text-transform: uppercase;
    color: red;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: normal;
    color: black;
}

/* text style used for most text rendered by modules */
.Footer
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	color: black;
}

/* text style used for most text rendered by modules */
/*
.Normal
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color: black;
}
*/

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color: black;
}

.NormalRed
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: red
}

.NormalBold
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	color: black;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: black;
}

.InternalLink
{
	color: black; text-decoration: none;
}
    
a.InternalLink { color: black; text-decoration: none }

a.InternalLink:hover { color:black; text-decoration: underline}

A.InternalLink:visited {color:  black;text-decoration: none}
A.InternalLink:active  {color:  black;text-decoration: none}


a { color: black; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}

a:hover { color:black; text-decoration: underline}

A:visited   {color:  black;text-decoration: underline}
A:active    {color:  black;text-decoration: underline}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

.headerTabelle   
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	color: #EB3E21;	height:40px;}
.footerTabelle   
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	color: #EB3E21;	height:40px;}
.gridTabelle   
{ 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px; 
	color: #697174;}

.headerTd   
{ 
	background-color :azure; 
	font-family: Arial; 
	font-size: 8pt; 
	color: navy;
	text-align: left
}


.popup      { background:#FFCB5E; font-family: Arial; font-size:8pt; height:20px;  border:1px solid black; padding:3px; padding-left:20px;  cursor:pointer; }

.separator  { background-color :"#FFCB5E"}

.SmallTd    { background-color :azure; font-family: Arial; font-size: 8pt; color: navy; text-align: left }
.SmCenTd    { background-color :azure; font-family: Arial; font-size: 8pt; color: navy; text-align: center }
.SmLefTd    { background-color :azure; font-family: Arial; font-size: 8pt; color: navy; text-align: left }
.SmRigTd    { background-color :azure; font-family: Arial; font-size: 8pt; color: navy; text-align: right }
.SmTdRed    { background-color :azure; font-family: Arial; font-size: 8pt; color: red; text-align: left  }
.SmRiRed    { background-color :azure; font-family: Arial; font-size: 8pt; color: red; text-align: right  }
.SmallTh    { background-color :navy;  font-family: Arial; font-size: 8pt; color: white; font-weight: bold; text-align: center }

.SmallTdt   { background-color :"#FFCB5E"; font-family: Arial; font-size: 8pt; color: navy; text-align: left }
.SmCenTdt   { background-color :"#FFCB5E"; font-family: Arial; font-size: 8pt; color: navy; text-align: center }
.SmLefTdt   { background-color :"#FFCB5E"; font-family: Arial; font-size: 8pt; color: navy; text-align: left }
.SmRigTdt   { background-color :"#FFCB5E"; font-family: Arial; font-size: 8pt; color: navy; text-align: right }
.SmTdRedt   { background-color :"#FFCB5E"; font-family: Arial; font-size: 8pt; color: red; text-align: left  }
.SmRiRedt   { background-color :"#FFCB5E"; font-family: Arial; font-size: 8pt; color: red; text-align: right  }

.HILITE  { color: red; cursor: pointer; font: bold; font-family: Arial }
.WHITE   { color: #FFFFFF }   
.BOLD    { color: red; font: bold; cursor:pointer }

.a1:hover  { color: red;  text-decoration: underline }
.a1:link   { color: navy; text-decoration: none }
.a1        { color: navy; text-decoration: none }


.TocMain  { position: absolute; top: 118; width:130; height:142; border: 1px solid navy; background-color: azure; color:#660000; overflow:auto }
.TocDiv   { position: absolute; top: 0; border:0px solid #660000; background-color:azure; font-family:Arial; font-size:9pt; height:20px;color:navy; padding-left:6px; padding-right:3px; padding-top:3px; padding-bottom:3px}
.PicDiv   { position: absolute; top: 100; left:132; border:0px none; width:130; height:160 }
.TabDiv   { position: absolute; top: 100; left:264; border:0px none; width:506; height:160 }
.OrdDiv   { position: absolute; top: 100; left:0; border:0px none; width:770; height:160 }

.Container 
{
	border-bottom: thin outset darkgrey;
	border-top: 1px solid dimgrey;
	border-left: 1px solid dimgrey;
	border-right: thin outset darkgrey;
	background-color:White		
}

.Titolo
{
  WIDTH: 100%;
  background-color: #E2E2E2; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  margin-bottom:10px;
}

.Titolo H1
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    text-transform: uppercase;
	font-weight:bold;
    PADDING-TOP: 2px;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 3px;
    MARGIN: 0px;
    COLOR: #c00;
}

.Titolo A
{
	text-align:right;
    PADDING-TOP: 2px;
    PADDING-RIGHT: 50px;
    PADDING-BOTTOM: 3px;
    MARGIN: 0px;
}