﻿/*-----STYLE RESET-----*/
html {
    color: #000;
    background: none repeat scroll 0 0 #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: Verdana, Geneva, sans-serif;
    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;
}

fieldset {
    border: 1px solid #AAAAAA;
    padding: 10px;
}
/*CSSHACK to enable resizing for IE*/
input, textarea, select {
    font-size: 100%;
}
/*CSSHACK because legend doesn't inherit in IE */
legend {
    color: #000;
}
/*----------*/
/*----------*/
/*
@font-face
{
    font-family: 'Verdana';
    src: url('FontFaces/verdana.eot');
    src: local('☺'), url('FontFaces/verdana.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #000000;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #3873EA !important;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
        color: #FACB00;
    }

.mscPage {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 10px #AAA;
    -webkit-box-shadow: 0px 0px 10px #AAA;
    box-shadow: 0px 0px 10px #AAA;
}

.mscFooter {
    font-size: 0.8em;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #000000;
    color: #f0f0f0;
    text-align: center;
    height: 60px;
    width: 100%;
    clear: both;
}

.FooterText {
    font-size: 1em;
    color: #f0f0f0 !important;
}

p {
    margin: 10px 0;
}

.relative {
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.split > div {
    float: left;
    width: 48%;
}

    .split > div:last-child {
        margin-left: 4%;
    }

.tabla {
    clear: none;
    overflow: auto;
    padding: 5px;
    /*width: 100%;*/
}

.fila {
    clear: both;
    overflow:hidden;
}
.filaAlterna {
    clear: both;
    overflow: hidden;
    background-color:#e0e0e0;
}

.Column {
    float: left;
    height: 25px;
    padding-right: 10px;
    padding-top: 3px;
    height: 100%;
}

.tinyColumn {
    float: left;
    height: 25px;
    padding-right: 10px;
    padding-top: 3px;
    height: 100%;
    width: 100px;
}

.smallColumn {
    float: left;
    height: 25px;
    padding-right: 10px;
    padding-top: 3px;
    height: 100%;
    width: 150px;
}

.mediumColumn {
    float: left;
    height: 25px;
    padding-right: 10px;
    padding-top: 3px;
    height: 100%;
    width: 250px;
}

.bigColumn {
    float: left;
    height: 25px;
    padding-right: 10px;
    padding-top: 3px;
    height: 100%;
    width: 350px;
}

.biggerColumn {
    float: left;
    height: 25px;
    padding-right: 10px;
    padding-top: 3px;
    height: 100%;
    width: 520px;
}

/*----- Alignments -----*/
.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}
/*---- HEADER ----*/

