/*
***************************************************************************

  Biomolecular Interaction Network Database (BIND)

  The Blueprint Initiative
  522 University Avenue, 9th Floor, Suite 900
  Toronto, Ontario, Canada, M5G 1W7

  Hogue Lab - University of Toronto Biochemistry Department
  Samuel Lunenfeld Research Institute, Mount Sinai Hospital

  Publication to cite:
  Bader GD, Betel D, Hogue CW. (2003) BIND: the Biomolecular
  Interaction Network Database. Nucleic Acids Res. 31(1): 248-50
  PMID: 12519993

  Copyright Notice:

  Copyright 2003, 2004 Mount Sinai Hospital (MSH)

  This program is free software; you can redistribute it and/or 
  modify it under the terms of the GNU General Public License as 
  published by the Free Software Foundation; either version 2 of 
  the License, or any later version.

  This program is distributed in the hope that it will be useful, 
  but WITHOUT ANY WARRANTY; without even the implied warranty of 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 

  See the GNU General Public License for more details.

  You should have received a copy of the GNU General Public License 
  along with this program; if not, write to the
         Free Software Foundation, Inc., 
         59 Temple Place, Suite 330, Boston, MA  
         02111-1307  USA 
  or visit http://www.gnu.org/copyleft/gpl.html

***************************************************************************/
a.popmenu:link { 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: black; 
}
a.popmenu:visited { 
    text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: black; 
}
a.popmenu:active { 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	color:#001A4F; 
}
a.popmenu:hover { 
	text-decoration: underline; 
	color:#841E2B;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
.popup_menutitle {
	font-family : Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	color: #FFFFFF;
	background-color: #841E2B;
	text-align: center;
	white-space: nowrap;
	background-image: url(../popupmenu/images/titlebg.jpg);
}
.popupmain {
    background-color: white;
    text-align: center;
    vertical-align: top;	
}
.popupborder {
    background-color: white;
    border: 1px solid #A7A7A7;
}
.menuItem {
    cursor: pointer; cursor: hand;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}
.spacerMenuItem {
    cursor: pointer; cursor: hand;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}
