


/* Formateo de los estilos
------------------------------------------------------------------------------------------- */

html, body, div, a, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, abbr, acronym, address, code, object, label, legend, input, textarea, p, blockquote, th, td, del, dfn, q, table, caption, tbody, tfoot, thead, tr, th, td { 
	vertical-align: baseline;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	border: 0em;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
}


/* Tablas
-------------------------------------------- */

	table {
		border-collapse:collapse;
		border-spacing:0;
		width:100%;
	}


/* Objects
-------------------------------------------- */

	object {
		margin: 0em 0em 0em 0em;
		padding: 0em 0em 0em 0em;
		border: 0em;
	}


/* Abreviaturas, acronimos y definiciones
-------------------------------------------- */

	abbr, acronym, dfn {
		border: none;
		cursor: help;
	}
	

/* Imágenes
-------------------------------------------- */

	img, a img, :link img, :visited img, :hover img {
		border: 0em;
	}
	
	
/* Teclado Kbd
-------------------------------------------- */
	
	kbd {
		border-bottom: .1em solid #cccccc;
		border-right: .1em solid #cccccc;
		padding-bottom: 0.1em; 
		padding-right: 0.4em; 
		padding-left: 0.4em; 
		background: #EFECEC;
		padding-top: 0.1em;
		font-size: 115%; 
	}
	
	
/* Listas
-------------------------------------------- */
	
	ul, ol, dl, li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: relative;
	}	
	

/* FIN / Formateo de los estilos
------------------------------------------------------------------------------------------- */



/* Estilos comunes
------------------------------------------------------------------------------------------- */

.clearfix:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}


* html .clearfix { height: 1%; }

.clearfix { display: block; }
.clear_both { clear: both; }

/* Iconos
----------------------------------*/

.mail { 
	background: url(../public_images/ico/mail.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.goBack { 
	background: url(../public_images/ico/goBack.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.goTop { 
	background: url(../public_images/ico/goTop.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.goBottom { 
	background: url(../public_images/ico/goBottom.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.externalLink { 
	background: url(../public_images/ico/externalLink.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.webMap { 
	background: url(../public_images/ico/webMap.gif) no-repeat right center;
	padding: 0em 1.3em 0em 0em;
}

.download { 
	background: url(../public_images/ico/download.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.continue { 
	background: url(../public_images/ico/continue.gif) no-repeat right center;
	padding: 0em 1.2em 0em 0em;
}

.more { 
	background: url(../public_images/ico/more.gif) no-repeat right center;
	padding: 0em 1.2em 0em 0em;
}

.display { 
	background: url(../public_images/ico/display.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.pdf { 
	background: url(../public_images/ico/pdf.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.help { 
	cursor: help;
}

/* Fin / Iconos
----------------------------------*/


/* Clases comunes
----------------------------------*/

.nota, .salto { 
	position: absolute;
	top: -5000px;
	left: -5000px;
}

.invisible { 
	display: none;
	visibility: hidden;
}
.negrita { 
	font-weight: bold;
}

.float_left {
	float: left;
}	

.float_right {
	float: right;
}

.background_none {
	background: none !important;
	font-weight: bold;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}	

/* fin / Clases comunes
----------------------------------*/



/* FIN / Estilos comunes
------------------------------------------------------------------------------------------- */















/* Cuerpo de página
------------------------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #34454f;
	line-height: 1.7em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 80%;
	color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold; 
	color: #000000; 
	
}

a  { color: #007dcb; border-bottom: 1px dashed; text-decoration: none; }

h1 {}

h2 {
	font-size: 130%;
	margin: 1em 0 1em 0;
}


/* Contenedora de la pagina
------------------------------------------------------------------------------------------- */

#contenedor {
	margin: 0 auto;
	color: #666666;
	width: 1170px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	background-color: #ffffff;
}


/* Idiomas de la pagina
------------------------------------------------------------------------------------------- */

#idiomas { 
	text-align: right;
}

#idiomas p {
	display: inline;
	float: none;
	font-weight: bold;
	padding: 0em;
}

#idiomas ul,
#idiomas li {
	display: inline;
}

#idiomas li {
	border-right: 1px solid #ccc;
	padding-right: .5em;
	padding-left: .5em;
	overflow: hidden;
}

#idiomas li.fin {
	border: none;
}



/* Cabecera de la página
------------------------------------------------------------------------------------------- */

#cabecera {
	background-color: #000000;
	width: 1170px;
}

#cabecera-banner {
	margin: 0px auto;
	width: 950px;
	height: 136px;
}

#contenido {
	width: 940px;
	margin: 0 auto;
}


/* Contenedor logotipo
------------------------------------------------------------------------------------------- */




/* Navegación
------------------------------------------------------------------------------------------- */

#navegacion {
	border-top: 1px solid #cccccc;
	border-bottom:  1px solid #cccccc;
	background: #000000 url('../public_images/tximista_barramenu.jpg') no-repeat center center;

	width: 1170px;
	margin: 0px auto;
}

ul#menu {
	clear: both;
	list-style: none;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	text-transform: uppercase;
}

ul#menu:after{
	clear: both;
	height: 0em;
	content: ".";
	display: block;
	visibility: hidden;
}

ul#menu li {
	float: left;
	display: inline;
	margin-right: 2em;
	padding: .4em 0;
	font-weight: normal;
	font-size: 1.1em;
}

ul#menu li a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #ffffff;
	border:0px;
}

ul#menu li a:hover, ul#menu li a:active {
	color: #007dcb;
}

ul#menu li.seleccionado1 {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
	color: #ffffff;
	/*width: 7.5em;*/
}

