/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #FFFFFF;
}

/* background color for the content part of the pages */
Body
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: 85A2BC;
	color: #003366;
}
TD
{
	font-size: 12px;
}

.rb_DefaultLayoutTable
{
	width: 760px;
	padding: 0px;
	border-collapse: collapse;
	text-align: center;
	background-color: CBDBEC;
	background-attachment: fixed;
	background-image: url(grad.gif);
	background-repeat:  repeat-x;
	background-position: 150px 180px;
}
.rb_DefaultLayoutDiv {
	border-collapse: collapse;
	text-align: center;
}
/* 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;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.rb_AlternateLayoutTable
{
	width: 760px;
	padding: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(cabecera.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/*  DESKTOP PORTAL BANNER SETTINGS */

.rb_AlternatePortalHeader
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

.rb_DefaultPortalHeader
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

/*  DESKTOP PORTAL Footer SETTINGS */

.rb_AlternatePortalFooter
{
	text-align: center;
}

.rb_DefaultPortalFooter
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #126498;
	background-image: url(/design/DesktopLayouts/Distribuidor/Images/pie.jpg);
	background-repeat: no-repeat;
	height: 68px;
	background-position: bottom;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	background-color: #99FF66;
}

/* background/border colors for the selected tab */
.TabBg
{

}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{

}

/* text style for the selected tab */
.SelectedTab
{
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-family: verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #000066;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;

}

A.OtherTabs:visited
{
	text-decoration: none;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}
A.OtherTabs:hover
{
	text-decoration: none;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
A.OtherTabs:active
{
	text-decoration: none;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	}
.SelectedSubTab
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.OtherSubTabs
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
	text-decoration: none;
}

A.OtherSubTabs:visited
{
	text-decoration: none;
}
A.OtherSubTabs:hover
{
	text-decoration: none;
	color: #1675DE;
}
A.OtherSubTabs:active
{
	text-decoration: none;
}
.SelectedSubSubTab
{
	color: #003366;
	font-weight: bold;
	background-image: url(../../DesktopLayouts/Distribuidor/Images/Sub-menu-off.gif);
	background-repeat:  repeat-x;
	background-position: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	text-align: center;
	width: 140px;
}
A.SelectedSubSubTab:link
{
	color: #003366;
}
A.SelectedSubSubTab:visited
{
	color: #003366;
}
A.SelectedSubSubTab:hover
{
	color: #003366;
}
A.SelectedSubSubTab:active
{
	color: #003366;
}
.OtherSubSubTabs
{
	color: #666666;
	background-position: center;
	background-repeat:  repeat-x;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	width: 140px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
A.OtherSubSubTabs:link
{
	color: #003366;
}
A.OtherSubSubTabs:visited
{
	color: #003366;
}
A.OtherSubSubTabs:hover
{
	color: #1080BC;
}
A.OtherSubSubTabs:active
{
	color: #003366;
}


/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3C6D9D;
	background-color: #FFFFFF;
}

/* hyperlink style for the site links */
.SiteLink A:link
{
	text-decoration: none;
	font-weight:normal;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C6D9D;
}

.SiteLink A:visited
{
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C6D9D;
}

.SiteLink A:active
{
	text-decoration: none;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C6D9D;
}

.SiteLink A:hover
{
	text-decoration: none;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #3C6D9D;
}

/* style for separator between site links */
.Accent
{
    color: #003399;
    font-weight: normal;
}

.LeftPane
{
	width: 150px;
	padding-top: 3px;
	padding-left: 3px;
}
.RightPane
{
	width: 207px;
}
.ContentPane
{
	padding-left: 10px;
}
.Login
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-size: 11px;
	color: #4e5747; text-decoration: none
}

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 126498;
}

/* style of item dates by Announcements and events */
.ItemDate
{
    font-weight: bold;
    font-size: 11px;
    font-family: verdana, Helvetica, sans-serif
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 12px;
	color: #4e5747; 
	font-weight: bold
}

.TitleHead
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-transform: uppercase;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
	/*background-image: url(../../DesktopLayouts/Neutra/images/fondoceldasup.gif);
	background-repeat:  repeat-x;*/
}

/* 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: normal;
    color: #4e5747;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	margin-right: 6px;
	margin-left: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
}

/* 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;
	border: 1px solid #003366; 
	color: #003366; 
	background-color: #FFFFFF
}

.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; ;color:#003399
}

.NormalItalic
{
    font-family: verdana, Helvetica, sans-serif;
    font-style: italic;	
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    text-decoration: none;
	color: #003366;
	font-family: verdana, Helvetica;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: none;
	color: #003366;
	font-family: verdana, Helvetica;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

A.CommandButton:visited
{
	text-decoration: none;
	color: #003366;
	font-family: verdana, Helvetica;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

A.CommandButton:active
{
	text-decoration: none;
	color: #003366;
	font-family: verdana, Helvetica;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

A.CommandButton:hover
{
	text-decoration: none;
	color: #3C78B5;
	font-family: verdana, Helvetica;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid #719DC1;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}




/* GENERIC */
H1
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
}

