﻿body
{
    background: #FFFFFF;
    font-size: 8pt;
    font-family: Verdana;
    margin: 0px;
    padding: 0px;
    border: none;
    height: 100%;
    width: 100%;
    color: Black;
}

.bg
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#cont1
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 8pt;
    font-family: Verdana;
    background-color: transparent;
    color: Black;
    position: absolute;
    z-index: 5;
}

#cont
{
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 8pt;
    font-family: Verdana;
    background-color: transparent;
    color: Black;
}

a:Link
{
    font-size: 8pt;
    font-family: Verdana;
    text-decoration: none;
    color: Black;
}

a:visited
{
    font-size: 8pt;
    font-family: Verdana;
    text-decoration: none;
    color: Black;
}

select
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

input
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

label
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

textarea
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
    resize: none;
}

.externo
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
    color: Black;
}

/*Modal Popup*/
.modalBackground
{
    background-color: #DCDCDC;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.VerticalText
{
    font: bold 8pt Verdana;
    writing-mode: tb-rl;
    filter: flipH() flipV();
}

/*AutoComplete flyout */
.autocomplete_completionListElement
{
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/*Cascading DropDown*/
/*CollapsiblePanel*/
.collapsePanel
{
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader
{
    width: 100%;
    height: 30px;
    background-image: url(images/bg-menu-main.png);
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
}

#master_content .collapsePanelHeader a
{
    color: #FFF;
}

#master_content .collapsePanelHeader a:hover
{
    text-decoration: none;
    background: none;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.modal-overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #DCDCDC;
    opacity: .75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    z-index: 101;
}

.modal-window
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 102;
}

.close-window
{
    position: absolute;
    width: 32px;
    height: 32px;
    right: -36px;
    top: 0px;
    background: transparent url('../Imagenes/close-button-2.png') no-repeat scroll right top;
    text-indent: -99999px;
    overflow: hidden;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.help-window
{
    position: absolute;
    width: 32px;
    height: 32px;
    right: -36px;
    top: 30px;
    background: transparent url('../Imagenes/info.png') no-repeat scroll right top;
    text-indent: -99998px;
    overflow: hidden;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.refresh-window
{
    position: absolute;
    width: 32px;
    height: 32px;
    right: -36px;
    top: 60px;
    background: transparent url('../Imagenes/refresh.png') no-repeat scroll right top;
    text-indent: -99998px;
    overflow: hidden;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.close-window:hover
{
    opacity: .99;
    filter: alpha(opacity=99);
    -moz-opacity: 0.99;
}

.help-window:hover
{
    opacity: .99;
    filter: alpha(opacity=99);
    -moz-opacity: 0.99;
}

.refresh-window:hover
{
    opacity: .99;
    filter: alpha(opacity=99);
    -moz-opacity: 0.99;
}


/*simple-modal-panel*/
#basic-modal-content
{
    display: none;
}

/* Overlay */
#simplemodal-overlay
{
    background-color: #000;
    cursor: default;
}

/* Container */
#simplemodal-container
{
    height: 360px;
    width: 600px;
    color: #bbb;
    background-color: #333;
    border: 4px solid #444;
    padding: 12px;
}

#simplemodal-container .simplemodal-data
{
    padding: 8px;
}

#simplemodal-container code
{
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container a
{
    color: #ddd;
}

#simplemodal-container a.modalCloseImg
{
    background: url('../Imagenes/close-button-2.png') no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#simplemodal-container a.modalCloseImg1
{
    width: 0px;
    height: 0px;
    display: none;
    z-index: 9999;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#simplemodal-container h3
{
    color: #84b8d9;
}


.dialog_window_minimized
{
    float: left;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 2px;
    display: none;
}

.dialog_window_minimized .ui-icon
{
    display: inline-block !important;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar-minimize
{
    height: 18px;
    width: 19px;
    padding: 1px;
    position: absolute;
    right: 23px;
    top: -1px;
}

.ui-dialog .ui-dialog-titlebar-minimize .ui-icon
{
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-minimize:hover, .ui-dialog .ui-dialog-titlebar-minimize:focus
{
    padding: 0;
}


.MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditMessage {
    color: #ff0000;
    font-weight: bold;
}

.MaskedEditError {
    background-color: #ffcccc;
}

.MaskedEditFocusNegative {
    background-color: #ffffcc;
    color: #ff0000;
}

.MaskedEditBlurNegative {
    color: #ff0000;
}