body{
   margin: 0px;
   padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #f4f4f4;
    BORDER-RIGHT: #cccccc 1px solid; 
    BORDER-TOP: #cccccc 1px solid; 
    BORDER-LEFT: #cccccc 1px solid; 
    BORDER-BOTTOM: #cccccc 1px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 12px;
    color: #4B502F;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#4B502F;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#4B502F;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#4B502F;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#D29106;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #4B502F;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #4B502F;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color:#4B502F;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
	 color: #4B502F;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #4B502F;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
	 color: #4B502F;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #4B502F;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	 color: #4B502F;
}
/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #6B7584;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	 color: #4B502F;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #4B502F;
}

A.CommandButton:visited  {
    text-decoration: underline;
    color: #4B502F;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #4B502F;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #D29106;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bolder;
	font-size: 12px;
	background-image: url(button.png);
	border-top: 1px Solid #cccccc;
	border-left: 1px Solid #cccccc;
	border-bottom: 1px Solid #828282;
	border-right: 1px Solid #828282;
	color: #ffffff;
	font-family: Tahoma;
}
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #4B502F;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #4B502F;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #4B502F;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #4B502F;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #4B502F;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #4B502F;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #4B502F;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #4B502F;
}

A:link  {
    text-decoration:    none;
    color: #4B502F;
}

A:visited   {
    text-decoration:    none;
    color: #4B502F;
}

A:active    {
    text-decoration:    none;
    color: #4B502F;
}

A:hover {
    text-decoration:    underline;
    color: #D29106;
}

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: #4B502F;
    height:1pt;
    text-align:left
}
/**/
.tablahead{
	background-image: url(headerlombardia.jpg);
	width: 950;
	height: 128px;
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 280px;

}
.Charm02_topbg{
	background-image: url(headerbg.gif);
	width: 100%;
	height: 128px;
	background-repeat: repeat-x;
	background-color: #fff;
}
.Charm02_menubg{
	background-image: url(Charm02_menubg.gif);
	height: 19px;
	background-repeat: repeat-x;
}
.Charm02_copyrightbg{
	height: 70px;
	background-color: #1190b3;
    width: 100%;
	background-repeat: repeat-y;
}

/* pane */

.MainMenu_MenuContainer {	
	background-color: #000000;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:26px;
}
.ItemsBreak{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.RootItem TD{
   background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: left;	
	height: 19px;
	background-color: #298fc0;
	border-left: 1px Solid #e5e5e5;
	border-right: 1px Solid #e5e5e5;
	border-top: 1px Solid #e5e5e5;		
	padding-right: 7px;
	padding-left: 7px;
}
.RootItemActive TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	font-weight: bold;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left;
	height: 19px;
	background-color: #298fc0;
	border-left: 1px Solid #e5e5e5;
	border-right: 1px Solid #e5e5e5;
	border-top: 1px Solid #e5e5e5;	
	padding-right: 7px;
	padding-left: 7px;
}
.RootItemSelected TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	font-weight: bold;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left;
	height: 19px;
	background-color: #2baeee;
	border-left: 1px Solid #e5e5e5;
	border-right: 1px Solid #e5e5e5;
	border-top: 1px Solid #e5e5e5;	
	padding-right: 7px;
	padding-left: 7px;
}
.RootItemBreadCrumb TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	font-weight: bold;
	height: 19px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left;
	background-color:#298fc0;
	border-left: 1px Solid #e5e5e5;
	border-right: 1px Solid #e5e5e5;
	border-top: 1px Solid #e5e5e5;
	padding-right: 7px;
	padding-left: 7px;
}
.MenuIcon{
	cursor: pointer;
	cursor: hand;
	background-color: #298fc0;
	text-align: center;
	width: 15px;
	height: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
.SubMenu {
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=135, Strength=1); 
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 1px;
	background-color: #298fc0;
	background-image: none;
	background-repeat: no-repeat;
}
.SubItemActive TD{
	border-top: 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: #298fc0;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 0px solid #e5e5e5;
	border-right: 0px solid #e5e5e5;	
	border-top: 0px solid #e5e5e5;
	border-left: 0px solid #e5e5e5;
}
.SubItemBreadCrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: #298fc0;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;	
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.SubItemSelected
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff; 
	background-color: #2baeee;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e5e5e5;
	border-right: 0px solid #e5e5e5;	
	border-top: 1px solid #e5e5e5;
	border-left: 0px solid #e5e5e5;
}
.MenuContainer{
	background-color: transparent;
}

.MenuItem /* activate bg image for subitems here */
{
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #3677a3 /* fixed firefox problem, do not use transparent here */
	border-bottom: 0px solid #D0D0D0;
	border-right: 0px solid #D0D0D0;	
	border-top: 0px solid #D0D0D0;
	border-left: 0px solid #D0D0D0;
}
.MenuArrow
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: 0px solid #D0D0D0;
	border-right: 0px solid #D0D0D0;	
	border-top: 0px solid #D0D0D0;
	border-left: 0px solid #D0D0D0;
}
.MenuRootArrow
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
}
.MenuBar
{
	background-color: Transparent;
	cursor: pointer;
	cursor: hand;
	height: 16px;
	font-size: 12px;
}
.Separatorcssclass{

}
/**/
.ModuleTitle_MenuIcon {
   cursor: pointer;
   cursor: hand; 
   background-color: #3677a3; 
   border-left: #EEEEEE 0px solid; 
   border-bottom: #EEEEEE 0px solid; 
   border-top: #EEEEEE 0px solid; 
   text-align: center; 
   width: 15px; 
   height: 20px; 
   color: #ffffff;
   font-size: 12px;
 }
.ModuleTitle_MenuArrow{	
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px; 
   cursor: pointer; 
   cursor: hand; 
   border-right: #FFFFFF 0px solid; 
   border-bottom: #FFFFFF 0px solid; 
   border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow{
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   cursor: pointer; 
   cursor: hand;
}
.ModuleTitle_MenuBreak{
   border-bottom: #EEEEEE 0px solid; 
   border-left: #EEEEEE 0px solid; 
   border-top: #EEEEEE 0px solid;  
   border-right: #EEEEEE 0px solid; 
   background-color: #3677a3; 
   height: 0px; 
   color: #ffffff;
	font-size: 12px;
}
.ModuleTitle_MenuItemSel { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   font-weight: normal; 
   cursor: pointer; 
   cursor: hand; 
   color: #ffffff; 
   background: #3677a3; 
   padding: 0px 0px 0px 0px; 
   border: 0;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #3677a3; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}
/**/
.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}
A.login:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}
A.login:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}
.user{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B9D95;
	font-weight: normal;
}
A.user:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B9D95;
	font-weight: normal;
}
A.user:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B9D95;
	font-weight: normal;
}
A.user:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B9D95;
	font-weight: normal;
	text-decoration: underline;
}
A.user:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B9D95;
	font-weight: normal;
}
.current{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B9D95;
	font-weight: normal;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
   font-weight: normal;
}
.terms{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
   font-weight: normal;
}
A.terms:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
   font-weight: normal;
}
A.terms:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
   font-weight: normal;
}
A.terms:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
   font-weight: normal;
	text-decoration: underline;
}
A.terms:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
   font-weight: normal;
}
.privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
   font-weight: normal;
}
A.privacy:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
   font-weight: normal;
}
A.privacy:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
   font-weight: normal;
}
A.privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff
   font-weight: normal;
	text-decoration: underline; 
}
A.privacy:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
   font-weight: normal;
}



