/* ================================
    CSS STYLES FOR SEGA PORTAL BUILDER
    v1.0
   ================================
*/   

/* BANNER SETUP */
/* background color for the header at the top of the page (banner) */

.HeadBg
{
	width:1000px;
	height:162px;
	border:0px none;
	background-image: url(SegaImages/BannerHome.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;
	/*The next line should be uncommented to hide the banner */
	/*display:none;*/
}
.HeadBgLogOff
{
	width:1000px;
	height:162px;
	border:0px none;
	background-image: url(SegaImages/WebLogout.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;
	/*The next line should be uncommented to hide the banner */
	/*display:none;*/
}

.BannerLogo
{
	height:162px;	
}



/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	border:0px none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
	/*The next line should be uncommented to hide the links */
	display:none;
}   

.SiteLangBox
{
	border: 0px none;	
	/*The next line should be uncommented to hide the language box */
	display:none;
}

.SiteTabBox
{
	vertical-align: bottom;
	border: 0px none;	
	/*The next line should be commented when switching to vertical tabs */
	display:none;
}


.UserLayoutStripe
{
	width:800px;
	text-align: right; 
	background-color: blue;
}


/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}


/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
	color: white;
}

A.SiteLink:visited  {
    text-decoration:    none;
	color: white;
}

A.SiteLink:active   {
    text-decoration:    none;
	color: white;
}

A.SiteLink:hover    {
    text-decoration:    underline;
	color: white;
}



/* style for separator between site links */
.SiteLinkSeparator
{
	font-weight: bold;
	color: white;
}


/* style for separator between tabs */
.TabSeparator
{
	font-weight: bold;
	color: white;
}


/* FOOTER SETUP */
.Footer
{
    width:1000px;
    height:50px;
	font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;  
    color:white;	
	border:0px none;
	text-align:center;
	padding-top:10px;
	background-image: url(SegaImages/bg_footer.png);
}


/* background color for the content part of the pages */
Body
{
	margin: 0px 0px 0px 0px;
	background-color: #eeeeee; /*#cbcbcb;*/
	text-align:center;
}

.HomeMain
{
	width:1000px;
	border:0px none;
	background-color: #ffffff; /*#eeeeee;*/
	text-align:center;
}

.HomeLeftMargin
{
	width:0px; 
	/*
	background-color: white;
	background-image: url("segaimages/gray_bg.png");
    background-repeat: repeat-x;
    */
}

.HomeRightMargin
{
	width:0px; 
	/*
	background-color: white;
	background-image: url("segaimages/gray_bg.png");
    background-repeat: repeat-x;
    */
}

.TopPane
{
}

.HomeLeftPane
{
	width: 34px;
    background-color: white;
	/*background-image: url("segaimages/gray_bg.png");
    background-repeat: repeat-x;*/
}

.HomeContentPane
{
    width:935px;
    text-align:center;
    padding-left:33px;
    padding-right:34px;
    background-color: white;
}

.HomeRightPane
{
	width: 34px;
	background-color: white;
	/*background-image: url("segaimages/gray_bg.png");
    background-repeat: repeat-x;*/
}

.BannerPanesSeparator
{
    height: 50px;
    display:none;
}

.TopPaneSeparator
{
	height:10px;
	display:none;
}

.BottomPaneSeparator
{
	height:0px;
    display:none;
}

.HomeLeftContentSpace
{
	width: 0px;
}

.HomeRigthContentSpace
{
	width: 0px;
}


/*main tab section box */



.TabSectionsMain
{
	width:920px;
	text-align:center;
	background-color:white;
	
}
.TabSectionInner
{
	width:920px;
	float:right;
	text-align:center;
	background-color:#eeeeee;
	
}

/*main tab box*/
.TabsMain
{
    font-family:Lucida Sans Unicode, Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
    font-size:12px;
    text-decoration:none;
    color:red;
    width: 920px;
    height:40px;
    text-align: left;
    background-color: #000000;
}


.TabsInner
{
    width: auto;
    text-align: left;
    background-color: #000000;
    float: left;
}


/* MENU VERTICAL TABSECTIONS  Selected Tab */
/* background images to form the shape of the selected tab section */
.SelectedTabSectionLeftBoxVertical
{
	vertical-align:middle;
	height:25px;
	width: 9px;	
	background-image: url(SegaImages/SelectedTabSectionArrow.gif);
}

.SelectedTabSectionCenterBoxVertical
{
	vertical-align:middle;
	height:25px;	
	width:150px;
	background-image: url(SegaImages/SelectedTabSectionRightBox.jpg);
	padding-left:2px;
}

.SelectedTabSectionRightBoxVertical
{
	vertical-align:middle;
	height:25px;
	width: 1px;	
	background-image: url(SegaImages/SelectedTabSectionRightBox.jpg);
}

/* text style for the selected tab */
.SelectedTabSectionVertical
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
}

.SelectedTabSectionSeparatorVertical
{
	 height:2px;
}


/* hyperlink styles of the selected tabs */
A.SelectedTabSectionVertical:link    {
    text-decoration:    none;
    color:white;
}

A.SelectedTabSectionVertical:visited {
    text-decoration:    none;
    color:white;
}

A.SelectedTabSectionVertical:active  {
    text-decoration:    none;
    color:white;
}

A.SelectedTabSectionVertical:hover   {
    text-decoration:    none;
    color:white;
}



/* MENU VERTICAL TABSECTIONS  No Selected Tab */

/* background images to form the shape of the other tab sections */
.OtherTabSectionsLeftBoxVertical
{	
	vertical-align:middle;
	height:25px;
	width: 9px;	
	background-image: url(SegaImages/SelectedTabSectionNoArrow.gif);
}

