
/*************************/
/* Default mask template */
/*************************/

* {
	font-family: "Arial, Helvetica", sans-serif;
	font-size: 11px;
	color: ;
}

a:focus {
	outline: none;
}

#p4a_top_container {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;}

* html #p4a_top_container {
	position: absolute;
}

#p4a_main_container {
	text-align: center;
	padding-top: 5px;
}

#p4a_main_inner_container>* {
	margin-left: auto;
	margin-right: auto;
}

#p4a_footer {
	text-align: center;
	margin-top: 350px;
}

#p4a_body form {
	background:url("header-ppal.png") repeat-x;
    width:100%;
    height:350px;
}

#p4a_body h2,
#p4a_body h2 table td {
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#p4a_loading {
	
	/*color: black;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 100;
	padding: 5px;
	float: right;*/

	/* para centrar imagen */
	color: black;
	position: fixed;
    width:264px; /*image width */
    height:34px; /*image height */
    left:50%; 
    top:50%;
    margin-left:-132px; /*image width/2 */
    margin-top:-17px; /*image height/2 */
}

* html #p4a_loading {
	position: absolute;
}

#p4a_loading img {
	float: left;
	margin-right: 10px;
}

#p4a_sidebar_left,
#p4a_sidebar_right {
	background: ;
	border-bottom: ;
	position: fixed !important;
	position: absolute;
 	top: 0;
 	height: 100%;
	padding: 10px;
	z-index: 2;
}

#p4a_sidebar_left {
 	left: 0;
 	border-right: 1px solid ;
}

#p4a_sidebar_right {
	border-left: 1px solid ;
 	right: 0;
}

ol.p4a_backtrace {
	margin-left: 20px;
}

ol.p4a_backtrace li {
	list-style: decimal outside;
}

/***********************/
/* Popup mask template */
/***********************/

#p4a_popup {
	background: ;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#p4a_popup #p4a_main_container {
	margin-top: 50px;
}

#p4a_popup #p4a_main_inner_container {
	background: white;
	border: 2px solid ;
	padding-bottom: 20px;
	margin: auto;
}

#p4a_popup h2 {
	margin: 0;
	line-height: 32px;
	padding-left: 32px;
	background: url(gradient.png) bottom repeat-x;
}

* html #p4a_popup h2 {
	margin-right: -100px;
	background-image: none;
}

#p4a_popup #p4a_popup_top_container {
	margin: 0;
	margin-bottom: 20px;
}

#p4a_popup #p4a_main {
	padding: 0 10px;
	padding-right: 5px;
}

* html #p4a_popup #p4a_main {
	padding-left: 0;
	padding-right: 20px;
}

/***********/
/* P4A_Box */
/***********/

.p4a_box {
	text-align: left;
}

.p4a_box strong {
	font-weight: bold;
}

.p4a_box em {
	font-style: italic;
}

.p4a_box ul li {
	list-style: disc inside;
}

.p4a_box ol li {
	list-style: decimal inside;
}

/*************/
/* P4A_Frame */
/*************/

.p4a_frame {
	float: left;
}

/****************/
/* P4A_Fieldset */
/****************/

