/* ================================
    CSS STYLES FOR SEGA PORTAL BUILDER
    v1.0
   ================================
*/   

/* BANNER SETUP */
/* background color for the header at the top of the page (banner) */
.HeadBg
{
	width:950px;
	height:230px;
	border:0px none;
	background-image: url('PalopoImages/bannerpalopo.jpg');
	/*The next line should be uncommented to hide the banner */
	/*display:none;*/
}

/* 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: 8px;
	color:white;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
	padding right: 2px
}   

.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:950px;
	text-align: right; 
	background-color: blue;
}


/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size:8px;
    font-weight: bold;
    color:white;
}


/* 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
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 9px;  
    color:blue;
	height:48px;
	width:950px;
	border:0px none;
	text-align:center;
	/*background-image: url(SegaImages/footerbg.jpg);*/
}


/* background color for the content part of the pages */
Body
{
	margin: 0px 0px 0px 0px;
	background-color:#0083d7; /*#cbcbcb;*/
	text-align:center;
}

.HomeMain
{
	width:950px;
	border: none;
	background-color:#ffe17f;
}

.HomeLeftMargin
{
	width:3px; 
	/*background-image: url(SegaImages/Border.jpg);*/
	background-position: bottom;
	background-repeat:repeat-y;
}

.HomeRightMargin
{
	width:3px; 
	/*background-image: url(SegaImages/Border2.jpg);*/
	background-position: bottom;
	background-repeat:repeat-y;
}

.TopPane
{
}

.HomeLeftPane
{
	width: 225px;
}

.HomeContentPane
{
	width: auto;
}

.HomeRightPane
{
	width: 275px;
}

.BannerPanesSeparator
{
    height: 0px;
}

.TopPaneSeparator
{
	height:2px;
	display:none;
}

.BottomPaneSeparator
{
	height:0px;
}

.HomeLeftContentSpace
{
	width: 4px;
}

.HomeRightContentSpace
{
	width: 4px;
}


/*main tab section box */
.TabSectionsMain
{
	width:100%;
	text-align:center;
}

/*main tab box*/
.TabsMain
{
	width:100%;
	text-align:center;
}


/* MENU VERTICAL TABSECTIONS  Selected Tab */
/* background images to form the shape of the selected tab section */
.SelectedTabSectionLeftBoxVertical
{
	vertical-align:middle;
	height:26px;
	width: 28px;	
	background-image: url('PalopoImages/tabhorselizq.gif');
	background-color: #00CC00;
}

.SelectedTabSectionCenterBoxVertical
{
	vertical-align:middle;
	height:26px;	
	width:auto;
	background-image: url('PalopoImages/tabhorselmed.jpg');
	background-color:#00CC00;
	padding-left:0px
}

.SelectedTabSectionRightBoxVertical
{
	vertical-align:middle;
	height:26px;
	width: 27px;	
	background-image: url('PalopoImages/tabhorselder.jpg');
	background-color: #00CC00;
}

/* text style for the selected tab */
.SelectedTabSectionVertical
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 10px;
	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: underline;
    color: #00FF00;
}



/* MENU VERTICAL TABSECTIONS  No Selected Tab */

/* background images to form the shape of the other tab sections */
.OtherTabSectionsLeftBoxVertical
{	
	vertical-align:middle;
	height:26px;
	width: 27px;	
	background-image: url('PalopoImages/tabhornoselizq.gif');
}

/* text style for the selected tab */
.OtherTabSectionsCenterBoxVertical
{
	vertical-align:middle;
	height:26px;	
	width:auto;
	background-image: url('PalopoImages/tabhornoselmed.gif');
	padding-left: none

}

.OtherTabSectionsRightBoxVertical
{
	vertical-align:middle;
	height:26px;
	width: 25px;	
	background-image: url('PalopoImages/tabhornoselder.gif');
	background-repeat: no-repeat
}

.OtherTabSectionSeparatorVertical
{
	 height:4px;
}


/* text style for the unselected tab sections */
/* text style for the selected tab */
.OtherTabSectionsVertical
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 10px;
	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: underline;
    color: #33FFFF;
}



/* MENU VERTICAL TABS */

.SelectedTabLeftBoxVertical
{
	margin-left:4px;
	
	height:8px;
	width: 12px;	
	background-image: url('PalopoImages/ffwd.gif');
	background-position:left;
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-left: 0px;
}

.SelectedTabCenterBoxVertical
{
	height:8px;	
	width: 148px;
	/*background-image: url(SegaImages/SelectedTabCenterBox.gif);*/
 		
	padding-left:0px;
}

