/* 
Document   : grids
Created on : Dec 21, 2007, 3:29:47 PM
Author     : Romany
Description:
Purpose of the stylesheet follows.
*/

span.GridHolder{
    
}

.rich-table,table.scrollerTable{
    width:98% auto;
    border:none;
    border-collapse: collapse;
    padding:0;
    
}
.rich-table TD, table.scrollerTable TD{
    color:#4c4c4c;
    border-bottom:1px solid #c6c6c6;
}

table.scrollerTableBottomLess{
    padding:0;
}

.table.scrollerTableBottomLess TD{
    color:#4c4c4c;
    border-bottom:1px solid #c6c6c6;
}

th.standardTable_Header{
    height:30px;
    text-align:left;
    white-space: nowrap;
    padding-right:20px;
    background:#fff;
    border-top:1px solid gray;
    border-bottom:1px solid gray;
}
th.standardTable_Header a{
    text-decoration:none;
    color:#000;
}
tr.standardTable_Row1,tr.standardTable_Row2{
    height:25px;
    vertical-align:center;
    
}

tr.standardTable_Row3,tr.standardTable_Row4{
    vertical-align:center;
    height:18px;
}

td.standardTable_Column{
    text-align:left;
    padding-left:2px;
    white-space: nowrap;
    padding-right:20px;
}
td.wrap{
    white-space: none;
}
td.ActionColumn{
    text-align:right;
    width:90%;
    white-space: nowrap;
    padding-top:4px;
}
td.ActionColumn input, td.ActionColumn a{ 
    display:inline;
    margin-right:5px;
}
div.ScrollerHolder{
    border-top:1px solid #eeeeee;
    padding-top:8px;
    width:98% auto;
    text-align:center;
}

div.ScrollerHolderRightCol{
    border-top:1px solid #eeeeee;
    padding-top:8px;
    width:100% auto;
    text-align:right;
    
}

div.ScrollerHolderRight{
    border-top:1px solid #eeeeee;
    padding-top:8px;
    width:98% auto;
    text-align:right;
    color:#000;
    
}

.PagingMessage{
    text-align:left;
}
table.PagingArrows{
    border:0px solid gray;
    margin-left: auto;
    margin-right: auto;
}
.activeColumn a{
    text-decoration:none;
    font-weight:bold;
}

.GridTitleCol a{font-weight:bold;}
/*
.GridTitleCol a:link
{
    color:#34006D;
    text-decoration:none;
    font-weight:bold;
}
.GridTitleCol a:visited
{
    color:#A44DC4;
    text-decoration:none;
    font-weight:bold;
}
.GridTitleCol a:hover
{
    color:#34006D;
    text-decoration:underline;
    font-weight:bold;
}
*/