
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #FFFFFF;
}

/* background color for the content part of the pages */
Body
{
	font-family: "Trebuchet MS", Verdana, Arial;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #969181;
	background-attachment: fixed;
	background-image: url(grad.gif);
	background-repeat:  repeat-x;
	background-position: top;
}
TD
{
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

.rb_DefaultLayoutTable
{
	width: 760px;
	padding: 0px;
	text-align: center;
	border: 2px solid #FFFFFF;
	background-color: CCCC99;
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: right 200px;
	margin:auto;
}

.rb_DefaultLayoutDiv {
	text-align: center;
}
/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within rainbow, not just desktopdefault.aspx */
/* This is used throughout all non-standard - admin type based pages e.g edit pages, site admin pages. You can keep them the same size as the standard ones to maintain a consistent look or you may need more space for admin features. This gives you that flexibility */

.rb_AlternateLayoutDiv
{
	text-align: center;
}

.rb_AlternateLayoutTable
{
	width: 760px;
	padding: 0px;
	text-align: center;
	border: 2px solid #FFFFFF;
	background-color: CCCC99;
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: right 200px;
}

/*  DESKTOP PORTAL BANNER SETTINGS */

.rb_AlternatePortalHeader
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.rb_DefaultPortalHeader
{

}
.rb_DefaultPortalContent
{
}

/*  DESKTOP PORTAL Footer SETTINGS */

.rb_AlternatePortalFooter
{
	text-align: center;
}

.rb_DefaultPortalFooter
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	background-color: #99FF66;
}

/* background/border colors for the selected tab */
.TabBg
{

}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{

}

/* text style for the selected tab */
.SelectedTab
{
	text-decoration: none;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	left: 5px;
}

/* text style for the unselected tabs */
.OtherTabs
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	left: 5px;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A.OtherTabs:visited
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.OtherTabs:hover
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.OtherTabs:active
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.SelectedSubTab
{
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	text-transform: capitalize;
	color: #003366;
	text-decoration: none;
	clip:   rect(auto auto auto auto);
	height: 100%;
	padding-top: 4px;
	width: 100%;
	padding-left: 12px;
}

.OtherSubTabs
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	text-transform: capitalize;
	color: 123C68;
	clip:   rect(auto auto auto auto);
	height: 100%;
	padding-top: 5px;
	width: 100%;
	padding-left: 12px;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
	text-decoration: none;
}

A.OtherSubTabs:visited
{
	text-decoration: none;
}
A.OtherSubTabs:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
A.OtherSubTabs:active
{
	text-decoration: none;
}
.SelectedSubSubTab
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	text-align: center;
	background-color: #5F372E;
}


.OtherSubSubTabs{color:#333333;text-decoration: none;font-family:"Trebuchet MS", Verdana, Arial;font-size:12px;padding-right:4px;padding-left:4px;}
A.OtherSubSubTabs:link{}
A.OtherSubSubTabs:visited{}
A.OtherSubSubTabs:hover{}
A.OtherSubSubTabs:active{}


.LeftPane
{

	padding-top: 20px;
}
.RightPane
{
	width: 207px;
	padding-top: 20px;
}
.ContentPane
{
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #DFDAC6;
	border: 1px dotted #000000;
}

.Group
{
	font-size: 14px;
	font-weight: bold;
	color: #4c2a05;
	letter-spacing: 2px;
	padding-left: 6px;
	padding-top:10px;
	padding-bottom:10px;
}

.TitleHead
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
	padding-left: 6px;
}
.TitleHeadAlt
{

	font-size: 14px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 2px;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;

}


/* text style used for most text rendered by modules */
.Normal
{
	font-size: 12px;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}



/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	border: 1px solid #003366; 
	color: #333333; 
	background-color: #FFFFFF}

.NormalRed
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold; ;color:#003399
}

