/*The Cells for the acutal links in my favs and delete from */
.greybar {
	border: 1px none #FFFFFF;
	padding-left: 6px;
	height: 20px;
	background-color: #E6E6E6;
	border-top: 1px solid #FFFFFF;
}

/*used by the actual pages in my favs and delete from myfavs*/
.pagelink {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

/*Used to create a grey border around the entire myfavorites table*/
.tablebordergrey {
	border: 1px solid #666666;
}

/*Make sure the backgroundcolor of the how to bar is Reddish */
.howtobar {
	height: 20px;
	background-color: #7D1418;
}

/* This is used for the Add to My Favorites and The View MY  Favorites Only Cells*/
.AddViewMyFavs {
	height: 20px;
	background-color: #005BA2;
	border: 1px none #FFFFFF;
	border-top: 1px solid #FFFFFF;
	cursor: hand;
}

/*List of MyFavs Is below this cell.  List of MY FAVS:*/
.ListOfFavsHeading {
	height: 20px;
	background-color: #005BA2;
	border: 1px none #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	color: white;
}

/*used for the asplinks*/
.addlink, .viewfavonly, .deletelinkall, #favlist, #favdelete{
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;	
}

/*The Delete Haeding */
.ListOfDeletesHeading {
	text-indent: 12px;
	height: 20px;
	background-color: #CC6600;
	border: 1px none #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: white;
	font-size: 11px;
	font-weight: bold;
}

/*used for the Delete bars (delete all and delete from my favs */
.DeleteFromAndDeleteAllBar {
	text-indent: 6px;
	height: 20px;
	background-color: #CC6600;
	border: 1px none #FFFFFF;
	border-top: 1px solid #FFFFFF;
	cursor: hand;
	color: white;
	font-size: 11px;
	font-weight: bold;
	}
	
.redbox {
	background-color: #FFFFFF;
	border: 1px solid #7D1418;
	color: #7D1418;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding-left: 3px;
}

.detailsItemListMenu {
	width: 328px;

}
.redboxnarrow {
	background-color: #FFFFFF;
	color: #7D1418;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	

}
