/* Standard HTML tags */
BODY
{
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #efefef;
	padding-right: 0px;
	background-image: url(img/sfondo.jpg);
	background-repeat: repeat-x;
}
P
{
	margin-top: 1px;
	font-size: 10pt;
	color: #999999;
	padding-top: 0px;
	font-family: Verdana, Helvetica, sans;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
A:link
{
	font-size: 10pt;
	color: #013773;
	text-decoration: none;
}
A:visited
{
	font-size: 10pt;
	border-left: none;
	color: #013773;
	text-decoration: none;
}
A:hover
{
	color: #88b3de;
	text-decoration: none;
}
A:focus
{
	color: #013773;
	text-decoration: none;
}
A:active
{
	color: #013773;
	text-decoration: none;
}
DIV
{
	font-size: 10pt;
}
H1
{
	font-weight: bold;
	font-size: 15pt;
}
H2
{
	font-weight: bold;
	font-size: 14pt;
}
H3
{
	font-weight: bold;
	font-size: 13pt;
}
H4
{
	font-weight: bold;
	font-size: 12pt;
}
H5
{
	font-weight: bold;
	font-size: 11pt;
}
H6
{
	font-weight: bold;
	font-size: 10pt;
}
HR
{
	color: #013773;
	height: 1pt;
	text-align: center;
}
IMG
{
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
.Images
{
	border: 2px solid #33CC00;	
}
INPUT.CommandButton
{
	border-right: thin solid #1C4162;
	padding-right: 3pt;
	border-top: thin solid #5294CF;
	padding-left: 3pt;
	font-weight: 600;
	font-size: 8pt;
	padding-bottom: 3pt;
	border-left: thin solid #5294CF;
	color: #ffffff;
	line-height: 7pt;
	padding-top: 3pt;
	border-bottom: thin solid #1C4162;
	font-family: Verdana, Helvetica, sans;
	background-color: #296194;
	text-decoration: none;
}
INPUT
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans;
}
TABLE
{
	font-size: 8pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
THEAD
{
	font-size: 8pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TR
{
	font-size: 8pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TH
{
	font-size: 8pt;
	vertical-align: baseline;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TD
{
	font-size: 8pt;
	color: #999999;
	font-family: Verdana, Helvetica, sans;
	vertical-align: top;
}
TFOOT
{
	font-size: 8pt;
}
TEXTAREA
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans;
}
OL
{
	font-size: 10pt;
}
UL
{
	font-size: 10pt;
}


/* Standard Rainbow Classes */

/* Command buttons */
.CommandButton
{
	font-size: 8pt;
	font-weight: 600;
	font-family: Verdana, Helvetica, sans;
	background-color: #88b3de;
	text-decoration: none;
	white-space: nowrap;
	line-height: 18pt;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 2px solid #2F6CAA;
	border-left: 2px solid #BFD7EE;
	border-top: 2px solid #BFD7EE;
	border-right: 2px solid #2F6CAA;
	display: inline;
}

/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */

A.CommandButton:link
{
	font-size: 8pt;
	color: #013773;
	text-decoration: none;
}
A.CommandButton:visited
{
	font-size: 8pt;
	color: #013773;
	text-decoration: none;
}
A.CommandButton:hover
{
	font-size: 8pt;
	color: #296194;
	text-decoration: none;
}
A.CommandButton:focus
{
	font-size: 8pt;
	color: #296194;
	text-decoration: none;
}
A.CommandButton:active
{
	font-size: 8pt;
	color: #296194;
	text-decoration: none;
}

.EnhancedHtmlTitlePage /* Enhanced module support */
{
	font-weight: normal;
	font-size: 12pt;
	color: #4b473c;
	font-family: Verdana, Helvetica, sans;
}
.EnhancedHtmlLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffcf63;
	font-family: Verdana, Helvetica, sans;
}
A.EnhancedHtmlLink:link
{
	color: #ffcf63;
	text-decoration: none;
}
A.EnhancedHtmlLink:visited
{
	color: #ffcf63;
	text-decoration: none;
}
A.EnhancedHtmlLink:hover
{
	color: #4b473c;
	text-decoration: none;
}
A.EnhancedHtmlLink:focus
{
	color: #4b473c;
	text-decoration: none;
}
A.EnhancedHtmlLink:active
{
	color: #4b473c;
	text-decoration: none;
}

.Error /* Error and warning messages */
{
	color: #ff0000;
	font-weight: bold;
}
.Grid_Header, .Grid_Header TD, .Grid_Header TH /* Search Modules */
{
	background-color: #4b473c;
	font-weight: 600;
}
.Grid_Footer
{
}
.Grid_Item
{
}
.Grid_Item TD A
{
	font-weight: 600;
}
.Grid_AlternatingItem
{
	background-color: #CCCCCC;
}
.Grid_AlternatingItem TD A
{
	font-weight: 600;
}
.Grid_SelectedItem
{
}
.Grid_Pager
{
}
.Head /* Add, announcements, articles, blog, ecc ecc */
{
	font-weight: bold;
	font-size: 12pt;
	color: #013773;
	font-family: Verdana, Helvetica, sans;
}
INPUT.NormalTextBox, .NormalTextBox
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans;
}
SELECT, SELECT.NormalTextBox
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans;
}
OPTION
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans;
}
.ItemTitle
{
	font-weight: bolder;
	font-size: 10pt;
	color: #013773;
}
.ItemDate
{
	font-size: 10pt;
	color: #013773;
	font-family: Verdana, Helvetica, sans;
}

