@charset "utf-8"; 

html,body {
	overflow: hidden
}

body {
	margin: 0;
	background: #fff
}

#desktop {
	visibility: hidden;
	position: relative;
	min-width: 750px;
	height: 100%;
	overflow: hidden;
	cursor: default
}

#desktopHeader {
	background: #6cc
}

#desktopTitlebarWrapper {
	position: relative;
	height: 45px;
	overflow: hidden;
	background: #333 url(../img/bg-header1.gif) repeat-x
}

#desktopTitlebar {
	padding: 7px 8px 6px;
	height: 32px;
	background: url(../img/logo-zeus.gif) no-repeat;
	background-position: left 0
}

#desktopTitlebar h1.applicationTitle {
	display: none;
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #fff
}

#desktopTitlebar h2.tagline {
	font-size: 12px;
	color: #b2b2b2;
	font-weight: 700;
	padding: 5px 0 0;
	text-align: center
}

#desktopTitlebar h2.applicationTitle {
	color: #fff;
	padding: 5px 0 0;
	text-align: center;
	font: 700 16px Geneva, Arial, Helvetica, sans-serif
}

#desktopTitlebar h2.tagline .taglineEm {
	color: #fff;
	font-weight: 700
}

#topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 0;
	color: #b2b2b2;
	text-align: right;
	padding: 13px 10px 0 0
}

.toolbox {
	float: right;
	padding: 6px 3px 0 5px;
	height: 23px;
	overflow: hidden
}

div.toolbox.divider {
	background: url(../img/toolbox-divider.gif) left center no-repeat;
	padding: 6px 3px 0 12px
}

div.toolbox.divider2 {
	background: url(../img/toolbox-divider2.gif) left center no-repeat;
	padding: 6px 4px 0 12px
}

.toolbox img {
	cursor: pointer;
	margin-right: 6px;
	padding: 0;
	float: left
}

.toolbox img.disabled {
	cursor: default
}

#spinnerWrapper {
	width: 16px;
	height: 16px;
	background: url(../img/spinner-placeholder.gif) no-repeat;
	margin-right: 5px
}

#spinner {
	visibility: hidden;
	background: url(../img/spinner.gif) no-repeat;
	width: 16px;
	height: 16px
}

#desktopNavbar {
	background: #69F;
	height: 30px;
	margin: 0
}

#desktopNavbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px
}

#desktopNavbar li {
	float: left
}

#desktopNavbar a {
	display: block
}

#desktopNavbar ul li a {
	padding: 6px 10px;
	color: #000;
	font-weight: 400
}

#desktopNavbar ul li a.arrow-right,#desktopNavbar ul li a:hover .arrow-right
	{
	background-image: url(../img/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right 7px
}

#desktopNavbar li ul {
	padding: 2px;
	border: 1px solid #3f3f3f;
	background: #fff url(../img/bg-dropdown.gif) repeat-y;
	position: absolute;
	width: 164px;
	left: -999em;
	z-index: 8000
}

#desktopNavbar li:hover ul ul,#desktopNavbar li.ieHover ul ul,#desktopNavbar li:hover ul ul ul,#desktopNavbar li.ieHover ul ul ul
	{
	left: -999em
}

#desktopNavbar li ul ul {
	margin: -22px 0 0 164px
}

#desktopNavbar li ul li .check {
	position: absolute;
	top: 8px;
	left: 6px;
	width: 5px;
	height: 5px;
	background: #555;
	overflow: hidden;
	line-height: 1px;
	font-size: 1px
}

#desktopNavbar li ul li a {
	position: relative;
	padding: 1px 9px 1px 25px;
	width: 130px;
	color: #3f3f3f;
	font-weight: 400
}

#desktopNavbar li ul li a:hover {
	background: #6C98D9;
	color: #fff
}

#desktopNavbar li:hover ul,#desktopNavbar li.ieHover ul,#desktopNavbar li li.ieHover ul,#desktopNavbar li li li.ieHover ul,#desktopNavbar li li:hover ul,#desktopNavbar li li li:hover ul
	{
	left: auto
}

#desktopNavbar li:hover {
	position: static
}

li.divider {
	margin-top: 2px;
	padding-top: 3px;
	border-top: 1px solid #ebebeb
}

