/* $Revision: 1.5 $ $Date: 2013/01/10 21:45:22 $ */
/*
#(c)#=====================================================================
#(c)#
#(c)#       Copyright 2007-2013 Ex Libris (USA) Inc.
#(c)#                       All Rights Reserved
#(c)#
#(c)#=====================================================================

**          Product : WebVoyage :: displayRecord
**          Version : 7.2.0
**          Created : 09-NOV-2007
**      Orig Author : David Sellers
**    Last Modified : 19-AUG-2009
** Last Modified By : Mel Pemble
*/

.highlight
{
   color: #fff;
   background-color:#999;
   font-weight:bold;
   padding:1px 3px;
   border-radius:3px;
   text-shadow:  0px 1px 3px #333;
   text-decoration:none;
}


#highlightBtn {
	text-align:left;
	padding-left:10px;
}

#highlightBtn a {
	background-color: #002145;
	padding:10px 15px 5px 15px;
	margin-top:10px;
	color:white;
	text-decoration:none;
	font-weight:bold;
}



