﻿/* CABECERAS FIJAS 
    Clase de estilo para darle al DIV que contendrá el GRID que 
    queremos fijar la cabecera.
    Hace que cuando el grid sea más grande que el DIV salgan 
    las barras de scroll*/
	.FixedHeaderContainerGrid
	{
	    overflow:auto;
	    position: relative;
        margin: 0 auto;
        /*Estilo de las barras de scroll*/
        scrollbar-base-color: #8C8181;
        scrollbar-arrow-color: #FFFFFF;
        scrollbar-3dlight-color: #8C8181;
        scrollbar-darkshadow-color: #8C8181;
        scrollbar-face-color: #8C8181;
        scrollbar-shadow-color: #8C8181;
        scrollbar-track-color: #E8E7E7;
    }

	/* CABECERAS FIJAS
    Para mantener la cabecera del GRID fija cuando
    cuando aparece el scroll */
	.FixedHeaderContainerGrid table th 
	{
	    position:relative; 
	    top: expression(this.offsetParent.scrollTop-2);
	}
	
body 
{
	font-family:Arial;
	color:Black;
	font-size:10px;
	background-color:Transparent;
	text-align:left;	
}

.Literal
{
	font-size: 12px;
	color : Red;
	height : 0px; 
}

.Button
{
	border-style: none;
	background: url('ButtonWhite.gif') no-repeat right center;
	position: relative;
	clear: left;
	font-weight: bold;
	font-size: 11px;
	padding-right:8px;
	color: #8c8181;
	font-family: arial,helvetica,sans-serif;
	text-align: center;
	text-decoration: none;
	cursor:hand;
    height: 18px;
    top: 0px;
    left: -3px;
    width: 95px;
}

.ButtonWhite
{
	border-style: none;
	background: url('ButtonWhite.gif') no-repeat right center;
	clear: left;
	font-weight: bold;
	font-size: 11px;
	padding-right:8px;
	color:White ;
	font-family: arial,helvetica,sans-serif;
	height:14px;
	text-align: center;
	text-decoration: none;
	cursor:hand;
	margin-left: 0px;
}

.FinalTitolCerca
{
	background-color : #E8E6E6;
	text-align :right; 
	border : 0;
}
.ButtonModal
{
	border-style: none;
	background: url('Button.gif') no-repeat fixed right center;
	clear: left;
	font-weight: bold;
	font-size: 11px;
	padding-right:8px;
	color: #8c8181;
	font-family: arial,helvetica,sans-serif;
	height:14px;
	text-align: center;
	text-decoration: none;
	cursor:hand;
	margin-left: 0px;
}

.ButtonBaixarOrdre
{
    border-style: none;
	background: url('OrderDown.jpg') no-repeat right center;
	position: relative;
	clear: left;
	padding-right:8px;
	height:16px;
	width:16px;
	text-decoration: none;
	cursor:hand;
}

.ButtonBaixarOrdreLinia
{
    border-style: none;
	background: url('GrayDownArrow.jpg') no-repeat right center;
	position: relative;
	clear: left;
	padding-right:8px;
	height:16px;
	width:16px;
	text-decoration: none;
	cursor:hand;
}

.ButtonPujarOrdre
{
    border-style: none;
	background: url('OrderUp.jpg') no-repeat right center;
	position: relative;
	clear: left;
	padding-right:8px;
	height:16px;
	width:16px;
	text-decoration: none;
	cursor:hand;
}

.ButtonPujarOrdreLinia
{
    border-style: none;
	background: url('GrayUpArrow.jpg') no-repeat right center;
	position: relative;
	clear: left;
	padding-right:8px;
	height:16px;
	width:16px;
	text-decoration: none;
	cursor:hand;
}

.ButtonSenseOrdre
{
    border-style: none;
    position: relative;
	clear: left;
	padding-right:8px;
	height:16px;
	width:16px;
	text-decoration: none;
	cursor:hand;
	display:none;
}

.CosRecerca
{
	background-color : #E8E7E7;
}