#pageWrapper {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #222
}

#desktopFooterWrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
	border-top: 1px solid #222
}

#desktopFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 24px;
	padding: 6px 8px 0;
	background: #004E80;
	color: #b2b2b2
}

#desktopFooter a,#topNav a {
	color: #7DD0FA;
	font-weight: 400
}

#desktopFooter a:hover,#topNav a:hover {
	text-decoration: none
}

#dockWrapper {
	display: none;
	width: 100%;
	border-top: 1px solid #222
}

#dockWrapper.top {
	border: 0
}

#dock {
	position: relative;
	padding: 3px 16px 0 6px;
	bottom: 0;
	left: 0;
	background: #4c4c4c;
	min-height: 27px;
	height: auto
}

html #dock {
	height: 30px
}

.dockTab {
	float: left;
	position: relative;
	font-size: 11px;
	width: 150px;
	height: 24px;
	margin: 0 3px 2px 0;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/dock-tabs.gif) left top no-repeat
}

.dockTab.activeDockTab {
	background-position: left -24px
}

.dockText {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-weight: 400;
	color: #bbb;
	text-align: left;
	padding: 4px 10px 2px;
	width: 130px;
	height: 19px;
	overflow: hidden
}

.dockTab.activeDockTab .dockText,.dockText:hover,#desktopNavbar ul li a:hover
	{
	color: #fff
}

#dockCanvas {
	position: absolute;
	top: 5px;
	right: 3px;
	z-index: 2
}

#dockPlacement {
	position: absolute;
	top: 4px;
	right: 8px;
	width: 10px;
	height: 9px;
	opacity: 0;
	filter: alpha(opacity =   0);
	-moz-opacity: 0;
	background: #f00;
	cursor: pointer;
	z-index: 3;
	text-align: right
}

#dockAutoHide {
	position: absolute;
	top: 14px;
	right: 8px;
	width: 10px;
	height: 9px;
	opacity: 0;
	filter: alpha(opacity =   0);
	-moz-opacity: 0;
	background: #f00;
	cursor: pointer;
	z-index: 3
}

.column {
	position: relative;
	float: left;
	overflow: hidden;
	background: #f1f1f1
}

.panel {
	position: relative;
	overflow: visible;
	border-bottom: 1px solid #b9b9b9;
	border-top: 0
}

.pad {
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px;
	overflow: hidden
}

#mainPanel,#desktopNavbar li ul li a:hover .check {
	background: #fff
}

.panel-header {
	position: relative;
	background: #f1f1f1 url(../img/bg-panel-header.gif) repeat-x;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #d3d3d3
}

.panel-headerContent {
	padding-top: 2px
}

.panel-headerContent.tabs {
	background: url(../img/tabs1.gif) repeat-x;
	background-position: left -68px
}

.panel-header h2 {
	display: inline-block;
	font-size: 12px;
	margin: 0;
	padding: 3px 8px 0;
	height: 22px;
	overflow: hidden;
	color: #3f3f3f
}

.panel-header-toolbox {
	float: right;
	height: 26px;
	margin: 2px 5px 5px 0;
	text-align: right
}

.panel-collapse {
	background: url(../img/collapse-expand.gif) left top no-repeat
}

.panel-expand {
	background: url(../img/collapse-expand.gif) left -16px no-repeat
}

.icon16 {
	margin: 5px 0 0 2px;
	cursor: pointer
}

.panel-footerWrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #f9f9f9;
	height: 30px;
	overflow: hidden;
	border-top: 1px solid #b9b9b9
}

.panel-footer {
	padding: 1px 0 0 8px
}

.panel-footerContent {
	margin-top: 5px
}

.horizontalHandle {
	height: 4px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	background: #d1d1d1 url(../img/bg-handle-horizontal.gif) repeat-x
}

.horizontalHandle.detached .handleIcon {
	background: transparent
}

.horizontalHandle .handleIcon {
	margin: 0 auto;
	height: 4px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	background: url(../img/handle-icon-horizontal.gif) center center
		no-repeat
}

.columnHandle {
	min-height: 10px;
	float: left;
	width: 4px;
	overflow: hidden;
	background: #bbb url(../img/handle-icon.gif) center center no-repeat;
	border: 1px solid #9a9a9a;
	border-top: 0
}

#modalOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity =   0);
	-moz-opacity: 0;
	z-index: 10000
}

#modalFix {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity =   0);
	-moz-opacity: 0;
	z-index: 9999
}

#windowUnderlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff
}

* html #windowUnderlay,* html #modalOverlay {
	position: absolute
}

.mocha {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden
}

.mochaOverlay {
	position: absolute;
	top: 0;
	left: 0
}

.mochaTitlebar {
	width: 100%;
	overflow: hidden
}

.mochaTitlebar h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	margin: 5px 10px 4px 12px;
	padding: 0;
	color: #888
}

.mocha.isFocused .mochaTitlebar h3 {
	color: #141414
}

.mochaToolbarWrapper {
	width: 100%;
	position: relative;
	height: 29px;
	background: #f1f1f1;
	overflow: hidden;
	border-top: 1px solid #d9d9d9
}

div.mochaToolbarWrapper.bottom {
	border: 0;
	border-bottom: 1px solid #d9d9d9
}

.mochaToolbar {
	width: 100%;
	border-top: 1px solid #fff
}

.mochaContentBorder {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada
}

.mochaContentWrapper {
	font-size: 12px;
	overflow: auto
}

.mochaContent {
	padding: 10px 12px
}

.mocha .handle {
	position: absolute;
	background: #0f0;
	width: 3px;
	height: 3px;
	z-index: 2;
	opacity: .0;
	filter: alpha(opacity =   0);
	-moz-opacity: .0;
	overflow: hidden;
	font-size: 1px
}

.mocha .corner {
	background: #f00;
	width: 10px;
	height: 10px
}

.mocha .cornerSE {
	background: #f00;
	width: 20px;
	height: 20px
}

.mochaCanvasHeader {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	z-index: -1;
	display: none;
	overflow: hidden
}

.mochaControls {
	position: absolute;
	width: 52px;
	top: 8px;
	right: 8px;
	height: 14px;
	z-index: 4;
	background: transparent
}

.mochaCanvasControls {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 3;
	background: transparent
}

.mochaMinimizeButton,.mochaMaximizeButton,.mochaCloseButton {
	float: right;
	width: 14px;
	height: 14px;
	font-size: 1px;
	cursor: pointer;
	z-index: 4;
	background: #f00;
	margin-left: 5px
}

.mochaMinimizeButton {
	margin-left: 0
}

.mochaSpinner {
	visibility: hidden;
	position: absolute;
	bottom: 7px;
	left: 6px;
	width: 16px;
	height: 16px;
	background: url(../img/spinner.gif) no-repeat
}

.mochaIframe {
	width: 100%;
	overflow: scroll
}

.zIndexFix {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 100px;
	height: 100px;
	border: 1px solid transparent
}

.modal2 {
	border: 8px solid #fff
}

.mocha.no-canvas {
	background: #f1f1f1;
	border: 2px solid #555
}

.mocha.no-canvas .mochaTitlebar {
	background: #f1f1f1
}

.mocha.transparent .mochaTitlebar h3 {
	color: #fff;
	display: none
}

.mocha.notification .mochaTitlebar {
	opacity: .0;
	filter: alpha(opacity =   0);
	-moz-opacity: 0
}

.mocha.notification .mochaContentBorder,.modal2 .mochaContentBorder {
	border-width: 0
}

.mocha.notification .mochaContentWrapper {
	text-align: center;
	font-size: 12px;
	font-weight: 700
}

.toolbarTabs {
	padding: 0 5px 2px 2px;
	background: url(../img/tabs1.gif) repeat-x;
	background-position: left -70px;
	overflow: visible
}

.tab-menu {
	padding-top: 1px;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 11px
}

.tab-menu li {
	display: block;
	float: left;
	margin: 0 0 5px;
	cursor: pointer;
	background: url(../img/tabs1.gif) repeat-x;
	background-position: left -35px
}

.tab-menu li.selected {
	background: url(../img/tabs1.gif) repeat-x;
	background-position: left 0
}

.tab-menu li a {
	display: block;
	margin-left: 8px;
	padding: 6px 16px 5px 10px;
	text-align: center;
	font-weight: 400;
	color: #141414;
	background: url(../img/tabs1.gif) repeat-x;
	background-position: right -35px
}

