﻿@charset "ISO-8859-1";
/*
    =========================================================================
    Software: forms_reports.css
    Description: Estilo CSS para el módulo para crear formularios y reportes
                 forms_reports.js
    Contact: http://www.portal24x7.com
    Copyright (c) 2014, Dante Cortés
    
    La documentación de la clase la puede consultar en 
    http://www.portal24x7.com/
    
		=========================================================================
*/

/* ==================== CUERPO GENERAL ==================== */
body {
		background-color: #ffffff;
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		}

a:link {
		text-decoration: none;
		color:
		}

a:visited {
		text-decoration: none;
		color:
		}

/*
a:hover {
		text-decoration: underline;
		color: #FFCC00;
		background-color: #006d9a;
		}
*/

a:hover {
		text-decoration: none;
		color: #CC0000;
		}

a:active {
		text-decoration: none;
		color:
		}

a:focus {
		text-decoration: none;
		color:
		}

/* ==================== CONTENEDOR GENERAL==================== */

.box_title {
		background-color: #006d9a;
		padding: 4px;
		font-family: tahoma;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		}

.box_title_border {
		border: 1px solid #808080;
		}

.box_content {
		background-color: #eeeeee;
		padding: 4px;
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		}

.box_content_border {
		border-left: 1px solid #808080;
		border-bottom: 1px solid #808080;
		border-right: 1px solid #808080;
		}

/* ==================== CONTENEDOR FORMULARIO GENERAL==================== */
.form_title {
		height: 24px;
		padding: 2px;
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		}

.form_content {
		padding: 2px;
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		}

.form_file {
		font-family: tahoma;
		font-size: 12px;
		color: #000000;
		}

.form_button {
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		}

.form_button_selected {
		font-family: tahoma;
		font-size: 14px;
		font-weight: bold;
		background-color: #006d9a;
		color: #ffffff;
		}

.form_required {
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		}

.form_foot {
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		}

.form_disabled {
		font-family: tahoma;
		font-size: 14px;
		background-color: #eeeeee;
		}

/* ==================== CONTENEDOR REPORTE GENERAL==================== */

.report_searcher {
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		}

.report_row_border {
		border: 1px solid #999999;
		}

.report_row_title {
		background-color: #888888;
		padding: 2px;
		height: 22px;
		font-family: tahoma;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		}

.report_row_title_link {
		font-family: tahoma;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		}

.report_row_pair {
		background-color: #ffffff;
		padding: 2px;
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		}

.report_row_non {
		background-color: #f6f6f6;
		padding: 2px;
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		}

.report_row_content_link {
		font-family: tahoma;
		font-size: 14px;
		color: #0066CC;
		}

.report_row_selected {
		background-color: #FAE6E6;
		padding: 2px;
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		}

.report_row_selected_border {
		border: 1px solid #E88A8A;
		}

.report_select {
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		}

.report_select_link {
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		}

.pager_enabled {
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		}

.pager_disabled {
		font-family: tahoma;
		font-size: 14px;
		color: #808080;
		font-weight: bold;
		text-decoration: none;
		}

.report_summary {
		font-family: tahoma;
		font-size: 14px;
		color: #000000;
		}

.report_no_results {
		font-family: tahoma;
		font-size: 14px;
		color: #999999;
		font-weight: bold;
		}