.EmptyContainer
{
    background-color: #E8E7E7;
}

.TitolCerca
{
	background-color : #8C8181;
	font-family : Arial;
	font-size : 11px;
	color : White;
	padding-left : 5px; 
}

.ContinuacioTitolCerca
{
	background-color : #D1CDCD;
}

.PageTitle
{
	font-size:12px;	
	font-weight:bold;
	color:Black;
}

.outerDiv
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	background-color:#E8E7E7;
	position:relative;
	width:98%;
	margin:5px;
	height:89px;
	text-align:right;
	top: 0px;
	left: 0px;
}


.panelContainer
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	background-color:#E8E7E7;
	position:relative;
	text-align:right;
	top: 0px;
	left: 0px;
}



.outerDivCaption
{
	background-color:#8C8181;
	color:White;
	font-size:11px;
	text-align:left;
}

.outerDivCaptionBar
{
	background-color:#D1CDCD;
}

.borderDiv
{
	background-color:Transparent;
}

.titleBox
{
	width:12px;
	height:12px;
	background-color:#8C8181;
	float:left;
	position:relative;
	margin-right:12px;	
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold
}

.titleText
{
	color:#8C8181;
	font-size:12px;
	font-weight:bold;
	position:relative;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	top: 0px;
	left: 0px;
}

.outerTabControl .ajax__tab_header 
{	
	position:relative;	
	border:0px;
	text-align:left;
	width:400px;
	background-color:Black;
	cursor:hand;
	
}
.outerTabControl .ajax__tab_outer 
{
	width:120px;
	text-align:center;
	background-color:White;   
    color:#8C8181;
	border:1px Solid #8C8181; 
	margin-right:-1px;
    border-bottom:none;
}
.outerTabControl .ajax__tab_inner 
{
}
.outerTabControl .ajax__tab_tab 
{
	font-size:11px;
	cursor:hand;
}
.outerTabControl .ajax__tab_hover .ajax__tab_outer 
{
	background-color:#E8E7E7;
	color:#8C8181;   
}
.outerTabControl .ajax__tab_hover .ajax__tab_inner 
{
}
.outerTabControl .ajax__tab_hover .ajax__tab_tab 
{

}
.outerTabControl .ajax__tab_active .ajax__tab_outer 
{
	background-color:#8C8181;
    color:White;    
}
.outerTabControl .ajax__tab_active .ajax__tab_inner 
{
}
.outerTabControl .ajax__tab_active .ajax__tab_tab 
{
	
}
.outerTabControl .ajax__tab_body 
{
    border:1px solid #8C8181;
}

.captionWhite
{
	font-family: Arial;
	font-size : 11px;
	color :White; 
}

.captionBlack
{
	font-family: Arial;
	font-size : 10px;
	color :Black; 
}

.menuNavegacio
{
	font-family: Arial;
	font-size : 11px;
	color : #A17400;
}

.menuNavegaciNodeActiu
{
	font-family: Arial;
	font-size : 11px;
	color : #5A5754; 
	background-color :#DEE0D2; 
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	z-index:10001;
	position:fixed !important;
}

.blankSpace
{
	height : 10px;
}

