﻿/* left nuggets */
/********************************************************/
.leftNuggetIconOn_Generic {
	background-image: url(images/leftnuggets/icons/generic.png);
}
.leftNuggetIconOff_Generic {
	background-image: url(images/leftnuggets/icons/generic_off.png);
}
.leftNuggetIconOn_ViewOptions {
	background-image: url(images/leftnuggets/icons/options.png);
}
.leftNuggetIconOff_ViewOptions {
	background-image: url(images/leftnuggets/icons/options_off.png);
}
.leftNuggetIconOn_Search {
	background-image: url(images/leftnuggets/icons/search.png);
}
.leftNuggetIconOff_Search {
	background-image: url(images/leftnuggets/icons/search_off.png);
}
.leftNuggetIconOn_Selection {
	background-image: url(images/leftnuggets/icons/selection.png);
}
.leftNuggetIconOff_Selection {
	background-image: url(images/leftnuggets/icons/selection_off.png);
}
.leftNuggetIconOn_RecentlyViewed {
	background-image: url(images/leftnuggets/icons/recently.png);
}
.leftNuggetIconOff_RecentlyViewed {
	background-image: url(images/leftnuggets/icons/recently_off.png);
}
.leftNuggetIconOn_List {
	background-image: url(images/leftnuggets/icons/list.png);
}
.leftNuggetIconOff_List {
	background-image: url(images/leftnuggets/icons/list_off.png);
}
.leftNuggetIconOn_QuickJump {
	background-image: url(images/leftnuggets/icons/generic.png);
}
.leftNuggetIconOff_QuickJump {
	background-image: url(images/leftnuggets/icons/generic_off.png);
}
.leftNuggetIconOn_SourcingLinks {
	background-image: url(images/leftnuggets/icons/links.png);
}
.leftNuggetIconOff_SourcingLinks {
	background-image: url(images/leftnuggets/icons/links_off.png);
}

/* homeNugget */
/*********************************************************************/
.homepageNugget, .homepageNugget a, .homepageNugget .contentItem, .homepageNugget .contentItem a {
	font-size: 10px;
}
.homepageNugget .overdue {
	background-image: url(images/nuggets/overdue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ff6464;
	padding: 3px 3px 0px;
	color: #000000;
}
.homepageNugget .overdue .nubButton {
	background-image: url(images/nubs/overdue.gif);
	color: #000000;
}
.homepageNugget .overdue .nubButton:hover, .homepageNugget .overdue table.dataTable tr:hover .nubButton {
	color: #000000 !important;
}
.homepageNugget .overdue table.dataTable tr:hover td {
	background-color:transparent !important;
	background-image:url(images/overlays/white25.png);
}


/* recently viewed left nugget */
/*********************************************************************/
.recentlyViewedLockOff, .recentlyViewedLockOn {
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
	cursor: pointer;
	position: absolute;
	right: 2px;
	top: 0px;
}
.recentlyViewedLockOn {
	background-image: url(images/leftnuggets/recentlyviewed/pin_on.png);
	background-position: right 1px;
	height: 16px;
	right: -2px;
}
.recentlyViewedLockOff {
	background-image: url(images/leftnuggets/recentlyviewed/pin_off.png);
}
.leftNuggetContent ul.recentlyViewed li {
	padding-right: 15px;
	position: relative;
	width: 175px;
}