﻿body 
{
    background-color: #fffeee;
    color: #9b4040;
    font-family:Times New Roman;
}

table
{
    vertical-align: top;
    background-color: transparent;
    text-align: left;
    margin: 0px auto;
}

hr
{
    color: #9b4040;
}

a:link, a:active, a:hover
{
    color: #9b4040;
    font-style: italic;
}

a:visited
{
    color: Red;
    font-style: italic;
}

.ErrMsg
{
    color: Red;    
}

.SectionName
{
    font-family: Arial Rounded MT Bold;
    font-size: large;
    font-weight:bold;
    font-style:normal;
    color: #9b4040;
    text-decoration: underline;
}

.SectionSubHeading
{
    font-family: Times New Roman;
    font-size: small;
    font-weight: normal;
    color: #9b4040;
    text-decoration: none;
    font-style:italic;
    text-align: center;
}

.ColumnMoreSpace
{
    color:Black;
    padding-right: 15px;
}

.ColumnLessSpace
{
    color:Black;
    padding-right: 5px;
}

.BulletedList
{
    color: #9b4040;
    font-style: italic;
    list-style-image: url("Images/CustomBullet.gif");
    list-style-type:none;
}

.BulletedList a:link, a:visited, a:active
{
    color: #9b4040;
    font-style: italic;
}

.WhiteText
{
    color: White;
}

.GridView
{
    padding: 2px 2px 2px 2px;
}

.GridView td
{
	padding-right: 5px;
}

.GridViewAltItem
{
    background-color: #FDFBDB;
}

.SpicyLabelWithPix
{
    color: Red;
    position:relative;
    top: 0.2em;
    vertical-align: top;
    width: 10px; text-align: left
}

.SpicyLabelNoPix
{
    color: Red;
    vertical-align: middle;
    width: 10px; text-align: left
}

.HotSpicyFooter
{
    text-align: left;
    padding-top: 50px;
    padding-left: 136px;
    color: Red;
}

.UpdateProgress
{
	background-color: #fffeee;
	border: Inset 3px #E2041B;
	font-size: 16pt;
	text-align: center;
	padding: 10px;
	z-index: 10001;
}

.OverlayPage
{
	visibility: hidden;
	position: fixed; 
    top:0px; 
    bottom: 0px;
    left:0px;
    right: 0px;
    height: 100%;
    width:  100%;
    overflow:hidden; 
    padding:0px; 
    margin:0px;
    background-color:#000; 
    filter:alpha(opacity=10); 
    opacity:0.1; 
    z-index:10000; 
}

.Button
{
	background-image: url("Images/ButtonBg.gif");
	background-repeat: repeat-x;
	border: Outset 2px #FDD27E;
}

.TextBox
{
	background-color: #FFF7E8;
	border: Outset 2px #FDD27E;
}

/*=================================================================================*/
.MenuStyle
{
    background-color: #F9DC5A;
    font-family: Times New Roman;
    color: #E2041B;
    text-decoration: none;
    font-size:9pt;
    width: 165px;
    z-index: 100;
}

.MenuItemStyle
{
    background-color: #F9DC5A;
    font-family: Times New Roman;
    color: #E2041B;
    text-decoration: none;
    font-size:9pt;
    width: 165px;
    height: 22px;
    border-left: solid 1px #E2041B;
    border-right: solid 1px #E2041B;
}

.MenuHover 
{
    background-color: #B2DB9E;
    color: Black;
    width: 163px;
}

.MenuHover a:link, .MenuHover a:visited, .MenuHover a:active
{
    color: #E2041B;
    display: block;
    width: 163px;
    height: 1em;
    padding-top: 0px;
    padding-bottom: 1px;
}

.MenuHover a:hover
{
    color: black;
    display: block;
    width: 163px;
    height: 1em;
    padding-top: 0px;
    padding-bottom: 1px;
}
