.grid
{
    font: 8pt verdana;
    width: 100%;
    /*border: 1px solid #000000;*/
}
.grid-column-sorted-asc
{
    width: 8px;
    height: 10px;
    background-image: url(img/down.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.grid-column-sorted-desc
{
    width: 8px;
    height: 10px;
    background-image: url(img/up.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.grid-column-title
{
    background-color: #7FA0E8;
	background:url(../../../images/back.gif);
}
.grid-column-title-cell
{
}
.grid-column-title-caption-sortable
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #e9e9e9;
    /*border-bottom: 1px dotted #e9e9e9;*/
}
.grid-column-title-caption-not-sortable
{
    font-size: 11px;
    font-weight: bold;
    color: #e9e9e9;
}
.grid-navigation
{
    background-color: #cccccc;
    padding: 2px;
    width: 100%;
    font-size: 11px;
	/*background-image: url(../../../images/back.gif);*/
}
.grid-navigation-item
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.grid-navigation-item-disabled
{
    color: #dedede;
    text-decoration: none;
    font-weight: bold;
}
.grid-navigation-item-selected
{
    color: black;
    background-color: pink;
    border: 1px solid #000000;
    padding: 1px;
    text-decoration: none;
    font-weight: bold;
}
.grid-row-odd
{
    cursor: pointer;
    background-color: #E9E9E9;
	font: 8pt verdana;
}
.grid-row-odd-cell
{
    padding: 3px;
}
.grid-row-even
{
    cursor: pointer;
    background-color: #E1E3E2;
	font: 8pt verdana;
}
.grid-row-even-cell
{
    padding: 3px;
}
.grid-row-mouseover
{
    cursor: pointer;
    background-color: #D1B89E;
    color: #FFFFFF;
}
.grid-row-selected
{
    cursor: pointer;
    color: #000000;
    background-color: #ccff99;
	font: 8pt verdana;
}
.grid-custom-tab
{
    /*background-color: #ececec;*/
    padding: 3px;
    border-top: none;
	/*background-image: url(../../../images/WindowHead.gif); */
}
.grid-no-javascript
{
    font: 8pt verdana;
    /*font-size: 13px;*/
    font-weight: bold;
    color: #c40000;
}
.grid-link
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}
.grid-select-show-records-on-page
{
    font-size: 11px;
}
.grid-select
{
    border: 1px solid #ffffff;
    background-color: #ff6600;
    font-weight: bold;
    color: #ffffff;
}
#div_border { border-right: 1px #000000 solid; border-left: 1px #000000 solid; border-top: 1px #000000 solid; border-bottom: 1px #000000 solid; 
width:100%;

}
