.grid
{
    font-family: Verdana, helvetica, sans-serif;
	font-size: 12px;
    width: 100%;
}
.grid h2
{
	font-size: 13px;
}
.grid-column-sorted-asc
{

}
.grid-column-sorted-desc
{

}
.grid-column-title
{
	background: #ececec;
}
.grid-column-title-cell
{
	padding: 10px;
}
.grid-column-title-caption-sortable
{
    font-weight: bold;
    text-decoration: none;
    color: #5273a9;
    border-bottom: 1px dotted #5273a9;
}
.grid-column-title-caption-not-sortable
{
    font-weight: bold;
    color: #5273a9;
	font-size: 13px;
}
.grid-navigation
{
    padding: 4px;
    width: 100%;
}
.grid-navigation-header
{
    width: 100%;
	background: #ECECEC;
    background-image: url(img/pixel_bara.jpg);
    height:31px;
}
.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: #99cc99;
    border: 1px solid #000000;
    padding: 1px;
    text-decoration: none;
    font-weight: bold;
}
.grid-row-odd
{
    background-color: #ffffff;
}
.grid-row-odd a, .grid-row-even a {
	text-decoration: underline;
}
.grid-row-odd-cell
{
    padding: 3px;
}
.grid-row-even
{
    background-color: #F3F6F9;
}
.grid-row-even-cell
{
    padding: 3px;
}
.grid-row-mouseover
{
    background-color: #E6E6CE;
    color: #000000;
}
.grid-row-selected
{
    color: #000000;
    background-color: #ffff66;
}
.grid-custom-tab
{
    background-color: #ececec;
    padding: 3px;
    border-top: none;
}
.grid-no-javascript
{
    font-family: tahoma, verdana, arial, sans;
    font-size: 13px;
    font-weight: bold;
    color: #c40000;
}
.grid-link
{
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #666666;
}
.grid-select-show-records-on-page
{

}
