/*Master Page*/
body
{
    margin: 0px;
    padding: 0px;
}

#Header
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: small;
    font-family: Calibri, Helvetica, sans-serif;
}

.modalPopup
{
    position: relative;
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    z-index: 900;
}

.modalBackground
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
    z-index: 1000;
}

.modalPopupBig
{
    position: relative;
    background-color: #ffffdd;
    border-width: 5px;
    border-style: solid;
    border-color: Black;
    padding: 3px;
    width: 600px;
    z-index: 900; /*CSS3 properties*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0px 2px 5px #888;
    -webkit-box-shadow: 0px 2px 5px #888;
    -moz-box-shadow: 0px 2px 5px #888;
}

.modalPopupConfirma
{
    position: relative;
    border: medium solid #ffffcc;
    background-color: #D8D8D8;
    width: 90%;
    font-family: Calibri, Helvetica, sans-serif;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
    z-index: 900;
}

#progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
    z-index: 1000;
}

#processMessage
{
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
}

#processMessageNew
{
    position: absolute;
    top: 30%;
    left: 35%;Me
    width: 30%;
    z-index: 1001;
    text-align: center;
}

/*Input*/

span
{
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 95%;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}
select
{
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 95%;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}
textarea
{
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 91%;
    letter-spacing: -1%;
    font-weight: normal;
    font-style: normal;
}
option
{
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 91%;
    letter-spacing: -1%;
    font-weight: normal;
}
input
{
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 91%;
    letter-spacing: -1%;
    font-weight: normal;
}
input:focus, input:hover
{
    background: lightgray;
}
fieldset
{
    border: 1px dashed #CCC;
    padding: 10px;
}
legend
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
    background: #666;
    border: 1px solid #333;
    padding: 2px 6px;
}
.div_texto
{
    clear: left;
    height: 18px;
    margin-top: 3px;
    margin-right: 2px;
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #CCCCCC;
    float: left;
    display: block;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 95%;
    letter-spacing: -1px;
    font-weight: normal;
    line-height: 1.1;
    color: #666;
    text-align: right;
    width: 30%;
}
.div_texto_unido
{
    height: 18px;
    margin-top: 3px;
    margin-right: 2px;
    padding-top: 10px;
    padding-right: 6px;
    padding-left: 5px;
    background-color: #CCCCCC;
    float: left;
    display: block;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 95%;
    letter-spacing: -1px;
    font-weight: normal;
    line-height: 1.1;
    color: #666;
    text-align: right;
    width: 30%;
}
.div_contenido
{
    float: left;
    background-color: #E6E6E6;
    height: 22px;
    margin-top: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    width: 62%;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 95%;
}
.div_boton
{
    float: left;
    text-align: center;
    padding-top: 12px;
    padding-left: 6px;
    width: 94%;
    height: auto;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 105%;
    color: #999999;
}
.boton
{
    background: #e3e3db;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 12px;
    color: #989070;
    padding: 1px 1px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff #d8d8d0 #d8d8d0 #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
}
.div_grupo
{
    clear: both;
    width: 100%;
    height: auto;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 115%;
    color: #999999;
}
.div_validator
{
    float: left;
    width: 95%;
}
.error_mensaje
{
    clear: inherit;
    height: auto;
    margin-top: 0px;
    margin-bottom: 1px;
    margin-right: 2px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #CCCCCC;
    float: left;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: medium;
    color: Red;
    letter-spacing: -1px;
    font-weight: normal;
    line-height: 1.1;
    color: #666;
    text-align: center;
}
.div_centrar
{
    border: 1px solid #000000;
    clear: both;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 115%;
    color: #FFFFFF;
    font-variant: small-caps;
    background-color: #C0C0C0;
    text-align: center;
    letter-spacing: 2%;
}

