.button_sort
{
    border: 1px solid #003366;
    color: #003366;
    
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    padding: 1px;
    cursor: pointer;
    width: auto;
}

.link_sort
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #e9e9e9;
    border-bottom: 1px dotted #e9e9e9;
}

.button_page
{
    border: 1px solid #003366;
    color: #003366;
    background-color: Gray;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    padding: 1px;
    cursor: pointer;
    width: auto;
}


.grid
{
    text-align: center;
    font-family:  verdana, arial, sans;
    font-size: 11px;
    width: 100%;
    border: 1px solid #000000;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.grid-column-title
{
	background-color: #000000;
	color: #FFFFFF;
}
.grid-row-odd
{
    background-color: #dfdfdf;
}
.grid-row-even
{
    background-color: #eeeeee;
}
.grid-row-mouseover
{
	background-color: #A2C5E1;
	color: #000000;
}
.grid-navigation-item-disabled
{
    color: #dedede;
    text-decoration: none;
    font-weight: bold;
}
.grid-navigation-item-selected
{
    color: black;
    padding: 1px;
    text-decoration: none;
    font-weight: bold;
}

