﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background-color:whitesmoke;
    font-size: .80em;
    font-family:Consolas;
    margin: 0px;
    padding: 0px;
    color:Green;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color:Black ;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /* Color principal */
    width: 1340px;
    background-color:#DFDFDF;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background:white;
    width: 100%;
    top: 0px;
    left: 0px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color:Black;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: White;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#00407D;
    width:100%;
    font-family:Consolas;
    font-size: 15px;
    z-index:100000;
}

div.menu
{
    font-family:Consolas;
    font-size: 15px;
    padding: 4px 0px 4px 8px;
    z-index:100000;
}

div.menu ul
{
    font-family:Consolas;
    font-size: 15px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index:100000;
}

div.menu ul li a, div.menu ul li a:visited
{
    font-family:Consolas;
    font-size: 15px;
    background-color: #06ABEB;
    border: 1px white solid;
    color:whitesmoke;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    z-index:100000;
}

div.menu ul li a:hover
{
    font-family:Consolas;
    font-size: 15px;
    background-color:white;
    color: black;
    text-decoration: none;
    z-index:100000;
}

div.menu ul li a:active
{
    font-family:Consolas;
    font-size: 15px;
    background-color: white;
    color: black;
    text-decoration: none;
    z-index:100000;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color:black;
}

.loginDisplay a:link
{
    color: black;
}

.loginDisplay a:visited
{
    color:black;
}

