/* -------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------- DBTABLE PAGER CLASS ---------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */


TABLE.dbpager
{
    margin: 0px;
    border-bottom: 1px solid #000000;
    background-color: #E8E8D9;
    width: 100%;
    border: none !important; 
}

TABLE.dbtable TABLE.dbpager TR TD, TABLE.dbpager TR TD
{
    border: none !important;
    white-space:nowrap;
    padding-left:1px;
    padding-right:1px;
}

TABLE.dbpager TR TD.info
{
    border: none;
    width: 100%;
    padding-left: 5px;
    font-weight: bold;
}

TABLE.dbpager TR TD.info INPUT
{
    background-color: #EEF0DD;
    border: 1px solid #EF7B18;
    height: 18px;
    margin-right: 3px;
}


TABLE.dbpager TR TD.actual
{
    border: none;
    font-weight: bold;
}

TABLE.dbtable TR TD.pager
{
    padding: none;
    border:none;
    
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- DBTABLE CLASS ------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------------- */
TABLE.dbtable
{
    border: 1px solid #000000;
}

TABLE.dbtable TR TD
{
    font-size:11px;
    text-align: left;
    font-family: 'Tahoma';
    border-bottom:1px solid #000000;
    white-space:nowrap;
    padding: 1px;
}


TABLE.dbtable TR TD.header, TABLE.dbtable TR.header TD
{
    background-color: #E8E8D9;
    font-weight:bold;
    text-align:center;
    height:21px;
}

TABLE.dbtable TR TD.header INPUT, TABLE.dbtable TR.header TD INPUT
{
    font-weight: bold;
}

TABLE.dbtable TR TD INPUT
{
    border: none;
    height: 16px;
   font-size: 11px;
    width: 94px;
}


TABLE.dbtable TR TD INPUT.checkbox
{
    width: 12px !important;
    height: 12px !important;
    margin-right: 6px !important;
}

TABLE.dbtable TR TD TEXTAREA
{
    border: none;
    height: 16px;
    font-size: 11px;
    overflow: none;
    padding-top:2px
}

TABLE.dbtable TR TD TEXTAREA#kws
{
    border: none;
    height: 20px;
    font-size: 11px;
    overflow: none;
    padding-top:2px;
    margin-bottom:-3px;
    margin-right:1px;
    width:949px;
    border:1px solid #000000;
    display: inline;
    position: relative; 
    z-index: 0;
}


TABLE.dbtable TR TD TEXTAREA#kws:focus
{
    border: 1px solid #696b5f;
    background-color: #eef0dd;
    height: 100px; 
}

TABLE.dbtable TR TD.header INPUT, TABLE.dbtable TR TD.pager INPUT
{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    background-color: #E8E8D9;
    text-align:center;
}



TABLE.dbtable TR.even TD, TABLE.dbtable TR TD.even, 
TABLE.dbtable TR.even TD INPUT, TABLE.dbtable TR.even TD TEXTAREA
{
    background-color: #eaf2f9;
}

TABLE.dbtable TR.odd TD, TABLE.dbtable TR.odd TD INPUT, 
TABLE.dbtable TR.odd TD TEXTAREA, TABLE.dbtable TR TD.odd
{
    background-color: #FFFFFF;
}

TABLE.dbtable TR TD INPUT:focus
{
    border: 1px solid #696b5f;
    background-color: #eef0dd;
    height: 18px;
}

TABLE.dbtable TR TD INPUT:focus[READONLY]
{
    color: #989898;
    background-color: #f0f0e7;
}

TABLE.dbtable TR TD TEXTAREA:focus
{
    border: 1px solid #696b5f;
    background-color: #eef0dd;
    height: 100px; 
    display: block;
    position:absolute; 
    z-index: 1;
    width: 300px;
}

TABLE.dbtable TR TD TEXTAREA.fixed, TABLE.dbtable TR TD TEXTAREA.fixed:focus
{
    border: 1px solid #696b5f;
    background-color: #ffffff; 
    display: block;
    position:relative; 
    z-index: 0;
}


TABLE.dbtable TR TD A:link
{
    text-decoration: none;
}

TABLE.dbtable TR TD A:hover
{
    text-decoration: underline;
}

TABLE.dbtable TR TD A:visited
{
    text-decoration: none;
}

TABLE.dbtable TR TD A IMG
{
    height: 15px;
    width:15px;
    margin-bottom: -3px;
}


TABLE.dbtable TR TD A IMG.sort_arrow_up, 
TABLE.dbtable TR TD A IMG.sort_arrow_down
{
    height: 11px;
    width: 8px;
    cursor: hand;
}

TABLE.dbtable TR TD SELECT
{
    font-family: 'Tahoma' !important;
    font-size: 11px;
    border: none;
    background: transparent;
}

TABLE.dbtable TR TD SELECT:focus
{
    border: 1px solid #696b5f;
    background-color: #FFFFFF;
}

TABLE.dbtable TR TD DIV.hover_hideable
{
    font-family: 'Tahoma' !important;
    font-size: 11px;
    border: none;
    background: transparent;
    height: 18px;
    overflow: hidden;
    z-index: -1;
    margin: none;
}

TABLE.dbtable TR TD DIV.hover_hideable:active, TABLE.dbtable TR TD DIV.hover_hideable_show
{
    border: 1px solid #696b5f;
    background-color: #eef0dd;
     
    display: block;
    position:fixed; 
    z-index: 1;
    padding: 5px;
    left: 10%;
    top: 10%;
    height: 80%;
    width: 80% !important;
    overflow: auto;
}

TABLE.dbtable TR TD.number
{
    text-align: right;
}