/*ListView*/
.div_titulo_footer_lista
{
    color: #fff;
    background-position: top;
    background: #424242 url('../../Images/Controls/GridView/grd_head.png') repeat-x top;
    color: White;
    font-size: 100%;
    font-weight: bold;
    font-family: Calibri, Helvetica, sans-serif;
    float: left;
    height: 22px;
    overflow: hidden;
    text-align: center;
}
.div_linea_lista
{
    float: left;
    background-color: #DBDBDB;
    height: 22px;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 100%;
    border-color: #CC9966;
    border-width: 1px;
    border-bottom-style: solid;
    padding-top: 3px;
    padding-bottom: 3px;
}
.div_linea_lista_alternativa
{
    float: left;
    background-color: #E9E9E9;
    height: 22px;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 100%;
    border-color: #CC9966;
    border-width: 1px;
    border-bottom-style: solid;
    padding-top: 3px;
    padding-bottom: 3px;
}
.div_linea_lista_chica
{
    float: left;
    background-color: #DBDBDB;
    height: 22px;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 75%;
    border-color: #CC9966;
    border-width: 1px;
    border-bottom-style: solid;
    padding-top: 3px;
    padding-bottom: 3px;
    overflow: hidden;
}
.div_linea_lista_alternativa_chica
{
    float: left;
    background-color: #E9E9E9;
    height: 22px;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 75%;
    border-color: #CC9966;
    border-width: 1px;
    border-bottom-style: solid;
    padding-top: 3px;
    padding-bottom: 3px;
    overflow: hidden;
}

/*GridView*/
.mGrid
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0px 10px 0px;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    font-size: 11px;
}
.mGrid th
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url('../../images/Controls/GridView/grd_head.png') repeat-x top;
    border-left: solid 1px #525252;
    color: White;
    font-size: small;
}
.mGrid th a
{
    color: White;
    cursor: pointer;
}
.mGrid tr:hover
{
    background: #BDEBBC;
    cursor: pointer;
    overflow: hidden;
}
.mGrid th:hover
{
    cursor: default;
}
.mGrid .ftr
{
    font-weight: bold;
    color: Black;
}
.mGrid .alt
{
    background: #fcfcfc url('../../Images/Controls/GridView/grd_alt.png') repeat-x top;
}
.mGrid .pgr
{
    background: #424242 url('../../images/Controls/GridView/grd_pgr.png') repeat-x top;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
    font-size: medium;
    cursor: default;
}
.mGrid .pgr td:hover
{    
    background-color: black;
}
.mGrid .pgr tr:hover
{    
    background-color: black;
}

.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    text-decoration: none;
}
.mGrid .headerDV
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url('../../images/Controls/GridView/grd_head.png') repeat-x top;
    border-left: solid 1px #525252;
    color: White;
    font-size: 12px;
}
.grv_OcultarColumna
{
    display: none;
}

/*DetailsView*/

.mDetailsView
{
    width: 100%;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    border: solid 1px #525252;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
.mDetailsView td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #333333;
    font-size: medium;
}
.mDetailsView th
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url('../../images/Controls/GridView/grd_head.png') repeat-x top;
    border-left: solid 1px #525252;
    color: White;
    font-size: medium;
}
.mDetailsView tbody tr:hover
{
    background: #BDEBBC;
    cursor: help;
    overflow: hidden;
}
.mDetailsView thead th:hover
{
    cursor: pointer;
}
.mDetailsView tfoot tf:hover
{
    cursor: pointer;
}
.mDetailsView .ftr
{
    font-weight: bold;
    color: Black;
}
.mDetailsView .alt
{
    background: #fcfcfc url('../../Images/Controls/GridView/grd_alt.png') repeat-x top;
}
.mDetailsView .pgr
{
    background: #424242 url('../../images/Controls/GridView/grd_pgr.png') repeat-x top;
}
.mDetailsView .pgr table
{
    margin: 5px 0;
}
.mDetailsView .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mDetailsView .pgr a
{
    color: #666;
    text-decoration: none;
}
.mDetailsView .pgr a:hover
{
    color: #888;
    text-decoration: none;
}
.mDetailsView .headerDV
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url('../../images/Controls/GridView/grd_head.png') repeat-x top;
    border-left: solid 1px #525252;
    color: White;
    font-size: medium;
}
.mDetailsView .templateHeader
{
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #c1c1c1;
    padding: 2px;
    color: #333333;
    font-size: medium;
    text-align: right;
    vertical-align: top;
}