/* text style for the selected tab */
.OtherTabSectionsCenterBoxVertical
{
	vertical-align:middle;
	height:25px;	
	width: 150px;
	background-image: url(SegaImages/SelectedTabSectionRightBox.jpg);
		
	padding-left:2px;
}

.OtherTabSectionsRightBoxVertical
{
	vertical-align:middle;
	height:25px;
	width: 1px;	
	background-image: url(SegaImages/SelectedTabSectionRightBox.jpg);
}

.OtherTabSectionSeparatorVertical
{
	 height:2px;
}


/* text style for the unselected tab sections */
/* text style for the selected tab */
.OtherTabSectionsVertical
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
}

/* hyperlink styles of the selected tabs */
A.OtherTabSectionsVertical:link    {
    text-decoration:    none;
    color:white;
}

A.OtherTabSectionsVertical:visited {
    text-decoration:    none;
    color:white;
}

A.OtherTabSectionsVertical:active  {
    text-decoration:    none;
    color:white;
}

A.OtherTabSectionsVertical:hover   {
    text-decoration:    none;
    color:white;
}





/* MENU VERTICAL TABS */

.SelectedTabLeftBoxVertical
{
	margin-left:2px;
	
	height:25px;
	width: 9px;	
	background-image: url(SegaImages/SelectedTabArrow.gif);
}

.SelectedTabCenterBoxVertical
{
	height:25px;	
	width: 148px;
	background-image: url(SegaImages/SelectedTabCenterBox.gif);
 		
	padding-left:2px;
}

.SelectedTabRightBoxVertical
{
	height:25px;
	width: 1px;	
	background-image: url(SegaImages/SelectedTabCenterBox.gif);
}

.SelectedTabSeparatorVertical
{
	height:2px;
}

/* text style for the selected tab */
.SelectedTabVertical
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}

/* hyperlink styles of the selected tabs */
A.SelectedTabVertical:link    {
    text-decoration:    none;
    color: #081f5b;
}

A.SelectedTabVertical:visited {
    text-decoration:    none;
    color: #081f5b;
}

A.SelectedTabVertical:active  {
    text-decoration:    none;
    color: #081f5b;
}

A.SelectedTabVertical:hover   {
    text-decoration: underline;
    color: #081f5b;
}




.OtherTabLeftBoxVertical
{
	margin-left:2px;
	
	height:25px;
	width: 9px;	
	background-image: url(SegaImages/SelectedTabNoArrow.gif);
}

.OtherTabCenterBoxVertical
{
	height:25px;	
	width: 148px;
	background-image: url(SegaImages/SelectedTabCenterBox.gif);
		
	padding-left:2px;
}

.OtherTabRightBoxVertical
{
	height:25px;
	width: 1px;	
	background-image: url(SegaImages/SelectedTabCenterBox.gif);
}

.OtherTabSeparatorVertical
{
	 height:2px;
}

/* text style for the selected tab */
.OtherTabVertical
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}

/* hyperlink styles of the selected tabs */
A.OtherTabVertical:link
{
	color: #081f5b;
	text-decoration: none;
}

A.OtherTabVertical:visited {
    text-decoration:    none;
    color: #081f5b;
}

A.OtherTabVertical:active  {
    text-decoration:    none;
    color: #081f5b;
}

A.OtherTabVertical:hover   {
    text-decoration: underline;
    color: #081f5b;
}