.tab-menu li.selected a {
	color: #141414;
	font-weight: 700;
	background: url(../img/tabs1.gif) repeat-x;
	background-position: right 0
}

.accordianWrapper {
	padding: 0;
	background: #fff
}

.accordianToggler {
	margin: 0;
	padding: 6px 10px;
	background: #f1f1f1 url(../img/bg-panel-header.gif) repeat-x;
	font-size: 12px;
	cursor: pointer;
	border-top: 1px solid #e3e3e3
}

.topToggler {
	border-top: none
}

.accordianToggler.open {
	background: #fff url(../img/bg-panel-header.gif) repeat-x
}

.accordianContent {
	padding: 10px 10px 5px
}

.slider {
	clear: both;
	position: relative;
	font-size: 12px;
	font-weight: 700;
	width: 200px;
	margin-bottom: 15px
}

.sliderWrapper {
	position: relative;
	font-size: 1px;
	line-height: 1px;
	height: 9px;
	width: 222px
}

.sliderarea {
	position: absolute;
	top: 0;
	left: 0;
	height: 7px;
	width: 220px;
	font-size: 1px;
	line-height: 1px;
	background: url(../img/slider-area.gif) repeat-x;
	border: 1px solid #a3a3a3;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
	padding: 0;
	overflow: hidden
}

.sliderknob {
	position: absolute;
	top: 0;
	left: 0;
	height: 9px;
	width: 19px;
	font-size: 1px;
	line-height: 1px;
	background: url(../img/knob.gif) no-repeat;
	cursor: pointer;
	overflow: hidden;
	z-index: 2
}

.update {
	padding-bottom: 5px
}

.tree {
	font-size: 11px;
	line-height: 15px;
	margin: 0
}

.tree ul {
	margin: 0
}

.tree li {
	list-style-type: none;
	white-space: nowrap
}

.tree li a {
	color: #3f3f3f
}

.tree li img {
	vertical-align: middle;
	width: 18px;
	height: 18px;
	overflow: hidden
}

.tree li span {
	padding-left: 2px
}

.viewToggle {
	position: absolute;
	top: 4px;
	right: 5px;
	width: 60px;
	text-align: right
}

.viewToggle img.viewToggleList,.viewToggle img.viewToggleGrid {
	width: 28px;
	height: 22px
}

.viewToggle img.viewToggleList {
	background: url(../img/view-toggle.gif) no-repeat;
	background-position: 0 -66px
}

.viewToggle img.viewToggleGrid {
	background: url(../img/view-toggle.gif) no-repeat;
	background-position: 0 0
}

#desktop form {
	margin: 0;
	padding: 5px 0 0
}

#newWindowForm {
	width: 320px
}

#desktop .input {
	width: 225px;
	padding: 1px 0 1px 3px;
	border: 1px solid #bbb
}

#desktop textarea {
	width: 225px;
	height: 100px;
	padding: 1px 0 1px 3px;
	border: 1px solid #bbb
}

#desktop .formLabel {
	float: left;
	text-align: right;
	width: 80px;
	margin: 0 0 5px
}

#desktop .formField {
	float: right;
	margin: 0 0 5px;
	padding: 0;
	width: 230px
}

#desktop form .number {
	width: 40px
}

.menu-right li {
	list-style-type: none;
	display: inline;
	margin: 0 0 0 15px
}

.error,.notice,.success {
	padding: 8px;
	margin-bottom: 10px;
	border: 2px solid #ddd
}

.error {
	background: #FBE3E4;
	color: #D12F19;
	border-color: #FBC2C4
}

.notice {
	background: #FFF6BF;
	color: #817134;
	border-color: #FFD324
}

.success {
	background: #E6EFC2;
	color: #529214;
	border-color: #C6D880
}

.error a {
	color: #D12F19
}

.notice a {
	color: #817134
}

.success a {
	color: #529214
}

.clear {
	clear: both;
	height: 0
}

html .clear {
	height: 1%;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden
}

.table_form,.input_form {
	BORDER-RIGHT: #c8c9cb 1px solid;
	BORDER-TOP: #c8c9cb 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #c8c9cb 1px solid;
	COLOR: #333;
	BORDER-BOTTOM: #c8c9cb 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #fdfdfd;
	TEXT-DECORATION: none
}