.SelectedTabRightBoxVertical
{
	height:8px;
	width: 1px;	
	/*background-image: url(SegaImages/SelectedTabCenterBox.gif);*/
}

.SelectedTabSeparatorVertical
{
	height:3px;
}

/* text style for the selected tab */
.SelectedTabVertical
{
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana;
	vertical-align: middle;
	padding-left: 2px;
}

/* hyperlink styles of the selected tabs */
A.SelectedTabVertical:link    {
    text-decoration:    none;
    color: #009900;
}

A.SelectedTabVertical:visited {
    text-decoration:    none;
    color: #009900;
}

A.SelectedTabVertical:active  {
    text-decoration:    none;
    color: #009900;
}

A.SelectedTabVertical:hover   {
    text-decoration: underline;
    color: #009900;
}




.OtherTabLeftBoxVertical
{
	margin-left:2px;
	
	height:8px;
	width: 2px;	
	/*background-image: url(SegaImages/SelectedTabNoArrow.gif);*/
}

.OtherTabCenterBoxVertical
{
	height:8px;	
	width: 148px;
	/*background-image: url(SegaImages/SelectedTabCenterBox.gif);*/
		
	padding-left:0px;
}

.OtherTabRightBoxVertical
{
	height:8px;
	width: 1px;	
	/*background-image: url(SegaImages/SelectedTabCenterBox.gif);*/
}

.OtherTabSeparatorVertical
{
	 height:2px;
}

/* text style for the selected tab */
.OtherTabVertical
{
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana;
	padding-left: 2px;
}

/* hyperlink styles of the selected tabs */
A.OtherTabVertical:link
{
	color: #00CC66;
	text-decoration: none;
}

A.OtherTabVertical:visited {
    text-decoration:    none;
    color: #00CC66;
}

A.OtherTabVertical:active  {
    text-decoration:    none;
    color: #00CC66;
}

A.OtherTabVertical:hover   {
    text-decoration: underline;
    color: #00CC66;
}


/* HORIZONTAL MENU TABSECTIONS  Selected Tab */
/* background/border colors for the selected tab section */
.TabSectionsBg
{
	background-image: url('PalopoImages/tabhorselizq.gif');
	height: 26px;
	width: 29px;
	background-repeat: no-repeat;
	text-align: center; background-position-y:50%

}

.SelectedTabSectionBg
{
	background-image: url('PalopoImages/SelectedTabSectionBottomBox.gif');
	background-repeat:repeat-x; background-position-y:50%
}

/* background/border colors for the unselected tab sections */
.OtherTabSectionsBg
{
	background-image: url('SegaImages/OtherTabSectionsBottomBox.gif');
	background-repeat:repeat-x; background-position-y:50%
}


/* text style for the selected tab sections */
.SelectedTabSection
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration:none;
    	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: #00FF00;
}


/* text style for the unselected tab sections */
.OtherTabSections {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:white;
    text-decoration:none;
    font-weight: bold;
    text-align:center;
}

/* hyperlink styles of the unselected tab sections */
A.OtherTabSections:link    {
    text-decoration:    none;
    color:white;
}

A.OtherTabSections:visited {
    text-decoration:    none;
    color:white;
}

A.OtherTabSections:active  {
    text-decoration:    none;
    color:white;
}

A.OtherTabSections:hover   {
    text-decoration:    underline;
    color: #00FFFF;
}
    
/* background images to form the shape of the selected tab section */
.SelectedTabSectionLeftBox
{
	background-image: url('PalopoImages/tabhorselizq.gif');
	height: 26px;
	width: 29px
}

.SelectedTabSectionCenterBox
{
	background-image: url('PalopoImages/tabhorselmed.jpg');
	background-repeat: repeat-x
}

.SelectedTabSectionRightBox
{
	background-image: url('PalopoImages/tabhorselder.jpg');
	width:27px;
	height:26px;
	background-repeat:no-repeat
}

/* background images to form the shape of the other tab sections */
.OtherTabSectionsLeftBox
{
	background-image: url('PalopoImages/tabhornoselizq.gif');
	height:26px;
	width:28px
}

.OtherTabSectionsCenterBox
{
	background-image: url('PalopoImages/tabhornoselmed.gif');
	background-repeat: repeat-x
}

.OtherTabSectionsRightBox
{
	background-image: url('PalopoImages/tabhornoselder.gif');
	height:26px;
	width: 25px;
	background-repeat: no-repeat
}



/* TABS */
/* background color for the tab bar */
.TabBarBg
{
	background-color: #0099FF;
	text-align: center;
}

.SelectedTabLeftBox
{
	margin-left:2px;
	border-width: medium;
	border-color:#666666;
	height:2px;
	width: 9px;	
	/*background-image: url('SegaImages/SelectedTabArrow.gif');*/
}