.mDetailsView .templateItem
{
    border-style: solid solid solid none;
    border-width: 1px;
    border-color: #c1c1c1;
    padding: 2px;
    color: #333333;
    text-align: center;
    font-size: medium;
}
#mastercontainer
{
    float: left;
    font-family: Calibri, Helvetica, sans-serif;
    width: 100%;
    margin: 10px auto;
    background-color: #fff;
    color: #333;
}
.masterdiv
{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    float: left;
    font-family: Calibri, Helvetica, sans-serif;
    background-color: #fff;
    color: #333;
    border: 2px solid gray; /*CSS3 properties*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.masterdiv h1
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
    background: gray;
    padding: 2px 6px;
    margin: 0%;
}
    h3 {
        font-family: Tahoma, Helvetica, sans-serif;
        font-size: 80%;
        font-weight: bold;
        line-height: 1.0;
        color: #fff;
        background: gray;
        margin: 0%;
    }

.masterdiverror
{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    float: left;
    font-family: Calibri, Helvetica, sans-serif;
    background-color: #fff;
    color: red;
    border: 2px solid red; /*CSS3 properties*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding-top: 4px;
}
.masterdiverror h1
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-variant: small-caps;
    font-size: 180%;
    font-weight: bold;
    line-height: 1.1;
    color: red;
    background: red;
    padding: 2px 6px;
    margin: 0%;
}
.blockmasterdiv
{
    padding-left: 5%;
}
#leftcontainer
{
    float: left;
    font-family: Calibri, Helvetica, sans-serif;
    width: 18%;
    background-color: #fff;
    color: #333;
    border: 2px solid gray; /*CSS3 properties*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#leftcontainer h1
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
    background: gray;
    padding: 2px 6px;
    margin: 0%;
}
#notificationcontainer
{
    float: left;
    font-family: Calibri, Helvetica, sans-serif;
    width: 95%;
    background-color: #fff;
    color: #333;
    border: 2px solid gray; /*CSS3 properties*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 5%;
}
#notificationcontainer h1
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
    background: gray;
    padding: 2px 6px;
    margin: 0%;
}
#rightcontainer
{
    width: 80%;
    font-family: Calibri, Helvetica, sans-serif;
    margin-left: 19%;
    background-color: #fff;
    color: #333;
    border: 2px solid gray; /*CSS3 properties*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#rightcontainer h1
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
    background: gray;
    padding: 2px 6px;
    margin: 0%;
}
.roundcontainer
{
    width: 99%;
    font-family: Calibri, Helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #333;
    border: 2px solid gray; /*CSS3 properties*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.roundcontainer h1
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
    background: gray;
    padding: 2px 6px;
    margin: 0%;
}
.roundcontainer item_titulo
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
    line-height: 1.1;
    color: #808080;
    padding: 2px 0px 1px 0px;
    margin: 0%;
}
#top
{
    padding: .5em;
    background-color: #ddd;
    border-bottom: 1px solid gray;
    padding: 0;
    margin: 0;
}

#leftnav
{
    float: left;
    width: 50%;
    margin: 0;
    padding: 1em;
}

#rightnav
{
    margin-left: 55%;
    padding: 1em;
    max-width: 36em;
    width: 50%;
}

#footer
{
    clear: both;
    margin: 0;
    padding: 5px;
    color: #333;
    background-color: gray;
    border-top: 1px solid gray;
}

#leftnav p
{
    margin: 0 0 1em 0;
}
#content h2
{
    margin: 0 0 .5em 0;
}


/* ajax__tab_yuitabview-theme theme */
.ajax__tab_yuitabview-theme .ajax__tab_header
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    border-bottom: solid 5px #2647a0;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer
{
    background: url(/images/Controls/AjaxTab/sprite.png) #d8d8d8 repeat-x;
    margin: 0px 0.16em 0px 0px;
    padding: 1px 0px 1px 0px;
    vertical-align: bottom;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{
    color: #000;
    padding: 0.35em 0.75em;
    margin-right: 0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer
{
    background: url(/images/Controls/AjaxTab/sprite.png) #bfdaff repeat-x left -1300px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab
{
    color: #fff;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background: url(/images/Controls/AjaxTab/sprite.png) #2647a0 repeat-x left -1400px;
}
.ajax__tab_yuitabview-theme .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 0.25em 0.5em;
    background-color: White;
}

/* ajax__calendarextender */
.ajax__calendar_container
{
    padding: 4px;
    position: absolute;
    cursor: default;
    width: 170px;
    font-size: 11px;
    text-align: center;
    font-family: Calibri, Helvetica, sans-serif;
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
}

.ajax__calendar_body
{
    height: 139px;
    width: 170px;
    position: relative;
    overflow: hidden;
    margin: auto;
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years
{
    top: 0px;
    left: 0px;
    height: 139px;
    width: 170px;
    position: absolute;
    text-align: center;
    margin: auto;
}

.ajax__calendar_container TABLE
{
    font-size: 11px;
}

.ajax__calendar_header
{
    height: 20px;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 4px;
}

.ajax__calendar_title
{
    cursor: pointer;
    font-weight: bold;
    font-style: oblique;
    color: #004080;
    padding-top: 3px;
}

.ajax__calendar_next, .ajax__calendar_prev
{
    color: #004080;
    padding-top: 3px;
}
.ajax__calendar_footer
{
    height: 15px;
}

.ajax__calendar_today
{
    cursor: pointer;
    padding-top: 3px;
    font-weight: bold;
}

.ajax__calendar_dayname
{
    height: 17px;
    width: 17px;
    padding: 0 2px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
}

.ajax__calendar_day
{
    height: 17px;
    width: 18px;
    text-align: center;
    padding: 0 2px;
    cursor: pointer;
}

.ajax__calendar_month
{
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar_year
{
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar_other, .ajax__calendar_hover .ajax__calendar_today, .ajax__calendar_hover .ajax__calendar_title
{
    color: #bbbbbb;
}

/*Forms 2 columns - alternate data*/
.div_Form_Column_Header
{
    background-color: Gray;
    width: 28%;
    clear: left;
    float: left;
    font-weight: bold;
    font-size: medium;
}

.div_Form_Column_Even
{
    background-color: Transparent;
    width: 70%;
    float: left;
    overflow: hidden;
}

.div_Form_Column_Odd
{
    background-color: #DDDDFF;
    width: 70%;
    float: left;
    overflow: hidden;
}

/*Accordion*/
.accordionHeader
{
    background-image: url('../../Images/Controls/Accordion/Arrow_Collapsed.png');
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    font-family: Calibri, Helvetica, sans-serif;
    background-color: #fff;
    color: #333;
    border: 2px solid gray; /*CSS3 properties*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    cursor: pointer;
    font-family: Calibri;
    font-size: small;
    font-weight: normal;
    text-align: right;
}

.accordionHeaderSelected
{
    /*background-image: url('../../Images/Controls/Accordion/Arrow_Expanded.png');
    background-repeat: no-repeat;
    background-position: left center;*/
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    font-family: Calibri, Helvetica, sans-serif;
    background-color: #E8E8E8;
    color: #333;
    border: 2px solid gray; /*CSS3 properties*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    cursor: pointer;
    font-family: Calibri;
    font-size: large;
    font-weight: bold;
    text-align: center;
    padding-top: -5px;
}



/*Nuevo menu*/
ul#menumac, ul#menumac ul
{
    margin: 0;
    list-style: none;
    background-color: #000000;
    background-image: -moz-linear-gradient(50% 0%,rgba(255,255,255,0.38),rgba(255,255,255,0.16));
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,from(rgba(255,255,255,0.38)),to(rgba(255,255,255,0.16)));
    background-repeat: repeat;
    border-width: 1px;
    border-style: solid;
    border-color: #343434;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    z-index: 1;
}
ul#menumac ul
{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    -moz-box-shadow: 1.4px 1.4px 2px #B1B1B1;
    -webkit-box-shadow: 1.4px 1.4px 2px #B1B1B1;
    box-shadow: 1.4px 1.4px 2px #B1B1B1;
    padding: 0;
    background-color: #202020;
    background-image: -moz-linear-gradient(50% 0%,rgba(255,255,255,0.16),rgba(255,255,255,0));
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,from(rgba(255,255,255,0.16)),to(rgba(255,255,255,0)));
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-color: #000000;
}
ul#menumac li:hover > *
{
    display: block;
}
ul#menumac li:hover
{
    position: relative;
}
ul#menumac ul ul
{
    position: absolute;
    left: 100%;
    top: 0;
}
ul#menumac
{
    padding: 6px 6px 6px 0;
    display: block;
    font-size: 0;
    float: left;
    z-index: 1;
}
ul#menumac li
{
    display: block;
    white-space: nowrap;
    font-size: 0;
    float: left;
}
ul#menumac > li, ul#menumac li
{
    margin: 0 0 0 6px;
}
ul#menumac ul > li
{
    margin: 6px 0 0;
}
ul#menumac a:active, ul#menumac a:focus
{
    outline-style: none;
}
ul#menumac a, ul#menumac a.pressed
{
    display: block;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    font: 12px Arial;
    color: #E7E5E5;
    cursor: pointer;
}
ul#menumac ul li
{
    float: none;
    margin: 0;
}
ul#menumac ul a
{
    text-align: left;
}
ul#menumac li:hover > a
{
    background-color: #7ACF27;
    border-color: #F8F8F8;
    border-style: solid;
    font: 12px Arial;
    color: #333;
    text-decoration: none;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,from(rgba(255,255,255,0.38)),to(rgba(85,170,0,0.7)));
}
ul#menumac img
{
    border: none;
    vertical-align: middle;
    margin-right: 8px;
}
ul#menumac img.over
{
    display: none;
}
ul#menumac li:hover > a img.def
{
    display: none;
}
ul#menumac li:hover > a img.over
{
    display: inline;
}
ul#menumac li a.pressed img.over
{
    display: inline;
}
ul#menumac li a.pressed img.def
{
    display: none;
}
ul#menumac ul span
{
    background-image: none;
    padding-right: 16px;
}
ul#menumac a
{
    padding: 8px 20px;
    background-repeat: repeat;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    color: #E7E5E5;
    text-decoration: none;
}
ul#menumac li:hover > a, ul#menumac li > a.pressed
{
    background-color: #7ACF27;
    border-style: solid;
    border-color: #F8F8F8;
    color: #333;
    text-decoration: none;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,from(rgba(255,255,255,0.38)),to(rgba(85,170,0,0.7)));
}
ul#menumac li.topmenu > a
{
    height: 16px;
    background-color: #000000;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    font: bold 13px Arial;
    color: #E7E5E5;
    text-decoration: none;
    line-height: 16px;
}
ul#menumac li.topmenu:hover > a, ul#menumac li.topmenu > a.pressed
{
    background-color: #7dfa00;
    border-style: solid;
    border-color: #F8F8F8;
    color: #444444;
    text-decoration: none;
    line-height: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,from(rgba(255,255,255,0.77)),to(rgba(85,170,0,0.7)));
}
ul#menumac li.subfirst > a
{
    border-radius: 9px 9px 0 0;
    -moz-border-radius: 9px 9px 0 0;
    -webkit-border-radius: 9px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}
ul#menumac li.sublast > a
{
    border-radius: 0 0 9px 9px;
    -moz-border-radius: 0 0 9px 9px;
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
}


.ajax__html_editor_extender_texteditor
{
    background-color: White;
    border: solid 0px #333;
}


.report
{
    z-index: 0;
}



/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	font-size: smaller;
}

/*Multi Handle Slider*/
.ajax__multi_slider_custom .outer_rail_horizontal
{
    position:absolute;
    background:url('../../Images/Controls/MultiHandlerSpinner/24hs_timeline_gray_mini.png') no-repeat;  
    width:480px;
    height:40px;
    z-index:100;
}

.ajax__multi_slider_custom .inner_rail_horizontal
{
    position: absolute;
    background: url('../../Images/Controls/MultiHandlerSpinner/24hs_timeline_dark_mini.png') no-repeat;
    width: 480px;
    height: 40px;
    z-index: 100;
}

.ajax__multi_slider_custom .handle_horizontal_left
{
    position: absolute;
    background: url('../../Images/Controls/MultiHandlerSpinner/handle_left.gif') no-repeat;
    width: 13px;
    height: 40px;
    z-index: 200;
    cursor: w-resize;
}

.ajax__multi_slider_custom .handle_horizontal_right
{
    position: absolute;
    background: url('../../Images/Controls/MultiHandlerSpinner/handle_right.gif') no-repeat;
    width: 13px;
    height: 40px;
    z-index: 200;
    cursor: w-resize;
}

.ui-tooltip {
    border: 3px solid gray;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	background-color: White;
	font-family: Verdana;
	font-size: x-small;
	color: ThreeDDarkShadow;
}

body .ui-tooltip {
	border-width: 2px;
}

/* Autocomplete Extender */

.completionList {
    border: solid 2px #444444;
    margin: 0px;
    padding: 2px;
    height: 20%;
    overflow: auto;
    background-color: white;
    position:absolute;
    z-index: 800;
    overflow: visible;
}

.itemHighlighted {
    background: #0c5fa5;
    font-weight: bold;
}

.listItem {
    margin: 0px !important;
    background-color: White;
    color: windowtext;
    cursor: default;
    overflow: auto;
    font-family: Calibri;
    text-align: left;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    width: auto;
}