.p4a_fieldset {
	border: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.p4a_fieldset .row {
	margin-right: 10px;
}

* html .p4a_fieldset .row {
	margin-left: -10px;
}

.p4a_fieldset legend {
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
	color: ;
	padding: 0 5px;
	text-align: left;
}

/*************/
/* P4A_Field */
/*************/

.p4a_field {
	white-space: nowrap;
}

.p4a_field input,
.p4a_field textarea,
.p4a_field select,
.p4a_field_file table {
	border: 1px solid ;
	color: ;
}

.p4a_field option {
	color: ;
}

.p4a_field_label div {
	text-align: left;
	margin-left: 5px;
	clear: both;
}

.p4a_field input {
	width: 150px;
}

.p4a_field_radio input,
.p4a_field_checkbox input {
	border: none;
	width: auto;
}

.p4a_field input:focus,
.p4a_field textarea:focus {
 	border: 1px solid ;
 	outline: 1px solid ;
 	background-image: url(gradient.png);
 	background-position: bottom;
 	background-repeat: repeat-x;
}

.p4a_field_file table {
	margin-left: 1px;
	text-align: center;
	float: left;
	white-space: nowrap;
}

.p4a_field_date input,
.p4a_field_data_integer input,
.p4a_field_data_decimal input,
.p4a_field_data_float input,
.p4a_field_data_date input,
.p4a_field_data_time input
 {
	text-align: right;
}

.field_error input,
.field_error textarea,
.field_error select,
.field_error iframe {
	border: 1px dashed red;
	background: url(/widgets/field/error.gif) no-repeat bottom right;
	background-color: red;
}

.field_error .field_error_msg {
	position: absolute;
	color: ;
	display: none;
	background: ;
	padding: 10px;
	border: 2px solid ;
}

.p4a_field_radio_values,
.p4a_field_multicheckbox_values {
	text-align: left;
	float: left;
}

.p4a_field_radio_values input,
.p4a_field_multicheckbox_values input {
	border: none;
	width: auto;
}

.p4a_field table.p4a_widget_layout_table {
	display: block;
	float: left;
	clear: both;
}

.p4a_field .p4a_field_date_trigger {
	width: 20px;
	background: ;
	text-align: center;
}

/****************************/
/* P4A_Field - autocomplete */
/****************************/

.ac_results {
	padding: 0px;
	border: 1px solid ;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 11px;
	overflow: hidden;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/***************************/
/* P4A_Field - date picker */
/***************************/

.ui-datepicker {
	background: ;
	border: 2px solid ;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	background: white;
	color: ;
	font-weight: normal;
}

/************/
/* P4A_Line */
/************/

hr.p4a_line {
 	margin-top: 10px;
	margin-bottom: 10px;
	border-style: solid;
	width: 1px;
	height: 1px;
}

/******************************************/
/* P4A_DB_Navigator and P4A_Dir_Navigator */
/******************************************/

.p4a_dir_navigator,
.p4a_db_navigator {
	text-align: left;
	font-weight: normal;
	overflow: auto;
}

.p4a_dir_navigator li,
.p4a_db_navigator li {
	padding: 2px 0 2px 18px;
	background: url(/16/places/folder.png) no-repeat;
}

.p4a_dir_navigator li.active_node,
.p4a_db_navigator li.active_node {
	background-image: url(/16/status/folder-open.png);
	font-weight: bold;
}

.p4a_dir_navigator li.home_node,
.p4a_db_navigator li.home_node {
	background: url(/16/actions/go-home.png) no-repeat;
}

.p4a_browser_opera .p4a_dir_navigator li,
.p4a_browser_ie .p4a_dir_navigator li,
.p4a_browser_opera .p4a_db_navigator li,
.p4a_browser_ie .p4a_db_navigator li {
	margin-top: 5px;
	padding-top: 0;
}

* html .p4a_browser_ie .p4a_dir_navigator li,
* html .p4a_browser_ie .p4a_db_navigator li {
	padding: top: 2px;
	margin-top: 0;
	width: 100%;
}

.p4a_dir_navigator a,
.p4a_dir_navigator,
.p4a_db_navigator a,
.p4a_db_navigator {
	text-decoration: none;
}

.p4a_dir_navigator a:hover,
.p4a_db_navigator a:hover {
	text-decoration: underline;
}

.p4a_dir_navigator .hoverclass,
.p4a_db_navigator .hoverclass {
	color: ;
	background: ;
}

.p4a_dir_navigator .hoverclass li a,
.p4a_db_navigator .hoverclass li a {
	color: ;
}

/***************************/
/* P4A_Widget_Layout_Table */
/***************************/

table.p4a_widget_layout_table {
	border-collapse: collapse;
	margin: 0;
	text-align: left;
}

table.p4a_widget_layout_table td {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

table.p4a_widget_layout_table td.c1 {
	width: 1px;
	padding-right: 5px;
}

/***********************************/
/* P4A_Message and system messages */
/***********************************/

.p4a_system_messages {
	z-index: 10000;
	position: absolute;
	display: none;
	width: 300px;
	overflow: hidden;
}

.p4a_system_messages_inner {
	color: ;
	background: ;
	border: 1px solid ;
}

.p4a_system_messages table.p4a_message {
	margin: 10px 20px;
}

.p4a_system_messages em {
	font-style: italic;
}

/**************/
/* P4A_Button */
/**************/

.p4a_button {
	background: ;
	border: 1px solid ;
	cursor: pointer;
	overflow: visible; /* used to fix the IE stretched buttons bug */
}

.p4a_button_image {
	border: 1px solid ;
	padding: 0;
}

.p4a_button:hover {
	border: 1px solid ;
	outline: 1px solid ;
}

.p4a_button_disabled,
.p4a_button_image_disabled {
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: default;
}

.p4a_button_disabled:hover {
	color: ;
	background: ;
	border: 1px solid ;
}

/***************/
/* P4A_Toolbar */
/***************/

.p4a_toolbar {
	background: url("header.png") repeat-x;
	border-bottom: 5px solid #53767d;
    position: relative;
    top: 0px;
    left: 0px;
	padding: 2px;
    height:100%;
    width:100%;
    z-index:90;
}

#p4a_main_container .p4a_toolbar {
	border: 1px solid ;
}

#p4a_popup .p4a_toolbar {
	border: none;
}

* html .p4a_toolbar {
	background-image: none;
}

.p4a_toolbar .p4a_button {
	background: none;
	border: 1px solid transparent;
}

* html .p4a_toolbar .p4a_button {
	border: 1px solid ;
}

.p4a_toolbar .p4a_button_image:hover {
	border: 1px solid ;
	outline: none;
}

.p4a_toolbar_16 button {
	height: 21px;
}

.p4a_toolbar_32 button {
	height: 37px;
}

.p4a_toolbar_48 button {
	height: 53px;
}

.p4a_toolbar_separator {
	border-left: 1px solid #999999;
	margin: 3px 5px 0 5px;
}

/*************/
/* P4A_Label */
/*************/

.p4a_label {
	overflow: visible;
	display: block;
	text-align: left;
	cursor: pointer;
	float: left;
	width: 100px;
	white-space: normal;
}

.p4a_label_required {
	font-weight: bold;
}

.p4a_label .p4a_tooltip_icon {
	float: right;
}

.p4a_tooltip {
	display: none;
	position: absolute;
	margin-left: 20px;
	z-index: 10000;
}

.p4a_tooltip_inner {
	padding: 10px;
	text-align: left;
	font-weight: normal;
	color: ;
	background: ;
	border: 2px solid ;
}

.p4a_tooltip_inner strong {
	font-weight: bold;
}

.p4a_tooltip_inner em {
	font-style: italic;
}

/****************/
/* P4A_Tab_Pane */
/****************/

.p4a_tab_pane,
div.ui-tabs {
	padding: 0;
	border: 1px solid ;
	border: none;
}

.p4a_tab_pane ul.tabs {
	border: 0;
	background: none;
}

.p4a_tab_pane ul.tabs li {
	border: 1px solid ;
}

.p4a_tab_pane ul.tabs li a {
	color: ;
}

.p4a_tab_pane ul.tabs li.disabled a {
	cursor: default;
	color: ;
}

.p4a_tab_pane div.p4a_tab_pane_page {
	padding: 10px 10px 15px 0;
	border: 1px solid ;
	overflow: auto;
}

/*************/
/* P4A_Table */
/*************/

.p4a_table {
	border: 1px solid ;
	text-align: left;
}

.p4a_table caption {
	background:  url(gradient.png) bottom repeat-x;
	border: 1px solid ;
	padding: 5px;
	font-weight: bold;
}

* html .p4a_table caption {
	background-image: none;
}

.p4a_browser_gecko .p4a_table caption {
	margin-left: -1px;
}

.p4a_browser_safari .p4a_table caption {
	margin-right: -1px;
	border-bottom: none;
}

.p4a_browser_opera .p4a_table caption {
	border-bottom: none;
}

.p4a_table td,
.p4a_table th {
	border-right: 1px solid ;
}

.p4a_table th {
	padding: 5px;
	font-weight: bold;
	background:  url(gradient.png) bottom repeat-x;
	border-bottom: 1px solid ;
}

* html .p4a_table th {
	background-image: none;
}

.p4a_table th.p4a_row_indicator {
	border-bottom: none;
	background: white;
	width: 15px;
}

.p4a_table td {
	padding: 2px;
}

.p4a_table th a,
.p4a_table td a {
	display: block;
	text-decoration: none;
}

.p4a_table td a:hover {
	text-decoration: underline;
}

.p4a_table td.integer,
.p4a_table td.decimal,
.p4a_table td.float,
.p4a_table td.date,
.p4a_table td.time,
.p4a_table td.filesize,
.p4a_table td.integer textarea,
.p4a_table td.decimal textarea,
.p4a_table td.float textarea,
.p4a_table td.date textarea,
.p4a_table td.time textarea,
.p4a_table td.filesize textarea {
	text-align: right;
	white-space: nowrap;
}

.p4a_table td.file {
	text-align: center;
}

.p4a_table td.action {
	background: ;
}

.p4a_table td.action a img {
	vertical-align: middle;
}

.p4a_table_rows1 {
	background-color: ;
}

.p4a_table_rows2 {
	background-color: ;
}

.p4a_table th.p4a_toolbar {
	font-weight: normal;
	border-top: 1px solid ;
	padding: 0;
}

.p4a_table th.p4a_toolbar .p4a_box,
.p4a_table th.p4a_toolbar .p4a_field {
	margin-top: 3px;
}

.p4a_table_navigation_bar .p4a_label {
	width: auto;
	margin-right: 5px;
}

/************/
/* P4A_Grid */
/************/

.p4a_grid_td_disabled {
	background: ;
}

.p4a_grid_td {
	border: 1px solid ;
	border-collapse: collapse;
	margin: 0;
	height:25px;
}

.p4a_grid_text {
	border: none;
	margin: 0;
	padding: 0;
}

.p4a_grid_text:focus {
 	background-image: url(gradient.png);
 	background-position: bottom;
 	background-repeat: repeat-x;
 	border: 1px solid ;
 	outline: 1px solid ;
}

/************/
/* P4A_Menu */
/************/

#p4a_menu {
	background: url(header.png) repeat-x;
    height:24px;
	left:0;
    position:relative;
    top:0;
    width:100%;
    z-index:100;
}

