.headerAlertBox{
	height:50px;
	width:280px;
	margin-left:-305px;
	position:absolute;
	background-color:white;
	border:4px solid #FF6600;
	font-weight:bold;
	padding:5px;
	display:none
}

.headerAlertBox a{
	font-size:12px;
	color:silver;
	float:right;
}
.popupWindow {
    display: none;
    background-image:url(/images/popalert.jpg);
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 507px;
	height:144px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
	text-align:center;
}
	#popupMessage{
		padding-left:50px;
		padding-top:50px;
	}
	
.iframeHandle{
	padding:5px;
}
#InactiveVouponNotice{
	border:2px dashed black;
	background-color:white;
	padding:5px;
	color:black;
}
	#InactiveVouponNotice a{
		font-weight:bold;
		color:#FF6600;
	}

.DisqualifyReason{
	display:none;
	margin:3px 40px 7px 30px;
	padding:2px 0 2px 25px;
	font-size:11px;
	border-left:1px dotted black;
	border-bottom:1px dotted black;
}
#PrintButton,#DeleteButton {
	text-decoration:none;
	font-size:11px;
	color:#000;
	height:18px;
	float: right;
	padding:4px 11px 0;
	margin-right:20px;
	margin-top:15px;
}
.tab h3{
	margin-left:20px;
}
/*-- button 3 --*/
/*-- yelow button --*/
span.btn-3{
	display:inline;
}
span.btn-3 a{
	height:17px;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#666;
	padding:3px 9px 0 11px;
	background:url(../images/btn-left-bg.gif) no-repeat;
	float:left;
}
span.btn-3 span{
	font-size:0;
	line-height:0;
	height:20px;
	width:3px;
	float:left;
	background:url(../images/btn-right-bg.gif) no-repeat 100% 0;
}
.nav-column h3 a{
	color:#fff;
}
.ListItem {cursor: pointer; cursor: hand;}

.ItemsMenu h3 a:hover {	color:#FDD11C;}
.ItemsMenu h3 a.clicked { color:#000 }

#TagSaving{
	display:none;
	position:absolute;
	margin-top:50px;
	color:red;
	font-weight:bold;
	margin-left:10px;
}
#NoteEditor{
	display:none;
	padding:0 25px 0 25px;
}
#EditButton{
	float:right
}
#NoteSaving{
	color:red;
	font-weight:bold;
	float:right;	
	margin-right:10px;
	display:none;
}
#errorcontainer, #loginfailedcontainer {
	width:561px;
	height:206px;
	background-color:#7C9EB6;
	background-image:url('/images/errormessage_bg.gif');
	background-position:19px 35px;
	background-repeat:no-repeat;
	padding:6px 0 0 0;
	font-family:arial;
}

.errorheading, .loginfailedheading {
	float:left;
	font-size:18px;
	padding-left:19px;
}

#errorcontainer a, #loginfailedcontainer a {
	color:#495359;
	font-family:arial;
	font-size:11px;
	text-decoration:none;
}

#errorclose, #loginfailedclose {
	float:right;
	background-image:url('/images/errorbullet.gif');
	background-position:2px 7px;
	background-repeat:no-repeat;
	padding:0 19px 0 10px;
	line-height:22px;
}

#errorcontainer a:hover, #loginfailedcontainer a:hover {
	text-decoration:underline;
}

#errorcontainer h1, #loginfailedcontainer h1 {
	color:#3B3B3B;
	font-size:23px;
	clear:both;
	margin:0 0 0 0;
	padding:54px 0 0 0;
	width:340px;
}

#errormessage, #loginfailedmessage {
	padding-left:182px;
}

#errormessage p, #loginfailedmessage p {
	margin:0;
	padding:0;
	color:#626262;
	font-size:11px;
}
#ResetPasswordEmailPhonePrompt	{
	text-align:center;
}
#ResetPasswordOr	{
	color:#FF6804;
	font-size:26px;
	text-align:center;
	margin:0 10px 0 10px;
	font-weight:bold;
}
#ResetViaEmail	{ display:none; }
#ResetViaPhone	{ display:none; }
.ResetLink span	{ font-size:30px; } 
#ResetEmailValidationError { display:none;color:red;font-size:10px;font-weight:bold; }
#ResetEmailPasswordResponse { display:none;font-size:90%;margin-top:-15px; }
.byline{
	margin-left:20px;
	font-weight:bold;
	font-size:12px;
}
.articleSource{
	margin-left:20px;
	font-size:12px;
}
