/******************************************************************************/
/*                            Grid related attributes                         */
/******************************************************************************/
#GridBorders
{
    BACKGROUND-COLOR: #ffffff;
}
#Grid
{
    /*WIDTH: 200px; uncomment this to fix the Grid to a constant width */
}
.GridEditColumn
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: BLUE;
}
.GridIndex
{
    BACKGROUND-COLOR: #ffffff; 
    COLOR: BLUE;
}
TH.GridHeader
{
    COLOR: #1E8D7D;
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: 600;
}
A.GridHeader
{
    COLOR: #1E8D7D;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: 600;
    TEXT-DECORATION: underline;
}
A.GridHeader:HOVER
{
    COLOR: #1E8D7D;
}
A.GridHeader:VISITED
{
}
A.GridHeader:ACTIVE
{
}
.GridUnselectedIndex
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: 600;
    TEXT-ALIGN: Left;
}
.GridSelectedIndex
{
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: #1E8D7D;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: 600;
    TEXT-ALIGN: Left;
}
.GridOddRowUnselected
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
}
.GridOddRowSelected
{
    BACKGROUND-COLOR: #1E8D7D;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
}
.GridEvenRowUnselected
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
}
.GridEvenRowSelected
{
    BACKGROUND-COLOR: #1E8D7D;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
}
#GridTemplate
{
    BORDER-COLLAPSE: collapse;
}

/******************************************************************************/
/*                          Form related attributes                           */
/******************************************************************************/
#FormBorders
{
    BACKGROUND-COLOR: #ffffff;
}
TABLE#Form
{
    /*WIDTH: 300px; uncomment this to fix the Form to a constant width */
}
TR.Form
{
}
.FormLeftColumn
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #1E8D7D;
    FONT-FAMILY: Courier New, Courier, mono;
    FONT-SIZE: 12px;
    FONT-WEIGHT: 600;
    TEXT-ALIGN: left;
    /* WIDTH: 100px; uncomment this to fix the Form left column to a constant width */
}
.FormRightColumn
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #000000;
    FONT-FAMILY: Courier New, Courier, mono;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: left;
}

/******************************************************************************/
/*                          View related attributes                           */
/******************************************************************************/
TD.ViewNavigation
{
    BACKGROUND-COLOR: #D3D3D3;
    COLOR: #9C9A9C;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: center;
}
A.ViewNavigation
{
    COLOR: 000000;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
}
#ViewPositionBorders
{
    BACKGROUND-COLOR: #d3d3d3;
}
#ViewPosition
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
}
.ViewMessage
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 12px;
    TEXT-ALIGN: center;
    WIDTH: 100%;
}

/******************************************************************************/
/*                          Input related attributes                          */
/******************************************************************************/
#InputTitle
{
    COLOR: #1E8D7D;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: Left;
}
#InputBorders
{
    BACKGROUND-COLOR: #ffffff;
}
.InputHeaders
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #1E8D7D;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: 600;
    TEXT-ALIGN: Left;
}
#InputForm
{
    /*WIDTH: 200px; uncomment this to fix the Input Form to a constant width */
}
.InputLeftColumn
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #1E8D7D;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: 600;
    TEXT-ALIGN: Left;
}
.InputRightColumn
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #1E8D7D;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: left;
}
.InputCancel
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #1E8D7D;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: center;
}
.InputCheckBoxForIE
{
    MARGIN-LEFT: -4px;
}
.InputCheckBoxForNonIE
{
    MARGIN-LEFT: 0px;
}
#InputSubmitReset
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #1E8D7D;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    TEXT-ALIGN: Center;
}