.SelectedTabCenterBox
{
	height:25px;	
	width: 148px;
	/*background-image: url('SegaImages/SelectedTabCenterBox.gif');*/
}

.SelectedTabRightBox
{
	height:25px;
	width: 9px;	
	/*background-image: url('SegaImages/SelectedTabRightBox.gif');*/
}



/* background/border colors for the selected tab */
.SelectedTabBg
{
	background-color: #666666;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg 
{
    background-color: #666666;
}



/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 9px;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

/* hyperlink styles of the selected tabs */
A.SelectedTab:link    {
    text-decoration:    none;
    color:#666666;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color:#666666;
}

A.SelectedTab:active  {
    text-decoration:    none;
    color:#666666;
}

A.SelectedTab:hover   {
    text-decoration:    underline;
    color:#666666;
}



/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color: #999999;
    text-decoration:none;
    font-weight: bold;
}

.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: #666666;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#666666;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#666666;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#666666;
}
    


/* 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.jpg');
}

.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.jpg');
}

/* 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-repeat:repeat-x;
	text-align: center; background-position-y:50%

}

.SelectedSubPortalBg
{
	background-image: url('SegaImages/SelectedSubPortalBottomBox.gif');
	background-repeat:repeat-x; background-position-y:50%
}

/* background/border colors for the unselected SubPortals */
.OtherSubPortalsBg
{
	background-image: url('SegaImages/OtherSubPortalsBottomBox.gif');
	background-repeat:repeat-x; background-position-y:50%
}


/* text style for the selected SubPortals */
.SelectedSubPortal
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    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-weight: bold;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    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
{
	vertical-align:middle;
	height:25px;
	width: 9px;	
	background-image: url('SegaImages/SelectedSubPortalArrow.jpg');
}

.SelectedSubPortalCenterBox
{
	vertical-align:middle;
	height:25px;	
	width:150px;
	background-image: url('SegaImages/SelectedSubPortalRightBox.jpg');
	padding-left:2px;
	text-align:center;
	background-repeat: repeat-x
}

.SelectedSubPortalRightBox
{
	vertical-align:middle;
	height:25px;
	width: 1px;	
	background-image: url('SegaImages/SelectedSubPortalRightBox.jpg');
}

/* background images to form the shape of the other SubPortals */
.OtherSubPortalsLeftBox
{	
	vertical-align:middle;
	height:25px;
	width: 9px;	
	background-image: url('SegaImages/SelectedSubPortalNoArrow.jpg');
}

.OtherSubPortalsCenterBox
{
	vertical-align:middle;
	height:25px;	
	width: 150px;
	background-image: url('SegaImages/SelectedSubPortalRightBox.jpg');
	padding-left:2px;
	text-align:center;
	background-repeat: repeat-x
}

.OtherSubPortalsRightBox
{
	vertical-align:middle;
	height:25px;
	width: 1px;	
	background-image: url('SegaImages/SelectedSubPortalRightBox.jpg');
}


/* SITE MAP SPECIFIC STYLE */
/* style for each Column of the Site Map*/
.SiteMapColumn
{}


/* style for the Columns Separator */
.SiteMapColumnSeparator
{}


/* style for SubPortals */
.SiteMapSubPortalsLeftBox
{}

.SiteMapSubPortalsCenterBox
{}

.SiteMapSubPortalsRightBox
{}

.SiteMapSubPortals
{
	font-weight: bold;
	font-size: 11px;
	color: dimgray;
	font-family: Verdana, Helvetica, sans-serif;
}

