﻿a:link
{
    color: #FFF;
    text-decoration: underline;
}
a:visited
{
    color: #FFF;
    text-decoration: underline;
}
a:hover
{
    color: #FFF;
    text-decoration: none;
}

body
{
    font-family: Tahoma, Helvetica;
    font-size: 12px;
    margin: 0px;
}

p, table
{
    font-family: Tahoma, Helvetica;
    font-size: 12px;
    color: rgb(0,0,0);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

input, textarea, select
{
    color: rgb(0,0,0);
    font-family: Tahoma, Helvetica;
    font-size: 12px;
}

.small
{
    font-size: 11px;
}

.small_white
{
    font-size: 11px;
    color: rgb(255,255,255);
}

.featuresBar
{
    width: 165px;
    background-color: #2F2F2F;
    background-image: url(../images/featuresBarBg.gif);
    background-repeat: repeat-x;
    vertical-align: top;
    padding-top:3px;
}

.featuresBarFooter
{
    height: 32px;
    background-image:url(../images/base_2.jpg);
    background-color: #000;
}

.tableEntry, .tableEntry_over, .tableEntry_active
{
    background-image: url(../images/featuresBar_out.gif);
    color: #FFF;
    font-size: 11px;
    padding: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    cursor: pointer;
    margin: 3px;
    margin-top: 0px;
}

.tableEntry_over
{
    background-image: url(../images/featuresBar_over.gif);
}

.tableEntry_active
{
    background-image: url(../images/featuresBar_active.gif);
}

.recordsBar
{
    width: 235px;
    background-color: #EDEDED;
    vertical-align: top;
}

.recordEntry, .recordEntry_over, .recordEntry_active
{
    width: 210px;
    font-size: 11px;
    cursor: pointer;
    color: #444;
    background-repeat: repeat-x;
}

.recordEntry
{
    background-image: url(../images/recordsBar_over.gif);
    background-color: #BEBEBE;
}

.recordEntry_over
{
    background-image: url(../images/recordsBar_out.gif);
    background-color: #C6C6C6;
}

.recordEntry_active
{
    background-image: url(../images/recordsBar_active.gif);
    background-color: #DD8601;
}

.recordsBarFooter
{
    height: 32px;
    background-image: url(../images/recordsBar_footer.gif);
    font-size:11px;
    padding:4px;
    color:#666;
}

.form
{
    vertical-align: top;
}

.formFooter
{
    height: 32px;
    background-image: url(../images/form_footer.gif);
    padding-top: 2px;
}

.formAction
{
    margin:2px;
    margin-left: 4px;
    margin-right: 4px;
    cursor:pointer;
}

#dmxList_matrixDiv
{
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
    width: 100%;
    height: expression(body.offsetHeight-67);
}

#dmxForm_matrixDiv
{
    overflow-y: auto;
    overflow: -moz-scrollbars-vertical;
    width: 100%;
    padding-right:3px;
    height: expression(body.offsetHeight-45);
}

#divNotify
{
    height: 37px;
}

#panelSave
{
    cursor: pointer;
}

#panelNewEntry
{
    margin-bottom:3px;
}

.list_dmxHGridLine
{
    height: 3px;
}

.form_dmxHeaderCell
{
    width: 140px;
    height: 22px;
    padding-top:4px;
    padding-right:4px;
}

.form_dmxHGridLine
{
    height: 3px;
}

#dmxForm_submitCell
{
    display: none;
}

.dpTable
{
    font-size: 11px;
    text-align: center;
    color: #505050;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}

.dpTD
{
    border: 1px solid #DDDDDD;
}


.dpDayHighlightTD
{
    background-color: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
}


.dpTDHover
{
    background-color: #DDDDDD;
    border: 1px solid #000000;
    cursor: hand;
}

.dpDayTD
{
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    color: white;
}

.dpDayHighlight
{
    font-weight: bold;
}

.dpButton
{
    font-size: 9px;
    height: 17px;
    padding: 0px;
}

.dpTodayButton
{
    font-size: 9px;
    height: 17px;
}