/* HORIZONTAL MENU TABSECTIONS  Selected Tab */
/* background/border colors for the selected tab section */
.TabSectionsBg
{
	background-image: url(SegaImages/TabSectionsBg.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	text-align: center;

}

.SelectedTabSectionBg
{
	background-image: url(SegaImages/SelectedTabSectionBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* background/border colors for the unselected tab sections */
.OtherTabSectionsBg
{
	background-image: url(SegaImages/OtherTabSectionsBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}


/* text style for the selected tab sections */
.SelectedTabSection
{
	font-weight: bold;
	font-size: 13px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
    	text-align:center;
}

/* hyperlink styles of the selected tab sections */
A.SelectedTabSection:link    {
    text-decoration:    none;
    color:white;
}

A.SelectedTabSection:visited {
    text-decoration:    none;
    color:white;
}

A.SelectedTabSection:active  {
    text-decoration:    none;
    color:white;
}

A.SelectedTabSection:hover   {
    text-decoration:    underline;
    color:white;
}


/* text style for the unselected tab sections */
.OtherTabSections {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#60243b;
    text-decoration:none;
    font-weight: bold;
    text-align:center;
}

/* hyperlink styles of the unselected tab sections */
A.OtherTabSections:link    {
    text-decoration:    none;
    color:#60243b;
}

A.OtherTabSections:visited {
    text-decoration:    none;
    color:#60243b;
}

A.OtherTabSections:active  {
    text-decoration:    none;
    color:#60243b;
}

A.OtherTabSections:hover   {
    text-decoration:    underline;
    color:#60243b;
}
    
/* background images to form the shape of the selected tab section */
.SelectedTabSectionLeftBox
{
	background-image: url(SegaImages/SelectedTabSectionLeftBox.gif);
}

.SelectedTabSectionCenterBox
{
	background-image: url(SegaImages/SelectedTabSectionCenterBox.gif);
	background-repeat: repeat-x;
}

.SelectedTabSectionRightBox
{
	background-image: url(SegaImages/SelectedTabSectionRightBox.gif);
}

/* background images to form the shape of the other tab sections */
.OtherTabSectionsLeftBox
{
	background-image: url(SegaImages/OtherTabSectionsLeftBox.gif);
}

.OtherTabSectionsCenterBox
{
	background-image: url(SegaImages/OtherTabSectionsCenterBox.gif);
	background-repeat: repeat-x;
}

.OtherTabSectionsRightBox
{
	background-image: url(SegaImages/OtherTabSectionsRightBox.gif);
}



/* TABS */
/* background color for the tab bar */
.TabBarBg
{
	background-color: #0099FF;
	text-align: center;
}

.SelectedTabLeftBox
{
	margin-left:2px;
	
	height:25px;
	width: 9px;	
	background-image: url(SegaImages/SelectedTabArrow.gif);
}

.SelectedTabCenterBox
{
	height:25px;	
	width: 148px;
	background-image: url(SegaImages/SelectedTabCenterBox.gif);
	padding-left:2px;
}

.SelectedTabRightBox
{
	height:25px;
	width: 9px;	
	background-image: url(SegaImages/SelectedTabRightBox.gif);
}



/* background/border colors for the selected tab */
.SelectedTabBg
{
	background-color: #0066FF;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg 
{
    background-color: #0099FF;
}



/* text style for the selected tab */
.SelectedTab
{
    font-family:Lucida Sans Unicode, Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
    font-size:12px;
}

.SelectedTabSeparator
{
   width:1px;
   background-color:White;
   height:10px;
   font-size:5px;
   vertical-align:middle;
}

/* hyperlink styles of the selected tabs */
A.SelectedTab:link    {
    text-decoration:    none;
     color:white;
}

A.SelectedTab:visited {
    text-decoration:    none;
   color:white;
}

A.SelectedTab:active  {
    text-decoration:    none;
   color:white;
}

A.SelectedTab:hover   {
    text-decoration:    none;
   color:white;
}



/* text style for the unselected tabs */
.OtherTabs {
    font-family:Lucida Sans Unicode, Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
    font-size:12px;
}

.OtherTabLeftBox
{
	margin-left:2px;
	height:25px;
	width: 9px;	
	background-image: url(SegaImages/SelectedTabNoArrow.gif);
}

.OtherTabCenterBox
{
	height:25px;	
	width: 149px;
	background-image: url(SegaImages/SelectedTabCenterBox.gif);
		
	padding-left:2px;
}

.OtherTabRightBox
{
	height:25px;
	width: 9px;	
	background-image: url(SegaImages/SelectedTabRightBox.gif);
}



/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:white;
}
    


/* MENU VERTICAL SubPortalS  Selected */
/* background images to form the shape of the selected SubPortal */
.SelectedSubPortalLeftBoxVertical
{
	vertical-align:middle;
	height:25px;
	width: 9px;	
	background-image: url(SegaImages/SelectedSubPortalArrow.gif);
}

.SelectedSubPortalCenterBoxVertical
{
	vertical-align:middle;
	height:25px;	
	width:150px;
	background-image: url(SegaImages/SelectedSubPortalRightBox.jpg);
	padding-left:2px;
}

.SelectedSubPortalRightBoxVertical
{
	vertical-align:middle;
	height:25px;
	width: 1px;	
	background-image: url(SegaImages/SelectedSubPortalRightBox.jpg);
}

/* text style for the selected */
.SelectedSubPortalVertical
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.SelectedSubPortalSeparatorVertical
{
	 height:2px;
}

/* hyperlink styles of the selected */
A.SelectedSubPortalVertical:link    {
    text-decoration:    none;
    color:white;
}

A.SelectedSubPortalVertical:visited {
    text-decoration:    none;
    color:white;
}

A.SelectedSubPortalVertical:active  {
    text-decoration:    none;
    color:white;
}

A.SelectedSubPortalVertical:hover   {
    text-decoration:    none;
    color:white;
}



/* MENU VERTICAL SubPortalS  No Selected */

/* background images to form the shape of the other SubPortals */
.OtherSubPortalsLeftBoxVertical
{	
	vertical-align:middle;
	height:25px;
	width: 9px;	
	background-image: url(SegaImages/SelectedSubPortalNoArrow.gif);
}

/* text style for the selected */
.OtherSubPortalsCenterBoxVertical
{
	vertical-align:middle;
	height:25px;	
	width: 150px;
	background-image: url(SegaImages/SelectedSubPortalRightBox.jpg);

	padding-left:2px;
}

.OtherSubPortalsRightBoxVertical
{
	vertical-align:middle;
	height:25px;
	width: 1px;	
	background-image: url(SegaImages/SelectedSubPortalRightBox.jpg);
}

.OtherSubPortalSeparatorVertical
{
	 height:2px;
}


/* text style for the unselected SubPortals */
/* text style for the selected */
.OtherSubPortalsVertical
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* hyperlink styles of the selected */
A.OtherSubPortalsVertical:link    {
    text-decoration:    none;
    color:white;
}

A.OtherSubPortalsVertical:visited {
    text-decoration:    none;
    color:white;
}

A.OtherSubPortalsVertical:active  {
    text-decoration:    none;
    color:white;
}

A.OtherSubPortalsVertical:hover   {
    text-decoration:    none;
    color:white;
}





/* HORIZONTAL MENU SubPortalS  Selected */
/* background/border colors for the selected SubPortal */
.SubPortalsBg
{
	background-image: url(SegaImages/SubPortalsBg.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	text-align: center;

}

.SelectedSubPortalBg
{
	background-image: url(SegaImages/SelectedSubPortalBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* background/border colors for the unselected SubPortals */
.OtherSubPortalsBg
{
	background-image: url(SegaImages/OtherSubPortalsBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}


/* text style for the selected SubPortals */
.SelectedSubPortal
{
	font-weight: bold;
	font-size: 13px;
	color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
    text-align:center;
}

/* hyperlink styles of the selected SubPortals */
A.SelectedSubPortal:link    {
    text-decoration:    none;
    color:white;
}

A.SelectedSubPortal:visited {
    text-decoration:    none;
    color:white;
}

A.SelectedSubPortal:active  {
    text-decoration:    none;
    color:white;
}

A.SelectedSubPortal:hover   {
    text-decoration:    underline;
    color:white;
}


/* text style for the unselected SubPortals */
.OtherSubPortals {
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#FFFFFF;
    text-decoration:none;
    font-weight: bold;
    text-align:center;
}

/* hyperlink styles of the unselected SubPortals */
A.OtherSubPortals:link    {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherSubPortals:visited {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherSubPortals:active  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherSubPortals:hover   {
    text-decoration:    underline;
    color:#FFFFFF;
}
    
/* background images to form the shape of the selected SubPortal */
.SelectedSubPortalLeftBox
{
	background-image: url(SegaImages/SelectedSubPortalLeftBox.gif);
	background-repeat:no-repeat;
	height:51px;
	width:9px;
}

.SelectedSubPortalCenterBox
{
	background-image: url(SegaImages/SelectedSubPortalCenterBox.gif);
	height:51px;
	width:232px;
	text-align:center;
	background-repeat: repeat-x;
}

.SelectedSubPortalRightBox
{
	background-image: url(SegaImages/SelectedSubPortalRightBox.gif);
	background-repeat:no-repeat;
	height:51px;
	width:9px;
}

/* background images to form the shape of the other SubPortals */
.OtherSubPortalsLeftBox
{
	background-image: url(SegaImages/OtherSubPortalsLeftBox.gif);
	height:51px;
	width:9px;
}

.OtherSubPortalsCenterBox
{
	background-image: url(SegaImages/OtherSubPortalsCenterBox.gif);
	height:51px;
	width:232px;
	text-align:center;
	background-repeat: repeat-x;
}

.OtherSubPortalsRightBox
{
	background-image: url(SegaImages/OtherSubPortalsRightBox.gif);
	background-repeat:no-repeat;
	height:51px;
	width:9px;
}



/* 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: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

/* style for module titles */
.ModuleTitle
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}

.ModuleFooter
{
	display:none;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-size: 12px;
	color: Navy;
	font-weight: bold;
	font-family: Arial;
}

/* style of item titles on edit and admin pages that are disabled*/
.SubHead_Disabled
{
	font-weight: bold;
	font-size: 11px;
	color: darkgray;
	font-family: Verdana, Helvetica, sans-serif;
}

/* 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: Arial;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold
}

.NormalMini
{
    font-family: Arial;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px    
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: navy;
	text-decoration: underline;
}

A.CommandButton:visited  {
    text-decoration:    underline;
	color: navy;
}

A.CommandButton:active   {
    text-decoration:    underline;
	color: navy;
}

A.CommandButton:hover    {
    text-decoration:    underline;
	color: navy;
}
    
/* text style for titles used as Links */
.TitleLink     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.TitleLink:link {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:visited  {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:active   {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:hover    {
    text-decoration:    underline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}



.LoginTextBox
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    width:130px;
}

.LoginSubTitle
{
	background:#768d63;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}

.SignIn
{
	border-right: #9A989A 1px solid;	
	border-left: #9A989A 1px solid;
	border-bottom: #9A989A 1px Solid;
	border-top: #9A989A 0px;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin:0 0 0 0;
}

.SignInInner
{
	border-right: #ffffff 2px solid;	
	border-left: #ffffff 2px solid;
	border-bottom: #ffffff 0px;
	border-top: #ffffff 0px;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #bac8ad;
	margin:0 0 0 0;
}
.SignInInnerTable
{
	border-bottom: #ffffff 0px;
	border-top: #ffffff 0px;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #bac8ad;
	margin:0 0 0 0;
}


.SignInForgotPassword
{
	background:#768d63;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

a.SignInForgotPassword:Link
{
	background:#768d63;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}


a.SignInForgotPassword:hover
{
	background:#768d63;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

.LoginRememeber
{
	display:none;
}

.SignInRegister
{
	display:none;
}





/* GENERIC */
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:  15px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}
A:link
{
	color: midnightblue;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
    color:  midnightblue;
}

A:active    {
    text-decoration:    none;
    color:  midnightblue;
}

A:hover {
    text-decoration:    underline;
    color:	darkred;
}

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: dimgrey;
    height:1pt;
    text-align:left
}


.Button
{
	font-weight: bold;
	font-size: 12px;
	background: #bfd945;
	color: white;
	border-top-style:none;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 18px;
	cursor:hand;
}


.PortalLinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	color: #768D63;
	text-decoration: none;
	text-align: left;
	padding:0 0 0 3px;
}

A.PortalLinks:link {
    text-decoration:    none;
	color: #768D63;
}

A.PortalLinks:visited  {
    text-decoration:    none;
	color: #768D63;
}

A.PortalLinks:active   {
    text-decoration:    none;
	color: #768D63;
}

A.PortalLinks:hover    {
    text-decoration:    none;
	color: #FCD003;
}



/* Module Box */

.ModuleBoxContent
{
	border-right: #A6A6A6 1px solid;
	border-left: #A6A6A6 1px solid;
	border-bottom: #A6A6A6 1px solid;
	border-top: #A6A6A6 1px;
	font-size: x-small;
	font-family: verdana, helvetica, sans-serif;
	background-color:Transparent;
}

.ModuleBoxContentInner
{
	background-color: #ffffff;
	padding:0 2 2 2;
}

.ModuleBoxContentNoFrame
{
	border:0px none;
	font-size: x-small;
	font-family: verdana, helvetica, sans-serif;
	background-color: #ffffff;
}


.ModuleBoxContentNoFrameInner
{
	background-color: #ffffff;
	padding:0 0 0 0;
}


.ModuleBoxContentTopMenu
{
	border-right: #A6A6A6 1px solid;	
	border-left: #A6A6A6 1px solid;
	border-bottom: #A6A6A6 1px solid;
	border-top: #A6A6A6 1px;
	font-size: x-small;
	font-family: verdana, helvetica, sans-serif;
	background-color: #ffffff;
	background-image:  url(SegaImages/bg_top.png);
}




.BannerPanesSeparator
{
    height: 0px;
    display:none;
}

.ModuleSeparator
{
	height: 10px;
	/*display:none;*/
}

.ImgLeftTab
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(SegaImages/LeftTab.gif);
	background-repeat: repeat-x;
}

.ImgTabFull
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(SegaImages/TabFull.gif);
	background-repeat: repeat-x;
}

.ImgMiddleTab
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(SegaImages/MiddleTab.gif);
	background-repeat: repeat-x;
}

.ImgTabHalf
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(SegaImages/TabHalf.gif);
	background-repeat: repeat-x;
}

.ImgRightTab
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(SegaImages/RightTab.gif);
	background-repeat: repeat-x;
	width: 12px;
	
}


/*  Surveys results bar */
.SurveyBar1
{
	background-image: url(SegaImages/SurveyBarImages/SurveyBarRed.jpg);	
}
.SurveyBar2
{
	background-image: url(SegaImages/SurveyBarImages/SurveyBarGreen.jpg);		
}
.SurveyBar3
{
	background-image: url(SegaImages/SurveyBarImages/SurveyBarBlue.jpg);		
}
.SurveyBar4
{
	background-image: url(SegaImages/SurveyBarImages/SurveyBarYellow.jpg);		
	
}
.SurveyBar5
{
	background-image: url(SegaImages/SurveyBarImages/SurveyBarDark.jpg);		
}
.SurveyBar6
{
	background-image: url(SegaImages/SurveyBarImages/SurveyBarCyan.jpg);			
}
.SurveyBar7
{
	background-image: url(SegaImages/SurveyBarImages/SurveyBarBrown.jpg);		
}

.PreciosCafe_Main
{
	border-right: maroon 1px solid;
	border-top: maroon 1px solid;
	border-left: maroon 1px solid;
	border-bottom: maroon 1px solid;
}

/* ButtonLike Class */
.ButtonLike
{
	border-right: #dedede 3px outset;
	border-top: #dedede 3px outset;
	font-weight: normal;
	font-size: 10px;
	border-left: #dedede 3px outset;
	cursor: hand;
	color: darkred;
	line-height: 11px;
	border-bottom: #dedede 3px outset;
	font-family: Verdana, Helvetica, sans-serif;
	border-collapse: collapse;
	background-color: #eaeaea;
	text-decoration: underline;
}

.ChartPlotArea
{
	color: #800000;	
	background-image: url(Images/Anacafe.gif);
	background-color: #fffff3;
	border-color: #800000;
	border-width: 1px;
	font-family: arial.ttf;
	font-size: 8px;		
}

.ChartSerie1
{
	width: 1px;
	color: #ff0000;	
}

.ChartSerie2
{
	width: 1px;
	color: #00ff00;
}

.ChartSerie3
{
	width: 1px;
	color: #0000ff;
}

.ChartSerie4
{
	width: 1px;
	color: #ffff00;
}

.ChartSerie5
{
	width: 1px;
	color: #ff00ff;
}

.ChartSerie6
{
	width: 1px;
	color: #00ffff;
}

.ResourceGraphic1
{
	background-color: tan;
}

.ResourceGraphic2
{
	background-color: darksalmon;
	cursor: hand;
}

.ResourceGraphic3
{
	background-color: royalblue;
}

.ResourceGraphic4
{
	cursor: hand;
	background-color: #cccc99;
}

/*CUSTOM MODULES*/
.HomeRightBanner
{
	width:251;
	background-color:red;
	background-image: url(SegaImages/home_solutions.gif);
}


/* text style for titles used as Links */
.EspecialLink     
{
	height:20px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-color:#e0e1d4;
    background-image:url(SegaImages/dotedline.jpg);
    background-repeat:repeat-x;
    background-position:0 16;
    padding: 0 0 0 5;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.EspecialLink:link {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url(SegaImages/fondorayado.gif);
}

A.EspecialLink:visited  {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url(SegaImages/fondorayado.gif);
}

A.EspecialLink:active   {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url(SegaImages/fondorayado.gif);
}

A.EspecialLink:hover    {
    text-decoration:    underline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url(SegaImages/fondorayado.gif);
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0px none;
  padding: 0;
  width: 620px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0px none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0px none;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #FFF;
  border-right-color: #D5DCCF;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #EDF1EA;
  color: #637851;
  font: bold 11px/22px  Arial, Verdana,Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #D5DCCF;
  color: #637851;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  font: normal 11px/22px  Arial, Verdana,Helvetica, sans-serif;
  float: none;
  background: #EDF1EA;
  color: #637851;
}

/* 2nd Menu Hover Persistence 
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  font: normal 11px/22px  Arial, Verdana,Helvetica, sans-serif;
  background: #D5DCCF;
  color: #FFF;
}
*/

/* 3rd Menu 
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}*/

/* 3rd Menu Hover Persistence 
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}*/

/* 4th Menu 
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}*/

/* 4th Menu Hover 
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}*/

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}



/* REPORTING SERVICES WEBPART STYLE */
.RSDataList
{
	border-style: none;
	border-width: 1px;
	border-color: #999999;
	background-color: White;
	padding: 3 3 3 3;
	width: 100%;
}

.RSDataListSelected
{
	color: White;
	font-weight: bold;
	background-color: #008A8C;
}

.RSDataListItem
{
	color: Black;
	background-color: #EEEEEE;
}

.RSDataListAlternating
{
	background-color: #DCDCDC;
}

.RSDataListHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    color: White;
	background-color: #000084;
}

.RSDataListFooter
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    color: White;
	background-color: #000084;
}

A.RSLinkButton:link
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
A.RSLinkButton:visited
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
A.RSLinkButton:active
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
A.RSLinkButton:hover
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

/* Clases de estilos para la seccion de WebMapping */

.WMGridStyle
{
	background-color:White;
	border-color:#E7E7FF;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
	padding: 3px;
}

.WMHeaderGridStyle
{
    font-family: Arial;
    font-size: 12px;
	font-weight:bold;
	color:#F7F7F7;
	background-color:#4A3C8C;
}

.WMItemStyle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
	color:#4A3C8C;
	background-color:#E7E7FF;
}

.WMAternatingItemStyle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
	color:#4A3C8C;
	background-color:#F7F7F7;
}

.WMSelectedItemStyle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
	color:#F7F7F7;
	background-color:#738A9C;
}

.WMFooterGridStyle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
	color:#4A3C8C;
	background-color:#B5C7DE;
}

.WMPagerGridStyle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
	color:#4A3C8C;
	background-color:#B5C7DE;
}