.headerBgDefault {
    background: rgba(238,238,238,1);
    background: -moz-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 47%, rgba(204,204,204,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238,238,238,1)), color-stop(47%, rgba(221,221,221,1)), color-stop(100%, rgba(204,204,204,1)));
    background: -webkit-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 47%, rgba(204,204,204,1) 100%);
    background: -o-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 47%, rgba(204,204,204,1) 100%);
    background: -ms-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 47%, rgba(204,204,204,1) 100%);
    background: linear-gradient(to right, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 47%, rgba(204,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=1 );
}
.headerBgOrange {
    background: rgba(238,238,238,1);
    background: -moz-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(240,192,72,1) 55%, rgba(255,155,48,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238,238,238,1)), color-stop(55%, rgba(240,192,72,1)), color-stop(100%, rgba(255,155,48,1)));
    background: -webkit-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(240,192,72,1) 55%, rgba(255,155,48,1) 100%);
    background: -o-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(240,192,72,1) 55%, rgba(255,155,48,1) 100%);
    background: -ms-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(240,192,72,1) 55%, rgba(255,155,48,1) 100%);
    background: linear-gradient(to right, rgba(238,238,238,1) 0%, rgba(240,192,72,1) 55%, rgba(255,155,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ff9b30', GradientType=1 );
}
.headerBgBlue {
    background: rgba(238,238,238,1);
    background: -moz-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(180,184,222,1) 55%, rgba(140,169,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238,238,238,1)), color-stop(55%, rgba(180,184,222,1)), color-stop(100%, rgba(140,169,255,1)));
    background: -webkit-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(180,184,222,1) 55%, rgba(140,169,255,1) 100%);
    background: -o-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(180,184,222,1) 55%, rgba(140,169,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(180,184,222,1) 55%, rgba(140,169,255,1) 100%);
    background: linear-gradient(to right, rgba(238,238,238,1) 0%, rgba(180,184,222,1) 55%, rgba(140,169,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#8ca9ff', GradientType=1 );
}
.headerBgGreen {
    background: rgba(238,238,238,1);
    background: -moz-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(179,250,137,1) 55%, rgba(101,217,63,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238,238,238,1)), color-stop(55%, rgba(179,250,137,1)), color-stop(100%, rgba(101,217,63,1)));
    background: -webkit-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(179,250,137,1) 55%, rgba(101,217,63,1) 100%);
    background: -o-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(179,250,137,1) 55%, rgba(101,217,63,1) 100%);
    background: -ms-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(179,250,137,1) 55%, rgba(101,217,63,1) 100%);
    background: linear-gradient(to right, rgba(238,238,238,1) 0%, rgba(179,250,137,1) 55%, rgba(101,217,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#65d93f', GradientType=1 );
}
.headerBgYellow {
    background: rgba(238,238,238,1);
    background: -moz-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(250,250,137,1) 55%, rgba(243,250,50,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238,238,238,1)), color-stop(55%, rgba(250,250,137,1)), color-stop(100%, rgba(243,250,50,1)));
    background: -webkit-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(250,250,137,1) 55%, rgba(243,250,50,1) 100%);
    background: -o-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(250,250,137,1) 55%, rgba(243,250,50,1) 100%);
    background: -ms-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(250,250,137,1) 55%, rgba(243,250,50,1) 100%);
    background: linear-gradient(to right, rgba(238,238,238,1) 0%, rgba(250,250,137,1) 55%, rgba(243,250,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f3fa32', GradientType=1 );
}
#header {
    
    color: #333333;
    margin: 0;
    min-height: 52px;
    overflow: hidden;
    border-bottom: 5px solid #000;
}

#logoContent {
    float: left;
    margin: 10px 0 0 10px;
}

#headerMnu {
    float: right;
    margin: 10px 10px 5px;
    text-align: right;
}

    #headerMnu .command {
        border-left: 1px solid #454545;
        /*margin-left: 10px;*/
        display: inline-block;
        padding: 1px 5px 1px 5px;
        margin-bottom: 5px;
    }

.oficinaLabel {
    font-size: 16px;
    font-weight: bold;
}

/*---- MENU ----*/

/*---- SYSTEM MESSAGES ----*/

.systemMessages {
    float: right;
    position: absolute;
    right: 1px;
    text-align: right;
    top: 3px;
    width: 230px;
    z-index: 7500;
}

.messagesContent {
    background-color: #F5F5F5;
    border: 1px solid #AAAAAA;
    display: none;
    height: 250px;
    overflow: auto;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 19px;
    width: 224px;
    z-index: 100;
}

.messages > .header {
    width: 236px;
}

.messages > .headerAlt {
    background-color: #696969;
    border-color: #AAAAAA #AAAAAA -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    height: 16px;
    overflow: visible;
}

.headerAlt #systemMessagesLink {
    color: #FFF;
}

.header #systemMessagesLink {
    color: #006400;
}

/*----- BODY -----*/
#body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    padding-bottom: 5px;
}

/*.mscPage
{
    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;
}*/
/*-----GENERAL LAYOUT-----*/

.masterLeftColumn {
    width: 15%;
    float: left;
    overflow: hidden;
    margin: 10px;
    margin-top: 0px;
}

.frame {
    border: 1px solid #bbb;
    padding: 5px;
    background-color: #EEEEEE;
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-radius: 3px;
}

.frameWarning {
    border: 1px solid #bbb;
    background-color: #FFFFCC;
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-radius: 3px;
    clear: both;
    font-family: Courier New;
}

.contentPanel {
    padding-left: 10px;
    width: 80%;
}

.columnContent {
    background-color: #EEEEEE;
    /*    overflow: hidden;*/
    padding: 5px 0px 5px 0px;
    clear: both;
}