A.SiteMapSubPortals:link
{
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapSubPortals:visited {
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapSubPortals:active  {
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapSubPortals:hover   {
    text-decoration:    none;
	color: black;
}

.SiteMapSubPortalsSeparator
{}


/* style for TabSections */
.SiteMapTabSectionsLeftBox
{}

.SiteMapTabSectionsCenterBox
{	
	padding-left: 20px;
}

.SiteMapTabSectionsRightBox
{}

.SiteMapTabSections
{
	font-weight: normal;
	font-size: 11px;
	color: dimgray;
	font-family: Verdana, Helvetica, sans-serif;
}

A.SiteMapTabSections:link
{
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapTabSections:visited {
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapTabSections:active  {
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapTabSections:hover   {
    text-decoration:    none;
	color: black;
}

.SiteMapTabSectionSeparator
{}


/* style for Tabs */
.SiteMapTabsLeftBox
{}

.SiteMapTabsCenterBox
{	
	padding-left: 40px;
}

.SiteMapTabsRightBox
{}

.SiteMapTabs
{
	font-weight: normal;
	font-size: 11px;
	color: dimgray;
	font-family: Verdana, Helvetica, sans-serif;
}

A.SiteMapTabs:link
{
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapTabs:visited {
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapTabs:active  {
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapTabs:hover   {
    text-decoration:    none;
	color: black;
}

.SiteMapTabsSeparator
{}




/* 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: #637851;
}   

/* 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: white;
}

/* style for module titles */
.ModuleTitle
{
	font-weight: bolder;
	font-size: 12px;
	color: white;
	padding-left:3px;
	font-family: Verdana, Helvetica, sans-serif;
}

.ModuleFooter
{
	display:none;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-size: 10px;
	color: black;
	font-weight: bolder;
    font-family: Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages that are disabled*/
.SubHead_Disabled
{
	font-weight: bold;
	font-size: 10px;
	color: #637851;
	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:  10px;
    font-weight: bolder;
    color:white;
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	color:black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #637851;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.NormalMini
{
    font-family: Verdana, Helvetica, sans-serif;
    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: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color:white;
	text-decoration: underline;
}

A.CommandButton:visited  {
    text-decoration:    underline;
	color:white;
}

A.CommandButton:active   {
    text-decoration:    underline;
	color:white;
}

A.CommandButton:hover    {
    text-decoration:    underline;
	color:white;
}
    
/* 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
{
}

a.SignInForgotPassword:Link
{
}


a.SignInForgotPassword:hover
{
}

.LoginRememeber
{
}

.SignInRegister
{
}





/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #637851;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #637851;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  15px;
    font-weight:    normal;
    color: #637851;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color:#637851;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #637851;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color:#637851;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #637851;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #637851;
}
A:link
{
	color: black;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
    color:  black;
}

A:active    {
    text-decoration:    none;
    color:  black;
}

A:hover {
    text-decoration:    underline;
    color:	black;
}

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: #576736 1px solid;	
	border-left: #576736 1px solid;
	border-bottom: #576736 1px solid;
	border-top: #576736 1px;
	font-size: x-small;
	font-family: verdana, helvetica, sans-serif;
	background-color: #ACC7BD; /*#f5005c*/
}

.ModuleBoxContentInner
{
	background-color: #7E8F4B;
	padding:6 6 6 6;
}

.ModuleBoxContentNoFrame
{
	border:0px none;
	font-size: x-small;
	font-family: verdana, helvetica, sans-serif;
	background-color: #7E8F4B;
}


.ModuleBoxContentNoFrameInner
{
	background-color: #ffe17f;
	padding:2 2 2 2;
}

.BannerPanesSeparator
{
    height: 0px;
}

.ModuleSeparator
{
	height: 6px;
}

.ImgLeftTab
{
	BACKGROUND-POSITION-Y: top;
	background-image: url('PalopoImages/col.gif');
	background-color:#576736;
	height:25px;
	width: 25px;
	background-repeat: no-repeat;
}

.ImgTabFull
{
	BACKGROUND-POSITION-Y: top;
	/*background-image: url('PalopoImages/entitymed.gif');*/
	background-color:#576736;
	height:24px;
	width: auto;
	padding-left:0;
	background-repeat: repeat-x;
	padding-left: none
}

.ImgMiddleTab
{
	BACKGROUND-POSITION-Y: top;
	/*background-image: url('PalopoImages/entitymed.gif');*/
	background-color:#576736;
	height:24px;
	width:auto;
	padding-left:0;
	background-repeat: repeat-x;
}

.ImgTabHalf
{
	BACKGROUND-POSITION-Y: top;
	/*background-image: url('PalopoImages/entitymed.gif');*/
	background-color:#576736;
	height:24px;
	width:auto;
	padding-left:0;
	background-repeat: repeat-x;
}

.ImgRightTab
{
	BACKGROUND-POSITION-Y: top;
	/*background-image: url('PalopoImages/entidadmed2.jpg');*/
	background-color:#576736;
	background-repeat: no-repeat;
	width: 15px;
	
}


/*  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/MobileLogo.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-left:5; padding-right:0; padding-top:0; padding-bottom:0
}
    
/* 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: 100%; /*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:0px 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: #621974;
  color:white;
  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: #7b298f;
  color: #d149f3;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  font: bold 11px/22px  Arial, Verdana,Helvetica, sans-serif;
  float: none;
  background:#e166ff;
  color: #621974;
}

 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: bold 11px/22px  Arial, Verdana,Helvetica, sans-serif;
  background:#c743e7;
  color:white;
}


/* 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;
}



/* shopping cart styles */

.strikethrough
{
	text-decoration: line-through;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}


