﻿.GridHeader
{
    font-weight: bold;
    font-size: 8pt;
    color: #000000;
    font-family: Verdana;
    background-color: #61CEF7;
}
.NormalGridRow
{
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    background-color: #FFFFFF;
}
.AlterNateGridRow
{
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    background-color: #D1EDFF;
}
.GridRowPage
{
    font-weight: bold;
    font-size: 8pt;
    color: #000000;
    font-family: Verdana;
    background-color: #61CEF7;
}
.RedTextBold
{
    font-size: 8pt;
    font-weight: bold;
    color: #E75239;
    font-family: Verdana;
}
.MsgText
{
    font-size: 8pt;
    font-weight: bold;
    color: red;
    font-family: Verdana;
}
.RedTextNormal
{
    font-size: 8pt;
    color: red;
    font-family: Verdana;
}
.WhiteTextBold
{
    font-weight: bold;
    font-size: 8pt;
    color: #ffffff;
    font-family: Verdana;
}
.NormalText
{
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
}
.NormalTextBold
{
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    font-weight: bold;
}
.MediumTextBold
{
    font-size: 10pt;
    color: Black;
    font-family: Verdana;
    font-weight: bold;
}
.LargeTextBold
{
    font-size: 11pt;
    color: Black;
    font-family: Verdana;
    font-weight: bold;
}
.BtnClass
{
    font-weight: bold;
    font-size: 9pt;
    color: black;
    font-family: Verdana;
    background-color: #E0C594;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
.category_link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #EC8D37;
	text-decoration:none;
}
.category_link:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #EC8D37;
	text-decoration: underline;
}
