<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Hoja de estilos que representa todos los estilos utilizados dentro de los POPUP
 * de elementos.
 *
 * @author	Divisa InformÃ¡tica y Telecomunicaciones S.A.
 * @since	Proxia Portal Server 5
 * @copy		2009
 */

.popupBody {
	margin: 0;
}

.popupContainer {
	height: 100%;
	padding: 0;
	width: 100%;
}

.popupContainer .popupBody {
	padding: 15px;
}

.popupContainer .header {
	background-color: #d9edf9;
	border-bottom: 1px solid #086bad;
}

.contentPopup {
	padding: 1em;
}

.popupButtons {
	text-align: right;
	padding: 0;
}

.popupButtons .normalButton {
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 1em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	margin-left: 0.5em;
	text-align: center;
	background-color: #4a6384;
	color: #fff;
}

.popupTitle {
	padding: 0.4em 1em;
	background-color: #d9edf9;
	border-bottom: 1px solid #086bad;
}

.popupFooter {
	clear: both;
	vertical-align: bottom;
	text-align: right;
	padding: 0.4em 1em;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #d9edf9;
	border-top: 1px solid #086bad;
}

.popupFooter A.cmContentLink {
	color: #0869ac;
	font-weight: bold;
}

.contentPopup #overDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 1000;
}

.contentPopupChildren {
	height: 195px;
	overflow: auto;
}

.popupChildrenList { 
	padding: 0.5em 0;
}

.popupChildrenList UL.cmContentList LI.cmContentItem { 
	padding: 0.2em 0;
	border-bottom: none;
}

.contentPopup .cmNavigation {
	clear: both;
	padding-top: 0.2em;
}

H1.resourceName {
	font-size: 1.2em;
	padding-left: 0.5em;
	margin-bottom: 0;
}

DIV.authors {
	padding-left: 0.7em;
}

/* popup de autenticaciÃ³n */
P.upperLogin {
	margin: 0.5em 0;
}

DIV.authForm {
	padding: 0.5em 0;
}

DIV.authForm DIV.login {
	padding-left: 2em;
}

DIV.authForm DIV.login DIV.loginField {
	padding-bottom: 0.3em;
}

DIV.authForm DIV.login DIV.loginField LABEL {
	width: 6em;
	font-weight: bold;
}

DIV.authForm DIV.virtualKeyboardContainer {
	padding-top: 1em;
}

DIV.authForm DIV.popupButtons {
	padding: 0 2em 0 0;
}

DIV.popupLoginInformation {
	padding: 1.5em 1em 1em 1em;
	color: #333;
}

DIV.login FORM {
	padding: 1em 0 0 0;
	margin: 0;
}

DIV.loginBox {
	padding: 0.5em 0 0 2em;
}

DIV.loginBox LABEL {
	width: 7em;
	display: block;
	float: left;
	padding-top: 0.1em;
	font-weight: bold;
}

DIV.loginBox INPUT {
	border: 1px solid #D1D1D1;
	background-color: #FFF;
	width: 16.7em;
}

DIV.popupButton {
	padding: 1.5em 1em 0 0;
	text-align: right;
	margin: 0;
}

DIV.popupButton BUTTON {
	background-color: transparent;
	border: none;
	margin: 0;
}
</pre></body></html>