

 
/* 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%;
}

a {
color: #018699;
}

/* 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;
}

.clearfix { display: inline-block; }
* 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;
	padding-left: 30px;
}

.background_none {
	background: none !important;
}

.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: #ffffff;
	line-height: 1.7em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 75%;
	color: #000000;
}

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

h1 {}

h2 {
	padding: .4em .4em .2em 0;
	font-size: 140%;
	margin: 1em 0 .5em 0;
}


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

#contenedor {
	background: #ffffff url('../images/sombr_der.jpg') no-repeat left top;
	margin: 1em auto;
	color: #2b383e;
	width: 880px;
	
}


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

#idiomas { 
	text-align: right;
	margin: .3em;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 0.8em;
}

#idiomas p {
	display: inline;
	float: none;
	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 {
	margin: .1em 0;
}


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

.logotipo {
	text-align: center;
	float: left;
	display: inline;
	width: 195px;
	/* temporal */
	/* --- */
}

.ie6 .logotipo { margin-top: -25px; }	
.ie7 .logotipo { margin-top: -25px; }	

.logotipo img {
	padding-left: 4px;
}


/* Barra menu izquierda
------------------------------------------------------------------------------------------- */

#menulateral {
	text-align: center;
	float: left;
	padding: 5px 0;
	width: 195px;
	min-height: 450px;
	/* temporal */
	/* --- */
}


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

#banner {
	float: right;
	width: 683px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	/* temporal */
	/* --- */
}


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

#navegacion {
	float: right;
	text-align: right;
	background: transparent;
	text-transform: lowercase;
}

ul#menu {
	width: 683px;
	float: right;
	list-style: none;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 1px;
	border-left: 1px solid #cccccc;
	font-size: 1.1em;
}

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

ul#menu li {
	float: right;
	margin-left: 0em;
	border-right: 1px solid #cccccc;

}

ul#menu li a {
	text-decoration: none;
	text-align: center;
	padding: 3px 5px 3px 3px;
	margin-left: 13px;
	display: block;
	color: #757575;
}

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

ul#menu li.seleccionado1 {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #000000;
	padding: 0px 5px 3px 3px;
	margin-left: 13px;
	border-top: 3px solid #000000;
	/*width: 7.5em;*/
}


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

#rutaPagina {
	border-bottom: 1px solid #d7dce4;
	padding-left: .9em;
	color: #000000;
	text-transform: lowercase;
}

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

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

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


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

#contenido-central {
	line-height: 1.3em;
	margin: 0em 0em 0em 0em;
}

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

.navegacion-secundaria {
	border-top: 1px solid #cccccc;
	background: transparent;
	margin: 7px 0 0 19px;
	width: 164px;
	text-transform: uppercase;
	font-size: 0.9em
}


/*.logo_mondragon {
	background: transparent url('../images/irudiak/logo_mondragon.jpg') no-repeat center bottom;
	float: left;
	text-align: center;
	height: 100px;
	position: relative;
	bottom: 0px;
}*/

	
ul.subMenu {
	padding: 0 0 0 0;
	margin: .5em 0 0 0;
	list-style-type: none;
	}
.ie6 ul.subMenu { margin: .5em -1px 0 -1px; }	
.ie7 ul.subMenu { margin: .5em -1px 0 -1px; }	
	
	
li.nivel2 {
	border-bottom: 1px solid #cccccc;
	text-align: left;
	list-style: none;
	line-height: 115%;
	
	}

.nivel2 a {
	margin: 0px 0px 0px 0px;
	padding: 5px 26px 5px 15px;
	text-align: left;
	letter-spacing: 0px;
	
	}
	
.nivel2 a:link, .nivel2 a:visited {
	color: #757575;
	display: block;
	text-decoration: none;
	background: #ffffff url("../images/lista_li_a.jpg") no-repeat 6px center;
	}	

.nivel2 a:hover {
	background: #000000 url("../images/lista_li_b.jpg") no-repeat 6px center;
	color: #ffffff;
	text-decoration: none;
	}

.seleccionado2 {
	color: #ffffff;
	display: block;
	text-align: left;
	letter-spacing: 0px;
	padding: 5px 26px 5px 15px;
	background-color: #000000;
	border-bottom: 1px solid #cccccc;
	}
	
.seleccionado2 span {
	clear: both;
	display: block;
	text-align: left;
	margin-left: .8em;
	margin-bottom: 5px;
	padding-right: 26px;
	text-decoration: underline;
	}
.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;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	}	

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

.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;
	}	

.hijo3 {
	margin-left: 15px;
}

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

.contenido {
	margin: .5em auto;
	line-height: 150%;
	color: #757575;
	
}

.contenido strong {
	color: #666666;
}

.contenido .bloque {
	padding-left: 20px;
}

div.bloque  {
margin-bottom: 25px;
}

.contenido p {
	margin: 10px 10px 10px 0;
}

.ancho-normal {
	padding: 0;
	width: 632px;
}

#contenidocentral {
	float: right;
	width: 683px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	min-height: 550px;

	/* temporal */
	/* --- */
}

.ancho-con-menu {
	padding: 0 25px 0 25px;
	float: left;
	width: 655px;
}

.ancho-con-menu h2 {
	margin: 0 0 10px 0;
}



.cont_noticias h3 {
	margin-top: 0px;
}

.contenido li {
	
	margin: 0 0 10px 40px;
}

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

.cont_noticias {
}

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

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