.WMPagerGridStyle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
	color:#4A3C8C;
	background-color:#B5C7DE;
}
.WMTableTopLeft{
	background-image:url(WebMapping/images/TopLeft.gif);
	background-color:#334877;
	height:10;
	width:10;	
}
.WMTableTop{
	background-image:url(WebMapping/images/Top.gif);
	background-color:#334877;
	height:10;
}
.WMTableTopRight{
	background-image:url(WebMapping/images/TopRight.gif);
	background-color:#334877;
	height:10;
	width:10;	
}
.WMTableLeft_Title{
	background-image:url(WebMapping/images/Left_2.gif);
	background-color:#334877;
	width:10;	
}
.WMTable_Title{
	background-color:#334877;
}
.WMTableRight_Title{
	background-image:url(WebMapping/images/Right_2.gif);
	background-color:#334877;
	width:10;	
}
.WMTableLeft_Content{
	background-image:url(WebMapping/images/Left_1.gif);
	background-color:#FFFFFF;
	width:10;	
}
.WMTable_Content{
	background-color:#FFFFFF;
}
.WMTableRight_Content{
	background-image:url(WebMapping/images/Right_1.gif);
	background-color:#FFFFFF;
	width:10;	
}

.WMTableBottonLeft{
	background-image:url(WebMapping/images/BottonLeft.gif);
	background-color:#FFFFFF;
	height:10;
	width:10;	
}
.WMTableBotton{
	background-image:url(WebMapping/images/Botton.gif);
	background-color:#FFFFFF;
	height:10;
}
.WMTableBottonRight{
	background-image:url(WebMapping/images/BottonRight.gif);
	background-color:#FFFFFF;
	height:10;
	width:10;	
}