.columnHead, .columnHeadCollapsed {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #666666;
    float: left;
    padding-bottom: 3px;
    width: 100%;
}

    .columnHead > .title, .columnHeadCollapsed > .title {
        color: #EEEEEE;
        float: left;
        font-size: 13px;
        margin-left: 5px;
        margin-top: 4px;
        /*text-shadow: 1px 1px #555555;*/
    }

    .columnHead > .commands, .columnHeadCollapsed > .commands {
        color: #FFFFFF !important;
        float: right;
        font-size: 13px;
        margin-right: 5px;
        margin-top: 3px;
    }

.contentMenu {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    color: #616161;
    padding-bottom: 4px;
    margin-bottom: 8px;
    margin-top: -5px;
    padding-top: 6px;
}

    .contentMenu > a {
        margin-right: 10px;
        display: inline-block;
    }

        .contentMenu > a:first-child {
            margin-left: 5px;
        }

/* Menu */
#leftMenu {
    /*float:left;*/
    margin: 5px 0px 5px 10px;
    width: 200px;
}

    #leftMenu .columnHead, #expandMenuButton {
        cursor: pointer;
    }

    #leftMenu .menuCollapseIcon {
        float: left;
        margin-left: 5px;
        margin-top: 3px;
    }

    #leftMenu.menuCollapse {
        width: 38px;
    }

#leftMenuPersonalizado {
    /*float:left;*/
    margin: 5px 0px 5px 10px;
    width: 200px;
}

    #leftMenuPersonalizado .columnHead, #expandMenuPButton {
        cursor: pointer;
    }

    #leftMenuPersonalizado .menuCollapseIcon {
        float: left;
        margin-left: 5px;
        margin-top: 3px;
    }

    #leftMenuPersonalizado.menuCollapse {
        width: 38px;
    }

.menuButton {
    display: none;
}

.menuCollapse .menuButton {
    display: block;
}

.menuCollapse #menuCollapseButton, .menuCollapse #menuBody, .menuCollapse #menuPCollapseButton, .menuCollapse #menuPBody {
    display: none;
}

#mainMenu li {
    list-style: none;
}

#mainMenu > li ul {
    display: none;
    background-color: #fff;
}

#mainMenu > li > a {
    background: url('images/repgray2.png') #2A2A2A repeat-x 0 0;
    color: #FFFFFF !important;
    padding: 5px 0px 5px 8px;
}

#mainMenu a {
    display: block;
}

#mainMenu .subMenu a {
    display: block;
    padding: 5px 5px 5px 10px;
}

    #mainMenu .subMenu a.selected {
        background-color: #999;
        color: #fff !important;
    }

#mainMenu .subSubMenu {
    margin-left: 15px;
}

    #mainMenu .subSubMenu a.selected {
        background-color: #E2E2E2;
        color: #000 !important;
    }

/**/
#menuPersonalizado {
    margin-top: 5px;
}

.divMenu {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 0px 5px 5px;
    overflow: hidden;
}

    .divMenu a {
        display: block;
    }

#pageContent {
    /*margin-right: 10px;
    overflow: hidden;
    width:77%;*/
    float: left;
    width: 975px;
    margin: 0px 10px 0 5px;
}

    #pageContent.menuCollapse {
        width: 1137px;
    }

.widget {
    border: 1px solid #DDDDDD;
    background-color: #F9F9F9;
    padding: 5px;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-radius: 3px;
}

.widgetHead {
    height: 25px;
    border-bottom: 1px solid #DDDDDD;
}

.widget .columnContent {
    background-color: transparent;
}

.widgetHead > .title {
    float: left;
    font-size: 13px;
    /*text-shadow: 1px 1px #fff;*/
    margin-left: 5px;
    margin-top: 4px;
}

.columnResize {
    float: left !important;
    clear: right !important;
    margin-left: 0px !important;
}

/*---- SHORTCUT BAR ----*/

.shortcutContentButton {
    background-color: #ffffff;
    padding: 5px 6px 6px 5px;
    width: 90px; /*90+5+5 = 100*/
    height: 90px; /*90+5+5 = 107*/
    display: inline-block;
    margin: 10px 5px 10px 5px;
}