.listado-div-txt2 {
	float: left;
}

.noticia_card_img {
	float: right;
	display: inline;
	padding-left: 15px;
}

.noticia_card_img img {
	padding-bottom: 10px;
}

.noticia_card_txt {
	float: left;
	display: inline;
}



/* 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 {
	margin-top: 1em;
}

.ul_mapa_web li {
	list-style: none;
	padding-left: 2em;
	background: url(../public_images/ico/arrow.gif) no-repeat 0px 4px;
	line-height: 90%;
	width: 450px;
}
.ul_mapa_web li a {
	padding: 0 .3em 0;
}
.ul_mapa_web li ul li {
	list-style: none;
	padding-left: 1em;
	margin: 5px 0 0 1em;
	background: url(../public_images/ico/arrow.gif) no-repeat 0px 4px;
}
.ul_mapa_web li ul li a {
	background: #ffffff;
}

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

#pie_pagina {
	border-top: 4px solid #bbbbbb;
	clear: both;
	font-size: 80%;
	text-align: right;
}

#pie_pagina ul, #pie_pagina li {
	display: inline;

}

#contacto_pie li {
	border-right: 1px solid #2b383e;
	padding-right: .5em;
	padding-left: .5em;
	overflow: hidden;
}

#contacto_pie li.fin {
	border: none;
}

#direccion_pie {
	border: 1px solid #d7dce4;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	}

/* bculinay
------------------------------------------------------------------------------------------- */

.upper {
	text-transform: uppercase;
	color: #757575;
}

.enlaces {
	margin:0;
}

.notihome {
	display: inline;
	width: 285px;
	float: left;
	padding: 0 30px 20px 0;
}

.ie6 .notihome {
	width: 275px;
}


.notihome ul li {
	width: 275px;
}

.imgcenter {
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.caja_noticia h3 {
	font-size: 1.2em;
}

.caja_noticia {
	padding-top: 10px;
	border-bottom: 1px dotted #757575;
}

.fecha {
	font-size: 90%;
}

.logos {
	border-top: 1px solid #999999;
	width: 100%;
	clear: both;
	color: #000000;
	font-size: 0.9em;
}

.logostop {
	margin-top: 80px;
}

.logostop2 {
	margin-top: 10px;
}


.logos img {
	padding: 5px 31px 10px 0
}

#licitaciones {
	background-image: url('../public_sobre/irudiak/fondo_01.jpg');
	background-position: center top;
	background-repeat: no-repeat;
		width: 620px;
}

#licitaciones ul {
	color: #000000;
	padding-top: 15px;
	list-style-image:url('../images/lista_li_lici.jpg');
}

#licitaciones ul li {
		list-style: bull;
}

#licitaciones strong {
	color: #000000;
}

#master {
	margin-left: 
}

#master li {
	margin-bottom: 0
}

#master .second {
	margin-left: 40px;
	padding-top: 0px;
}

#master h3 {
	padding: 10px 0 10px;
	font-size: 1.25em;
	color: #333333;
}

#master h2 {
	margin: 0;
	padding: 0 0 10px 0;
}

#master strong {
	font-size: 1.2em;
}

#master ul {
	background-color: #eeeeee;
	color: #666666;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

#master table th {
	font-weight: bold;
}

#master h2.titleh2 {
	background-color: #6f6646;
	font-size: 1.5em;
	margin-top: 20px;
	padding: 8px;
	color: #ffffff;
}

#master div.bloques {
	border-bottom: 1px solid #999999;
	padding: 20px 10px 5px 10px;
}

#master div {
	padding-bottom: 5px;
}

#master h2.subtitle {
	padding: 10px 0 10px;
}

#master div.nomarra,.fin {
	border: 0;
}

#master h3 a {
	font-weight: normal;
	text-decoration: none;
	font-size: 0.8em;
}

#master .caqui {
	color: #6f6646;
}

#gordotar,#gordotal {
	color: #000000;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 15px;
}

#gordotal {
	float: left;
	width: 330px;
}


#gordotal div {
	padding-bottom: 15px;
}

#gordotar {
	float: right;
	border: 2px solid #6f6646;
	padding: 7px;
	width: 250px;
}

#gordotar div {
	padding: 10px 0;
}


.abisua {
	padding: 0 20px;
}

.fin {
	border: 0px
}

#tablass {
	width: 600px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#tablass, #tablass td {
	border: 1px solid #999999;
	padding: 2px;
}
#tablass th {
	text-align: center;
	color: #000000;
	padding: 2px;
	background: #eeeeee;
}

#tablass .centrado {
	text-align: center;
}


/* 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;
	}

/*
------------------------------------------------------------------------------------------- */

.accesibleValFocus {
	color: #747373;
	}

.inputText, textarea {
	background: #f8f8f8;
	border: 1px solid #cccccc;
	margin-bottom: 3px;
	padding-left:4px;
	color: #7a7a7a;
	width: 20em;
	height: 16px;
	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: 20em;
	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;
	float:left;
	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: 257px;
	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: 259px;
	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, .overlay_alert {
	background-color: #018699;
	
}
.dialog {
 background-color: #ffffff;
 padding: 10px;
 border: 2px solid #000000;
}


.ok_button {
  color:#ffffff;
  background-color: #018699;
  border: 1px solid #000000;
  padding: 3px;
  font-size:1.2em;
}

.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, .alert_message {
	font-size:13px;
	text-align:left;
	width:100%;
	color:#00000;
	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
}