.Message /* Informative messages */
{
	font-weight: normal;
	font-size: 10pt;
	color: #ee7a35;
	background-color: #ffcc00;
}
.ModuleTitle /* Title of each module */
{
	font-weight: 600;
	font-size: 12pt;
	color: #013773;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	line-height: normal;
}
.TitleNoTheme /* Title of each module */
{
	font-weight: 600;
	font-size: 12pt;
	color: #013773;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	line-height: normal;
}
.ModuleTitleAlternate /* Title of each module */
{
	font-weight: 600;
	font-size: 12pt;
	color: #013773;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 6px;
}
.Module /* Module */
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.ModuleAlternate /* Module */
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.ModuleAlt /* Module variant */
{
	background-color: #88b3de;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.Normal
{
	padding-right: 0pt;
	font-size: 8pt;
	color: #999999;
	font-family: Verdana, Helvetica, sans;
	line-height: normal;
	letter-spacing: normal;
}
.NormalBold
{
	padding-left: 5pt;
	font-weight: bold;
	font-size: 8pt;
	color: #999999;
	font-family: Verdana, Helvetica, sans;
}
.NormalItalic
{
	font-size: 8pt;
	font-style: italic;
}

.rb_LangSw_tbl /* Language switcher */
{
	text-decoration: none;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.rb_LangSw_tbl A:link
{
	text-decoration: none;
}
.rb_LangSw_tbl A:visited
{
	text-decoration: none;
}
.rb_LangSw_tbl A:hover
{
	color: #4b473c;
}
.rb_LangSw_tbl A:focus
{
	color: #4b473c;
}
.rb_LangSw_tbl A:active
{
	text-decoration: none;
}
.rb_LangSw_sel
{
	color: #ffcf63;
}

.rb_DefaultLayoutTable /* Styles for default pages */
{
	color: #ffcf63;
}
.rb_DefaultPortalHeader
{
}
.rb_DefaultLayoutDiv
{
	color: #ffcf63;
}
.rb_DefaultPortalFooter
{
}
/* Alternate styles for admin and edit pages */
.rb_AlternateLayoutTable
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #ffffff;
}
.rb_AlternatePortalHeader
{
}
.rb_AlternateLayoutDiv
{
}
.rb_AlternatePortalFooter
{
}

.rb_mod_btn /* Buttons support */
{
	display: block;
	margin: 0px 0px 0px 2px;
}
.btn-img-txt
{
}
.btn-img-only
{
}
.btn-img-txt
{
	overflow: hidden;
}
.btn-img-only-css
{
	overflow: hidden;
}
DIV.btn-img-only
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-img-only-css
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-img-txt
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-txt-only
{
	font-size: 9pt;
	line-height: 0.8;
}
.rb_mod_btn
{
	display: block;
	margin: 0px 0px 0px 2px;
}

.settings-table
{
	display: block;
	margin: 10px 0px 0px 2px;
}

.SiteLink /* Used on Header menu in Layouts */
{
	font-weight: normal;
	font-size: 7pt;
	color: #013773;
	font-family: Verdana, Helvetica, sans;
	background-color: #ffffff;
	text-align: center;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
}

/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */

.SiteLink A:link
{
	display: block;
	font-size: 7pt;
	color: #013773;
	text-align: center;
	text-decoration: none;
}
.SiteLink A:visited
{
	color: #013773;
	font-size: 7pt;
}
.SiteLink A:hover
{
	color: #296194;
	font-size: 7pt;
}
.SiteLink A:focus
{
	color: #296194;
	font-size: 7pt;
}
.SiteLink A:active
{
	color: #296194;
	font-size: 7pt;
}

.SiteTitle /* Portal title in Header, in layout file */
{
	padding-right: 0px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 22pt;
	padding-bottom: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	font-family: Verdana, Helvetica, sans;
	text-decoration: none;
}
.SubHead
{
	font-weight: 600;
	font-size: 10pt;
	color: #013773;
	padding-top: 4px;
	font-family: Verdana, Helvetica, sans;
	font-style: italic;
}
.SubSubHead
{
	font-weight: 600;
	font-size: 10pt;
	color: #013773;
	font-style: italic;
}
.SurveyQuestion /* Survey module support */
{
	padding-right: 5px;
	padding-left: 5px;
}
.SurveyOption
{
}
.SurveyButton
{
	font-weight: 600;
}

/* Three panes */
.LeftPane
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 10px;
	width: 552px;
}
.RightPane
{
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 10px;
}
.ContentPane
{
	padding-right: 18px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 10px;
	vertical-align: top;
	width: 368px;
}



