/* ================================
    CSS STYLES FOR SEGA PORTAL BUILDER
    v1.0
   ================================
*/   

/* BANNER SETUP */
/* background color for the header at the top of the page (banner) */
.HeadBg
{
	width:960px;
	height:129px;
	border:0px none;
	background-image: url(BanTrabImages/header.jpg);
	background-color: #white;
	background-repeat: no-repeat;
	/*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-size: 11px;
	color: black;
	font-family: Arial,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:960px;
	text-align: right; 
	background-color: blue;
}


/* style for the text of the site title */
.SiteTitle {
    font-family: Arial,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: black;
}

A.SiteLink:visited  {
    text-decoration:    none;
	color: black;
}

A.SiteLink:active   {
    text-decoration:    none;
	color: black;
}

A.SiteLink:hover    {
    text-decoration:    underline;
	color: black;
}



/* style for separator between site links */
.SiteLinkSeparator
{
	font-weight: bold;
	color: black;
}


/* style for separator between tabs */
.TabSeparator
{
	font-weight: bold;
	color: white;
}


/* FOOTER SETUP */
.Footer
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 9px;  
    color:black;
	text-align:center;
	height:82px;
	width:960px;
	border:0px none;
	background-repeat: no-repeat;
	background-image: url(BantrabImages/footer.jpg);
}


/* background color for the content part of the pages */
Body
{
	margin: 0px 0px 0px 0px;
        width:960px;    
      /*background-image: url(BantrabImages/degra.jpg);*/
	background-color: white; /*#B7A367;*/
	text-align:center;
}

.HomeMain
{
	width:960px;
	border:0px none;
	background-color:#fdf7df/*ffffff*/;
}

.HomeLeftMargin
{
	width:0px; 
	/*background-image: url(BantrabImages/Border.jpg);*/
	background-position: bottom;
	background-repeat:repeat-y;
}

.HomeRightMargin
{
	width:0px; 
	/*background-image: url(BantrabImages/Border2.jpg);*/
	background-position: bottom;
	background-repeat:repeat-y;
}

.TopPane
{
}

.HomeLeftPane
{
	background-image: url(BantrabImages/fondo_menu2.jpg);	
	width: 248x;
	height: 535px;
    background-repeat:no-repeat;
}

.HomeContentPane
{
	width: 712px;
	/*height:346px;*/
}

.HomeRightPane
{
	width: 0px;
	/*height:346px;*/
}

.BannerPanesSeparator
{
    height: 0px;
}

.TopPaneSeparator
{
	height:0px;
	display:none;
}

.BottomPaneSeparator
{
	height:0px;
}

.HomeLeftContentSpace
{
	width: 0px;
}

.HomeRightContentSpace
{
	width: 1px;
}


/*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
{
	background-image: url(BantrabImages/boton_principal.jpg);
	background-color: #E2B7OA;
	width:0px;
	height:21px;
	background-repeat: no-repeat;
}

.SelectedTabSectionCenterBoxVertical
{
	/*background-image: url(BantrabImages/SelectedTabSectionCenter_Box.jpg);*/
	background-color: #E2B70A;
	background-repeat: repeat-x;
	width:0x;
	height:21px;
}

.SelectedTabSectionRightBoxVertical
{
	/*background-image: url(BantrabImages/SelectedTabSectionRight_Box.jpg);*/
	background-color: E2B70A;
	height:21px;
	width:57px;
	background-repeat: no-repeat;
}

/* text style for the selected tab */
.SelectedTabSectionVertical
{
	text-align:	right;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Verdana;
    
}

.SelectedTabSectionSeparatorVertical
{
	 height:1px;
}


/* 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  {
    font-size: 14px;
	text-decoration:	none;   
    color:white;
}

A.SelectedTabSectionVertical:hover   {
    text-decoration:    underline;
    color:WHITE;
}



/* MENU VERTICAL TABSECTIONS  No Selected Tab */

