
.TopBannerBackground
{
	display: none;
	background-image:url(/ClientResources/images/units.gif); background-repeat:no-repeat; background-position:bottom right;
}
.nav a
{
	display: none;
	text-align: left;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-bottom: 4px;
	padding-top: 4px;
	background-image: url(/ClientResources/images/stripes_bg.png);
}


.nav a:hover
{
	background: #B7B9B8;
}
.parent:hover
{
    background: #B7B9B8;
}
.nav div.mini-zone
{
	/* special hover zone that covers the "danger corner" */
	padding: 0;
	width: 15px;
	height: 15px;
	font-size: 1px;
	left: -3000px;
	bottom: -15px;
	top: auto;
	background: url(/ClientResources/images/bgfix.gif);
}

.dropdown
{
	/* rules for dropdown div */
	width: 250px;
	position: absolute;
	left: -3000px;
	top: auto; /* puts dropdowns directly under top nav */
	text-align: right; /* needed because IE misapplies text centering to boxes */
	background: url(/ClientResources/images/bgfix.gif);
	z-index:42;
}

.nav2 
{
	display: none;
	position:inherit;
	width: 105px;
	height:21px;
	float: left;
	background-image:url(/ClientResources/images/bg_normal.gif);
}

.SeasonalPromotionAck_TABLE_Title
{
    border: Black 1pt solid;
    color:Black;
    font-size: 14pt;
    font-weight: bold;
    font-family: Arial;
    padding:6px;
    text-align:center;
	background-image:url(/ClientResources/images/GreyBack.jpg);
}

a.alert 
{
    margin-left:-5px;  padding-right: 35px; 
    background: url(/ClientResources/images/email.png) no-repeat 100% 50% ;text-decoration: none; 
}
a.alert:visited 
{
    font-weight:normal;  background: url(/ClientResources/images/email_open.png) no-repeat 100% 50%;  text-decoration: none; 
}
a.noImage 
{  
    background: url( ) no-repeat 100% 50%;text-decoration: none; 
}
a.noImage:visited 
{
    font-weight:normal; background: url( ) ;  text-decoration: none; 
}