/* OfficeViewer */
.SelectedOfficeViewerCenterBox
{	
color:Blue;
	cursor: hand;	
	vertical-align:baseline;
	font-size:x-small;	
	background-image:url(SegaImages/optionselectedcenter.gif);	
	background-repeat:repeat-x;
}

.SelectedOfficeViewerLeftBox
{	
	background-image:url(SegaImages/OptionSelectedLeft.gif);	
	background-repeat:no-repeat;	
}

.SelectedOfficeViewerRightBox
{		
	background-image:url(SegaImages/OptionSelectedRight.gif);	
	background-repeat:no-repeat;
}

.OtherOfficeViewerCenterBox
{	
		font-size:x-small;				
	color:Black;
	cursor: hand;		
	vertical-align:baseline;
	background-image:url(SegaImages/center.gif);	
	background-repeat:repeat-x;	
}

.OtherOfficeViewerLeftBox
{	
	background-image:url(SegaImages/OptionLeft.gif);	
	background-repeat:no-repeat;	
}

.OtherOfficeViewerRightBox
{
	background-image:url(SegaImages/OptionRight.gif);	
	background-repeat:no-repeat;	
}

/* Entities container horizontal*/
.SelectedEntitiesContainerCenterBoxHorizontal
{	
	color:Blue;
	cursor: hand;	
	vertical-align:baseline;
	font-size:x-small;	
	background-image:url(SegaImages/optionselectedcenter.gif);	
	background-repeat:repeat-x;
}

