/*
 * $Id: div.css,v 1.5 2009/03/12 09:52:36 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 
 * div formating
 *
 * Modification History:
 * $Log: div.css,v $
 * Revision 1.5  2009/03/12 09:52:36  PainterJ
 * Mods to "contact" view of journal details.
 *
 * Revision 1.4  2009/02/24 11:06:48  PainterJ
 * SP746 - contact details / academic editors viewing
 *
 * Revision 1.3  2008/11/18 11:36:00  PainterJ
 * SP695 - journal mf specs -> volume
 *
 * Revision 1.2  2008/09/19 09:38:53  PainterJ
 * Initial implementation of calendar view and merge 3.40 branch
 *
 * Revision 1.1  2008/01/31 14:38:17  PainterJ
 * [no comments]
 *
 * Revision 1.1  2005/11/28 11:10:56  BoltonC
 * created
 *
 *
 *
 *
 *
 */
 
/* DIV DEFINITIONS */ 
.divBasic
{
  border-width: 0px;
  display: none;
}

div.calendar
{
  height: 500px;
}

div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;   
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
    background-color: white;
    text-align: left;
    font-size: 0.9em;
    font-family: arial, Helvetica, sans-serif;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

.contactWindowBG {
  border-style: outset;
  border-width: 4px;
  background-color: #002c73;
  padding: 0;
  margin: 0;
}

.contactWindowFG {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}

.capfontClass {font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; height: 12px; margin-bottom: 2px;
   color:  #ffffff;}

.closefontClass {font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; height: 12px; margin-bottom: 4px;
   color:  #ffffff;}

input.autocomplete {
	width:350px;
}

div.autocomplete {
  position:absolute;
  text-align: left;
  width:350px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
  height: 320px;
  overflow-y: auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:24px;
  cursor:pointer;
}

div.autocomplete span.informal
{
	font-size: 8pt;
	color: grey;
	padding-left: 4px;
	margin-left:2px; 
	margin-right: 2px;
	margin-top: 2px;
}
 