/* Recently Viewed CSS Document */

/* Details page links properties */
A.recent:link {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
A.recent:visited {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
A.recent:active {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
A.recent:hover {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

/* Title box text and table configuration */
TD.recenttitle {
	vertical-align:middle; /* text alignment in table cell */
	background-color: #C0BC91; /* Cell background color */
	border: 1px solid #000000; /* Cell border color */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* text font */
	font-size: 11px; /* text size */
	font-weight: bold; /* text characteristic */
	color: #000000; /* text color */
	text-decoration: none; /* text decoration (bold etc) */
	line-height: 15px; /* text height (space) */
	text-indent: 1px; /* text indented from left edge */
}
/* border around recently viewed items */
.recentitems {
	border: 1px solid #000000;	/* border around recent items list */
	background-color: #D0CDAD;
}

table.rimenu { border: 1px solid black; }

/* Font to use on the "no itemsto view" message */
.noitems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #D0CDAD;
}