a.shortcutButton {
    border: 1px solid #DDDDDD;
    background-color: #F9F9F9;
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    height: 100%;
    width: 100%;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    /*text-shadow: 1px 1px #fff;*/
    color: #444444;
}

    a.shortcutButton:hover {
        border: 1px solid #9D9D9D;
        background-color: #E4E7EA;
        text-decoration: none;
    }

.shortcutButton img {
    margin-top: 5px;
}


/*-----ONE COLUMN LAYOUT-----*/
.oneColumn {
    width: 100%;
    margin: 5px 0;
    clear: both;
    float: left;
}

/*-----TWO COLUMNS LAYOUT-----*/
.twoCols {
    float: left;
    width: 49%;
    margin: 5px 4px 0;
}

.twoColsLeft {
    float: left;
    width: 50%;
    margin: 5px 0;
}

.twoColsRight {
    float: right;
    width: 49%;
    margin: 5px 0 5px 5px;
    clear: right;
}

/*-----THREE COLUMNS LAYOUT-----*/
.threeColsLeft {
    float: left;
    width: 33%;
    /*margin: 5px 0;*/
}

.threeColsCenter {
    float: left;
    width: 33%;
    margin: 0 4px 0 5px;
}

.threeColsRight {
    float: right;
    width: 33%;
    /*margin: 5px 0;*/
}

/*-----TWO COLUMNS LAYOUT OTHER-----*/
.oneColumLeft {
    float: left;
    width: 33%;
    margin: 5px 0;
}

.twoColumRight {
    float: right;
    width: 66.3%;
    margin: 5px 0 5px 5px;
    clear: right;
}

/*---- FOOTER ----*/
#footer {
    border-top: 15px solid #E0E0E0;
    height: 65px;
    background-color: #6F6F6F;
    margin-top: 10px;
    text-align: center;
    padding-top: 10px;
    color: #E5E5E5;
}

    #footer a {
        color: #E5E5E5;
    }

#artexactaLogo {
    float: left;
    margin-left: 10px;
}

#copyright {
    text-align: center;
    color: #E5E5E5;
    display: inline-block;
}

#silvertrackLogo {
    float: right;
    margin-right: 10px;
}

/********NOTE*************/
.noteFrame {
    font-size: small;
    font-weight: bold;
    color: #FF0000;
}


/*-----FORMS STYLES-----*/
.label {
    display: block;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 5px;
    color: #000;
}

.inlineLabel {
    display: inline;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 5px;
    color: #000;
}

.titleLabel {
    display: block;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 5px;
    font-size: large;
    text-decoration: underline;
}

.subTitleLabel {
    display: block;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 5px;
    font-size: small;
}


.inlineText {
    display: inline;
    font-weight: normal;
    margin-top: 5px;
    margin-right: 5px;
}

span.input {
    display: block;
    height: 17px;
    border: solid 1px #AAA;
    width: 200px;
    background-color: #FFF;
    font-family: "segoe ui",arial,sans-serif;
    font-size: 12px;
    line-height: 17px;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: start;
}

input[type="text"], input[type="password"], select {
    border: solid 1px #AAA;
    height: 20px;
    width: 200px;
}

input[type="checkbox"] {
    margin-right: 5px;
}

input[type="text"].textReadOnly {
    border: none;
    height: 20px !important;
    width: 150px !important;
    background-color: transparent;
}

    input[type="text"].textReadOnly:focus {
        border: none;
    }

input[type="text"].textDisabled {
    border: none !important;
    background-color: transparent !important;
    width: 80px !important;
    background-color: transparent !important;
    text-align: right !important;
    color: #000000 !important;
}

    input[type="text"].textDisabled:focus {
        border: none;
    }

input[type="text"].textLabel {
    border: none;
    background-color: transparent;
    background-color: transparent;
    color: #000000;
}

    input[type="text"].textLabel:focus {
        border: none;
    }

input.labelSimple {
    border-width: 0px;
    background-color: inherit;
    color: inherit;
}

.listBox {
    height: auto;
}

select:focus, input[type="text"]:focus:not(.rcbInput), input[type="password"]:focus {
    border: solid 1px #387DFE;
}

textarea {
    border: solid 1px #AAA;
    width: 200px;
}

    textarea:focus {
        border: solid 1px #387DFE;
    }

