#dialog {
	position: absolute;
	cursor: pointer;
	width: 500px;
	padding: 3px;
	z-index: 200;
	background: #fff;
}

#dialog-header {
	display: block;
	position: relative;
	padding: 3px 6px 7px;
	height: 14px;
	font-size: 14px;
	font-weight: bold;
}

#dialog-title {
	float: left;
}

#dialog-close {
	float: right;
	cursor: pointer;
	margin: 3px 3px 0 0;
	height: 11px;
	width: 11px;
	background: url(../images/dialog_close.gif) no-repeat;
}

#dialog-content {
	display: block;
	padding: 6px;
	color: #000000;
	font-size: 13px;
	/*Hack for ie6 que no soporta max-xxx ni min-xxx*/
	text-align: justify;
}

#dialog-mask {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
}

/* Se pueden anhadir tantos tipos como sean necesarios*/
/* Tipo HELP */
.helpcontent {
	background: #fff url(../images/help_bg.jpg) bottom right no-repeat;
	border: 1px solid #927052;
	border-top: none;
	overflow: auto;
	height: expression(this . scrollHeight >   400 ?   "400px" :   "150px");
	max-height: 400px;
	min-height: 150px;
}

.helpheader {
	background: url(../images/help_header.gif) repeat-x;
	color: #927052;
	border: 1px solid #927052;
	border-bottom: none;
	width: 486px;
}
.pdfcontent {
	height : 370px;
	border: 1px solid #927052;
	border-top: none;
	overflow: hidden;
}

.pdfheader {
	background: url(../images/help_header.gif) repeat-x;
	color: #927052;
	border: 1px solid #927052;
	border-bottom: none;
}
li {
	margin: 1px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	margin-top: 5px;
}
