﻿/* Main Styles 
-----------------------------------------------------------*/
body {
    /*font-size: .8em;*/
    font-size: 12px;
    font-family: Arial;
    margin: 0;
    padding: 0;
    color: #737373;
}

/*a:link, a:visited
{
    color: #800000;
    text-decoration:none;
}*/

h1, h2, h3, h4, h5 {
    font-family: Arial;
    font-size: 12px;
    color: #737373;
    font-weight: normal;
}

/* Primary layout 
-----------------------------------------------------------*/
#page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    background-color: #332822;
    min-height: 120px;
    color: White;
}

#title {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#logindisplay {
    width: 500px;
    height: 50px;
    float: right;
    margin-top: 10px;
    display: block;
    font-family: Arial;
    font-size: 14px;
    text-align: right;
    color: #111f4b;
}

    #logindisplay a {
        width: 200px;
        height: auto;
        float: left;
        text-align: right;
        margin-top: 7px;
        text-decoration: none;
        font-family: Arial;
        font-size: 13px;
        color: #111f4b;
        font-weight: bold;
    }

        #logindisplay a:hover {
            font-weight: bold;
            text-decoration: underline;
        }

#menuContainer {
    width: 750px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
}

#menu ul {
    width: 900px;
}

#menu {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none outside none;
}

    #menu li {
        margin-bottom: 0;
        /*padding-bottom: 1px;*/
        float: left;
        white-space: nowrap;
        /* padding-right: 20px;*/
        /*M*/
        width: 125px;
        height: 13px;
        border-right: 1px solid #fff;
        text-align: center;
    }

        #menu li a {
            text-decoration: none;
            color: White;
            font-family: Arial;
            font-size: 12px;
            font-weight: bold;
        }

            #menu li a:hover {
                font-weight: bold;
                text-decoration: underline;
                color: #f1f0f0;
            }

#main {
    width: 750px;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#mainContents {
    padding: 10px;
}


#footer {
    background-color: #574E44;
}

#footerContents {
    width: 750px;
    color: #ddd;
    padding: 10px 0;
    text-align: center;
    margin: 0;
    font-size: 0.9em;
    padding-right: 10px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}

.errorMessage {
    color: red;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    width: auto;
    height: auto;
    float: right;
    font-family: Arial;
    font-size: 10px;
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
}

.validation-summary-errors {
    width: 100%;
    min-height: 30px;
    margin: 5px auto;
    padding-top: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10pt;
    font-family: sans-serif;
}

.validation-summary-valid {
    display: none;
    color: #ff0000;
}

.validation-summary-errors ul {
    list-style: none outside none;
    /*margin: 5;
    padding-left: 10px;
    height:auto;
    float:left;*/
}

.validation-summary-errorsx ul {
    list-style: none outside none;
    color: #ff0000;
    /*margin: 5;
    padding-left: 10px;
    height:auto;
    float:left;*/
}

#form {
    background-color: #EBE4D8;
    width: 400px;
    padding: 10px;
}

.editor-field, .display-field {
    font-family: Segoe UI, Tahoma, Verdana, Arial;
    font-size: 1.2em;
}

    .editor-field textarea, .editor-field input {
        font-size: 1em;
    }

.editor-label, .display-label {
    font-weight: bold;
}

.actions-region {
    margin-top: 15px;
}

    .actions-region a {
        font-family: Tahoma, Verdana, Arial;
        font-size: 1em;
        text-decoration: none;
    }

    /*Buttons*/
    .btnNeutral, .actions-region a {
        cursor: hand;
        padding: 4px 12px 3px 12px;
        width: 120px;
        cursor: pointer;
        overflow: visible;
    }

/*.btnNeutral, .actions-region a
{
    background-position: left bottom;
    background-image: url(../Images/NeutralButton.gif);
    background-repeat: repeat-x;
    color: #000;
    background-color: #CCCCCC;
    border-right: 1px solid #184979;
    border-bottom: 1px solid #184979;
    border-left: 1px solid #7daddb;
    border-top: 1px solid #7daddb;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
}*/

/*
.table-list
{
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}

.table-list th
{
    font-size: 9pt !important;
    border-bottom: 2px solid #6678B1;
    text-align: left;
}

.table-list .sort_asc
{
    background-image: url('../Images/sort_asc.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}

.table-list .sort_desc
{
    background-image: url('../Images/sort_desc.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}

.table-list .gridrow_alternate
{
    background-color: #eee;
}

.table-list .tr-item
{
    background-color: #fff;
}

.table-list td
{
    padding: 5px;
}
*/
#searchFilter {
    /*border-style: solid;
    border-width: 1px;
    border-color: #E9E9E9 #CCCCCC #CCCCCC #E9E9E9;
    background-color: #BFDFFF;
    padding: 10px;
    background: -moz-linear-gradient(top, #BFDFFF, #F0F8FF);
    background: -webkit-gradient(linear, left top, left bottom, from(#BFDFFF), to(#F0F8FF));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#BFDFFF', EndColorStr='#F0F8FF');*/
    border-style: solid;
    border-width: 1px;
    border-color: #fefefe #f9f9f9 #f9f9f9 #fefefe;
    background-color: #fcfcfc;
    /*padding: 10px;*/
    background: -moz-linear-gradient(top, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f9f9f9));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fefefe', EndColorStr='#f9f9f9');
    /*padding-bottom:30px;*/
    float: left;
    width: 797px;
    height: auto;
}

