﻿html
{
    color: #000000;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

fieldset, img
{
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}

sup
{
    vertical-align: text-top;
}

sub
{
    vertical-align: text-bottom;
}

input, textarea, select
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
/*CSSHACK to enable resizing for IE*/
input, textarea, select
{
    font-size: 100%;
}
/*CSSHACK because legend doesn't inherit in IE */
legend
{
    color: #000;
}
/*----------*/

html
{
    background: #F6E7C0;
}

body
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 12px;
    color: #000000;
}

h1
{
    font-size: 24px;
}

h2
{
    font-size: 18px;
}

h3
{
    font-size: 14px;
}

a
{
    font-family: Trebuchet MS, Geneva, Sans-Serif;
    font-size: 12px;
    text-decoration: none;
    color: #387DFE;
}

    a:hover
    {
        text-decoration: underline;
    }

.alexanderPage
{
    width: 960px;
    margin: 0 auto;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 10px #AAA;
    -webkit-box-shadow: 0px 0px 10px #AAA;
}

/* Header */
.alexanderHeader
{
    border-top-style: solid;
    border-top-width: 6px;
    border-top-color: #3E2515;
    background-color: #FFFFFF;
    overflow: hidden;
}

    .alexanderHeader .noMenu
    {
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #3E2515;
        padding-bottom: 4px;
        overflow: hidden;
    }

    .alexanderHeader .afterMenu
    {
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #FF9149;
        padding-bottom: 4px;
        overflow: hidden;
    }

    .alexanderHeader .noMenu .logo
    {
        float: left;
        margin-left: 10px;
    }

    .alexanderHeader .noMenu .loginStatus
    {
        float: right;
        margin-top: 15px;
        margin-right: 10px;
    }

    .alexanderHeader .noMenu .FullName
    {
        float: right;
        margin-top: 15px;
        margin-right: 10px;
    }

    .alexanderHeader .mainMenu
    {
        float: left;
        width: 100%;
        height: 25px;
        background-color: #3E2515;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #3E2515;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #3E2515;
    }

        /* Main menu */
        .alexanderHeader .mainMenu .staticSelected
        {
            background-color: #A06136;
        }

        .alexanderHeader .mainMenu .staticMenuItem
        {
            padding: 3px 5px 3px 5px;
        }

        .alexanderHeader .mainMenu .dynamicHover
        {
            background-color: #A06136;
            color: #ffffff;
        }

        .alexanderHeader .mainMenu .dynamicMenu
        {
            background-color: #3E2515;
        }

        .alexanderHeader .mainMenu .dynamicSelected
        {
            background-color: #A06136;
        }

        .alexanderHeader .mainMenu .dynamicMenuItem
        {
            padding: 3px 5px 3px 5px;
        }

        .alexanderHeader .mainMenu .staticHover
        {
            background-color: #A06136;
            color: #ffffff;
        }

        .alexanderHeader .mainMenu a
        {
            text-decoration: none;
            color: #f6E7C0;
        }
/* --------- */

.alexanderContainer
{
    clear: both;
    padding: 10px;
    background-color: #FFFFFF;
    overflow: hidden;
}

/* Footer */
.alexanderFooter
{
    font-size: 0.8em;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #FF9149;
    color: #801319;
    text-align: center;
    height: 40px;
    width: 100%;
    clear: both;
}

.FooterText
{
    font-size: 1em;
}

.pageTitle
{
    float: left;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: -10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3E2515;
}

.pageSubTitle
{
    /*font-size: 1.5em;*/
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    color: #3E2515;
}

.button
{
    font-size: 8pt;
    color: #F6E7C0;
    background: #A06136;
    border: 1px solid #C44F31;
    height: 24px;
    vertical-align: text-bottom;
    padding-left: 3px;
    padding-right: 3px;
}

    .button:hover
{
    background: #A06136;
    cursor: pointer;
}

.fieldLabel
{
    width: 130px;
    padding-top: 3px;
}

.fieldLabelExt
{
    width: 200px;
}

.fieldtext
{
    width: 300px;
    padding-top: 3px;
}

.inputTextExt
{
    width: 250px;
}


/* Grids */
/* Normal Grid */
.grid
{
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    border-top-color: #000000;
    border-top-width: 1px;
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    color: #000000;
}

    .grid .gridHeader
    {
        height: 25px;
        background-color: #3E2515;
        border-top: solid 1px #3E2515;
        border-bottom: solid 1px #3E2515;
        text-transform: uppercase;
        border-top-color: #3E2515;
        border-bottom-color: #3E2515;
        color: #FFFFFF;
    }

        .grid .gridHeader .gridHeaderLabel
        {
            font-weight: bolder;
        }

    .grid .gridCol
    {
        border-bottom: 1px solid #3E2515;
    }

    .grid .gridAltCol
    {
        border-bottom: 1px solid #3E2515;
    }

    .grid .gridNoData
    {
        text-align: center;
        padding: 10px 0;
    }

    .grid .gridData
    {
        padding: 5px 5px 0 5px;
        overflow: hidden;
    }

    .grid .gridCommands
    {
        border-top: solid 1px #CCC;
        border-bottom: solid 1px #CCC;
        background-color: #F5F5F5;
        padding: 0 5px;
        text-align: right;
    }

    .grid th
    {
        padding: 2px 3px;
    }

    .grid td
    {
        padding: 2px 3px;
    }

    .grid .alternateRow
    {
        /*border-color: #333333;*/
        border-style: none none solid none;
        border-width: 0px 0px 1px 0px;
        background-color: #A06136;
        color: #F6E7C0;
    }

.enlaceText
{
    color: #FF9149;
}

.panelFormat
{
    border: 1px solid #F6E7C0;
    color: #F6E7C0;
}

.divHeaderTitle
{
    height: 40px;
    vertical-align: top;
}

.divBusquedaGrid
{
    clear: both;
    padding-bottom: 15px;
}

.divBotonFooter
{
    clear: both;
    padding-top: 15px;
}

.calendar
{
    border: thin solid #F6E7C0;
    background-color: #F6E7C0;
}

.loginContainer
{
    background-color: #F6E7C0;
    border: 1px solid #000000;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 6px #F9F6D7;
    margin-top: 10px;
    -moz-box-shadow: 0 0 6px #F9F6D7;
    -webkit-box-shadow: 0 0 6px #F9F6D7;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.loginLogoContainer
{
    float: left;
    margin-left: 22px;
    width: 162px;
    text-align: center;
    text-shadow: 2px 2px #DDDDDD;
}

.loginFormContainer
{
    float: left;
    margin-left: 22px;
    width: 200px;
}

.loginMsg
{
    color: #333333;
    float: left;
    line-height: 12px;
    margin-left: 22px;
    margin-top: 6px;
    width: 167px;
}

.loginTitle
{
    border-bottom: 1px solid #CCCCCC;
    font-family: Verdana, Geneva, sans-serif;
    padding: 9px 12px;
    text-shadow: 2px 2px #DDDDDD;
}

.SystemName
{
    display: inline-block;
    font-size: 22px;
    margin: 4px 0 0 10px;
    text-shadow: 2px 2px #DDDDDD;
}

.loginOptionsContainer
{
    border-top: 1px solid #CCCCCC;
    padding: 7px;
    text-align: center;
}

.line
{
    background-color: #000000;
    border-top: 1px solid #666666;
    box-shadow: 6px 0 11px 2px #000000;
    height: 1px;
}
.clear
{
    clear: both;
}

.buttonsPanel
{
    margin: 15px 0 15px 0;
    overflow: hidden;
}
