﻿body
{
    background: #FFFFFF;
    font-size: 11pt;
    font-family: Arial, Helvetica, Verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Segoe UI";
    margin: 1px;
    padding: 0px;
    color: #000000;
}

span
{
    font-size: 9pt;
    font-family: Arial, Helvetica, Verdana,sans-serif,"Helvetica Neue", "Lucida Grande", "Segoe UI";
    font-weight: bold;
    color: #000000;
}

label
{
    font-size: 9pt;
    font-family: Arial, Helvetica, Verdana,sans-serif,"Helvetica Neue", "Lucida Grande", "Segoe UI";
    font-weight: bold;
    color: #FFFFFF;
}

input
{
    font-size: 9pt;
    font-family: Arial, Helvetica, Verdana,sans-serif,"Helvetica Neue", "Lucida Grande", "Segoe UI";
    font-weight: normal;
    border: #999999 1px solid;
}

textarea
{
    font-size: 9pt;
    font-family: Arial, Helvetica, Verdana,sans-serif,"Helvetica Neue", "Lucida Grande", "Segoe UI";
    font-weight: normal;
    border: #999999 1px solid;
    overflow: auto;
}

input[type="checkbox"]
{
    border: 0px;
    background-color: #FFFFFF;
}

input[type="radio"]
{
    border: 0px;
    background-color: #FFFFFF;
}

input[type="submit"]
{
    font-size: 11px;
    background-color: #efefef;
    border: 1px solid #999999;
    color: #000000;
    font-weight: bold;
    height: 18;
    cursor: pointer;
    /*
    font-size: 11px;
    font-family:Arial, Helvetica, Verdana , sans-serif,"Helvetica Neue", "Lucida Grande", "Segoe UI" ;
    font-weight:normal;
    color: #FFFFFF;
    background: #2B3C59;
	*/
}

    input[type="submit"]:hover
    {
        font-size: 11px;
        background-color: #efefef;
        border: 1px solid #999999;
        color: #999999;
        font-weight: bold;
        height: 18;
        cursor: pointer;
    }

input[type="button"]
{
    font-size: 11px;
    background-color: #efefef;
    border: 1px solid #999999;
    color: #000000;
    font-weight: bold;
    height: 18;
    cursor: pointer;
    /*
    font-size: 11px;
    font-family:Arial, Helvetica, Verdana , sans-serif,"Helvetica Neue", "Lucida Grande", "Segoe UI" ;
    font-weight:normal;
    color: #FFFFFF;
    background: #2B3C59;
	*/
}

    input[type="button"]:hover
    {
        font-size: 11px;
        background-color: #efefef;
        border: 1px solid #999999;
        color: #999999;
        font-weight: bold;
        height: 18;
        cursor: pointer;
    }

TD.TDSelected:hover
{
    background-color: #c6d8e6;
    cursor: pointer;
}

select
{
    font-size: 9pt;
    font-family: Arial, Helvetica, Verdana,sans-serif,"Helvetica Neue", "Lucida Grande", "Segoe UI";
    font-weight: normal;
    border: #CCCCCC 1px solid;
}

table.StyleTableBaner
{
    background-color: #F9F9F9;
}

table.StyleTable1
{
    border: 1px solid black;
    background-color: #F9F9F9;
}

table.StylePlanPromo
{
    border: 1px solid yellow;
    background-color: #F9F9F9;
}

tr.StyleTable1Light
{
    background-color: #FFFFFF;
}

table.StyleTable1 thead, th
{
    background-color: #77817C;
}

td.StyleTable1Title
{
    color: #FFFFFF;
    background-color: #77817C;
    font-weight: bold;
}

td.StyleTask
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #003366;
}

td.StyleWorkflowTask
{
    background-color: #003366;
    font-weight: bold;
    color: #FFFFFF;
}

.LabelWithBackgroundStyle1
{
    color: #040278;
    font-size: 9pt;
    font-family: sans-serif,"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana;
    font-weight: bold;
}

.LabelMensajesWarning
{
    color: Red;
    font-size: 13pt;
    font-family: sans-serif,"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana;
    font-weight: bold;
}

.ListBoxFOPR
{
    width: 100%;
    height: 400px;
    border: 1px solid black;
}

.imgModifyAssignments
{
    border: 0px;
}

.LabelData
{
    font-size: 9pt;
    font-family: sans-serif,"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana;
    font-weight: normal;
}

a, a:visited
{
    font-family: sans-serif,"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana;
    color: #000080;
    font-weight: bold;
}

    a:hover
    {
        font-family: sans-serif, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana;
        color: #0000FF;
        font-weight: bold;
    }

img.imgLink
{
    border: 0px;
    cursor: pointer;
}