H2
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
}

H3
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

H4
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

H5
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

H6
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
THEAD
{
}

TH
{
}

A:link
{
}

A:visited
{
}

A:hover
{
	text-decoration: none;
}
A:active
{
}

SMALL
{
    font-size: 8px;
}

BIG
{
    font-size: 14px;
}
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: #003399;
    height: 1pt;
    text-align: left;
}

P
{
	padding-top: 2px;
	padding-bottom: 2px;
}
/* Articles */
/* style for Articles titles */
.ArticleHead
{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FF0000;
}

.module
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	width: 95%;
	text-align: justify;
	margin: 10px;
}

.moduleNT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	
}
.moduleAlt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	
}
.Error
{
    font-weight: bold;
    color: #990000;
}
DT
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
}

TFOOT
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 12px;
}


/* ================================
   HtmlEditor
   ================================ */

DIV.edmenuback{
	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;
}
   
.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
}

TR
{
}

/* ================================
   Survey Module
   ================================ */
.SurveyQuestion
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 126498;
	font-weight: bold;

}

.SurveyPanel
{
	background-image: url(../../DesktopLayouts/Neutra/images/fondoceldasup.gif);
	background-repeat:  repeat-x;
}

.SurveyOption
{
;
}

.SurveyButton
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #126498;
}
A.selectedTab:hover {
	
}
A.selectedTab:link {
	
}
A.selectedTab:visited {
	
}
A.selectedTab:active {
	
}


BLOCKQUOTE { 
 } 
/* para tener la celda superior de la tabla borde izquierdo*/

.bordeizquierdo{
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: 4976A4;
}

/* ================================
   Articles IP
   ================================ */
.IP_thumbnail
{
	background-color: #FFFFFF;	
	background-repeat: no-repeat;
	background-position: center bottom;
}
 .IP_thHeader
 {
 
 }  
 
.IP_thSubTitle
 {
 font-family: tahoma, arial, Helvetica;
	font-size: 10px;	
	color: #FF9933;
 }  
 
.IP_thImage
 {
	float: left;
	margin-right: 20px;
 }  
 
.IP_thTitle
 {
	font-family: tahoma, arial, Helvetica;
	font-size: 12px;	
	color: #FF9933;
 }  
 
 .IP_thDate
 {
	font-size: 9px;
	font-weight: bold;
 }

.IP_thAbstract
 {
	font-family: tahoma, arial, Helvetica;
	font-size: 10px;
	color: #126498;
 }  
 
.IP_thDescription
 {
	width: 100%;
 }  
 
.IP_Header
 {
	font-family: tahoma, arial, Helvetica;
	font-size: 12px;
	border: 1px solid #666666;
	padding: 10px;
 }  
 
.IP_SubTitle
 {
	font-size: 12px;
 }  

.IP_Date
{
	font-family: tahoma, arial, Helvetica;
	font-size: 10px;
}
 
.IP_Image
 {
	float: right;
	margin: 20px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #333366;
 }  
 

.Ip_Title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: 126498;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: 126498;
	
} 
 
.IP_Abstract
 {
	font-family: tahoma, arial, Helvetica;
	font-size: 12px;
	
	text-align: justify;
	color: 336699;
 }  
 
.IP_Description
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 336699;
	text-align: justify;
	text-indent: 15pt;
	width: 500px;
	
 }  

.IP_Article
{
	background-color: #FFFFFF;
	width: 100px;
	
}
 
/****************************************************
*********  Para los tres paneles del Artículo  ******
******************************************************/
.LeftPaneArticle
 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #126498;
	border-right-color: #126498;
	border-bottom-color: #126498;
	border-left-color: #126498;
	background-color: #FBFDFE;
	background-image: url(../../ArticlesIPLayouts/Images/BuscadorNeutra.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 150px;
 }
 .ContentPaneArticle
 {
	background-color: #FFFFFF;
	width: 300px;
	
 } 
 .RightPaneArticle
 {
	background-color: FBFDFE;
	width: 10px;
	
 }
/* =============================
   SolpartNavigation menu styles
   ============================= */