* html #p4a_menu {
	background-image: none;
}

.p4a_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: static;
    z-index: 20;
}

.p4a_menu table.p4a_widget_layout_table {
	margin: 0;
}

.p4a_menu table.p4a_widget_layout_table td.c1 img {
	margin-left: 5px;
}

.p4a_menu li {
	float: left;
	display: block;
}

.p4a_menu ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
	background-color: ;
	z-index: 40;
	border: 1px solid #ccc;
	width: 120px;
}

* html .p4a_menu ul {
	margin-top: -5px;
}

.p4a_menu ul li {
	width: 120px;
	margin: 0;
}

.p4a_menu li a,
.p4a_menu li div {
	display: block;
	text-decoration: none;
	color: ;
	margin: 0;
	padding: 5px;
}

.p4a_menu li:hover {
	display: block;
	background:  url(gradient.png) bottom repeat-x;
}

.p4a_menu li:hover>a,
.p4a_menu li:hover>a>span,
.p4a_menu li:hover>div,
.p4a_menu li:hover>div>span {
	color: ;
}

.p4a_menu ul ul {
	display: none;
	margin-top: -2em;
	margin-left: 120px;
}

.p4a_menu li:hover ul ul,
.p4a_menu li:hover ul ul ul,
.p4a_menu li:hover ul ul ul ul,
.p4a_menu li:hover ul ul ul ul ul {
	display: none;
}

