﻿body
{
    font-family: Arial;
    color: #000000;
    font-size: 11pt;
}
.transparent
{
   filter:alpha(opacity=90);
   -moz-opacity: 0.9;
   opacity: 0.9; 

}
.contentPage
{
    font-family: Arial;
    background-color: #ffffff;
    color: #000000;
    font-size: 11pt;
}
.footer
{
    font-family: Arial;
    background-color: #ffffff;
    color: #000000;
    vertical-align: middle;
    text-align: center;
}

/*-- change color on mouseover gridview
*/

.gvClass A:link {text-decoration: none; color: Black}
.gvClass A:visited {text-decoration: none; color: Navy}
.gvClass A:active {text-decoration: none; color: Black}
.gvClass A:hover {text-decoration: underline; color: Navy;}

.lineDotted{border-bottom: 1px dotted #a9a9a9;height:1px;margin-bottom:20px; clear:both; line-height:1px;}

.categoryDot
{
    border-bottom: #1D1D1D thin dashed;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 3px;
}

.categoryHover a:link, a:visited
{
    text-decoration: none;
    color: white;
}

.categoryHover a:hover
{
    text-decoration: underline;
    color: white;
}

a:link, a:visited
{
    text-decoration: none;
    color: Navy;
}

a:hover
{
    text-decoration: underline;
    color: Navy;
}

.viewingitems
{
    border-left: #ebe8e2 thin dotted;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 150px;
    height: 220px;
    vertical-align: middle;
    text-align: center;
    font-size: 10pt;
}
.formsItem
{
    background-color: white;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.formsAltItem
{
    background-color: beige;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.formsItemBorder
{
    background-color: white;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    border-bottom: #EBEBB8 thin solid;
    border-left: #EBEBB8 thin solid;
    border-top: #EBEBB8 thin solid;
    border-right: #EBEBB8 thin solid;
}
.lHeading
{
    font-size: 14pt;
}
.eReceipt
{
    padding-bottom: 15px;
    background-color: DarkRed;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    padding-top: 15px;
}
