﻿/* HOJA DE ESTILOS CONTROLES DE  AJAX */

/* SlideShow styles */

.slideTitle
{
	font-weight:bold;
	font-size:small;
	font-style:italic;
	background-color:#c0e2ea;
}

.slideDescription
{
	font-size:small;
	font-weight:bold;
}

.validatorCalloutHighlight
{
    background-color: #fffacd;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}


/*Modal Popup*/
.modalBackground {
	background-color:#040e1e;
	filter:alpha(opacity=30);
	opacity:0.3;
}

.modalPopup {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#0e5c83;
	padding:8px;
	width:300px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
	}

/* Estilos para Acordion */

.accordionCabecera 
{ 
border: 1px dotted #77bf1b; 
background-color: #184107; 
background:url(/xpenacal/imagenes/bgHeaderAccordion.jpg);
font-family:Trebuchet MS;
font-size: 14px; 
color:#123205;
font-weight: bold; 
padding: 4px; 
margin-top: 4px; 
cursor: pointer; 
text-align:left;
} 

.accordionContenido 
{ 
font-family:Trebuchet MS;
background-color: #e0f0d7;  
border-top: none; 
font-size: 12px; 
padding: 7px; 
color:#000;
} 