#searchFilter_com {
    background-color: #fff;
    padding: 10px;
    padding-bottom: 30px;
}
/*#searchFilter div
{
    float: left;
    padding: 5px;
}*/
#searchFilter label {
    display: block;
    padding-top: 5px;
    font-size: 0.9em;
}

#searchFilter span {
    /* clear: both;
    display: block;
    padding-top: 0px;
    margin-left:80px;
    margin-left:10px;
    padding-bottom:20px;*/
}

#searchFilter_com span {
    clear: both;
    display: block;
    padding-top: 15px;
    /*margin-left:80px;*/
    margin-left: 10px;
    padding-bottom: 20px;
}

/*.pagination
{
    clear: both;
    border: 1px solid #A2C1A2;
    padding: 5px;
    background-color: #D5E3D5;
}*/

#detailsContainer {
    padding: 10px;
}

.validation-summary-errors-container {
    /*padding: 10px;
     margin: .5em 1px .5em 1px;
     background-color: #ffffdf;
     border: 1px solid #df6b6b;
     color: #dc3535;*/
}

.field-validation-error {
    color: #dc3535;
}

.input-validation-error {
    border: 1px solid #df6b6b;
    background-color: #ffffdf;
}

span.validation-summary-errors {
    font-weight: bold;
}

.lblName {
    width: 40%;
    text-align: right;
    padding-right: 13px;
    padding-top: 3px;
}

/* Alerta información */
.InfoAlert {
    width: 355px;
    min-height: 50px;
    /*height: 75px;*/
    margin: 15px auto;
    padding: 10px 5px 1px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: normal;
    background-color: #9db6d9;
    border: solid 1px #004387;
    color: #004387;
}

    .InfoAlert ul, li {
        list-style-type: none;
        width: 100%;
        display: inline-block;
    }

    .InfoAlert a:link, a:visited, a:active, a:hover {
        display: inline;
        color: #004387;
        text-decoration: underline;
    }


/* Alerta en amarillo */
.YellowAlert {
    width: 355px;
    min-height: 75px;
    height: 75px;
    margin: 15px auto;
    /*padding: 5px;*/
    padding: 0px 10px 0px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: normal;
    background-color: #f8b000;
    border: solid 1px #f29200;
    color: #a76501;
}

    .YellowAlert ul, li {
        list-style-type: none;
        width: 100%;
        display: inline-block;
    }

    .YellowAlert a:link, a:visited, a:active, a:hover {
        color: #a76501;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        text-decoration: underline;
    }

/* Alerta en naranja*/
.OrangeAlert {
    width: 355px;
    min-height: 75px;
    height: 75px;
    margin: 15px auto;
    /*padding: 5px;*/
    padding: 0px 10px 0px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: normal;
    background-color: #f8b000;
    border: solid 1px #f29200;
    color: #a76501;
}

    .OrangeAlert ul, li {
        list-style-type: none;
        width: 100%;
        display: inline-block;
    }

    .OrangeAlert a:link, a:visited, a:active, a:hover {
        color: #a76501;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        text-decoration: underline;
    }

/* Alerta en rojo */
.RedAlert {
    width: 355px;
    min-height: 75px;
    height: 75px;
    margin: 15px auto;
    /*padding: 5px;*/
    padding: 0px 10px 0px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10pt;
    font-family: sans-serif;
    background-color: #f7c8b6;
    border: solid 1px #af131f;
    color: #af131f;
}

    .RedAlert ul li {
        list-style-type: none;
        width: 100%;
        display: inline-block;
    }

    .RedAlert a:link, a:visited, a:active, a:hover {
        color: #af131f;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        text-decoration: underline;
    }

/* Otras Alertas */
.GeneralError {
    width: 355px;
    /*height:70px;
    min-height:70px;*/
    background-color: #f7c8b6;
    border: solid 1px #af131f;
    color: #af131f;
    padding: 0px 10px 0px 10px;
    margin: 15px auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* Estilo negritas */
.FontWeight600 {
    font-weight: 600;
}

/* Alerta información */
.NoAlert {
    width: 355px;
    min-height: 80px;
    height: 80px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: normal;
    background-color: transparent;
}


/* Alerta información */
.DivGeneralAlert {
    width: 100%;
    min-height: 50px;
    /*height: 75px;*/
}


.PersonalFieldset {
    border: 0;
}


.LinkForgotPass {
}

    .LinkForgotPass a:link, a:visited, a:active, a:hover {
        color: #3a87ad;
        text-decoration: none;
        font-size: 9pt;
    }

.BannerxLink {
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
    background-color: transparent;
    text-align: justify;
    color: black;
}

    .BannerxLink a:link, a:visited, a:active {
        color: #905;
        font-weight: bold;
        text-decoration: underline;
        font-size: 10pt;
    }

    .BannerxLink a:hover {
        color: #0b469f;
        font-weight: bold;
        text-decoration: none;
        font-size: 10pt;
    }

.InputBorderLess {
    background-color: #eee;
    border: 0;
    text-align: left;
    width: 220px;
    font-size: 12pt;
    background-color: white;
    /*color:black;*/
}

.anotherLoginDiv {
    display: inline-block;
}
