﻿/*TOP MENU*/
.menu
{
	background-color: #FFFBD6;
}
.selectedTab
{
	background:url('../Resources/icons/TabSelected.png') no-repeat;
	width:90px;
	height:26px;
	padding-top:5px;
}
.selectedTab a
{
	color:White;
	background-color:Transparent;
	background-image:none;
	text-decoration:none;
}
.selectedTab:hover
{
	color:White;
}
.unselectedTab
{
	color:Black;
	width:90px;
	height:26px;
	background:url('../Resources/icons/TabUnselected.png') repeat-x;
	color:black;
	padding-top:5px;
}
.unselectedTab a
{
	color:Black;
	background-color:Transparent;
	background-image:none;
	text-decoration:none;
}

/*BARRA HORIZONTAL*/
.horizontalBar
{
	/* Fondo */
    background-image: url('../Resources/icons/bg_vertical.png');	
	background-repeat:  repeat-x;
	background-position: center;
	width: 1024px;
	height: 32px;
}

/*RESULTADOS DE BÚSQUEDA*/
.searchResultsHeader
{
	background-color:#C31107;
	color:White;
	font-weight:bold;
}

/*PAGINADOR*/
.pager
{
	text-align:right;
	height:20px;
	width:580px;
	line-height:20px; 
	vertical-align:text-top; 
	background-color:#c31107;
	margin-left:5px;
	margin-right:5px;
	padding-right:5px;
}

/*TABS*/
.AlturaTabs { height:150px;}
.CustomTabStyle .ajax__tab_header {font-family:tahoma;font-size:9px;background:url('../resources/icons/tab-line.png') repeat-x bottom;}
.CustomTabStyle .ajax__tab_outer {padding-right:4px;background:url('../resources/icons/tab-right.gif') no-repeat right; height:21px;}
.CustomTabStyle .ajax__tab_inner {padding-left:2px;background:url('../resources/icons/tab-left.gif') no-repeat;}
.CustomTabStyle .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url('../resources/icons/tab.gif') repeat-x;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {background:url('../resources/icons/tab-hover-right.gif') no-repeat right;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {background:url('../resources/icons/tab-hover-left.gif') no-repeat;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {background:url('../resources/icons/tab-hover.gif') repeat-x;}
.CustomTabStyle .ajax__tab_active .ajax__tab_outer {background:url('../resources/icons/tab-active-right.png') no-repeat right;}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner {font-weight:bold; background:url('../resources/icons/tab-active-left.png') no-repeat;}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab {background:url('../resources/icons/tab-active.png') repeat-x;}
.CustomTabStyle .ajax__tab_body {font-family:tahoma;font-size:10pt;border:1px solid #C31107;border-top:0;padding:8px;background-color:#ffffff;}

/*TABS SCROLLING */
.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}
.ajax__scroll_both {overflow:scroll;}
.ajax__scroll_auto {overflow:auto;}

/*FOOTER DEL PREVIEW*/
.previewLnk
{
	text-decoration:none;
	color:#C31107;
}
.previewFooter
{
	background-color:#c31107;
	position:relative;
	left:85px;
	top:-34px;
	width:200px;
	height:26px;
	line-height:25px;
	color:White;
	font-size:11px;
	padding-left:5px;
}
.pfLeft
{
	float:left;
	width:70px;
}
.pfRight
{
	float:right;
	width:130px;
}
.pfIcon
{
	position:relative;
	left:142px;
	top:-70px;
	width: 144px; /*40*/
	height:auto;
}