.SelectedEntitiesContainerLeftBoxHorizontal
{	
	background-image:url(SegaImages/OptionSelectedLeft.gif);	
	background-repeat:no-repeat;	
}

.SelectedEntitiesContainerRightBoxHorizontal
{		
	background-image:url(SegaImages/OptionSelectedRight.gif);	
	background-repeat:no-repeat;
}

.OtherEntitiesContainerCenterBoxHorizontal
{	
	font-size:x-small;				
	color:Black;
	cursor: hand;		
	vertical-align:baseline;
	background-image:url(SegaImages/center.gif);	
	background-repeat:repeat-x;	
}

.OtherEntitiesContainerRightBoxHorizontal
{	
	background-image:url(SegaImages/OptionRight.gif);	
	background-repeat:no-repeat;	
}

.OtherEntitiesContainerLeftBoxHorizontal
{
	background-image:url(SegaImages/OptionLeft.gif);	
	background-repeat:no-repeat;	
}

/* Entities container vertical*/

.SelectedEntitiesContainerCenterBoxVertical
{	
	color:Blue;
	cursor: hand;	
	vertical-align:baseline;
	font-size:x-small;	
	background-image:url(SegaImages/optionselectedcenter.gif);	
	background-repeat:repeat-x;
}

.SelectedEntitiesContainerTopBoxVertical
{	
	background-image:url(SegaImages/OptionSelectedTop.gif);	
	background-repeat:no-repeat;	
}