.checkbox {
    display: inline-block;
    border: none;
    margin-top: 5px;
}

    .checkbox input {
        margin-right: 3px;
        width: auto;
        height: auto;
    }

    .checkbox label {
        margin-right: 15px;
    }

.bigField {
    width: 320px !important;
}

.biggerField {
    width: 440px !important;
}

.mediumField {
    width: 150px !important;
}

.normalField {
    width: 200px !important;
}

.smallField {
    width: 80px !important;
}

.tinyField {
    width: 40px !important;
}

.error {
    color: #D1604F;
}

.buttonsPanel {
    margin: 15px 0 15px 0;
    overflow: hidden;
}

    .buttonsPanel > .secondaryButton {
        display: block;
        float: left;
        padding-top: 3px;
        margin-right: 10px;
    }

    .buttonsPanel > .button {
        float: left;
    }

.linkButtonTitle {
    cursor: pointer;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #FFCC00;
    font-size: 14px;
}

.linkButton {
    cursor: pointer;
    color: #3873EA !important;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

.button {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: visible;
    padding: 0 3px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #333333;
    border: 1px solid #D3D3D3;
    color: #FFFFFF!important;
    font-weight: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: 0px;
    left: 0px;
}

    .button:hover {
        border: 1px solid #333333;
        background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #FFF;
    }

    .button span {
        padding: 2px 10px 3px;
        display: block;
    }

/*-----GRIDS-----*/
.gridContainer {
    overflow: auto;
}
/* In the div using this, please include style="width: xxx" */
.gridCommandContainer {
    padding: 5px 5px 4px 5px;
    background-color: #f7f7f7;
    border-top: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    border-bottom: none 0px;
}

.grid {
    border: 1px solid #BBBBBB;
    border-collapse: collapse;
    border-spacing: 0;
    float: left;
    margin: 5px 0;
    text-align: center;
}

    .grid .head {
        background-color: #000000;
        color: #FFFFFF;
        font-weight: bold !important;
        /*text-transform: capitalize;*/
        text-align: center;
        vertical-align: middle;
    }

        .grid .head > th {
            padding: 5px;
            font-weight: bold !important;
        }

    .grid .row {
        height: 20px;
        background: #FFF;
    }

    .grid .altRow {
        height: 20px;
        background-color: #F5F5F5;
    }

    .grid tr > td {
        padding: 0 5px;
    }

.gridTable tr > td {
    padding: 5px !important;
    border-bottom: 0px !important;
}

.grid .foot {
    height: 20px;
    font-size: 10px;
    background-color: #F5F5F5;
    border-top: solid 1px #DEDEDE;
}

.gridRowsNumberSelector {
    float: left;
    margin-top: 5px;
}

.gridSelectColumns {
    float: left;
    margin-top: 5px;
}

/* Mask for Column Selector */
.ColumnsSelector_Mask {
    position: absolute;
    z-index: 5000; /*reducido de 8100 a 5100 por que el radcombobox tiene un z-index de 6000*/
    background-color: #000;
    display: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.ColumnsSelector_Panel {
    border: 1px solid #DDDDDD;
    padding: 5px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 5100; /*reducido de 8100 a 5100 por que el radcombobox tiene un z-index de 6000*/ /*padding:10px;     background-color:#ededed;     border:solid 2px #dedede;*/
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 15px #FFF;
    -webkit-box-shadow: 0px 0px 15px #FFF;
    box-shadow: 0px 0px 15px #FFF;
    overflow: auto;
}

/*-------- BREADCRUMBS -------------------*/
.BreadcrumbCurrentNode {
    color: #666;
    font-size: 0.8em;
    font-weight: bold;
}

.BreadcrumbNode {
    background-color: #909090;
    border-bottom: solid 1px #AAA;
    border-top: solid 2px #888;
    color: #EEE;
    font-size: 0.8em;
    padding: 0px 3px 0px 3px;
    height: 14px !important;
    display: inline-block;
}

.BreadcrumbSeparator {
    background-image: url("Images/neutral/BreadcrumbSeparator.png");
    background-repeat: no-repeat;
}

/*-------- VALIDATION -----------*/
.validation, .validators {
    font-size: 10px;
    color:red;
}


/*-----------MULTI COMPANY SELECTOR-----------*/
.companySelectionTabContainer {
    margin-left: 5px;
}

.officeSelectionTabContainer {
    margin-left: 5px;
}
/*-----------MULTI USER SELECTOR-----------*/
.userSelectionTabContainer {
    margin-left: 5px;
}

.tabStrip {
}

.defaultTab {
    position: relative;
    bottom: -1px;
    border: solid 1px #DDDDDD;
    margin-left: 1px;
    padding: 5px !important;
    background-color: #F5F5F5;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.selectedTab {
    position: relative;
    bottom: -1px;
    border: solid 1px #AAA;
    border-bottom: solid 1px #FFF;
    margin-left: 1px;
    padding: 5px !important;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tabViewer {
    border: 1px solid #AAA;
    padding: 5px 10px;
    height: 154px;
}

.pageIntro {
    margin: 10px 5px 5px 5px;
}


.gridWithGridRow {
    float: left;
}

.gridRow {
    padding-left: 5px;
    padding-top: 5px;
    float: left;
}

.gridRowEnd {
    float: none;
    clear: both;
}

/* MESSAGES CONTROL */
.messages {
    float: right;
    width: 250px;
    padding: 2px;
    position: relative;
}

.messagesContent {
    display: none;
    position: absolute;
    left: inherit;
    background-color: #f5f5f5;
    border: solid 1px #aaa;
    padding: 5px;
    overflow: auto;
    height: 250px;
    width: 238px;
    top: 19px;
    z-index: 100;
}

.messages > .header {
}

.messages > .headerAlt {
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
    border-bottom: none 0px;
    overflow: visible;
    height: 16px;
    background-color: #fff;
}

/* Mask for feedback panel */
.feedback_Mask {
    position: absolute;
    z-index: 8000;
    background-color: #000;
    display: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.feedback_Panel {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 8100; /*padding:10px;     background-color:#ededed;     border:solid 2px #dedede;*/
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 15px #FFF;
    -webkit-box-shadow: 0px 0px 15px #FFF;
    box-shadow: 0px 0px 15px #FFF;
}


/* Mask for SecurityContext Mask panel */
.SecurityContext_Mask {
    position: absolute;
    z-index: 8000;
    background-color: #000;
    display: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.SecurityContext_Panel {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 8100;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 15px #FFF;
    -webkit-box-shadow: 0px 0px 15px #FFF;
    box-shadow: 0px 0px 15px #FFF;
}


/*--------------------------------*/
/* Mask for TimeRecord Mask panel */
.TimeRecord_Mask {
    position: absolute;
    z-index: 8000;
    background-color: #000;
    display: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.TimeRecord_Panel {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 8100;
    padding: 10px;
    background-color: #ededed;
    border: solid 2px #dedede;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 15px #FFF;
    -webkit-box-shadow: 0px 0px 15px #FFF;
    box-shadow: 0px 0px 15px #FFF;
}

.DevolutionRecord_Panel {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 8100;
    padding: 10px;
    background-color: #ededed;
    border: solid 2px #dedede;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -moz-box-shadow: 0px 0px 15px #FFF;
    -webkit-box-shadow: 0px 0px 15px #FFF;
    box-shadow: 0px 0px 15px #FFF;
}
/* Mask for ExpensesRecord Mask panel */
.DevolutionRecord_Mask {
    position: absolute;
    z-index: 8000;
    background-color: #000;
    display: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/* Mask for Annotation Mask panel */
.Annotation_Mask {
    position: absolute;
    z-index: 7900;
    background-color: #000;
    display: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.Annotation_Panel {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 8100;
    padding: 10px;
    background-color: #ededed;
    border: solid 2px #dedede;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 15px #FFF;
    -webkit-box-shadow: 0px 0px 15px #FFF;
    box-shadow: 0px 0px 15px #FFF;
}

/*-------------------------------*/
/* Mask for Shortlist Mask panel */
.AddShortlist_Mask {
    position: absolute;
    z-index: 8000;
    background-color: #000;
    display: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.ShortlistAdd_Panel {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 8100;
    padding: 10px;
    background-color: #ededed;
    border: solid 2px #dedede;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 15px #FFF;
    -webkit-box-shadow: 0px 0px 15px #FFF;
    box-shadow: 0px 0px 15px #FFF;
}

/* Mask for Add Company in Edit Shortlist Mask panel */
.AddCompanyToShortlist_Mask {
    position: absolute;
    z-index: 8000;
    background-color: #000;
    display: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.AddCompanyToShortlist_Panel {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 8100;
    padding: 10px;
    background-color: #ededed;
    border: solid 2px #dedede;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 15px #FFF;
    -webkit-box-shadow: 0px 0px 15px #FFF;
    box-shadow: 0px 0px 15px #FFF;
}

/** Confirm control */
.DisplayNone {
    display: none !important;
}

/** Lists */

/** Phone List */
.phonesList > ul {
    list-style-image: url(./Icons/phoneSmall.png);
    list-style-position: inside;
}

.emailsList > ul {
    list-style-image: url(./Icons/emailSmall.png);
    list-style-position: inside;
}

/*------------------------------------------*/
/* Styles for ActivityCheckList UserControl */
.checkboxItem {
    display: none;
}

.checkItemContainer {
    display: block;
    clear: both;
    margin: 2px 0px 2px 0px;
    overflow: hidden;
}

.clear {
    clear: both;
}

.checkItemContainerLabel {
    display: inline-table;
    float: left;
}

.checkItem {
    float: left;
    display: inline-table;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.checkItem_disabled {
    cursor: default !important;
}

.checked {
    background-image: url(checked.png);
}

.checked_disabled {
    background-image: url(checked_disabled.png);
}

.unchecked {
    background-image: url(unchecked.png);
}

.unchecked_disabled {
    background-image: url(unchecked_disabled.png);
}

.cmdDeleteCheckItem {
    margin-right: 5px;
    margin-left: 5px;
    float: left;
}

.checkItemContainerLabel {
    cursor: pointer;
}

.checkItemContainerLabel_disabled {
    cursor: default !important;
    margin-left: 5px !important;
}

/*Body for EmptyMastePage*/
#mainBody, #EmptyHtml {
    background: none repeat scroll 0 0 #FFF !important;
    margin: 0;
}

/*-------- FORM HINTS-----------*/
.hint {
    position: absolute;
    border: 1px solid #387DFE;
    padding: 10px 12px;
    background-color: #f7f7f7;
    width: 200px;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 100;
}

    .hint .hint-pointer {
        position: absolute;
        left: -10px;
        top: 5px;
        width: 10px;
        height: 19px;
        background: url(Images/neutral/hint_pointer.gif) left top no-repeat;
        z-index: 100;
    }

.tooltip {
    z-index: 99999;
}

.help {
    width: 27px;
    height: 27px;
    background-image: url('images/Help.png');
}

.miniHelp {
    width: 20px;
    height: 20px;
    background-image: url('images/miniHelp.png');
}

    .miniHelp:hover {
        background-image: url('images/miniHelphover.png');
    }

.help:hover {
    background-image: url('images/Helphover.png');
}
/*---- HEADER ----*/

/*---- MENU ----*/
.menu, .menu > .rmRootGroup {
    background: #000000 !important;
    color: #fff !important;
    box-shadow: 0 0 10px #DDDDDD;
}

    .menu > ul.menu {
        display: inline-block;
        margin: 0px 0px 0px 5px;
        padding: 0px;
        list-style: none outside none;
    }

ul.menu > li {
    height: 41px;
    display: inline-block;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #D0D0D0;
    margin: 0px 0px 0px 0px;
    float: left;
    clear: right;
    overflow: hidden;
}

    ul.menu > li > a, ul.menu > li > a:hover {
        display: inline-block;
        padding: 12px 5px 13px 10px;
        color: #454545;
        font-weight: 700;
        height: 100%; /*
    text-shadow: 1px 1px #fff;
    */
        text-decoration: none;
    }

.menu {
    float: left;
}

    .menu > ul {
        border-width: 0px !important;
    }

.cellClass {
    padding-bottom: 3px;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 3px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #000000;
}
/*-- TABLAS DE DATOS --*/
.dataTable {
    background-color: #EEEEEE;
    width: 100%;
}

    .dataTable .dataTableLabel {
        font-weight: bold;
        width: 150px;
        font-size: 0.9em;
        vertical-align: top;
    }

    .dataTable .dataTableInfo {
        width: 250px;
        font-size: 0.9em;
        vertical-align: top;
    }

    .dataTable .dataDetails {
        font-size: 0.9em;
        vertical-align: top;
    }

    .dataTable .alternateRow {
        background-color: #F7F7F7;
    }

    .dataTable td {
        padding: 2px 3px;
    }
/****DOCUMENTS****/
.toggleButtonDiv {
    width: 20px;
    float: left;
}

.titleDiv {
    width: 700px;
    float: none;
}

.inlineDescription {
    font-style: italic;
    padding-left: 5px;
}

.fileList {
    padding-left: 20px;
}

.spaceDocumentDiv {
    padding-top: 15px;
}

.RadComboBoxDropDown_Default .rcbHovered {
    background: none repeat scroll 0 0 #3873EA !important;
    color: #FFFFFF !important;
}

.viewWrap {
    background: #D8D8D8 repeat-x scroll 0 0;
    padding: 15px;
}

.ReportViewer_background, .ReportViewer_backgroundMarginLeft {
    background-color: #FFFFFF;
}

    .ReportViewer_backgroundMarginLeft > table > tbody > tr:last-child > td > div > div > div > table {
        margin-left: 20px;
    }

.Grid .rgDataDiv {
    height: 100% !important;
}

.rcbHeader ul,
.rcbFooter ul,
.rcbItem ul, .rcbHovered ul, .rcbDisabled ul {
    /*width: 100%;*/
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.col1, .col2, .col3 {
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 14px;
}

.block {
    display: block;
}

.MarginTop {
    display: block;
    margin-top: 5px;
}

.RadMultiPage {
    padding: 10px;
    border: 1px solid #AAA;
    margin-top: -1px;
    background-color: #FFF;
}

.GroupingTextPanel legend {
    padding: 0 10px;
}

.colMin45 {
    min-width: 45px;
}

.colMin50 {
    min-width: 50px;
}

.colMin60 {
    min-width: 60px;
}

.colMin70 {
    min-width: 70px;
}

.colMin80 {
    min-width: 80px;
}

.colMin90 {
    min-width: 90px;
}

.colMin100 {
    min-width: 100px;
}

.colMin120 {
    min-width: 120px;
}

.colMin150 {
    min-width: 150px;
}

.colMin200 {
    min-width: 200px;
}

.RadCalendarPopup {
    z-index: 7000 !important;
}

.RadComboBoxDisable {
    color: #999 !important;
}

.divExportChart {
    float: right;
    padding: 0 35px 5px 0;
    cursor: pointer;
    color: #3873EA;
    background: url('Grid/export.gif') 90% -100px no-repeat;
}

/* pager grid */
.paginationPanel {
    margin-top: 5px;
}

.InfoPage {
    display: inline-block;
    overflow: hidden;
    height: 19px;
    margin-top: 3px;
}

.btnPageNext {
    height: 22px;
    vertical-align: top;
    width: 22px;
    background: url('Grid/sprite.gif') 0 -850px no-repeat;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    padding: 0;
}

    .btnPageNext:hover {
        background-position: 0 -900px;
    }

.btnPageLast {
    height: 22px;
    vertical-align: top;
    width: 22px;
    background: url('Grid/sprite.gif') 0 -1000px no-repeat;
    margin-left: 2px;
    cursor: pointer;
    border: none;
    padding: 0;
}

    .btnPageLast:hover {
        background-position: 0 -1050px;
    }

.btnPageFirst {
    height: 22px;
    vertical-align: top;
    width: 22px;
    background: url('Grid/sprite.gif') 0 -550px no-repeat;
    margin-right: 2px;
    cursor: pointer;
    border: none;
    padding: 0;
}

    .btnPageFirst:hover {
        background-position: 0 -600px;
    }

.btnPagePrev {
    height: 22px;
    vertical-align: top;
    width: 22px;
    background: url('Grid/sprite.gif') 0 -700px no-repeat;
    margin-right: 5px;
    cursor: pointer;
    border: none;
    padding: 0;
}

    .btnPagePrev:hover {
        background-position: 0 -750px;
    }

.hidden {
    display: none;
}
@media print {
    .noPrint {
        display: none;
        visibility: hidden;
    }

    html * {
        background-color:#ffffff;
        border-width:0px;
    }
}