.table_form td {
	FONT-SIZE: 10px;
	COLOR: #000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	height: 10px;
	vertical-align: center
}

.table_form td label {
	font-weight: 700;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	height: 10px
}

input.DatePicker {
	display: block;
	width: 150px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #0070bf;
	font-size: 13px;
	background: #fff url(../img/calendar/date.gif) no-repeat top left;
	cursor: pointer
}

input:focus .DatePicker {
	background: #fffce9 url(../img/calendar/datefocus.gif) no-repeat top
		left
}

.dp_container {
	position: relative;
	padding: 0;
	z-index: 500
}

.dp_cal {
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0 0 3px
}

.dp_cal table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}

.dp_cal select {
	margin: 2px 3px;
	font-size: 11px
}

.dp_cal select option {
	padding: 1px 3px
}

.dp_cal th,.dp_cal td {
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0
}

.dp_cal th {
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: 700
}

.dp_cal td {
	cursor: pointer
}

.dp_cal thead th {
	background: #d9eefc
}

.dp_cal td.dp_roll {
	color: #000;
	background: #fff6bf
}

.dp_hide {
	visibility: hidden
}

.dp_empty {
	background: #eee
}

.dp_today {
	background: #daf2e6
}

.dp_selected {
	color: #fff;
	background: #328dcf
}

.tip {
	Z-INDEX: 13000;
	WIDTH: 215px;
	COLOR: #000
}

.tip-title {
	PADDING-RIGHT: 8px;
	PADDING-LEFT: 4px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BACKGROUND: #FFFFCC;
	PADDING-BOTTOM: 4px;
	MARGIN: 0px;
	COLOR: #3e4f14;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
}

.win_gris {
	margin: 0pt 0pt 3px;
	padding: 7px 0pt 7px 5px;
	background: rgb(108, 117, 122) url(../img/corner.gif) no-repeat scroll
		right top;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	color: rgb(255, 255, 255);
	font-family: Tahoma, Arial, Sans-Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 1em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
}

.form-zeus {
	margin-top: 5px;
	border: 0px solid #eaeaea;
	padding: 0px;
	width: 720px;
}

.form-zeus .header {
	height: 30px;
	width: 720px;
}

.form-zeus .header .left {
	background: url('../img/winpanel_1_1_.png');
	float: left;
	height: 30px;
	width: 10px;
}

.form-zeus .header .right {
	background: url('../img/winpanel_3_3_.png');
	float: left;
	width: 10px;
	height: 30px;
}

.form-zeus .header .content {
	background: #ccc;
	float: left;
	width: 700px;
	height: 30px;
	font: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	font-weight: bold;
}

.form-zeus .form-content {
	background: #eaeaea;
	width: 719px;
	height: 100%;
	margin: 0px;
	border-left: 1px solid #ccc;
}

.form-zeus .form-content label {
	font-size: 9pt;
	font-weight: bold;
}

.form-zeus .form-content input {
	font-size: 8pt;
}

.combos {
	font-family: Arial;
	font-size: 11px;
}

table.table {
	border: 5px solid #ffffff;
}

table.table tr {
	background: #f6f6f6;
}

table.table tr.even {
	background: #ffffff;
}

table.table tr.even:hover {
	background: #feffa5;
}

table.table td {
	border: 1px solid #dddddd;
}

.table_req {
	width: 100%;
}

.table_req td {
	border-top: 1px solid #0077b3;
	padding: 5px;
	margin: 5px;
	font-size: 10pt;
	font-weight: bold;
}

.a_req {
	font-size: 7pt;
	font-weight: bold;
	width: 90px;
}

.edit {
	background: #f8f8f8;
	border: 1px solid #000;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	text-align: right;
}

.alert {
	background: #ffabab;
}

.disabled {
	background: #9d9d9d;
}

.result {
	background: #83beff;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	text-align: left;
	font-family: monospace;
}

.tabla_admitidos {
	font-size: 7pt;
}

.tabla_admitidos select {
	font-size: 7pt;
	border: none;
	padding: 0px;
}

.tabla_admitidos tr th {
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #eaeaea
}

.tr2 {
	background: #fff;
}

.tabla_admitidos tr td {
	font-size: 7pt;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}
