/*Datagrid*/
.navigator
{
    border: 1px solid #C5C5C5 !important;
    border-collapse: collapse;
    font-family: Tahoma;
    font-size: 11px;
}

.navigator_item
{
    background-color: #F4F4F4;
    color: #505050;
    text-align: left;
    vertical-align: middle;
}

.navigator_item_act
{
    background-color: #FFF;
    text-align: left;
    color: #505050;
}

.navigator_item TD
{
    cursor: default;
    padding: 3px;
    border: solid 1px #C5C5C5;
}

.navigator_item_act TD
{
    cursor: default;
    padding: 3px;
    text-decoration: none;
    border: solid 1px #C5C5C5;
}

.selected-row TD
{
	background-color: #C42A72;
    cursor: pointer;
    cursor: hand;
    color: #FFF;
    padding: 3px !important;
    text-decoration: none;
    border: solid 1px #C5C5C5;
    text-align: left;
}

.empty-row
{
	text-align: center;
	vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}

.nav-title
{
	text-align: center;
	vertical-align: middle;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
	background-color: #28B6A6;
}

.nav-title TD
{
	border: solid 1px #C5C5C5;
}

.nav-title A, .nav_title A:link, .nav_title A:visited, .nav_title A:hover
{
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding: 7px;
}

.pager
{
	background-color: #E1E1E1;
}

.pager-link SPAN
{
    color: #FF6801;
}

.pager-link A
{
    color: #555555;
    text-decoration: underline;
    font-weight: bold;
}

.datagrid-title
{
    color: #C42A72;
    font-weight: bold;
    font-size: 11px;
}

.datagrid-title-count
{
    color: #505050;
    font-weight: bold;
    font-size: 11px;
}