.TextBox
{
	border: 1px solid #8C8181;
	height:15px;
	font-family:Arial;
	color:Black;
	font-size:11px;
	text-align:left;
	width: 86px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.TextBoxReadOnly
{
	border: 1px solid #8C8181;
	height: 15px;
	font-family: Arial;
	color: Black;
	font-size: 11px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6E6E6;
}

.TextBoxMultiLine
{
	border: 1px solid #8C8181;
	font-family:Arial;
	color:Black;
	font-size:11px;
	text-align:left;
	width: 86px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.Combobox
{
	border: 1px solid #8C8181;
	height:19px;
	font-family:Arial;
	color:Black;
	font-size:10px;
	text-align:left;
	width: 86px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.CheckBox
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	font-family:Arial;
 	color:Black;
 	font-size:11px;
 	width: 86px;
 	margin-right: 0px;
 	margin-bottom: 0px;
	margin-left: 0px;
}
.CheckBoxWhite
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	font-family:Arial;
 	color:White;
 	font-size:11px;
 	width: 86px;
 	margin-right: 0px;
 	margin-bottom: 0px;
	margin-left: 0px;
}
Grid
{

}

.Grid th
{
	background-color:#8C8181;
	color:White;
	border-color:#D1CDCD;
}
.Grid th.TitolCerca
{
}
.GridContainer
{
scrollbar-base-color: #8C8181;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #8C8181;
scrollbar-darkshadow-color: #8C8181;
scrollbar-face-color: #8C8181;
scrollbar-shadow-color: #8C8181;
scrollbar-track-color: #E8E7E7;

}

.Grid td
{
	background-color:White;
	color:Black;
	border-color:#D1CDCD;
}
.FocusedRow th
{
	background-color:#8C8181;
	color:White;
	border-color:#D1CDCD;
}

.FocusedRow td
{
	background-color:#E8E6E6;
	color:Black;
	border-color:#D1CDCD;
}

.BlockedRow td
{
	background-color:#EEEEEE;
	color:Gray;
	cursor:hand;
}

.SelectedRow td
{
	background-color:#EEEEEE;
	font-weight: bold;
	color:Black;
	cursor:default;
}

.GridButton
{
	border-style: none;
	background: url('Button.gif');
	clear: left;
	font-weight: bold;
	font-size: 11px;
	padding-right:8px;
	color: #8c8181;
	font-family: arial,helvetica,sans-serif;
	height:14px;
	text-align: center;
	text-decoration: none;
	cursor:hand;

}

.ButtonFirst
{
	border-style: none;
	background: url('fletIzqFinal.gif');
	clear: left;
	font-weight: bold;
	font-size: 11px;
	padding-right:8px;
	color: #8c8181;
	font-family: arial,helvetica,sans-serif;
	height:11px;
	width:11px;
	text-align: center;
	text-decoration: none;
	cursor:hand;
	margin:1px
}
.ButtonLast
{
	border-style: none;
	background: url('fletDerFinal.gif');
	clear: left;
	font-weight: bold;
	font-size: 11px;
	padding-right:8px;
	color: #8c8181;
	font-family: arial,helvetica,sans-serif;
	height:11px;
	width:11px;
	text-align: center;
	text-decoration: none;
	cursor:hand;
	margin:1px
}
.ButtonPrevious
{
	border-style: none;
	background: url('fletIzq.gif');
	clear: left;
	font-weight: bold;
	font-size: 11px;
	padding-right:8px;
	color: #8c8181;
	font-family: arial,helvetica,sans-serif;
	height:11px;
	width:11px;
	text-align: center;
	text-decoration: none;
	cursor:hand;
	margin:1px
}
.ButtonNext
{
	border-style: none;
	background: url('fletDer.gif');
	clear: left;
	font-weight: bold;
	font-size: 11px;
	padding-right:8px;
	color: #8c8181;
	font-family: arial,helvetica,sans-serif;
	height:11px;
	width:11px;
	text-align: center;
	text-decoration: none;
	cursor:hand;
	margin:1px
}
.form
{
	font-size:11px;
	COLOR: #000000;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	width:730px;
	background:#E8E7E7;
	padding-left:5px;
	padding-right:5px;
}
.panelInformationForModals
{
	background-color: GrayText;
	width: 300px;
}
.validatorCalloutHighlight 
{
    background-color: Yellow; 
}

.treeView {
	overflow: auto; 
	border: solid 1px #D1CDCD;
	background-color: White;
}

.treeViewNode 
{
	color: Black;
}

.buttonRowPopup
{
	background-color:White;
	border-top-color:#D1CDCD;
	border-top:1px solid #D1CDCD;
}

/* Estilos para el calendario de AjaxControlToolkit*/

.ajax__calendar_container {padding:4px;position:relative;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;z-index:1000}

.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;z-index:1000}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}

