/*--------------------------------------------*/
/* Gestión del Medio Rural de Canarias - 2008 */
/*--------------------------------------------*/

@import url("gobcan.css");

/* Entorno prueba */
#cabecera.prepri {background: url(../img/pruebasv.jpg) 875px 10px no-repeat;}

/* Datos provicionales */
.datosProvisionales {background-image: url(../img/tipoMensajes.png); background-repeat: no-repeat; padding: 5px 0; text-shadow: #CCC 0 0 1px; color: #444; background-color: #FFF1A8; background-position: 0 -33px; border: 1px solid #F5E58E; margin-bottom: 5px;}
.datosProvisionales p {margin-bottom: -4px; margin-left: 30px;}

/* Tamaños estandar de campos */
.extra-small	{width: 110px;}
.small			{width: 160px;}
.medium			{width: 260px;}
.extra-large	{width: 350px;}
.large			{width: 410px;}

/* Tablas*/
.thId				{width: 35px;}
.thAcciones 		{width: 75px;}
.thSmall-acciones 	{width: 50px;}
.thProducto			{width: 160px;}

/* Mantenimiento de usuarios */
#frmUsuario #numeroDocumento	{width: 150px;}

/* Página optimizada */
#dvPaginaOptimizada p{text-align: center; font-size: 10px;}

/* 
Colores de la tabla de datos

Colores Fuertes:	Colores Pasteles:
Azul:#1D8BD1		Azul:#D3EDFC
Verde:#2AD62A		Verde:#D8FAD8
Amarillo:#FAFA3E	Amarillo:#FCFCCE
Rojo:#F1683C		Rojo:#FCD8CE

Gris:#F8F9FB
Violeta:#EADEFA
Marron:#735D48 
*/
.colTipoI 	{text-align: right;background-color: #D3EDFC;}
.colTipoII	{text-align: right;background-color: #D8FAD8;}
.colTipoIII	{text-align: right;background-color: #FCFCCE;}
.colTipoIV 	{text-align: right;background-color: #FCD8CE;}

.thTipoI,	.thT1PrecioMin, .thT1PrecioMax, .thT1PrecioFrec	{text-align: center; background-color: #D3EDFC;}
.thTipoII, 	.thT2PrecioMin, .thT2PrecioMax, .thT2PrecioFrec	{text-align: center; background-color: #D8FAD8;}	
.thTipoIII, .thT3PrecioMin, .thT3PrecioMax, .thT3PrecioFrec	{text-align: center; background-color: #FCFCCE;}
.thTipoIV, 	.thT4PrecioMin, .thT4PrecioMax, .thT4PrecioFrec	{text-align: center; background-color: #FCD8CE;}

/* Formato archivo - importar archivos */
#formato	{float: left; margin-left: 188px; font-size: 90%;}

/* popup grafica */
.popup {background: #FFFFFF;}

/* Leyenda */
ol.leyenda {border-bottom-width:1px; border-top-width:1px; float:left; list-style-type:none; margin:0; padding:15px 0 10px; width:100%; list-style:none;}

/* Fuente */
#exportar p {float: left; font-size: .8em;}

/* Presentacion */
#dvPresentacion {text-align: justify; background: transparent url(../img/frutas.png) no-repeat scroll center;}

/* Links general  #CC6633*/
a:link, a:active, a:focus, a:visited {color: #CC6633;}
a:hover {color: #999966;}

/* Link exportar datos */
a.exportar:link, a.exportar:active, a.exportar:focus, a.exportar:visited {color: #333333; text-decoration: none; font-size: 1.2em; font-weight: bold;}
a.exportar:hover {color: #333333; text-decoration: underline;}


/* jModal */
#dvGrafica a.cerrar, a.cerrar:link, a.cerrar:active, a.cerrar:visited{
	color: #333;
	font-size: 2em;
	font-weight: bold;
	margin-bottom:10px;
	text-decoration: none;
	float: right;
}

#chart{margin-top: 15px;}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {display: none; position: absolute; top: 10%; left: 50%; margin-left: -415px; width: 800px; background-color: #EEE; color: #333; border: 1px solid black; padding: 12px;}
.jqmOverlay { background-color: #000; }
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {position: absolute;top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



/* jTip */

#JT_arrow_left{
	background-image: url(../img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{background-color: #CCCCCC;text-align: left;padding-left: 8px;padding-bottom: 5px;padding-top: 2px;font-weight:bold;}
#JT_copy p{margin:3px 0;}
#JT_copy img{padding: 1px;}
.jTip{cursor:pointer;}