.SelectedEntitiesContainerBottomBoxVertical
{		
	background-image:url(SegaImages/OptionSelectedBottom.gif);	
	background-repeat:no-repeat;
}

.OtherEntitiesContainerCenterBoxVertical
{	
	font-size:x-small;				
	color:Black;
	cursor: hand;		
	vertical-align:baseline;
	background-image:url(SegaImages/centervertical.gif);	
	background-repeat:repeat;
}

.OtherEntitiesContainerTopBoxVertical
{	
	background-image:url(SegaImages/OptionTop.gif);	
	background-repeat:no-repeat;	
}

.OtherEntitiesContainerBottomBoxVertical
{
	background-image:url(SegaImages/OptionBottom.gif);	
	background-repeat:no-repeat;	
}

.SiteMapTabSection
{
    padding-left:17px;
    padding-top:6px;
    padding-right:20px;
    font-family:Lucida Sans Unicode, Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
    color:#505050;
    font-size:11px;
    width:130px;
}

.SiteMapTab
{
    padding-left:15px;
    padding-right:15px;
    font-family:Lucida Sans Unicode, Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
    color:#808080;
    font-size:9px;
    text-decoration:none;
}

.SiteMapVertical
{
    width:1000px;
    height:100px;
    display:table;
    clear:both;
    font-size:11px;
    background-image:url(SegaImages/bg_subfooter.jpg);    
    background-repeat:repeat-x;    
    position:relative;
    top:19px;
}	

/*---------------------------------------
    TWITTER                               
  ---------------------------------------*/

.TwitterTable
{
    width: 560px;
    background-color: Transparent;
}

.SocialNetContainerMiddle .ModuleBoxContentNoFrame  .ModuleBoxContentNoFrameInner
{
	   background-color: Transparent;
}

.SocialNetContainerMiddle .ModuleBoxContentNoFrame
{
	   background-color: Transparent;
}

.TwitterMessage
{
    font-family: 'Lucida Sans Unicode';
    font-size: 13px;
    color: #808080;
    text-align: justify;
}
.TwitterLink
{
    font-family: 'Lucida Sans Unicode';
    font-size: 13px;
    color: #3A7FA0;
    text-decoration: none;
}
.TwitterTimestamp
{
	padding-top: 22px;
	font-family: 'Lucida Sans Unicode';
	font-size: 11px;
	color: #3A7FA0;
}


/*---------------------------------------
   Sega - SocialNet
  ---------------------------------------*/
   
.SocialNetLeftText
{
	/*font-family: 'Century Gothic';
    font-size: 12px;
    font-weight: bold;
    color:  #7A7A7A;*/
	background-position: 5px;
	width: 1px;
	height: 30px;
	background-image: url("segaimages/siguenos.png"); /*background-position:85% 0%;*/
	background-repeat: no-repeat;
}

.SocialNetContainerLeft
{
    padding-top: 0px;
}

.SocialNetContainerMiddle
{
	padding-top: 80px;
	padding-left: 50px;
	padding-right: 15px;
	background-image: url("segaimages/twitterBg.png");
	background-position: 30px 40%;
	background-repeat: no-repeat;
}

.SocialNetContainerRight
{
    padding-top: 50px;
}

.SocialNetFacebookLink
{
    padding-left: 0px;
}

.SocialNetTwitterLink
{
    padding-left: 152px;
}

.SocialNetLinkedInLink
{
    padding-left: 155px;
    padding-top: 5px;
    padding-bottom: 60px;
}

.SocialNetAdvertisementTop
{
}

.SocialNetAdvertisementBottom
{
}

.SocialNetSeparatorLeft
{
    width: 28px;
    background-image: url("segaimages/bg_feed_left.png");
    background-position: 50% 65%;
    background-repeat: no-repeat;
}

.SocialNetSeparatorRight
{
    width: 28px;
    background-image: url("segaimages/bg_feed_right.png");
    background-position: 50% 65%;
    background-repeat: no-repeat;
}

.DataListSeparator
{
    width: 2px;
    background-color: #ffffff;
}

.Noticias
{
	background-image: url("segaimages/fondonoticias.jpg");
	background-repeat: no-repeat;
	background-position: 8px 9px;
	font-size: xx-small;
}


.Noticias table
{
	background-color:Transparent;
	
}

.Noticias .ModuleBoxContentNoFrameInner
{
	background-color:Transparent;
}

.Noticia
{	
	font-family: Arial;
	font-size: 7px;
	font-weight: normal;
	line-height: 10px;
	color: #97ADBB;
	border: 0px none;
	text-align: left;
	background-color:Transparent;

}

.ModuleBoxContentNoFrameNoticia
{
	font-family: verdana, helvetica, sans-serif;
	background-color: Transparent;
	margin-left: 12px;
}


