﻿/* YUI Style Grids*/
.tablestyle
{
    font-size: 10px;
    border: solid 1px #7f7f7f;
}

.altrowstyle
{
    background-color: #F7F6F3;
}

.headerstyle th
{
    background: url(../images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
}

.headerstyle th a
{
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #000;
    display: block;
    padding-right: 10px;
}

.rowstyle .sortaltrow, .altrowstyle .sortaltrow
{
    background-color: #edf5ff;
}

.rowstyle .sortrow, .altrowstyle .sortrow
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td
{
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
}

.headerstyle .sortascheader
{
    background: url(../images/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortascheader a
{
    background: url(../images/dt-arrow-up.png) no-repeat right 50%;
}

.headerstyle .sortdescheader
{
    background: url(../images/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortdescheader a
{
    background: url(../images/dt-arrow-dn.png) no-repeat right 50%;
}

/* Watermark style for AJAX control */
.Watermarktext
{
    color: #CCCCCC;
}
/* Other Misc Styles */
.hiddentext label
{
 display:none;
}

/* Input Boxes */
.InputTextField
{
    padding: 5px;
    border: 1px solid #999999;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
}