/* background images to form the shape of the other tab sections */
.OtherTabSectionsLeftBoxVertical
{	
	background-image: url(BantrabImages/boton1.jpg);
	/*background-image: url(BantrabImages/SelectedTabSectionLeftBox.jpg);*/
	
	background-repeat:no-repeat;
	height:15px;
	width:18px;
}

/* text style for the selected tab */
.OtherTabSectionsCenterBoxVertical
{
	/*background-image: url(BantrabImages/SelectedTabSectionCenterBox.jpg);*/
	/*background-image: url(BantrabImages/boton_centro.jpg);*/
	background-repeat: repeat-x;
	height:15px;
	width:156px
/*	text-align: center;*/
}

.OtherTabSectionsRightBoxVertical
{
	/*background-image: url(BantrabImages/SelectedTabSectionRightBox.jpg);*/
	/*background-image: url(BantrabImages/boton1_derecho.jpg);*/
	background-repeat:no-repeat;
	height:15px;
	width:28px;
}

.OtherTabSectionSeparatorVertical
{
	 height:2px;
}


/* text style for the unselected tab sections */
/* text style for the selected tab */
.OtherTabSectionsVertical
{
	text-align:left;
	font-weight: bold;
	font-size: 11px;
	font-family:Arial, 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:white;
}





/* MENU VERTICAL TABS */

.SelectedTabLeftBoxVertical
{
	height:23px;
	width: 40px;	
	/*background-image: url(BantrabImages/SelectedTabLeftBox3.jpg);*/
	background-repeat:no-repeat;
}

.SelectedTabCenterBoxVertical
{
	height:23px;	
	/*background-image: url(BantrabImages/SelectedTabCenterBox2.jpg);*/
	width:159px;
 	background-repeat:no-repeat;
			
}

.SelectedTabRightBoxVertical
{
	height:23px;	
	/*background-image: url(BantrabImages/SelectedTabRightBox3.jpg);*/
 	background-repeat:repeat-x;
}

.SelectedTabSeparatorVertical
{
	height:1px;
}

/* text style for the selected tab */
.SelectedTabVertical
{
	text-align:center;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial,Verdana;
}

/* hyperlink styles of the selected tabs */
A.SelectedTabVertical:link    {
    text-decoration: none;
    color: #FFCC33;
}

A.SelectedTabVertical:visited {
    text-decoration: none;
    color: #FFCC33;
}

A.SelectedTabVertical:active  {
    text-align:center;
	text-decoration: none;
    color:#FFCC33;
}

A.SelectedTabVertical:hover   {
    text-decoration: underline;
    color: #FFCC33;
}




.OtherTabLeftBoxVertical
{
	height:23px;
	width: 7px;	
	/*background-image: url(BantrabImages/SelectedTabLeftBox3.jpg);*/
	background-repeat:no-repeat;
}

.OtherTabCenterBoxVertical
{
	height:23px;	
	width:159px;
	/*background-image: url(BantrabImages/SelectedTabCenterBox2.jpg);*/
 	background-repeat:no-repeat;
}

.OtherTabRightBoxVertical
{
	height:23px;	
	/*background-image: url(BantrabImages/SelectedTabRightBox3.jpg);*/
 	background-repeat:repeat-x;
}

.OtherTabSeparatorVertical
{
	 height:2px;
}

/* text style for the selected tab */
.OtherTabVertical
{
	font-weight: normal;
	font-size: 11px;
	font-family: Arial,Verdana;
}

/* hyperlink styles of the selected tabs */
A.OtherTabVertical:link
{
	color: FFFFFF;
	text-decoration: none;
}

A.OtherTabVertical:visited {
    text-decoration:    none;
    color: FFFFFF;
}

A.OtherTabVertical:active  {
    text-decoration:    none;
    color: FFFFFF;
}

A.OtherTabVertical:hover   {
    text-decoration: underline;
    color: FFFFFF;
}