.p4a_menu li:hover ul,
.p4a_menu ul li:hover ul,
.p4a_menu ul ul li:hover ul,
.p4a_menu ul ul ul li:hover ul,
.p4a_menu ul ul ul ul li:hover ul {
	display: block;
}

/***********/
/* Various */
/***********/

.accesskey {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.row,
.br {
	clear: both;
}

.p4a_shadow {
	padding: 0 6px 6px 0;
}

.p4a_shadow_r {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 6px;
	width: 6px;
	background: url(shadow-r.png) top;
}

.p4a_shadow_b {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 6px;
	height: 6px;
	background: url(shadow-b.png) left;
}

.p4a_shadow_br {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6px;
	height: 6px;
	background: url(shadow-br.png);
}


/*************/
/* mytable */
/*************/

.mytable {
	border: 1px solid ;
	text-align: left;
}

.mytable caption {
	background:  url(gradient.png) bottom repeat-x;
	border: 1px solid ;
	padding: 5px;
	font-weight: bold;
}

* html .mytable caption {
	background-image: none;
}

.p4a_browser_gecko .mytable caption {
	margin-left: -1px;
}

.p4a_browser_safari .mytable caption {
	margin-right: -1px;
	border-bottom: none;
}

.p4a_browser_opera .mytable caption {
	border-bottom: none;
}

.mytable td,
.mytable th {
	border-right: 1px solid ;
}

.mytable th {
	padding: 5px;
	font-weight: bold;
	background:  url(gradient.png) bottom repeat-x;
	border-bottom: 1px solid ;
}

* html .mytable th {
	background-image: none;
}

.mytable th.p4a_row_indicator {
	border-bottom: none;
	background: white;
	width: 15px;
}

.mytable td {
	padding: 2px;
}

.mytable th a,
.mytable td a {
	display: block;
	text-decoration: none;
}

.mytable td a:hover {
	text-decoration: underline;
}

.mytable td.integer,
.mytable td.decimal,
.mytable td.float,
.mytable td.date,
.mytable td.time,
.mytable td.filesize,
.mytable td.integer textarea,
.mytable td.decimal textarea,
.mytable td.float textarea,
.mytable td.date textarea,
.mytable td.time textarea,
.mytable td.filesize textarea {
	text-align: right;
	white-space: nowrap;
}

.mytable td.file {
	text-align: center;
}

.mytable td.action {
	background: ;
}

.mytable td.action a img {
	vertical-align: middle;
}

.mytable_rows1 {
	background-color: ;
}

.mytable_rows2 {
	background-color: ;
}

.mytable th.p4a_toolbar {
	font-weight: normal;
	border-top: 1px solid ;
	padding: 0;
}

.mytable th.p4a_toolbar .p4a_box,
.mytable th.p4a_toolbar .p4a_field {
	margin-top: 3px;
}

.mytable_navigation_bar .p4a_label {
	width: auto;
	margin-right: 5px;
}

acronym {
  border-bottom: 0px dotted #333;
  border:0;
  font-variant:normal;
  cursor: help;
}