﻿.tablestyle 
{
    font-size: x-small;
    border-color: #cbcbcb #cbcbcb #cbcbcb #cbcbcb;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
}

.rowstyle
{
    background-color: White;
}

.altrowstyle 
{
    background-color: #edf5ff;
}

.selectedrowstyle 
{
    background-color: #99c6ff;
}

.headerstyle th 
{
    background: url(images/XSW/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #989898 #989898 #989898;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    color: #000;
    padding: 4px 5px 4px 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}  

.footerstyle 
{
    background: url(images/XSW/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;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}  

.pagerstyle 
{
    background: url(images/XSW/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    padding: 4px 5px 4px 10px;
    color: Red;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}  

.pagerstyle a
{
    font-weight: normal;
    text-decoration: none;
}  

.pagerstyle2
{
    background: url(images/XSW/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    padding: 4px 5px 4px 10px;
    color: #444444;
    font-size: x-small;
    text-align: right;
} 

.pagerstyle2 select
{
    font-size: x-small;
}

.previous
{
    background: transparent url(images/XSW/previous.gif) no-repeat scroll center;
    height: 1.3em;
    width: 16px;
}

.next
{
    background: transparent url(images/XSW/next.gif) no-repeat scroll center;
    height: 1.3em;
    width: 16px;
}  

.gotopage
{
    font-size: x-small;
    width: 20px;
}

.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;
}

.emptyrowstyle
{
    font-weight: bold;
    text-align: center;
    height: 30px;
    padding-top: 15px;
}

.rowstyle td, .altrowstyle td, .selectedrowstyle td
{
    padding: 4px 10px 4px 10px;
    height: 30px;
    border-top: none;
    border-left: none;
    border-right: solid 1px #cbcbcb;
    border-bottom: none;
}

.headerstyle .sortascheader 
{
    background: url(images/XSW/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortascheader a 
{
    background: url(images/XSW/dt-arrow-up.png) no-repeat right 50%;
} 

.headerstyle .sortdescheader 
{
    background: url(images/XSW/sprite.png) repeat-x 0px -100px;
}   

.headerstyle .sortdescheader a 
{
    background: url(images/XSW/dt-arrow-dn.png) no-repeat right 50%;
} 

