/*
 * $Id: hyperlinks.css,v 1.7 2012/01/23 15:40:49 painterj Exp $
 *
 * Copyright (c) 2004 Taylor and Francis plc.
 *
 * Project: Production Tracking System
 *          Tessella/NPD/3873
 *
 * Developed by:
 *   Tessella Support Services plc
 *   3 Vineyard Chambers
 *   Abingdon, OX14 3PX
 *   United Kingdom
 *   email: info@tessella.com
 *   web:   www.tessella.com
 *
 * This CSS defines all the elments and classes relating to 
 *  hyperlinks. This includes the breadcrumb definitions
 *
 * Modification History:
 * $Log: hyperlinks.css,v $
 * Revision 1.7  2012/01/23 15:40:49  painterj
 * SP929 - ScholarOne duplicate file processing
 *
 * Revision 1.6  2012/01/17 11:22:07  painterj
 * SP929 - initial review summary screen implemented
 *
 * Revision 1.5  2011/04/15 12:19:29  painterj
 * no message
 *
 * Revision 1.4  2010/01/18 10:41:53  painterj
 * Promo Booklets initial creation / tracking screens
 *
 * Revision 1.3.14.1  2009/12/17 10:45:48  PainterJ
 * SP1047 - copyeditor enhancements 2
 *
 * Revision 1.3  2008/09/17 15:15:33  PainterJ
 * MyCATS - layout of MyCATS and option buttons
 *
 * Revision 1.2  2008/09/17 13:40:21  PainterJ
 * MyCATS - initial layout changes for new logo and "Switch" options
 *
 * Revision 1.1  2008/01/31 14:38:17  PainterJ
 * [no comments]
 *
 * Revision 1.10  2005/06/07 12:30:01  dfraser
 * refactored out some of the unused css definitions
 *
 * Revision 1.9  2005/01/21 14:37:29  jpainter
 * Added link style for filename on send proofs page
 *
 * Revision 1.8  2005/01/14 10:29:07  jpainter
 * Merged in branch TestV1R1M15-br
 *
 * Revision 1.7.2.1  2004/12/16 10:31:45  jpainter
 * Added hyperlink definition for ID links in tables
 *
 * Revision 1.7  2004/11/24 11:00:06  jpainter
 * Added new classes for related functions table
 *
 * Revision 1.6  2004/11/24 09:06:32  jpainter
 * Added class for email links
 *
 * Revision 1.5  2004/11/11 08:52:04  dfraser
 * added new CATS logo to headers
 *
 * Revision 1.4  2004/11/10 11:00:50  jpainter
 * Disable links in current selections menu
 *
 * Revision 1.3  2004/11/09 13:32:22  jpainter
 * Added disabled style for hyperlinks
 *
 * Revision 1.2  2004/10/07 11:50:25  dfraser
 * rearange definitions
 *
 * Revision 1.1  2004/10/07 10:02:01  dfraser
 * created
 *
 *
 *
 */
 
 a.default
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #999900;
  text-decoration: underline;
}
  

a.default:hover
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #666633;
  text-decoration: none;
} 

a.mycatslink
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  height: 18px;
  color: black;
  text-decoration: none;
}

a.mycatslink:hover
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  color: red;
  text-decoration: none;
  cursor: pointer;
}

a.mycatsoptions
{
  display: block; 
  padding-top: 4px;
}

a.mycatsoptions:hover
{
  display: block; 
  padding-top: 4px;
  background-color: rgb(247,255,254);
}

a.pagedLinkAnchor
{
  color: Blue;
  padding-top: 4px;
  cursor: pointer;
}

a.pagedLinkAnchor:hover
{
  color: Blue;
  padding-top: 4px;
  background-color: rgb(247,255,254);
  cursor: pointer;
}

span.mycatsoptspan
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: black;
  display: block;
}

.mailto
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
}

.disabled
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  text-decoration: none;
}

.disabledblack
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
/* ---  HEADER SECTION LINKS --- 
  This is used for the logoff, change password links in the header
*/
.header-link-top
{ 
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: #222222;
  text-decoration: underline;
}

.header-link-top:hover
{ 
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: red;
  text-decoration: none;
}
    
 
/* --- LEFT NAVBAR LINKS --- */
th.context
{
    font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		color: #000000; 
    text-decoration: none;
    background-color: #002c73;
}

.leftnavlink
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #333333;
  text-decoration: underline;
  text-indent: 2px;
}

.leftnavlink:hover
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: red;
  text-decoration: none;
  text-indent: 2px;
}

.filelink
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  color: #333333;
  text-decoration: underline;
  text-indent: 2px;
}

.leftfunclink
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  text-indent: 2px;
}

.leftfunclink:hover
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: red;
  text-decoration: none;
  text-indent: 2px;
}
    
    
 /* --- BREADCRUMB DEFINITIONS --- */
 a.breadcrumb:link
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: purple;
  text-decoration: underline;
}
a.breadcrumb:visited
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: purple;
  text-decoration: underline;
}
a.breadcrumb:hover
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: red;
  text-decoration: none;
} 

a.tablelink
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  color: purple;
  text-decoration: underline;
}

a.tablelink:hover
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  color: red;
  text-decoration: underline;
}

a.tablelink:visited
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  color: purple;
  text-decoration: underline;
}

table.breadcrumb
{
  POSITION:relative; 
  TOP:2px; 
  border-top:  solid thin lightgrey; 
  border-bottom: solid thin lightgrey;
}

td.breadcrumb
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  border:0;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  white-space:nowrap;
}

.footerlink
 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	text-decoration:none;
	color: #333333;
}
 
  .footerlink:hover
 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	text-decoration:underline;
	color: #333333;
}

a.functionlink
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  color: black;
  text-decoration: underline;
}

a.functionlink:hover
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  color: black;
  text-decoration: underline;
  cursor: pointer;
}

a.warningsAction
{
  padding-left: 8px;
  padding-right: 8px;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  color: black;
  text-decoration: underline;
}

a.warningsAction:hover
{
  color: red;
  cursor: pointer;
}