/* HORIZONTAL MENU TABSECTIONS  Selected Tab */
/* background/border colors for the selected tab section */
.TabSectionsBg
{
	background-image: url(BantrabImages/TabSectionsBg.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	text-align: right;

}

.SelectedTabSectionBg
{
	background-image: url(BantrabImages/SelectedTabSectionBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* background/border colors for the unselected tab sections */
.OtherTabSectionsBg
{
	background-image: url(BantrabImages/OtherTabSectionsBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}


/* text style for the selected tab sections */
.SelectedTabSection
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Arial,Helvetica, sans-serif;
	text-decoration: underline;
                  text-align:center;
}

/* hyperlink styles of the selected tab sections */
A.SelectedTabSection:link    {
    text-decoration:    none;
    color:black;
}

A.SelectedTabSection:visited {
    text-decoration:    none;
    color:black;
}

A.SelectedTabSection:active  {
    text-decoration:    none;
    color:black;
}

A.SelectedTabSection:hover   {
    text-decoration:    underline;
    color:black;
}


/* text style for the unselected tab sections */
.OtherTabSections {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color:black;
    text-decoration:none;
    font-weight: bold;
    text-align:center;
}

/* hyperlink styles of the unselected tab sections */
A.OtherTabSections:link    {
    text-decoration:    none;
    color:black;
}

A.OtherTabSections:visited {
    text-decoration:    none;
    color:black;
}

A.OtherTabSections:active  {
    text-decoration:    none;
    color:black;
}

A.OtherTabSections:hover   {
    text-decoration:    underline;
    color:black;
}
    
/* background images to form the shape of the selected tab section */
.SelectedTabSectionLeftBox
{
	background-image: url(BantrabImages/SelectedTabSectionLeft_Box.jpg);
	height:28px;
	width:7px;
}

.SelectedTabSectionCenterBox
{
	background-image: url(BantrabImages/SelectedTabSectionCenter_Box.jpg);
	background-repeat: repeat-x;
	text-align: center;
	width:110;
	height:28px;
	
}

.SelectedTabSectionRightBox
{
	background-image: url(BantrabImages/SelectedTabSectionRight_Box.jpg);
	height:28px;
	width:7px;
	
}

/* background images to form the shape of the other tab sections */
.OtherTabSectionsLeftBox
{
	background-image: url(BantrabImages/SelectedTabSectionLeftBox.jpg);
	height:28px;
	width:7px;
}

.OtherTabSectionsCenterBox
{
	background-image: url(BantrabImages/SelectedTabSectionCenterBox.jpg);
	background-repeat: repeat-x;
	height:28px;
	width:110px;
	text-align: center;
}

.OtherTabSectionsRightBox
{
	background-image: url(BantrabImages/SelectedTabSectionRightBox.jpg);
	height:28px;
	width:7px;
}



/* TABS */
/* background color for the tab bar */
.TabBarBg
{
	background-color: #0099FF;
	text-align: right;
}

.SelectedTabLeftBox
{
	height:23px;	
	width:7px;
	background-image: url(BantrabImages/SelectedTabLeftBox3.jpg);
 	background-repeat:no-repeat;
}
.SelectedTabCenterBox
{
	height:23px;	
	background-image: url(BantrabImages/SelectedTabCenterBox2.jpg);
 	background-repeat:no-repeat;
	width:156px;
}

.SelectedTabRightBox
{
/*	height:25px;
	width: 7px;	
	background-image: url(BantrabImages/SelectedTab_RightBox.jpg);
	background-repeat:no-repeat;
*/
}



/* 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-weight: normal;
	font-size: 10px;
	color: black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

/* hyperlink styles of the selected tabs */
A.SelectedTab:link    {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:active  {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:hover   {
    text-decoration:    underline;
    color:black;
}



/* text style for the unselected tabs */
.OtherTabs {
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color:white;
    text-decoration:none;
}

.OtherTabLeftBox
{
	height:23px;
	width: 7px;	
	background-image: url(BantrabImages/SelectedTabLeftBox3.jpg);
	background-repeat:no-repeat;
}

.OtherTabCenterBox
{
	height:23px;	
	background-image: url(BantrabImages/SelectedTabCenterBox2.jpg);
 	background-repeat:no-repeat;
 	width:156px;
}

.OtherTabRightBox
{
	height:23px;	
	background-image: url(BantrabImages/SelectedTabRightBox3.jpg);
 	background-repeat:repeat-x;
}



/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:black;
}
    


/* 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(BantrabImages/SelectedSubPortalArrow.jpg);
}

.SelectedSubPortalCenterBoxVertical
{
	vertical-align:middle;
	height:25px;	
	width:150px;
	background-image: url(BantrabImages/SelectedSubPortalRightBox.jpg);
	padding-left:2px;
}

.SelectedSubPortalRightBoxVertical
{
	vertical-align:middle;
	height:25px;
	width: 1px;	
	background-image: url(BantrabImages/SelectedSubPortalRightBox.jpg);
}

/* text style for the selected */
.SelectedSubPortalVertical
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 11px;
	font-family: 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(BantrabImages/SelectedSubPortalNoArrow.jpg);
}

/* text style for the selected */
.OtherSubPortalsCenterBoxVertical
{
	vertical-align:middle;
	height:25px;	
	width: 150px;
	background-image: url(BantrabImages/SelectedSubPortalRightBox.jpg);

	padding-left:2px;
}

.OtherSubPortalsRightBoxVertical
{
	vertical-align:middle;
	height:25px;
	width: 1px;	
	background-image: url(BantrabImages/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: 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(BantrabImages/SubPortalsBg.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	text-align: right;

}

.SelectedSubPortalBg
{
	background-image: url(BantrabImages/SelectedSubPortalBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* background/border colors for the unselected SubPortals */
.OtherSubPortalsBg
{
	background-image: url(BantrabImages/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: 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:  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(BantrabImages/SelectedSubPortalLeftBox.gif);
	background-repeat:no-repeat;
	height:51px;
	width:9px;
}

.SelectedSubPortalCenterBox
{
	background-image: url(BantrabImages/SelectedSubPortalCenterBox.gif);
	height:51px;
	width:232px;
	text-align:center;
	background-repeat: repeat-x;
}

.SelectedSubPortalRightBox
{
	background-image: url(BantrabImages/SelectedSubPortalRightBox.gif);
	background-repeat:no-repeat;
	height:51px;
	width:9px;
}

/* background images to form the shape of the other SubPortals */
.OtherSubPortalsLeftBox
{
	background-image: url(BantrabImages/OtherSubPortalsLeftBox.gif);
	height:51px;
	width:9px;
}

.OtherSubPortalsCenterBox
{
	background-image: url(BantrabImages/OtherSubPortalsCenterBox.gif);
	height:51px;
	width:232px;
	text-align:center;
	background-repeat: repeat-x;
}

.OtherSubPortalsRightBox
{
	background-image: url(BantrabImages/OtherSubPortalsRightBox.gif);
	background-repeat:no-repeat;
	height:51px;
	width:9px;
}


/* SITE MAP SPECIFIC STYLE */
/* style for each Column of the Site Map*/
.SiteMapColumn
{
   background-color: #f4f3f1;
}


/* style for the Columns Separator */
.SiteMapColumnSeparator
{}


/* style for SubPortals */
.SiteMapSubPortalsLeftBox
{

}

.SiteMapSubPortalsCenterBox
{}

.SiteMapSubPortalsRightBox
{}

.SiteMapSubPortals
{
	font-weight: bold;
	font-size: 11px;
	color: dimgray;
	font-family: Arial,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: 0px;
       
}

.SiteMapTabSectionsRightBox
{
  

}

.SiteMapTabSections
{
	font-weight: Bold;
	font-size: 10px;
	color: Black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
        Background-color: #d8d0aa; 
}

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
{
  background-image: url(Images/LeftTab2.gif);
  
}

.SiteMapTabsCenterBox
{	
	padding-left: 1px;
        Background-color: #dfdbcc;
}

.SiteMapTabsRightBox
{
    
     
}

.SiteMapTabs
{
	font-weight: normal;
	font-size: 10px;
	color: dimgray;
	font-family: Arial,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: Arial,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: Arial,Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

/* style for module titles */
.ModuleTitle
{
	font-weight: normal;
	font-size: 13px;
	color: #5c5c5c;
	font-family: 'Arial Rounded MT Bold';
	vertical-align:top;
}

.ModuleFooter
{
	display:none;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-size: 11px;
	color: black;
	font-weight: bold;
   	 font-family: Arial,Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages that are disabled*/
.SubHead_Disabled
{
	font-weight: bold;
	font-size: 11px;
	color: darkgray;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:Arial, 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,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.NormalMini
{
    font-family: Arial,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: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    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: Arial,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: Arial,Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:visited  {
    text-decoration:    none;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:active   {
    text-decoration:    none;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:hover    {
    text-decoration:    underline;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}



.LoginTextBox
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    width:130px;
}

.LoginSubTitle
{
	background:#768d63;
	font-family: 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: 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: 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: Arial, Helvetica, sans-serif;
	background-color: #bac8ad;
	margin:0 0 0 0;
}


.SignInForgotPassword
{
	background:#768d63;
	font-family: 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: 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: 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:Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  15px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial,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:  Arial,  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: Arial, Helvetica, sans-serif;
	height: 18px;
	cursor:hand;
}


.PortalLinks {
	font-family: 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
{
	font-size: x-small;
	font-family: arial, helvetica, sans-serif;
	background-color: #ffffff;
}

.ModuleBoxContentInner
{
	background-color: #ffffff;
	
}

.ModuleBoxContentNoFrame
{
	border:0px none;
	font-size: x-small;
	font-family: arial, helvetica, sans-serif;
}


.ModuleBoxContentNoFrameInner
{
	
	padding:0 2 2 2;
}

.BannerPanesSeparator
{
    height: 0px;
}

.ModuleSeparator
{
	height: 4px;
	line-height: 4px;
}

.ImgLeftTab
{
	width:0px;
	height:35px;
}

.ImgTabFull
{
}

.ImgMiddleTab
{
}

.ImgTabHalf
{
}

.ImgRightTab
{
}


/*  Surveys results bar */
.SurveyBar1
{
	background-image: url(BantrabImages/SurveyBarImages/SurveyBarRed.jpg);	
}
.SurveyBar2
{
	background-image: url(BantrabImages/SurveyBarImages/SurveyBarGreen.jpg);		
}
.SurveyBar3
{
	background-image: url(BantrabImages/SurveyBarImages/SurveyBarBlue.jpg);		
}
.SurveyBar4
{
	background-image: url(BantrabImages/SurveyBarImages/SurveyBarYellow.jpg);		
	
}
.SurveyBar5
{
	background-image: url(BantrabImages/SurveyBarImages/SurveyBarDark.jpg);		
}
.SurveyBar6
{
	background-image: url(BantrabImages/SurveyBarImages/SurveyBarCyan.jpg);			
}
.SurveyBar7
{
	background-image: url(BantrabImages/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: Arial,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(BantrabImages/home_solutions.gif);
}


/* text style for titles used as Links */
.EspecialLink     
{
	height:20px;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-color:#e0e1d4;
    background-image:url(BantrabImages/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: Arial,Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url(BantrabImages/fondorayado.gif);
}

A.EspecialLink:visited  {
    text-decoration:    none;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url(BantrabImages/fondorayado.gif);
}

A.EspecialLink:active   {
    text-decoration:    none;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url(BantrabImages/fondorayado.gif);
}

A.EspecialLink:hover    {
    text-decoration:    underline;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url(BantrabImages/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: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    color: White;
	background-color: #000084;
}

.RSDataListFooter
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    color: White;
	background-color: #000084;
}

A.RSLinkButton:link
{
	color: Black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
A.RSLinkButton:visited
{
	color: Black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
A.RSLinkButton:active
{
	color: Black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
A.RSLinkButton:hover
{
	color: Black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
}



/* shopping cart styles */

.strikethrough
{
	text-decoration: line-through;
	font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalText
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}