.NormalItalic
{
    font-family: verdana, Helvetica, sans-serif;
    font-style: italic;	
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    text-decoration: none;
	color: #003366;
	font-family: verdana, Helvetica;
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: none;
	color: #003366;
	font-family: verdana, Helvetica;
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

A.CommandButton:visited
{
	text-decoration: none;
	color: #003366;
	font-family: verdana, Helvetica;
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

A.CommandButton:active
{
	text-decoration: none;
	color: #003366;
	font-family: verdana, Helvetica;
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

A.CommandButton:hover
{
	text-decoration: none;
	color: #3C78B5;
	font-family: verdana, Helvetica;
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid #719DC1;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}




/* GENERIC */
H1
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
}



A:link
{
color:#333332;
}

A:visited
{
}

A:hover
{
	text-decoration: none;
}
A:active
{
}


HR
{
    color: #8A745C;
	margin:0px;
	padding:0px;
    text-align: left;
}

P
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.module
{
	font-size: 14px;
	color: #333333;
	text-align: center;
	border: 1px solid #999966;
	background-color: d8d6af;
}

.moduleNT
{

	color: #333333;
	width: 100%;	
}
.moduleAlt
{

	background-color: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
}
.Error
{
    font-weight: bold;
    color: #990000;
}


/* ================================
   HtmlEditor
   ================================ */

DIV.edmenuback{
	border-bottom: 0px solid #929292;
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
	border-top: 1px solid #929292;
	width: 100%
}

TD.edmenuStyle{
	width: 75px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: right;
}

TD.edmenuEditor{
}

TD.edmenuHTML{
	text-align: right;
	width: 35px;	
}

/*********************************/
/*   Estilos para los FOROS IP   */
/*********************************/

td.fipForumRow,tr.fipForumRow
{
	background-color: #DBDBB9;


	border-bottom: 1px solid #000066;
	border-top: 1px solid #000066;
}

td.fipForumRowAlt, tr.fipForumRowAlt
{
	background-color: #F3F8FC;


}


.fipListaTemasIzq
{
	background-color: #DBDBB9;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


.fipListaTemasDer
{
	background-color: #EDEDE8;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-left-color: #0000CC;
	border-left-width: 1px;
	border-left-style: dotted;
}

.fipTableHeaderText, .fipTableHeaderText td
{
	font-weight: bold;
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top:8px;
}

.fipTable /*Utilizado en los grids, permite poner un borde alrededor*/
{
	
	border: 1px solid #000000;
	margin-top:5px;
}
td.fipTable
{
border:1 solid white;
}

.fipMensaje 
{
	font-size: 14px;
	color:red;
}

.fipBotonera
{
	border: 1px solid #000000;
	height:20px;
	padding:3px;
	background-color:#FFFFF4;
}

.fipBotonera a:link,.fipBotonera a:visited, .fipBotonera a:active
{
	color:Red;
}

.fipBotonera a:hover
{
	color:White;
}


.fipForumTitle
{
	font-weight:bold;
	font-size:12px;
}

.fipTextoPeq
{
	font-size: 11px;
}
.Imagen img
{
	border: 1px solid #383838;
	margin:10px;
}

/* Nueva Paginación */

.PaginacionNavegacion
{
 	white-space: nowrap;
 	text-align:right;
	padding-right:10px;
	#padding-right:2px;
	margin-bottom:15px;
}

a.PaginacionItem:link, a.PaginacionItem:visited, a.PaginacionItem:active
{
	color:#8b8b27;
	margin-left:8px;
	font-size:12px;
}

a.PaginacionItem:hover
{
	color:#000000;
	margin-left:8px;
	font-size:12px;	
}

.PaginacionItem img
{
	vertical-align:middle;
	border:0px;
}

.PaginacionItemSeleccionado
{
	margin-left:8px;
	font-weight:bold;
	color:#8b8b27;
	font-size:12px;
}

.ProductosMostrados
{
	margin-left:4px;
	margin-right:15px;
	#margin-right:5px;
	margin-top: 20px;
	margin-bottom:20px;
	color:#6A6C04;
	font-size:12px;
	border-top:#cccccc 1px solid;
}

/* Fin Nueva Paginación */
