.secretaryOptions {
	background-image: url(../img/popup/fondo_puntos.gif);
	background-color: transparent;
	-webkit-box-shadow: 0 8px 64px #000;
	-moz-box-shadow: 0 0 64px #000;
	box-shadow: 0 0 64px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	border: 2px solid #858585;
	cursor:default;
}

.secretaryContentPanel {
	background-color: #e5e5e5;
}

.titleSecretary {
	padding-top: 6px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #ff6600;
}

.closeButtonSecretary {
	cursor: pointer;
	float: right;
	text-align: right;
	padding-top: 8px;
	padding-right: 8px;
}

.closeButtonSecretaryDisabled {
	float: right;
	text-align: right;
	padding-top: 8px;
	padding-right: 8px;
}

.dataTopSecretary {
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.listsPanelSecretary {
	margin-left: 75px;
	margin-bottom: 15px;
}

.aListPanel {
	margin-left: 25px;
}

.actionPanelSecretary {
	margin: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.titleListSecretary {
	font-weight: bold;
	margin-bottom: 5px;
}

.listsBoxSecretary {
	width: 125px;
}

.bSecretaryOptions {
	color: #ff6600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: auto;
}

.bSecretaryOptions-up-hovering,.bSecretaryOptions-down-hovering {
	text-decoration: underline;
	cursor: pointer;
}

.bSecretaryOptions-up-disabled,.bSecretaryOptions-down-disabled {
	filter: alpha(opacity =                   50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.bSecretaryOptionsSearch {
	background-image: url(../img/mainmenu/bt_busqueda.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 65px;
	height: 20px;
}

.bSecretaryOptionsClear {
	background-image: url(../img/mainmenu/bt_borrar.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 75px;
	height: 20px;
}

.bSecretaryOptionsDiscard {
	background-image: url(../img/mainmenu/discard.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 75px;
	height: 20px;
}

.bSecretaryOptionsSave {
	background-image: url(../img/mainmenu/save.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 65px;
	height: 20px;
}

.bSecretaryOptionsAddSelection {
	background-image: url(../img/popup/addselection.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 123px;
	height: 20px;
}

.bSecretaryOptionsCancel {
	background-image: url(../img/popup/cancel.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 75px;
	height: 20px;
}

.labelInfoSearchSecretary {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 35px;
	padding-right: 15px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 35px;
}