.HeadBg
{
	background-color: #FFFFFF;
}

/* background color for the content part of the pages */
Body
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-color: a39372;
	background-attachment: fixed;
	background-image: url(grad.jpg);
	background-position: top;
	font-size: 12px;
}
TD
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rb_DefaultLayoutDiv
{
	text-align: center;
	
	background-repeat: repeat-y;
	background-position: center;
}

.rb_DefaultLayoutTable
{
	border-collapse: collapse;
	text-align: center;
	background-image: url(/Design/DesktopLayouts/asajacuenca/sombra.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 760px;
}

/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within rainbow, not just desktopdefault.aspx */
/* This is used throughout all non-standard - admin type based pages e.g edit pages, site admin pages. You can keep them the same size as the standard ones to maintain a consistent look or you may need more space for admin features. This gives you that flexibility */

.rb_AlternateLayoutDiv
{
	text-align: center;
	padding-top: 10px;

}

.rb_AlternateLayoutTable
{
	border-collapse: collapse;
	text-align: center;
	width: 760px;
	background-color: #FFFFFF;
	border: 2px solid #006699;
}

/*  DESKTOP PORTAL BANNER SETTINGS */

.rb_AlternatePortalHeader
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

.rb_DefaultPortalHeader
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

/*  DESKTOP PORTAL Footer SETTINGS */

.rb_AlternatePortalFooter
{
	text-align: center;
}

.rb_DefaultPortalFooter
{
	text-align: center;
	
}
.rb_DefaultPortalFooter a:link, .rb_DefaultPortalFooter a:visited, .rb_DefaultPortalFooter a:hover, .rb_DefaultPortalFooter a:active
{
	color: #FFFFFF;
}
.rb_DefaultPortalContent
{
	background-attachment: fixed;
	background-image: url(/Design/Themes/AsajaCuenca/Logo.jpg);
	background-repeat: no-repeat;
	background-position: 600px top;
	vertical-align: top;
}

/* 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
{
	height:25px;
	vertical-align:middle;
	font-size: 12px;
	color: #000000;
	background-color:#FFFFFF;
	font-weight: bold;
	padding-right: 1px;
	padding-left: 1px;
	padding-top:5px;
	text-decoration: none;

}
A.SelectedTab:link
{
	
	color: #000000;
	font-weight: bold;
	padding-right: 1px;
	padding-left: 1px;
	text-decoration: none;
}
A.SelectedTab:visited
{
	
	color: #000000;
	font-weight: bold;
	padding-right: 1px;
	padding-left: 1px;
	text-decoration: none;
}
A.SelectedTab:hover
{
	
	color: #000000;
	font-weight: bold;
	padding-right: 1px;
	padding-left: 1px;
	text-decoration: none;
}
A.SelectedTab:active
{
	
	color: #000000;
	font-weight: bold;
	padding-right: 1px;
	padding-left: 1px;
	text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs
{
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	padding-right: 1px;
	padding-left: 1px;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: #FFFFFF;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
A.OtherTabs:hover
{
	text-decoration: none;
	color: #FF1A1A;
}
A.OtherTabs:active
{
	text-decoration: none;
	color: #FFFFFF;
	}
	
.SelectedSubTab
{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
}
A.SelectedSubTab:link
{
	text-decoration: none;
	color: #FFFFFF;
}
A.SelectedSubTab:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
A.SelectedSubTab:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
A.SelectedSubTab:active
{
	text-decoration: none;
	color: #FFFFFF;
}


.Menu a:link, .Menu a:visited, .Menu a:active
{
	text-decoration: none;
	color: #666666;
	
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	padding: 1px 1px 1px 5px;
	border: 1px solid #CCCCCC;
	background-color:#FBF4F2;
}

.Menu a:hover
{
	
	color:#FFEFE6;
	text-decoration: none;
	background-color:#E35353;
	border: 1px solid #990033;
}





.OtherSubTabs
{
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	color: #666666;
	padding-right: 1px;
	padding-left: 1px;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
	text-decoration: none;
	color: #666666;
}

A.OtherSubTabs:visited
{
	text-decoration: none;
	color: #666666;
}
A.OtherSubTabs:hover
{
	text-decoration: none;
	color: #000000;
}
A.OtherSubTabs:active
{
	text-decoration: none;
	left: 4px;
	right: 4px;
	clip:  rect(auto 4px auto 4px);
	color: #666666;
}

.LeftPane
{
	text-align: center;
	padding-left: 2px;
	background-attachment: fixed;
	background-image: url(fondo.jpg);
	background-repeat: no-repeat;
	background-position: 4px top;
}

.RightPane
{
	text-align: center;
	

	
}
.ContentPane
{
	text-align: center;
	width: 100%;
	padding-right: 5px;
	padding-left: 2px;
	
}

.TitleHead
{
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	height: 20px;
	padding-left: 6px;
}
.TitleHeadAlt
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	/* Braulio text-transform: uppercase;*/
	padding-left: 3px; 
	/*background-image: url(../../DesktopLayouts/Neutra/images/fondoceldasup.gif);
	background-repeat:  repeat-x;*/
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-size: 11px;
    font-weight: normal;
    color: #4e5747;
}