/* =============================
   SolpartNavigation menu styles
   ============================= */

.spm_MenuContainer	
{

}
.spm_MenuBar		
{
	height:22px;
}
.spm_MenuBar TD		
{
	FONT-SIZE: 10pt;
	
	font-family: Verdana, Helvetica, sans;
}
.spm_MenuBar TD TD   	
{

}
.spm_SubMenu		
{
	background-color: #fff;
}

.spm_SubMenu TD		
{
	height:20px;
}
.spm_MenuBreak		{}
.spm_MenuItem 		{}
.spm_MenuItem TD	{
height:22px;
	font-size:10pt;
	color:#666666;
	padding-left:3px;
	padding-right:3px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans;
}
.spm_MenuIcon		{}
.spm_MenuStyle		{}
.spm_MenuItemSel	{
	cursor:pointer;
}
.spm_MenuItemSel TD	{
	color:#999999;
	font-size:10pt;
	padding-left:3px;
	padding-right:3px;
	font-weight: bold;
}
.spm_MenuArrow		{
	cursor:pointer;
}
.spm_RootMenuArrow	{
	cursor:pointer;
}
.spm_DefaultItem	{cursor:pointer;}
.spm_DefaultItem TD	{height:22px;font-size:10pt;padding-left:3px; padding-right:3px;}
.spm_DefaultItemHighlight	{
}
.spm_DefaultItemHighlight TD	{
}
.Tabs		
{
	background-image: url(img/tabs.jpg);
	padding-left: 10px;
}
.Flags		
{
	padding-left: 10px;
	width: 160px;
}
.Panes	
{
	background-color: #fff;
}