.ajax__calendar_container TABLE {font-size:11px;z-index:1000}

.ajax__calendar_header {height:20px;width:100%;z-index:1000}

.ajax__calendar_title {cursor:pointer;font-weight:bold;z-index:1000}

.ajax__calendar_footer {height:15px;z-index:1000}

.ajax__calendar_today {cursor:pointer;padding-top:3px;z-index:1000}

.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}

.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}

.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;z-index:10000}

.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}

.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}

.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

.DarCombobox,
.DarComboboxDisabled
{
    cursor: pointer;
    border: 1px solid #8C8181;
    background: url('fletAbajo.GIF') no-repeat 100% 50%;
    text-align: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.DarComboboxDisabled
{
    cursor: default;
    background: url('fletAbajoDisabled.GIF') no-repeat 100% 50%;
}
.DarCombobox input,
.DarComboboxDisabled input
{
    font-family: Arial;
    color: Black;
    font-size: 11px;
    text-align: left;
    cursor: pointer;
    margin: 1px 2px 1px 2px;
    padding: 0;
    border: 0;
}
.DarComboboxDisabled input
{
    font-family: Arial;
    color: Gray;
    cursor: default;
}
.DarCombobox input.selected
{
    /* no modificar: efecto de onfocus de un dropdownlist */
    color: #FFFFFF;
    background-color: #316AC5;
}
.DarCombobox_Options .Combobox
{
    scrollbar-arrow-color: #FFFFFF;/* color flecha */
    scrollbar-face-color: #8C8181;/* color de fondo de la barra de desplazamiento */
    scrollbar-base-color: #E8E6E6;/* color de fondo del espacio por recorrer */
    scrollbar-highlight-color: #D1CDCD;/* color del borde 3D iluminado */ 
}
.DarCombobox_Options
{
    z-index: 150;
    border: 0;
    font-family:Arial;
    color:Black;
    font-size:10px;
    text-align:left;
    margin: 0;
    padding: 0;
}

.outerTabControl
{	
	position:relative;	
	border:0px;
	text-align:left;
	width:400px;
	background-color:Black;
}

.TitleBlack
{
	font-size:11px;
	font-weight:200;
	color:Black;
}
.TitleGold
{
	font-size:11px;
	font-weight:200;
	color:#A17400;
}

.TitleGold
{
	font-size:11px; font-weight:200; color:#A17400;
}

.TitleGoldBold
{
	font-size:11px; font-weight:bold; color:#A17400;	
}

.TitleGoldLnk
{
	font-size:11px; font-weight:200; color:#A17400; text-decoration:none;	
}

.TitleGoldLnk A:link {font-size:11px; font-weight:200; color:#A17400; text-decoration:none;}
.TitleGoldLnk A:visited {font-size:11px; font-weight:200; color:#A17400; text-decoration:none;}
.TitleGoldLnk A:active {font-size:11px; font-weight:200; color:#A17400; text-decoration:none;}
.TitleGoldLnk A:hover {font-size:11px; font-weight:200; color:#c9c8bd; text-decoration:none;}


.ratingStar
{
font-size: 0pt;
width: 13px;
height: 12px;
margin: 0px;
padding: 0px;
cursor: pointer;
display: block;
background-repeat: no-repeat;
}
.filledRatingStar
{
background-image: url(FilledStar.png);
}
.emptyRatingStar
{
background-image: url(EmptyStar.png);
}
.savedRatingStar
{
background-image: url(SavedStar.png);
}

.Info
{
    background-color: #E8E6E6;    
    border:1px solid #E8E6E6;
    font-family:Arial;
    font-size:12px;    
    color:#000000 !important;
    position:relative;        
    text-align:justify;
    padding-right:4px;
    padding-left:22px;
    padding-top:1px;
    padding-bottom:1px;
    background-image:url(info.gif);
    background-position:left;
    background-repeat:no-repeat;   
}