ul#menu strong {
	color: #ffffff
}

/* Sendero de migas
------------------------------------------------------------------------------------------- */

#rutaPagina {
	border-bottom: 1px solid #999999;
	background: #eaedf2;
	padding-left: 110px;
	color: #666666;
	background-color: #ffffff;
}

#rutaPagina p {
	display: inline;
	float: none;
	padding: 0em;
}

#rutaPagina ol, #rutaPagina ol li {
	display:inline;
}

#rutaPagina li {
	margin-left: .1em;
	padding-right: .7em;
	/*background: url(../public_images/arrow.gif) no-repeat right center;*/
}

#rutaPagina a {
	border: 0;
}


/* Contenido central [ submenu y texto ]
------------------------------------------------------------------------------------------- */

#contenido-central {
	line-height: 1.3em;
	width: 950px;
	margin: 0 auto;
}


/* Zona izquierda
------------------------------------------------------------------------------------------- */

.navegacion-secundaria {
	background: #ffffff url('../public_images/fondo_menu.jpg') repeat-y left top;
	margin: 0;
	float: left;
	width: 100%;
	display: inline;
	/*height: 200px;*/
}



.subMenu a, .seleccionado2  {
	border:0;
	text-decoration: none;
	border-right: 3px solid #444444;
	
}
	
.seleccionado2 {
	font-weight: normal;
}
	
ul.subMenu {
	font-size: 1.05em;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
	float: left;
	width:145px;
	text-transform:uppercase;
	}
	
.ie6 ul.subMenu { margin: .5em -1px 0 -1px; }	
.ie7 ul.subMenu { margin: .5em -1px 0 -1px; }	
	
	
li.nivel2 {
	
	text-align: right;
	list-style: none;
	}

.nivel2 a {
	margin: 0px 0px 0px 0px;
	padding: 8px 4px 8px 0px;
	letter-spacing: 0px;
	color: #999999;
	}
	
.nivel2 a:link, .nivel2 a:visited {
	display: block;
	text-decoration: none;
	color: #666666;
	}	

.nivel2 a:hover {
	color: #000000;
	text-decoration: none;
	background: #ffffff;
	}

.seleccionado2 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 8px 4px 8px 0px;
	color: #1b7abb;
	}
	
.labelBuscar {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #007dcb;
}

.ie6 .seleccionado2 span { margin-left: .8em; }	
.ie7 .seleccionado2 span { margin-left: .8em; }	
		

/* // NIVEL 3 DEL SUBMENU */

ul.submenu3 {
	padding: 0 0 0 0;
	border-top: 1px solid #ccc;
	margin: 0 0 0 0;
	}
.ie6 ul.submenu3 { margin: .5em -1px 0 -1px; }	
.ie7 ul.submenu3 { margin: .5em -1px 0 -1px; }	
	
	
li.nivel3 {
	border: 1px solid #cccccc;
	list-style-type: none
	}

.nivel3 a {
	margin: 0px 0px 0px 0px;
	padding: 5px 26px 5px 9px;
	letter-spacing: 0px;
	}
	
