h1
{
    font-family: tahoma, verdana, arial, sans;
    font-size: 22px;
	color: #08245b;
}
h2
{
    font-family: tahoma, verdana, arial, sans;
    font-size: 16px;
	color: #08245b;
}
p
{
    font-family: tahoma, verdana, arial, sans;
    font-size: 12px;
    color: #000026;
}
.button {
	cursor: hand;
	font-size:11px;
	border: 1px solid #8F8F8F;
	background-color: #FFE669;
    padding: 2px;
}
.grid
{
    font-family: tahoma, verdana, arial, sans;
    font-size: 11px;
    border: 1px solid #000000;
}
.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: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #e9e9e9;
    border-bottom: 1px dotted #e9e9e9;
}
.grid-column-title-caption-not-sortable
{
    font-size: 11px;
    font-weight: bold;
    color: #e9e9e9;
}
.grid-navigation
{
    background-color: #bcbcbc;
    padding: 2px;
    width: 100%;
    font-size: 11px;
}
.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: 3px;
}
.grid-row-even
{
    cursor: pointer;
    background-color: #ececec;
}
.grid-row-even-cell
{
    padding: 3px;
}
.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: tahoma, verdana, arial, sans;
    font-size: 13px;
    font-weight: bold;
    color: #c40000;
}
.grid-link
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    border-bottom: 1px dotted #666666;
}
.grid-select-show-records-on-page
{
    font-size: 11px;
}
.grid-header
{
    font-family: tahoma, verdana, arial, sans;
    font-size: 11px;
}
.grid-header-label
{
    border: none;
    background-color: #bcbcbc;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
}
.grid-header-item
{
    border: none;
    background-color: #dedede;
    color: #000000;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
}
