/* ================================
    CSS STYLES FOR QNT PORTAL 
    Design by QNT S.r.l. - Firenze www.qnt.it
    v1.0, 02/2004
    Theme: Liceo
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
    background-color: #FFFFFF;
}
/*  Classe per separatore orizzontale*/
.HorizontalSeparator
{
    background-image: url(/Design/DesktopLayouts/Liceo/img_separatore_orizzontale.jpg);
    height: 3px;
}
/*  Classe per separatore verticale*/
.VerticalSeparator
{
    background-image: url(/Design/DesktopLayouts/Liceo/img_separatore_verticale.jpg);
}

/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
	margin: 5px 0px 0px 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}


/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within rainbow, not just desktopdefault.aspx */
/* This is used throughout all standard - user based pages */
.rb_DefaultLayoutDiv
{
	     text-align:  center; 
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;    
}

.rb_DefaultLayoutTable
{
     width: 770px;
     text-align: left;   
	 margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse; 
}

/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within rainbow, not just desktopdefault.aspx */
/* This is used throughout all non-standard - admin type based pages e.g edit pages, site admin pages. You can keep them the same size as the standard ones to maintain a consistent look or you may need more space for admin features. This gives you that flexibility */

.rb_AlternateLayoutDiv
{
	
     text-align:  center;
	   margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;      
}

.rb_AlternateLayoutTable
{
     width: 770px;
     text-align: left;
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
	 border-collapse: collapse;     
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 36px;
	color: #ffffff;
	font-family: Arial, Helvetica, Serif;
}

/* background/border colors for the selected tab */
.TabBg
{
	/*
	border-left-color: gray;
	border-bottom-color: gray;
	border-top-color: gray;
	background-color: gray;
	border-right-color: black;
	*/

	border-width: 1px ;
    border-collapse: collapse;  
	color: #ffffff;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 10px; 
}


/* background/border colors for the unselected tabs */

.OtherTabsBg
{
	color: #FFFFFF ;
   font-family: Verdana, Helvetica, sans-serif;
}

.OtherSubTabsBg
{
	height: 20px;
   font-family: Verdana, Helvetica, sans-serif;
}

.OtherSubTabs
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
}


/* text style for the selected tab */
.SelectedTab
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:#000066;
    font-weight: bold;
}


/* hyperlink styles of the selected tabs */

A.SelectedTab:link
{
    text-decoration: none;
    color: #000066;
    font-weight: bold;
}
A.SelectedTab:visited
{
    text-decoration: none;
    color: #000066;
    font-weight: bold;
}
A.SelectedTab:active
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
A.SelectedTab:hover
{
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: bold;
}


/* text style for the unselected tabs */
.OtherTabs
{
	color: #FFFFFF;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 10px;   
   text-decoration:none;
   font-weight: normal;
}


/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

A.OtherTabs:visited
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

A.OtherTabs:active
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

A.OtherTabs:hover
{
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
    text-decoration: underline;
    color: navy;
    font-weight: normal;
}

A.OtherSubTabs:visited
{
    text-decoration: underline;
    color: navy;
    font-weight: normal;
}

A.OtherSubTabs:active
{
    text-decoration: underline;
    color: navy;
    font-weight: normal;
}

A.OtherSubTabs:hover
{
    text-decoration: underline;
    color: navy;
    font-weight: normal;
}


/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
}

/* hyperlink style for the site links */
.SiteLink A:link
{
	color: #ffffff;
	text-decoration: none;
}

.SiteLink A:visited
{
	color: #ffffff;
	text-decoration: none;
}

.SiteLink A:active
{
	color: #ffffff;
	text-decoration: none;
}

.SiteLink A:hover
{
    text-decoration: underline;
    color: #ffffff;
}


/* style for separator between site links */
.Accent
{
    color: #FFFF00;
    font-weight: bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: 667fb4;
}

/* style of item dates by Announcements and events */
.ItemDate
{
    font-weight: bold;
    font-size: 11px;
    color: #999999;
    font-family: Verdana, Helvetica, sans-serif;
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.Title
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000066;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    /*line-height: 12px;*/
    color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color:Black;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

	text-align: center;

	font-color: white;
	color: white;
	background: #4A71B5;

			
	border-right: black thin solid;
	padding-right: 6px;
	border-top: silver thin solid;
	padding-left: 4px;


	padding-bottom: 2px;
	margin: 5px;
	overflow: visible;
	border-left: silver thin solid;
	line-height: 25px;
	padding-top: 2px;
	border-bottom: black thin solid;


}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: none;
    color: #FFFFFF;
}

A.CommandButton:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: #FFFFFF;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: 333333;
}




/* GENERIC */


TABLE
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

H1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H3
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

H4
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

H5, DT
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000066;
}

H6
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000066;
}

TFOOT, THEAD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