.ModuleBoxContentNoFrameInnerNoticia
{
	background-color: Transparent;
	padding: 12px 35px 0px 10px
	font-size:8px;
}

.ModuleBoxContentNoFrameInnerNoticia .Normal 
{
	font-size:11px;
}

.ModuleBoxContentNoFrameInnerNoticia .CommandButton
{
	font-size:10px;
}

.ModuleBoxContentNoFrameInnerNoticia .Normal H3
{
	font-size:11px;
}

.Noticia .ModuleTitle
{
    color:white;
	font-family: verdana, helvetica, sans-serif;
	font-size: 8px;
	padding-left: 80px;
}
.lblTitleNoticia
{
	font-weight:bold;
	font-family:Verdana,Helvetica,sans-serif;
}
/* ------------------------------------------------- */
/*Agregado por mario juarros prueba de ¨ProductsGallery*/
/* ------------------------------------------------- */
.ContainerDiv
{
    /*background-image:url('../Images/productos1.jpg'); 
    background-repeat:repeat-x;*/    
    height:331px;
    background-color:#F2F2F2;    
}
.ContainerDiv1
{
    width:99%;
}
.ProductDiv
{    
    width:200px;
    /*height:268px;*/
    vertical-align:top;
}
.ProductImage
{
    width:200px;    
    padding:0px;
    border:0px;
}
.lblProductName
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}
.divimageProductFooter
{
    background-image:url('../SegaStyle/SegaImages/productos6.jpg');
    background-repeat:repeat-x;
    height:29px;
    text-align:center;
    padding:6px;
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    vertical-align:middle;
}
.detailsDiv
{
    width:auto;    
    height:auto;     
    background-color: #E6E6E6;
    vertical-align:top;
    padding: 10px 15px 10px 20px;
}
.divProductsFooter
{
    text-align:left;
    height:59px;
    vertical-align:bottom;    
}
/*.divMultiview
{
    width:500px;
    height:230px;
    background-image:url('Images/productos3.jpg');
    background-repeat:repeat-x;
}*/
.btnDetails
{
    background-image: url('../SegaStyle/SegaImages/botonazul.png');
    background-repeat:no-repeat;
    width:176px;
    height:36px;
    border:0px;
    padding:0px;
    display:inline-block;
    color:White;
    font-weight:bold;        
}
.viewmoreColor
{
    background-image: url('../SegaStyle/SegaImages/productos5.jpg');
    background-repeat:repeat-x;
    width:50px;
    height:33px;
    border:0px;
    padding:0px;
    display:inline-block;         
}
.tdseparator
{
    width:20px;
    height:268;
}
.tdborde
{
    width:10px;
    height:268;
}
.Prodselectedtab
{
    /*background-image: url('../images/productos8.jpg');
    background-repeat:repeat-x;*/
    background-color:#E6E6E6;
    border:0px;
    color:#585858;
    font-weight:bold;
    text-decoration:none;
}
.Produnselectedtab
{
    /*background-image: url('../images/unselectedTab.jpg');
    background-repeat:repeat-x;*/
    background-color:#F2F2F2;
    border:0px;
    color:#585858;
    font-weight:bold;
    text-decoration:none;
}
.tdfooter1
{
    width:700px;
}
.tdfooter2
{
    width:200px;
    text-align:right;
}
.tdlnkzoom
{
    text-align:right; 
    width:268px; 
    vertical-align:top;
}
.lnkzoom
{
    color:#585858;
    font-weight:bold;
    font-size:11px;
}
.lblSpecification
{
    height:209px;
font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.lblDescription
{
    height:209px;
font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.lnkSeparator
{
    color:Gray;
    width:1px;
    height:10px;
    font-size:10px;
    vertical-align:middle;
}
.CategoriesContent
{
    /*cellpadding="0" cellspacing="0" border="0"*/
    margin-left:37px; 
}
/* -----------------------------------------------------*/
/* Vertical Dropdown menu */
/* SLC */

.glossymenu, .glossymenu li ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 150px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
        position: relative;
	background-image: url(../SegaStyle/SegaImages/dropdownMenuBG.PNG);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.glossymenu li a{
	color:#585858;
	display: block;
	width: auto;
	padding: 11px 10px 15px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
        font-weight:bolder;
        letter-spacing: -.5px;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
        position: absolute;
        width: 190px; /*WIDTH OF SUB MENU ITEMS*/
        left: 0;
        top: 0;
        display: none;
}

.glossymenu li ul li{
        float: left;
	background-image: url(../SegaStyle/SegaImages/dropdownMenuBG.PNG)!important;
	background-repeat: repeat-x;
        margin: -1px 0px 0px 1px;
        padding: 0px;
        border: solid 1px #777777;
        border-right: solid 1px #777777;
        border-left: solid 1px #777777;
}

.glossymenu li ul li a:hover {
	background-image: url(../SegaStyle/SegaImages/dropdownMenuBG1.PNG)!important;
	background-repeat: repeat-x;	
	background-position: left bottom;
}
.glossymenu li ul li a:hover {
        color: white!important;
}
.glossymenu li ul li a {
	background-image: none!important; 
        color: #585858;
	font-family: Verdana, Helvetica, sans-serif;
}
.glossymenu li ul a{
        width: 150px; 
/*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu li a:visited {
	background-image: url(dropdownMenuBG.PNG);
	color:#081f5b;
}
.glossymenu li a:active {
	background-image: url(../SegaStyle/SegaImages/dropdownMenuBG.PNG);
}
.glossymenu li a:hover{
	background-image: url(../SegaStyle/SegaImages/dropdownMenuBG1.PNG);
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