.spm_MenuContainer	{height:27px;border-bottom:solid 2px Black;}
.spm_MenuBar		{height:27px;}
.spm_MenuBar TD		{FONT-SIZE: 12px;font-weight:bold;}
.spm_SubMenu		{z-index:200; border:solid 1px black;}
.spm_SubMenu TD		{font-weight:bold; background-color:ghostwhite;}
.spm_MenuBreak		{}
.spm_MenuItem		{FONT-SIZE:12px;padding-left:5px; padding-right:5px;background-color:none;cursor:pointer;cursor:hand;}
.spm_MenuItem TD	{FONT-SIZE: 12px;}
.spm_MenuIcon		{
	border-left:solid 1px none;
	background-image: url(../../DesktopLayouts/Luzazul/images/flecha.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.spm_MenuItemSel	{FONT-SIZE: 12px;}
.spm_MenuItemSel TD	{FONT-SIZE: 12px;padding-left:5px; padding-right:5px;cursor: pointer; cursor: hand;}
.spm_MenuArrow		{font-family: webdings;cursor: pointer; cursor: hand; }
.spm_RootMenuArrow	{font-family: webdings;cursor: pointer; cursor: hand; }
/* ================================ */

/* =================================
   SimpleMenu Module - static styles
   ================================= */
.sm_SimpleMenu			{FONT-SIZE: 12px;COLOR:#ffcc00;background-color:#ffcc00;BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid;BORDER-LEFT: black 1px solid; WIDTH: 100%; BORDER-BOTTOM: black 1px solid }
.sm_SimpleMenu A:hover	{FONT-SIZE: 12px;COLOR:#ffcc00;TEXT-DECORATION: none }
.sm_SelectedTab			{FONT-SIZE: 12px;COLOR:#ffcc00;FONT-WEIGHT: bold; background-color: dodgerblue;}
.sm_OtherSubTabs		{FONT-SIZE: 12px;COLOR:#ffcc00;background-color: dodgerblue }
.sm_OtherSubTabsAlt		{FONT-SIZE: 12px;COLOR:#ffcc00;background-color: dodgerblue }
.sm_Header				{FONT-SIZE: 12px;COLOR:#000000;BORDER-BOTTOM: black 2px solid }
.sm_Header A:link, .sm_Header A:visited	{FONT-SIZE: 12px;COLOR:#000000;}
.sm_Header A:hover		{FONT-SIZE: 12px;COLOR:#000000;FONT-WEIGHT: bold;}
.sm_Footer				{FONT-SIZE: 12px;COLOR:#000000;BORDER-TOP: black 2px solid;}
/* ================================ */

/* =================================
   SimpleMenu Module - dhtml styles
   ================================= */
.sm_HWMenuItem		{COLOR:#000000;background-color:#ffcc00;FONT-SIZE:12px;font-family:Verdana, Helvetica, sans-serif;border:solid 1px #00008b;border-collapse:collapse;}
.sm_HWMenuHiItem	{COLOR:#ffffff;background-color:#000000;FONT-SIZE:12px;font-family:Verdana, Helvetica, sans-serif;border:solid 1px #ffd700;}
.sm_HWMenuSubItem	{COLOR:#000000;background-color:#ffcc00;FONT-SIZE:12px;font-family:Verdana, Helvetica, sans-serif;border:solid 1px #00008b;}
.sm_HWMenuHiSubItem	{COLOR:#ffffff;background-color:#000000;FONT-SIZE:12px;font-family:Verdana, Helvetica, sans-serif;border:solid 1px #ffd700;}
/* ================================ */

/* =================================
   SimpleMenu Module - SolpartStyles
   ================================= */
.sm_SPMenuContainer	{height:27px;border-bottom:solid 2px Black;}
.sm_SPMenuBar		{height:27px;}
.sm_SPMenuBar TD	{FONT-SIZE: 12px;font-weight:bold;}
.sm_SPSubMenu		{z-index:200; border:solid 1px black;}
.sm_SPSubMenu TD	{font-weight:bold;}
.sm_SPMenuBreak		{}
.sm_SPMenuItem		{FONT-SIZE:12px;height:22px;padding-left:5px; padding-right:5px;background-color:#ffcc00;cursor:pointer;cursor:hand;}
.sm_SPMenuItem TD	{FONT-SIZE: 12px;}
.sm_SPMenuIcon		{border-left:solid 1px none;}
.sm_SPMenuItemSel		{FONT-SIZE: 12px;}
.sm_SPMenuItemSel TD{FONT-SIZE: 12px;padding-left:5px; padding-right:5px;cursor: pointer; cursor: hand;}
.sm_SPMenuArrow		{font-family: webdings;cursor: pointer; cursor: hand; }
.sm_SPRootMenuArrow	{font-family: webdings;cursor: pointer; cursor: hand; }
/* ================================ */