.loginDisplay a:hover
{
    color:blue;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* VENTANA MODAL Y ESTILOS POR DEFECTO  
----------------------------------------------------------*/

.modalBackground
{
    background-color:gray;
    filter: alpha(opacity=10);
    opacity: 0.8;
}

.Label
{
    font-family:Consolas;
    /*font-weight:bold;*/
    font-size:16px;
    color:Black;
}

.Titulo
{
    font-family:Consolas;
    font-size:42px;
    font-weight:bold;
    color:White;
}

.LabelTitulo
{
    font-family:Consolas;
    font-size:18px;
    font-weight:bold;
    color:Black;
}

.LabelTituloEditar
{
    font-family:Consolas;
    font-size:16px;
    text-decoration:underline;
    color:Blue
}

.LabelError
{
    font-family:Consolas;
    font-size:16px;
    font-weight:bold;
    color:Red;
}

.LabelObligatorio
{
    font-family:Consolas;
    /*font-size:1px;*/
    font-size:16px;
    font-weight:bold;
    color:black;
}

.LabelOk
{
    font-family:Consolas;
    font-size:16px;
    font-weight:bold;
    color:Green;
}

.LabelFooter
{
    font-family:Consolas;
    font-size:16px;
    color:Black;
}

.TextBox
{
    font-family:Consolas;
    font-size:16px;
    /*font-weight:bold;*/
    color:Black;
    margin-top: 0px;
}

.Button
{
    font-family:Consolas;
    font-size:16px;
    color:White;
    font-weight:bold;
    /*background-color:#1C81C5;*/
    background-color:#00407D;
    /*background-color:#4682B4;*/
    margin-top: 0px;
    }

.ButtonGrilla
{
    font-family:Consolas;
    font-size:16px;
    color:White;
    font-weight:bold;
    /*background-color:#1C81C5;*/
    background-color:#00407D;
    /*background-color:#4682B4;*/
    margin-top: 0px;
    height: 29px;
    width:100%;
}

.ControlEnable
{
    font-family:Consolas;
    font-size:16px;
    color:White;
    background-color:gray;
}

.DropDown
{
    font-family:Consolas;
    font-size:16px;
    /*font-weight:bold;*/
    color:Black;
    margin-top: 0px;
    margin-left: 0px;
}

.LabelHeader
{
    font-family:Consolas;
    font-size:16px;
    color:white;
}

.LinkSesion
{
    font-family:Consolas;
    font-size:16px;
    color:Black;
}

.LinkButton
{
    font-family:Consolas;
    font-size:16px;
    color:blue;
}


.ControlError
{
    font-family:Consolas;
    font-size:16px;
    color:Red;
}

.CheckBox
{
    font-family:Consolas;
    font-size:16px;
    color:Black;
}

.ListBox
{
    font-family:Consolas;
    font-size:16px;
    color:Black;
}

.Panel
{
    background-color:#DFDFDF;
    font-family:Consolas;
    font-size:16px;
    color:Black;
}

.PanelPopUp
{
    background-color: #C0C0C0; /*Silver */
    font-family:Consolas;
    font-size:medium;
    color:Black;
}

.ui-table { border-collapse: inherit !important; border: none; margin-bottom: 8px; background-color:white }
.ui-table tr td { border: 1px solid #cccccc; border-right: none; border-bottom: none; padding: 3px 1px; }
.ui-table tr th { border: 1px solid white; border-right: none; border-bottom: none; padding: 3px 1px; }
/*.ui-table tr th { background: Black url(../image/ui/ui-bg_gloss-wave_30_92D400_500x100.png) 50% 50% repeat-x; font-size: 14px; font-weight: bold; color: white; }*/
.ui-table tr th { background:  #06ABEB url(../image/ui/ui-bg_gloss-wave_30_92D400_500x100.png) 50% 50% repeat-x; font-size: 14px; font-weight: bold; color: white; }
.ui-table tr:last-child td:first-child { border-radius: 0px 0px 0px 4px; }
.ui-table tr:last-child td:last-child { border-radius: 0px 0px 4px 0px; }
.ui-table tr:first-child th:first-child { border-radius: 4px 0px 0px 0px; }
.ui-table tr:first-child th:last-child { border-radius: 0px 4px 0px 0px; border-right: 1px solid #92D400; }
.ui-table tr td:last-child { border-right: 1px solid #cccccc; }
.ui-table tr:last-child td { border-bottom: 1px solid #cccccc; }
.ui-table tr:hover { background-color: #D9F0A4; }

.GridviewScrollHeader TH, .GridviewScrollHeader TD
{
    padding: 5px;
    font-weight: bold;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    /*background-color: #EFEFEF;*/
    vertical-align: bottom;
    text-align: center;
}
.GridviewScrollItem TD
{
    padding: 5px;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    /*background-color: #FFFFFF;*/
}
.GridviewScrollItem .Freeze
{
    /*background-color: #EFEFEF;*/
}
.GridviewScrollItemHover TD
{
    padding: 5px;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    /*background-color: #CCCCCC;*/
    cursor: pointer;
}
.GridviewScrollItemHover .Freeze
{
    /*background-color: #CCCCCC;*/
}
.GridviewScrollItemSelected TD
{
    padding: 5px;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    /*background-color: #FFFFFF;
    color: #FF0000;*/
}
.GridviewScrollItemSelected .Freeze
{
    /*background-color: #FFFFFF;*/
}
.GridviewScrollPager 
{
    border-top: 1px solid #AAAAAA;
    /*background-color: #FFFFFF;*/
}
.GridviewScrollPager TD
{
    padding-top: 3px;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
.GridviewScrollPager A
{
    /*color: #666666;*/
}

.GridviewScrollPager SPAN
{
    font-size: 16px;
    font-weight: bold;
}

.GridviewItemSelected
{
    /*padding: 5px;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;*/
    background-color: red;
}

.ValidationSumary
{
    border: 1px solid #b08b34;
    padding: 0px 0px 13px 0px;
    font-family: Consolas;
    font-size: 16px;
    width: 99%;
}

.ValidationHeader
{
    left:0px;
    position:relative;
    font-family: Consolas;
    font-size: 16px;
    background-color: #e5d9bd;
    color:#56300a;
    height:14px;
    font-weight: bold;
    border-bottom: 1px solid #b08b34;
    padding-top: 3px;
}

.ValidationSumary ul
{
    padding-top: 5px;
    padding-left: 45px;
    list-style:none;
    font-family: Consolas;
    font-size: 16px;
    color:#982b12;
    font-style:italic;
}

.ValidationSumary ul li
{
    padding: 2px 0px 0px 15px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
}

 .Tab .ajax__tab_header
{
    color: #4682b4;
    font-family:Consolas;
    font-size: 16px;
    font-weight: bold;
    background-color:white;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right:0px;
    padding-bottom:0px;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    background-position-x:bottom;
}
/*Body*/
.Tab .ajax__tab_body
{
    /*border:1px solid black;*/
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right:0px;
    padding-bottom:0px;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
    color: #ffffff;
    background:url("../../Image/tab_active.gif") repeat-x;
    height:20px;
}
.Tab .ajax__tab_active .ajax__tab_inner
{
    color: #ffffff;
    background:url("../../Image/tab_left_active.gif") no-repeat left;
    padding-left:10px;
    height:20px;
}
.Tab .ajax__tab_active .ajax__tab_outer
{
    color: #ffffff;
    background:url("../../Image/tab_right_active.gif") no-repeat right;
    padding-right:6px;
    height:20px;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab
{
    color: #000000;
    background:url("../../Image/tab_hover.gif") repeat-x;
    height:20px;
}
.Tab .ajax__tab_hover .ajax__tab_inner
{
    color: #000000;
    background:url("../../Image/tab_left_hover.gif") no-repeat left;
    padding-left:10px;
    height:20px;
}
.Tab .ajax__tab_hover .ajax__tab_outer
{
    color: #000000;
    background:url("../../Image/tab_right_hover.gif") no-repeat right;
    padding-right:6px;
    height:20px;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab
{
    color: #666666;
    background:url("../../Image/tab_Inactive.gif") repeat-x;
    height:20px;
}
.Tab .ajax__tab_inner
{
    color: #666666;
    background:url("../../Image/tab_left_inactive.gif") no-repeat left;
    padding-left:10px;
    height:20px;
}
.Tab .ajax__tab_outer
{
    color: #666666;
    background:url("../../Image/tab_right_inactive.gif") no-repeat right;
    padding-right:6px;
    margin-right: 2px;
    height:20px;
}

.AspNet-TreeView {
    width: 200px;
    border-top: solid 1px #DDD;
}
 
.AspNet-TreeView ul {
    list-style: none; 
}
 
.AspNet-TreeView-Leaf {
    border-bottom: solid 1px #DDD;
    background: url(../../Image/node-dot.gif) 8px 9px no-repeat;  
}
 
.AspNet-TreeView-Root {
    border-bottom: solid 1px #DDD; 
}
 
.AspNet-TreeView-Root a {
    display: block;
    width: 170px;
    margin-left: 20px;
    padding: 5px 5px 5px 5px; 
}
 
.AspNet-TreeView-Selected {
    background: #F6F6F6 url(../../Image/arrow-right.gif) 8px 9px no-repeat;
}
 
.AspNet-TreeView-Expand {
    display: block;
    float: left;
    margin: 9px 0px 0px 8px;
    padding: 6px 4px 5px 4px;
    height: 0px !important;
    background: url(../../Image/node-plus.gif) 0px 0px no-repeat;
    cursor: pointer;
}
 
.AspNet-TreeView-Collapse {
    display: block;
    float: left;
    margin: 9px 0px 0px 8px;
    padding: 6px 4px 5px 4px;
    height: 0px !important;
    background: url(../../Image/node-minus.gif) 0px 0px no-repeat;
    cursor: pointer;
}
 
.AspNet-TreeView-Show li {
      border-top: solid 1px #DDD;
      background-position: 28px 9px;
}
 
.AspNet-TreeView-Hide {
    display: none;
}
 
.AspNet-TreeView ul li ul li {
    text-indent: 20px;
    border-bottom: none;
    font-size: 11px;
}

