﻿#header 
{	
    height: 70px;
	width: 100%;
	padding:0px 0px 0px 0px;
	background-color:#fff;
	border-bottom: 5px #999 solid;
}

#header #logo 
{
	background: url(../../Images/Logon/safeway/safeway-logo.gif) no-repeat;
	background-position:20px 20px;
}


#splashHeader div
{
	background-color:#1a75ce;
}

#YouAreInDiv
{
	color:#1a75ce;	
}

#content 
{
	background: url(../../Images/Logon/safeway/smokebg-red.jpg) top left no-repeat #fff;
}

.content-box 
{
    border: 1px #999 solid;
    background-color:transparent;
    background:  url(../../Images/Logon/safeway/transparent.png);
}

html>body .content-box 
{
	
}

.content-box h1 
{
	background: #e41131;
}

.content-box.three fieldset 
{

	border: 1px #bbb solid;
}

.content-box.three .warning 
{	
	font-weight:bold
}

/*Both need to be the same height (by retailer)*/
.content-box.three, .content-box.one 
{
	height: 400px;
	position:relative;
}


/*** Buttons ***/

.content-box a.button 
{
	position: relative;
	float: right;
	font-size: 11px;
	top: 2px;
	height: 16px;
	width: auto inherit;
	background: url(../../Images/Logon/walgreens/toolbar-btn-left-red.gif) no-repeat top left;
	padding: 4px 12px;
	padding-left: 10px;
	text-decoration: none;
	color: #fff;
	margin: 0 5px;
}



.content-box a.button span 
{
	width: 5px; 
	height:23px; 
	float:right; 
	position:absolute; 
	right:-3px; 
	top:0px;
	background: url(../../Images/Logon/walgreens/toolbar-btn-right-red.gif) no-repeat left top;
}

.content-box a.button.inactive 
{
	background-position: bottom left;
}

.content-box a.button.inactive span 
{
	background-position: bottom left;
}

.content-box a.button img 
{
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}



/*Tab Stuff*/
/*The hyperlink within the list element <li><a><img/><span/><ul/></a></li>*/
#tab LI A
{
	background: url(../../Images/tab-left.gif) #727272 no-repeat left top;
	display:block;
	height:35px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	padding-left:14px;
	text-decoration:none;
	float:left;
	vertical-align:bottom;
}

/*The list element at the end for children elements or the end of the list element*/
#tab LI A UL
{
	background:url(../../Images/tab-right.gif) #727272 no-repeat left top;
	width:9px;
	height:35px;
	top:0px;
	margin:0px;
	padding:0px;
}

/*What happens when a user hovers over the hyperlink in the list item*/

#tab LI:hover A
{
	background:url(../../Images/tab-left.gif) #727272 no-repeat left -37px;	
}

#tab LI:hover UL
{
	background:url(../../Images/tab-right.gif) #727272 no-repeat left -37px;	
}


/*The styling of the selected tab's hyperlink*/
#tab LI.selected A
{
	background: url(../../Images/tab-left.gif) #727272 no-repeat left bottom;	
	color:#254c8b;
	cursor:default;
}

/*The inner UL that is selected*/
#tab LI.selected A UL
{
	background:url(../../Images/tab-right.gif) #727272 no-repeat left bottom;
}

/*What happens when the user hovers over the selected tab*/
#tab LI.selected A:hover
{
	background:url(../../Images/tab-left.gif) #727272 no-repeat left bottom;
	color:#254c8b;
}
/*
	Tab Styling ^^^
*/
.MandatoryStar
{
    font-size: 14pt;
    padding:0;
	height: 10px;
	margin: 0 0 0 2px;
	overflow:hidden;
}


#Version
{
    position:absolute;
    bottom:0;
}

#about
{
    padding-top:10px;
}