TH
{
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}
TR, TD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: Black;
}
A:link
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    text-decoration: none;
    color: #3333AA;
}

A:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    text-decoration: none;
    color: #3333AA;
}

A:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;    
    text-decoration: none;
    color: #3333AA;
}

A:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;    
    text-decoration: underline;
    color: #3333AA;
}

SMALL
{
    font-size: 8px;
}

BIG
{
    font-size: 14px;
}

BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}


UL LI
{
    list-style-type: square;
}

UL LI LI
{
    list-style-type: disc;
}

UL LI LI LI
{
    list-style-type: circle;
}

OL LI
{
    list-style-type: decimal;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}

HR
{
    color: #CCCCCC;
    height: 1pt;
    text-align: left;
}

/* Articles */
/* style for Articles titles */
.ArticleHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    
}

.module
{
    background-color: #FFFFFF;
    padding: 10;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; 
}

.Error
{
    font-weight: bold;
    color: #FF0000;
}


/* ================================
   HtmlEditor
   ================================ */

DIV.edmenuback{
	background-color: #cccccc;
	border-bottom: 0px solid #929292;
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
	border-top: 1px solid #929292;
	width: 100%
}

TD.edmenuStyle{
	width: 75px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: right;
}

TD.edmenuEditor{
}

TD.edmenuHTML{
	text-align: right;
	width: 35px;	
}

/* ================================
   Discussion
   ================================ */
.MessageTitle 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:darkblue;
}
   
.MessageAuthor
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: darkgray
}

.MessageBody
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: black;
}


/* ================================
   Survey Module
   ================================ */
.SurveyQuestion
{

	color: darkred;
}

.SurveyPanel
{
	color: silver;
	background-color: silver;
}

.SurveyOption
{
	color: black;
}

.SurveyButton
{
	color: darkred;
	font-weight: bold;
}


/* QNT stile image button (icone) area admin (admin modules)*/

.QNTAdminImageButtons
{
	margin-left: 1;
	margin-right: 1; 
	margin-top: 1; 
	margin-bottom: 1;
}




/*------------------------------- INIZIO STILE PER FOOTER --------------------------------*/
/*------------------------------- INIZIO STILE PER FOOTER --------------------------------*/

/* QNT background/border colors for the selected tab in the footer (DesktopFooter.aspx)*/

.QNTFooterTabBg
{
	/*background-color: green;*/
	height: 15px;
    font-family: Verdana, Helvetica, sans-serif;
   
}




/* QNT text style for the selected tab in the footer (DesktopFooter.aspx)*/
.QNTFooterSelectedTab
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:white;
} 

/* QNT hyperlink styles of the selected tabs in the footer (DesktopFooter.aspx)*/
A.QNTFooterSelectedTab:link
{
    text-decoration: none;
    color: #4A71B5;
    font-weight: normal;
}
A.QNTFooterSelectedTab:visited
{
    text-decoration: none;
    color: #4A71B5;
    font-weight: normal;
}
A.QNTFooterSelectedTab:active
{
    text-decoration: none;
    color: #4A71B5;
    font-weight: normal;
}
A.QNTFooterSelectedTab:hover
{
    text-decoration: underline;
    color: #4A71B5;
    font-weight: normal;
}




/* QNT text style for the unselected tabs */
.QntFooterOtherTabs
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration:none;
    font-weight: normal;
}

/* QNT hyperlink styles of the unselected tabs in the footer (DesktopFooter.aspx)*/
A.QntFooterOtherTabs:link
{
    text-decoration: none;
    color: #666666;
    font-weight: normal;
}
A.QntFooterOtherTabs:visited
{
    text-decoration: none;
    color: #666666;
    font-weight: normal;
}
A.QntFooterOtherTabs:active
{
    text-decoration: none;
    color: #666666;
    font-weight: normal;
}
A.QntFooterOtherTabs:hover
{
    text-decoration: underline;
    color: #666666;
    font-weight: normal;
}



/* QNT text style for the unselected sub tabs */
.QntFooterOtherSubTabs
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration:none;
    font-weight: normal;
}

/* QNT hyperlink styles of the unselected tabs in the footer (DesktopFooter.aspx)*/
A.QntFooterOtherSubTabs:link
{
    text-decoration: none;
    color: #4A71B5;
    font-weight: normal;
}
A.QntFooterOtherSubTabs:visited
{
    text-decoration: none;
    color: #4A71B5;
    font-weight: normal;
}
A.QntFooterOtherSubTabs:active
{
    text-decoration: underline;
    color: #4A71B5;
    font-weight: normal;
}
A.QntFooterOtherSubTabs:hover
{
    text-decoration: underline;
    color: #4A71B5;
    font-weight: normal;
}
 
/*------------------------------- FINE STILE PER FOOTER --------------------------------*/
/*------------------------------- FINE STILE PER FOOTER --------------------------------*/
