#lightwindow_overlay { /* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow { /* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	width: 0;
	height: 0;
	/* REQUIRED */
	font-family: Arial, Helvetica, sans-serif;
}

#lightwindow_container { /* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	/* REQUIRED */
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#lightwindow_container_shadow {
	height: 100%;
	width: 100%
}

#lightwindow_container_shadow .sb-inner {
	background: #FFF;
}

/* IE6 needs this or it messes with our positioning */
* html #lightwindow_container {
	overflow: hidden;
}

#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: absolute;
	background-color: transparent;
}

#lightwindow_contents_inner {
	padding: 10px 0 0 24px;
	background-color: transparent;
}

/*#lightwindow_iframe { position:absolute; width:700px;z-index:9998 }	*/
#lightwindow_loading { /* REQUIRED */
	background: transparent url(${static.host}/img/ajax-loading.gif) no-repeat scroll 50% 50%;
	/*	padding:10px 0px 0px 10px;*/
	position: absolute;
	top:5;
	left:10;
	text-align: center;
	vertical-align: middle;
	z-index: 9999;
}

#lightwindow_loading img { /*float: left;*/
	margin: 0 10px 0 0;
}

#lightwindow_title_bar {
	border-bottom: 1px dotted #8F8F8F;
	height: 22px;
	margin: 0 24px 0 24px;
	padding: 15px 0 4px 0;
	overflow: hidden;
}

#lightwindow_title_bar_title {
	color: #909090;
	font-size: 18px;
	/*font-weight:bold;*/
	line-height: 18px;
	text-align: left;
	float: left;
}

a#lightwindow_title_bar_close_link,a:link#lightwindow_title_bar_close_link,a:visited#lightwindow_title_bar_close_link
	{
	float: right;
	text-align: right;
	cursor: pointer;
	color: #8F8F8F;
	line-height: 18px;
	padding: 0;
	margin: 0;
	display: block;
	height: 18px;
	width: 17px;
	background: url(${static.host}/img/lw/cerrar.gif) 0% 100% no-repeat;
}

a:hover#lightwindow_title_bar_close_link,a:active#lightwindow_title_bar_close_link
	{
	color: #f00;
	background: url(${static.host}/img/lw/cerrar.gif) 100% 100% no-repeat;
}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/
#lightwindow p {
	color: #000000;
	padding-right: 10px;
}