.nivel3 a:link, .nivel3 a:visited {
	color: #333333;
	display: block;
	background: #ffffff;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	}	

.nivel3 a:hover {
	color: #000000;
	text-decoration: underline;
	background: #ffffff;
	}

.seleccionado3 {
	color: #000000;
	display: block;
	letter-spacing: 0px;
	padding: 5px 26px 5px 9px;
	background: #ffffff;
	text-decoration: underline;
	border-bottom: 1px solid #cccccc;
	}
	
.seleccionado3 span {
	margin-left: .8em;
	text-decoration: none;
	border: 0px;
	}	


/* contenido
------------------------------------------------------------------------------------------- */

.contenido {
	margin: 10px auto;
	line-height: 140%;
	text-align: justify;
	min-height: 490px;
	float: right;
}

.ancho-normal {
	width: 610px;
	float: left;
	
}

.ancho-con-menu {
	width:768px;
	padding: 5px 20px 30px 0px;
}

.contenido p {
	padding: 5px 0;
}

.txtinterior {
	margin: 20px 0 20px 0;
}

/* Noticias
------------------------------------------------------------------------------------------- */

.cont_noticias {
	
}

.listado-div-img {
	width: 12em;
	float: left;
}

.listado-div-txt {
	width: 55em;
	float: left;
	min-height: 8.4em;
}



.noticia_card_txt {
	width: 45em;
	float: right;
}

.noticia_card p  {
	padding: 5px 0;
}

.noticia_card_img {
	float: right;
	padding-left: 20px;
}

/* Accesibilidad
------------------------------------------------------------------------------------------- */

ul.lista-accesibilidad li {
	background: url(../public_images/dott.gif) no-repeat .1em .3em;
	list-style-type: none;
	padding-left: 1em;
	margin: .5em .7em .5em .7em;
}

.atajos {
	padding-top: .7em;
}

.atajos li {
	list-style: none;
	margin-bottom: .7em;
}


/* Área cliente
------------------------------------------------------------------------------------------- */

fieldset#area-cliente {
	border: 0;
	padding: 2em;
}


/* mapa web
------------------------------------------------------------------------------------------- */

.ul_mapa_web li {
	margin-top: 0.8em;
	list-style: none;
	padding-left: 1em;
}
.ul_mapa_web li a {
	
	padding: .1em .3em 0 .3em;
	margin: .5em 0;
}
.ul_mapa_web li ul li {
	list-style: none;
	padding-left: 1em;
	margin: .5em 0 0 1em;
	
}
.ul_mapa_web li ul li a {
	background: #fff;
	margin: .5em 0 0 1em;
}

/* pie de página
------------------------------------------------------------------------------------------- */

#pie_pagina {
	width: 1052px;
	background: #34454f;
	text-align: left;
	clear: both;
	margin: 5px auto;
	padding-left: 125px;
	color: #ffffff;

}

#pie_pagina ul,
#pie_pagina li {
	display: inline;
	float: right;
}

#contacto_pie li {
border-right: 1px solid #ffffff;
	padding: 0 10px 0 10px;
	overflow: hidden;
	text-transform: lowercase;
}

#contacto_pie li.fin {
	border: none;
}

.contacto_pie {
	float: right;
	text-transform: lowercase;
	display:inline;
	margin:0
}


#contacto_pie a {
	color: #ffffff;
	text-decoration: none;
	border: 0;
}


#direccion_pie {

	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	}


#banner-home {
	background: #ffffff url('../public_images/tximista_madera.jpg') no-repeat center top;
	height: 375px;
	overflow: hidden;
	width: 1170px;
}

#banner-resto {
	background: #ffffff url('../public_images/tximista_madera.jpg') no-repeat center top;
	height: 178px;
	overflow: hidden;
	width: 1170px;
}

#banner-resto img {
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top: 10px;
}

#baner-img {
	border: 1px solid #cccccc;
	margin-top: 10px;
	padding: 5px;
	width: 932px;
}

#content-interior {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#slogan {
	color: #ffffff;
	font-size: 120%;
	height: 70px;
	line-height: 140%;
	padding: 20px 0;
	float: left;
	width:635px;
	font-size: 1.15em;
}

#barra-lateral {
	width: 300px;
	background: #18222c url('../public_images/tximista_madera_osc.jpg') no-repeat center center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	float: right;
	margin: 0 5px;
	height: 120px;
}

#barra-home {
	width: 280px;
	border-left: 1px solid #e3ecf2;
	border-right: 1px solid #e3ecf2;
	float: right;
	background: #f3f6f9;
	margin: 0 5px;
	padding: 10px;
}

.noticiaportada {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
}

