.grid
{
    font-family: Verdana, arial, sans;
    font-size: 11px;
    width: 500px;
	min-width: 100%;
}

.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: #777777;
}

.grid-column-title-cell
{
}

.grid-column-title-caption-sortable
{
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    color: #e9e9e9;
    border-bottom: 1px dotted #e9e9e9;
}

.grid-column-title-caption-not-sortable
{
    font-size: x-small;
    font-weight: bold;
    color: #e9e9e9;
}

.grid-navigation
{
    background-color: #bcbcbc;
    padding: 1px;
    width: 100%;
    font-size: x-small;
}

.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
{
    cursor: pointer;
    background-color: #ffffff;
}

.grid-row-odd-cell
{
    padding: 1px;
}

.grid-row-even
{
    cursor: pointer;
    background-color: #ececec;
}

.grid-row-even-cell
{
    padding: 1px;
}

.grid-row-mouseover
{
    cursor: pointer;
    background-color: #aabbcc;
    color: #000000;
}

.grid-row-selected
{
    cursor: pointer;
    color: #000000;
    background-color: #ffff66;
}

.grid-custom-tab
{
    background-color: #ececec;
    padding: 3px;
    border-top: none;
}

.grid-no-javascript
{
    font-family: Verdana, arial, sans;
    font-size: x-small;
    font-weight: bold;
    color: #c40000;
}

.grid-link
{
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    border-bottom: 1px dotted #666666;
}

.grid-select-show-records-on-page
{
    font-size: x-small;
}

.HTMLForm-submit
{
	width: 80px;
	height: 18px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #000000;
	background-image: url(buttonbg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: none;
}
