﻿.grid
{
    font-family: Verdana;
    width: 400px;
}
.grid h2{
	font-size: 1.2em;
	margin:0;
	font-weight: bold;
}
h2 a:hover
{
	text-decoration: underline;
	color: #707070;
}
.grid h3 {
	font-size: 1em;
	margin:0;
	font-weight: normal;
	color: #C4BBB8;
}
.grid h3  a {
	color: grey;
}
.grid h3  a:hover {
	text-decoration: underline;
}
.big
{
	height: 50px;
}
.grid-column-sorted-asc
{
    width: 14px;
    height: 10px;
    background-image: url(img/down.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.grid-column-sorted-desc
{
    width: 14px;
    height: 10px;
    background-image: url(img/up.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.grid-column-title
{
	background: #ececec;
}
.grid-column-title-cell
{
	background-image: url(img/gridHrow.gif);
	height: 25px;
	width:25%;
}
.grid-column-title-caption-sortable
{
    font-weight: bold;
    color:#0099FF;
    text-decoration: none;
    border-bottom: 1px dotted #5273a9;
}
.grid-column-title-caption-not-sortable
{
    font-weight: bold;
    color: #5273a9;
}
.grid-navigation
{
    padding: 4px;
    background-color:#F1F3F6;
	border: 1px solid #707070;
	height:30px;
	width:100%;
}
.grid-navigation-header
{
	width:100%;
}
.grid-navigation-item
{
    color: #000000;
    text-decoration: none;
}
.grid-navigation-item-disabled
{
    color: #dedede;
    text-decoration: none;
    font-weight: bold;
}
.grid-navigation-item-selected
{
	border:1px solid #B3B9C3;
	color:#333333;
    padding: 1px;
    text-decoration: none;
    font-weight: bold;
	background-color: #D4D0C8;
}
.grid-row-odd
{
    background-color: #ffffff;
}
.grid-row-odd a, .grid-row-even a {
	color: #0058A5;
	text-decoration:none;
}
.grid-row-odd a:hover, .grid-row-even a:hover {
	color: #0058A5;
	text-decoration:underline;
}

.grid-row-odd-cell
{
    width:25%;
    font-family:Verdana;
    font-size:0.9em;
    padding: 3px;
}
.grid-row-even
{
    background-color: #F3F6F9;
}
.grid-row-even-cell
{
    width:25%;
    font-family:Verdana;
    font-size:0.9em;
    padding: 3px;
}
.grid-row-selected
{
    color: #000000;
    background-color: #ffff66;
}
.grid-custom-tab
{
    background-color: #ececec;
    padding: 3px;
    border-top: none;
}
.grid-no-javascript
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #c40000;
}
.grid-link
{
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #666666;
}
.grid-select-show-records-on-page
{

}