.contenido .imgcontent {
	border: 1px solid #000000;
	padding: 3px;
	margin: 10px auto 10px auto;
	display:block;
	text-align:center;	
}

ul.instalaciones {
	padding: 15px 0 15px 30px;
}
ul.list-contacto {
	padding:  5px 0 8px 0;
	list-style: none;
	color: #666666;
}
.caja_actividades {
	width: 440px;
}

.caja_actividades h2, .noticia_card h2{
	text-transform: uppercase;
	padding-bottom: 5px;
}

.categoria {
	color: #990000;
	text-align: right;	
}

.sosolink {
	text-decoration: none;
	border: 0;
	color: #000000;
}

.fechanot {
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
}

.txtnot {
color: #007dcb;
font-size: 1em;
margin: 5px 0 20px 0;
}

.albergue {
text-transform: uppercase;
color:  #007dcb;
font-weight: bold;
}

#datods-de-contacto {
	text-align: left;
	width: 275px;
}

.image_right_map {

}

.txticono {
	width: 270px;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.1em;
	color: #000000;
}

.orla {
	display: inline;
	float: left;
	width: 250px;
	height:510px;
	background: #ffffff url('../public_images/equipo_orla.jpg') top center no-repeat;
	text-align: center;
}

.orla img {
	margin: 22px 23px 5px;
}

.orla .nombre {
	font-weight: bold;
	color:  #007dcb;
	font-size: 1.1em;
}


.orla .titulo {
	font-weight: normal;
	color:  #000000;
	font-size: 0.85em;
}

.orla .leyenda {
	margin: 15px 22px 0 22px;
	color:  #666666;
	text-align: left;
	font-size: 1em;
}

.leyenda ul li {
	margin-left: 20px;
}


/* Formateo de los estilos
------------------------------------------------------------------------------------------- */

.tabbForm {
	margin: 0 0 0 4em;
}

.contBotonesForm {
	text-align: right;
	margin-top: 20px;
	}

ul.horizontalRadios, ul.verticalRadios {
	display: block;
	line-height: 100%;
	margin: 0em;
	padding: 0em;
	}
	
ul.verticalRadios li{
	list-style-type: none;
	clear: left;
	}
	
ul.horizontalRadios li{
	display: inline;
	}

.checkRadioInput {
	border: 0em;
	margin-top:.5em;
	}

.labelRadiosChecks {
	padding: 0em 1em 0em .1em;
	margin: 0em;
	margin-top: 0.6em;
	width: auto !important;
	}
	
.ie6 .labelRadiosChecks, .ie7 .labelRadiosChecks {
	margin-top: 0.9em;
	}

/*
------------------------------------------------------------------------------------------- */

label {
	color: #333333;
	font-size: 0.9em;
}

.accesibleValFocus {
	color: #747373;
	}

.inputText, textarea {
	border: 1px solid #cccccc;
	margin-bottom: 3px;
	padding-left:4px;
	color: #7a7a7a;
	width: 30em;
	height: 20px;
	float: left;
	}

input:focus {
	border: 1px solid #3388ba;
	}

textarea:focus {
	border: 1px solid #3388ba;
	}

.inputTextError {
	margin-bottom: 3px;
	float: left;
	padding-left:4px;
	border: 1px solid #000;
	width: 20em;
	height: 16px;
	float: left;
	color: #ffffff;
	background-color: #be0f1f;
	}
	
.inputTextArea {
	width: 30em;
	height: 10em;
	}

.botonEnviar {
	border: 1px solid #cccccc;
	background: #f8f8f8;
	color: #7a7a7a;
	padding: .2em .4em .2em .4em;
	}

.fieldSetContacto {
	margin: 1em 2em 1em 0em;
	padding:0px;
	border: none;
	width: 100%;
	}
	
.fieldSetContacto legend { 
	padding-left: 0;
	font-weight: bold;
	display: none; 
	}
		
.fieldSetContacto .cajaField {
	padding: 5px 0px 7px 0px;
	clear: left;
	}
	
.fieldSetContacto .cajaBoton {
	padding: 5px 0px 7px 0px;
	text-align: center;
	width: 28em;
	clear: left;
	}	

/*
------------------------------------------------------------------------------------------- */

.fieldSetContacto label, .fieldSetInscripcion span.spanLabel{
	margin-top: 4px;
	margin-bottom: 4px;
	width: 90px;
	text-align: left;
	border: 0px solid red;
	}

form label.required, form span.required {
	
	}

form label.problem, form span.problem {
	
	}
	