.boldText
{
    color: White;
    background-color: #495D7F;
    font-weight: bold;
}


.treeAdminActiveVisible
{
    color: Navy;
    background-color: White;
}

.treeAdminNoActiveVisible
{
    color: Red;
    background-color: White;
}

.treeAdminNoActiveNoVisible
{
    color: Red;
    background-color: Yellow;
}

.treeAdminActiveNoVisible
{
    color: Navy;
    background-color: Yellow;
}

.visibleDiv
{
    position: fixed;
}

input[readonly]
{
    color: #ada0a0;
    background-color: #f0f0f0;
}


#footer
{
    border-top-style: solid;
    border-top-color: #cccccc;
    border-top-width: 1px;
    color: #cccccc;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 5px;
}

    #footer #left
    {
        float: left;
        padding-left: 5px;
    }

    #footer #right
    {
        float: right;
        padding-right: 5px;
    }

#login
{
    background-image: url("../images/LoginMoto.png");
    background-color:White;
    background-repeat: no-repeat;
    width: 450px;
    height:175PX;
    padding-top: 108px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 5px;
    border-color: #000000;
}

    #login h1
    {
        padding: 0px;
        font-size: 12px;
        font-weight: bold;
        margin-left: 175px;
        margin-right: 20px;
        margin-top: 0px;
        margin-bottom: 90px;
    }

    #login h2, #login p
    {
        font-size: 12px;
        font-weight: normal;
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
        padding: 0px;
    }

    #login span#error
    {
        color: #ff0000;
        font-weight: bold;
        background-color: #000000;
        font-family: verdana,arial,sans-serif;
        padding: 0px;
    }

    #login input#txtLogin, #login input#txtPass {
        width: 150px;
        height: 14px;
        font-size: 11px;
        border: 1px solid #999999;
        background-repeat: no-repeat;
        background-position: 5px 50%;
        padding-left: 22px;
    }

    #login input#txtLogin {
        background-image: url("../images/cedula.png");
    }

    #login input#txtPass {
        background-image: url("../images/clave.png");
    }

    #login select#language_ident
    {
        font-size: 11px;
    }

    #login select#hub
    {
        font-size: 11px;
    }

    #login input#OkButton
    {
        font-size: 11px;
        background-color: #efefef;
        border: 1px solid #999999;
        color: #000000;
        font-weight: bold;
        height: 18;
        cursor: pointer;
    }

        #login input#OkButton:hover
        {
            font-size: 11px;
            background-color: #efefef;
            border: 1px solid #999999;
            color: #999999;
            font-weight: bold;
            height: 18;
            cursor: pointer;
        }

#login-page-div
{
    background: url(../images/page_bg_img.png) no-repeat 50% 0px;
}

#login-page-body
{
    background: #eaeaea repeat-x 0px 0px;
}

#error-page-div
{
    background: url(../images/page_bg_img.png) no-repeat 50% 0px;
}

#error-page-body
{
    background: #eaeaea repeat-x 0px 0px;
}

a.ui-corner-all, a.ui-corner-top, a.ui-corner-left, a.ui-corner-tl
{
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 11px;
    font-weight: normal;
}

a.ui-corner-all, a.ui-corner-top, a.ui-corner-right, a.ui-corner-tr
{
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 11px;
    font-weight: normal;
}

a.ui-corner-all, a.ui-corner-bottom, a.ui-corner-left, a.ui-corner-bl
{
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 11px;
    font-weight: normal;
}

a.ui-corner-all, a.ui-corner-bottom, a.ui-corner-right, a.ui-corner-br
{
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 11px;
    font-weight: normal;
}

a:hover.ui-corner-all, a:hover.ui-corner-top, a:hover.ui-corner-left, a:hover.ui-corner-tl
{
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 11px;
    font-weight: normal;
}

a:hover.ui-corner-all, a:hover.ui-corner-top, a:hover.ui-corner-right, a:hover.ui-corner-tr
{
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 11px;
    font-weight: normal;
}

a:hover.ui-corner-all, a:hover.ui-corner-bottom, a:hover.ui-corner-left, a:hover.ui-corner-bl
{
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 11px;
    font-weight: normal;
}

a:hover.ui-corner-all, a:hover.ui-corner-bottom, a:hover.ui-corner-right, a:hover.ui-corner-br
{
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 11px;
    font-weight: normal;
}

#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.content-popup {
    margin: 0px auto;
    margin-top: 120px;
    position: relative;
    padding: 10px;
    width: 500px;
    min-height: 250px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

    .content-popup h2 {
        color: #48484B;
        border-bottom: 1px solid #48484B;
        margin-top: 0;
        padding-bottom: 4px;
    }

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
}