/* text style used for most text rendered by modules */
.Normal
{
	color: #666666;
	font-size: 11px;
	padding-left: 6px;
	padding-top: 12px;
	padding-right: 6px;
}
.NormalAlt
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    text-decoration: none;
	color: #003366;	
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: none;
	color: #003366;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

A.CommandButton:visited
{
	text-decoration: none;
	color: #003366;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

A.CommandButton:active
{
	text-decoration: none;
	color: #003366;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

A.CommandButton:hover
{
	text-decoration: none;
	color: #3C78B5;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid #719DC1;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}


A:link
{
	color:#666666;

	text-decoration:none;
}

A:visited
{
	color:#666666;
	text-decoration:none;
}
	

A:hover
{
	color:#CC0000;
	text-decoration:underline;
	
}
A:active
{
	color:#666666;
	text-decoration:none;
	
}



HR
{
    color: #CCCCCC;
    height: 1px;
    text-align: left;
}

P
{
	padding-top: 2px;
	padding-bottom: 2px;
}


.module
{
	background-color:#FFFFFF;
	text-align: justify;
	width: 100%;	
	margin-top: 2px;	
	margin-bottom: 2px;	
}

.moduleNT 
{
	color:  #333333;
	width: 100%;
	padding: 4px;
	text-align: justify;
}

.moduleAlt
{
	width: 100%;
	
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 4px;
	margin-bottom: 4px;	
}

.moduleAltNT
{
	
	color: #333333;
	font-size: 12px;
	width: 100%;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;	
}


.NormalTextBox
{
    font-size: 11px;
    font-weight: normal;
	border:#999999 1px solid;
	color:#333333; 
	background-color: #FFFFFF;
	padding:2px;

}


.PagerText
{
font-size:12px
}
.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultIpTab 
{
  color:black; 
  background-image: none;
  background-color:White;
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  display:inline;
cursor:hand;
  height:22px;
  vertical-align: top;
  margin:auto;
}

a.DefaultIpTab:link, a.DefaultIpTab:visited, a.DefaultIpTab:active
{
  color:black; 
  background-image: url(images/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  text-decoration: none;
  display:inline;
cursor:hand;
  PADDING-LEFT: 3px;
  width:120px;
  height:22px;
  PADDING-TOP: 4px;
}

a.DefaultIpTab:hover 
{
  color:black; 
  background-image: url(images/hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  text-decoration: none;
  display:inline;
cursor:hand;
  PADDING-LEFT: 3px;
  width:120px;
  height:22px;
  PADDING-TOP: 4px;
}

.SelectedIpTab 
{
  color:black; 
  background-image: none;
  background-color:White;
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  display:inline;
cursor:hand;
  height:22px;
  vertical-align: top;
}

a.SelectedIpTab:link, a.SelectedIpTab:visited, a.SelectedIpTab:active, a.SelectedIpTab:hover
{
  color:black; 
  background-image: url(images/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  display:inline;
  cursor:hand;
  text-decoration: none;
  PADDING-LEFT: 3px;
  PADDING-TOP: 4px;
  width:120px;
  height:22px;
}

.DefaultIpTab6
{
  color:black; 
  background-image: none;
  background-color:White;
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  display:inline;
  cursor:hand;
  height:22px;
  vertical-align: top;
}

a.DefaultIpTab6:link, a.DefaultIpTab6:visited, a.DefaultIpTab6:active
{
  color:black; 
  background-image: url(images/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  text-decoration: none;
  display:inline;
  cursor:hand;
  PADDING-LEFT: 3px;
  width:96px;
  height:22px;
  PADDING-TOP: 4px;
  vertical-align: top;
}

a.DefaultIpTab6:hover 
{
  color:black; 
  background-image: url(images/hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  text-decoration: none;
  display:inline;
  cursor:hand;
  PADDING-LEFT: 3px;
  width:96px;
  height:22px;
  PADDING-TOP: 4px;
  vertical-align: top;
}

.SelectedIpTab6 
{
  color:black; 
  background-image: none;
  background-color:White;
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  display:inline;
  cursor:hand;
  height:22px;
  vertical-align: top;
}

a.SelectedIpTab6:link, a.SelectedIpTab6:visited, a.SelectedIpTab6:active, a.SelectedIpTab6:hover
{
  color:black; 
  background-image: url(images/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  display:inline;
  cursor:hand;
  text-decoration: none;
  PADDING-LEFT: 3px;
  PADDING-TOP: 4px;
  width:96px;
  height:22px;
  vertical-align: top;
}



.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:487px;
  height:150px;
  position:relative;
  padding: 20px;
  top:-3px;
  left:1px;
  z-index:98;
}

.PageContent
{
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
}

.Grid 
{ 
  border: 1px solid #57566F; 
  border-bottom: 2px solid #57566F; 
  background-color: #FFFFFF;
  cursor: pointer;
}

.GridHeader
{
  background-image: url(images/grid_headerBg.gif); 
  background-color: #8988A5; 
  border-bottom: 1px solid #57566F; 
  height: 28px;
  padding-left: 3px;
  cursor: default; 
  color: #FFFFFF;font-size: 10px;
  font-weight: bold;
  vertical-align: center;
}

.GridHeaderText
{
  color: #FFFFFF;font-size: 10px;
}

.GridFooter
{
  cursor: default; 
  padding: 5px;
  height: 48px;
  vertical-align: bottom;
}

.GridFooterText
{
  color: #000000;font-size: 11px;
}

.HeadingRow 
{ 
  background-color: #E9E9EB; 
  background-image: url(images/header_rowBg.gif);   
}

.HeadingCell 
{ 
  background-image: url(images/header_bg.gif);   
  background-color: #E9E9EB; 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 2px; 
}

.HeadingCellHover
{ 
  background-image: url(images/header_hoverBg.gif);   
  background-color: #F6F6F7; 
}

.HeadingCellActive
{ 
  background-image: url(images/header_activeBg.gif);   
  background-color: #F6F6F7;  
}

.HeadingRow td.FirstHeadingCell
{ 
  background-image: url(images/header_bg.gif); 
}

.HeadingCellText
{
font-size: 10px; 
  font-weight: bold; 
  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
}

.Row 
{ 
  background-color: #FFFFFF; 
  cursor: default;
}

.Row td.DataCell 
{ 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #EAE9E1;font-size: 10px; 
} 

.SortedDataCell 
{ 
  background-color: #F5F5F5; 
} 


.Row td.LastDataCell 
{ 
  background-color: #EFEFF4; 
} 

.SelectedRow 
{ 
}

.SelectedRow td.DataCell 
{ 
  background-color: #FFEEC2; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px;font-size: 10px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}

.SelectedRow td.FirstDataCell 
{ 
  background-color: #FFEEC2; 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 2px; 
  padding-right: 3px; 
}

.SelectedRow td.LastDataCell 
{ 
  background-color: #FFEEC2; 
  border-right: 1px solid #4B4B6F; 
}

.GroupHeading
{
  color: #706F91; 
  background-color: #FFFFFF;font-weight: bold;
  font-size: 11px; 
  border-bottom: 2px solid #A5A4BD; 
  padding-top: 10px;
  padding-bottom: 3px;
}

.GroupByCell
{
  cursor: pointer;
}

.GroupByText
{
  color: #FFFFFF; 
  font-size: 11px;   
  font-weight: bold; 
  padding-right: 5px;
}


.SliderPopup
{
  background-color: #FFF4D7; 
  border: 1px solid #4B4B6F; 
  border-top-color: #9495A2; 
  border-left-color: #9495A2; 
  font-size: 11px;width: 150px;
  height: 30px;
}

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
}

.calendar_button
{
	border:none;
	cursor:pointer;
	width:25px;
	height:22px;
}

.calendar td
{
  font-size:11px;
}

.title
{
	font-weight:bold;
  background-color:#D7D7E5;
}

.day
{
	width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
	width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayheader
{
	width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  color:#999999;
}

.outofrangeday
{
  visibility:hidden;
}

.selectedday
{
	width:25px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 
  border-style:solid;
  font-weight:bold;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:center;
  background-color:#FFFFFF;
}

.CabeceraSeccion
{
color:#000000;
margin-top:10px;
margin-bottom:10px;
border:1px solid #cccccc;
padding:5px;
text-align:left;
}

.imgAnadir
{ vertical-align:middle;
border-width:0px;
margin-top:10px; 
margin-bottom:10px;
}

/* para el módulo de tabla en modo GRID */
.tabla 
{
	font-size:12px;
	border: 0px none;
	background-color:#F1F1E4;
	
}
.tabla a:link, .tabla a:visited, .tabla a:active 
{
	color:#003300;
	text-decoration: none;


}
.tabla a:hover 
{
	color:#C43C3C;
	text-decoration: none;	
	
	
}

.tablaAlt 
{
	
	font-size:12px;
	border: 0px none;	
	
}

.tablaAlt a:link, .tablaAlt a:visited, .tablaAlt a:active 
{
	color:#003300;
	text-decoration: none;	
	
	
	
}
.tablaAlt a:hover 
{
	color:#C43C3C;
	text-decoration: none;	
	
	
}


.tabla td
{
	font-size: 12px;
	padding-top:2px;
	padding-bottom:2px;
}
.tablaAlt td
{
	font-size: 12px;	
	padding-top:2px;
	padding-bottom:2px;

}

.tablaFooter td
{
height:25px;
font-size:11px;
}

.TablaPager /* para la paginación en un grid (con o sin plantilla)*/
{
	height:34px;
	vertical-align:bottom;
	font-size:11px;
}
.TablaPagerSelected 
{
	color:#993300;
}

a.TablaPagerUnSelected:link, a.TablaPagerUnSelected:visited, a.TablaPagerUnSelected:active
{
	color:#003366;
}

a.TablaPagerUnSelected:hover
{
	color:#FFFFFF;
	background-color:#FF9900;
}

.tablaGroup
{
	margin-top:7px;
	margin-bottom:7px;
	padding-top:5px;
	font-family: verdana, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
	color:#003300;
	text-transform:uppercase;
	border-bottom:1px solid #003300;

}