form label.completed, form span.completed {
	
	}

.errorField {
	font-size:10px;
	padding-left:10px;
	color: red;
	}

.ancho100 {
	width: 90% !important;
	float: none !important;
	margin-left: 0px;
	}
	
.ulCamposError {
	margin: 10px 0px 10px 50px;
	}

.msg {
	border-top: 1px solid #ff7349;
	border-bottom: 1px solid #ff7349;
	background: #ffdaca url(../images_public/notice.gif) no-repeat 10px 10px;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	}
	
.msg strong {
	font-weight: bold;
	}

form span.required {
	padding: 0px 0px 0px 1em;
	width: 15px;
}

em.required{
	display:none;
}
/* Los avisos
------------------------------------------------------------------------------------------- */

.msgKO {
	width: 350px;
	color: #000000;
	text-align: left;
	padding: 10px 10px 10px 67px;
	border-top: 2px solid #ff1000;
	border-bottom: 2px solid #ff1000;
	background: url(../public_images/contacto/noticeKO.gif) 7px 8px no-repeat #ffc368;
	margin-top: 10px;
	}
	
.msgKO strong {
	color: #000000;
	font-weight: bold;
	background: #ffc368;
	}
	
.msgKO li {
	color: #000000;
	background: #ffc368;
	}
	
.ulCamposError {
	margin: 10px 0px 10px 50px;
	}
	
.msgKO a, .msgKO a:link, .msgKO a:visited {
	color: #635307;
	} 	

.msgOK {
	width: 350px;
	color: #ffffff;
	text-align: left;
	padding: 10px 10px 10px 67px;
	border-top: 1px solid #24a050;
	border-bottom: 1px solid #24a050;
	background: url(../public_images/contacto/noticeOK.gif) 7px 8px no-repeat #8cc63f;
	margin-top: 10px;
	}
	
.msgOK strong {
	font-weight: bold;
	}



#test {
  width:100px;
  height:100px;
float:left;
  background:#123;
}
.overlay_dialog img { border: none; }

.overlay_dialog {
	background-color: #666666;
	/*filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(../images/window/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(../images/window/top_mid.gif) repeat-x 0 0;	
	height: 23px;
	width: 100%;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(../images/window/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	height: 100%;
	background: transparent url(../images/window/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	height: 100%;
	background: transparent url(../images/window/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(../images/window/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
	width: 100%;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(../images/window/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(../images/window/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(../images/window/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	width:100%;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background-color:#EEE;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
 	font-family: Tahoma, Arial, Sans Serif;
	position: absolute;
}

.dialog * {
	margin: 0px;
	padding:0px;
}

.dialog table  { border-collapse: collapse; border-spacing: 0; width: 100% }
.dialog td, th { padding: 0; }





.overlay_alert_lite {
	background-color: #888888;
	
}

.alert_lite_sizer {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_close {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_minimize {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_maximize {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_title {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background: #FFF;
	padding:10px;
	border:1px outset #009;
}


/* For alert/confirm dialog */
.alert_lite_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	
}

.alert_lite_message {
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
	padding-bottom:10px;
}

.alert_lite_buttons {
	text-align:center;
	width:100%;
}

.alert_lite_buttons input {
	width:20%;
	margin:10px;
}

.alert_lite_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('../images/ajax_loading.gif') no-repeat center center
}

table.alert_lite_header  {
  border:0px outset #009;
  background:#FFF;
}



.overlay_alphacube {
	background-color: #85BBEF;
}

.alphacube_nw {
	background: transparent url(../css/alphacube/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.alphacube_n {
  background: transparent url(../css/alphacube/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.alphacube_ne {
  background: transparent url(../css/alphacube/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.alphacube_w {
  background: transparent url(../css/alphacube/frame-left.gif) repeat-y top left;			
  width:7px;
}

.alphacube_e {
  background: transparent url(../css/alphacube/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.alphacube_sw {
  background: transparent url(../css/alphacube/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url(../css/alphacube/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(../css/alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_butts_container {
	width: 69px;
	position:absolute;
	top:0px;
	right:11px;
	z-index:1000;
}

.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url(../css/alphacube/button-close-focus.gif) no-repeat 0 0;			
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(../css/alphacube/button-min-focus.gif) no-repeat 0 0;			
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(../css/alphacube/button-max-focus.gif) no-repeat 0 0;			
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.alphacube_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alphacube_message {
	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
}

.alphacube_buttons input {
	width:20%;
	margin:10px;
}

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}


