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

  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

***************************************************************************/
.textareaview {
	background-color: #ECF0FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 72px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	vertical-align: top;
	white-space: pre;
	padding-right: 4px;
	padding-left: 4px;
}
.textboxview {
	background-color: #ECF0FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 18px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	white-space: pre;
	padding-right: 4px;
	padding-left: 4px;
}
.textbox {
	background-color: #ECF0FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.textarea {
	background-color: #ECF0FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bindtable {
	background-color: #EAEEF4;
	border: 1px solid #4A69A6;
}
.bindtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #4A69A6;
}
.bindsubtable {
	background-color: #E0E0E0;
	border: 1px solid #CCCCCC;
}
.bindsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #FFFFFF;
	background-image: url(../images/table/border.jpg);
	border: none;
	background-color: #9199B5;
	letter-spacing: 1px;
	text-indent: 5px;
	word-spacing: 2px;
	vertical-align: middle;
}
.altrow {
	background-color: #E0E0E0;
}
.hlrow {
	background-color: #FFFF66;
}
.ibtext {
	font-weight: bolder;
	color: #000099;
}
.fielderror {
	background-color: #FFFF00;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.field {
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}
.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	vertical-align: middle;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
.list {
	margin: 2px;
	padding: 2px;
	list-style-type: disc;
	list-style-position: inside;
}
.olist {
    margin: 2px;
    padding: 2px;
    list-style-type: decimal;
    list-style-position: inside;
}
.bannertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.simpletext {
	font-size: 13px;
}
.mybindsectionheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.mybindtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.mybindlist {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    vertical-align: middle;
}
.mybindheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #4A69A6;
	text-align: center;
	vertical-align: middle;
}
.mybindborder {
	background-color: #4A69A6;
}
.viewcommentstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.viewcommentsheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #4A69A6;
	text-align: left;
	vertical-align: middle;
}
.cpgnation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.arrayListNum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000066;
}
.arrayListItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
}
.field a:link, 
.field a:visited,
.field a:active { 
	color: #0000FF;
	text-decoration: underline; 
}
.field a:hover {
	color: #FF0000;
	text-decoration: none;
}
.viewfield {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}
.viewfield a:link, 
.viewfield a:visited,
.viewfield a:active { 
	color: #990000;
	text-decoration: none; 
}
.viewfield a:hover {
	color: #FF0000;
	text-decoration: none;
}

.bindtitle a:link, 
.bindtitle a:visited,
.bindtitle a:active { 
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: underline;
}
.bindtitle a:hover {
	color: #FF0000;
	text-decoration: none;
}
.versionNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #4A69A6;
	text-align: center;
}
.versionNumber a:link,
.versionNumber a:visited,
.versionNumber a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #4A69A6;
	text-decoration: none;
}
.versionNumber a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #4A69A6;
	text-decoration: underline;
}
.infoEmail {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #4A69A6;
    text-align: center;
}
.infoEmail a:link,
.infoEmail a:visited,
.infoEmail a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #4A69A6;
    text-decoration: none;
}
.infoEmail a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #4A69A6;
    text-decoration: underline;
}

.subMenuSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-align: center;
	vertical-align: middle;
}
.subMenuDisabled, .subMenuActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.subMenuActive a:link,
.subMenuActive a:visited,
.subMenuActive a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.subMenuActive a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EAB911;
	text-decoration: none;
}
.bindtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.bindsmalltext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    text-align: left;
}
.statsnum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D20000;
	text-align: center;
	font-weight: bolder;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #000066;
}
.bindbluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
}
.viewoptionstable {
	background-color: #EAEEF4;
	border: 1px solid #4A69A6;
}
.bannerbottom {
	background-repeat: repeat-x;
	background-position: bottom;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #4A69A6;
}
.username {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #4A69A6;
	font-style: italic;
}
.ec {
	cursor: pointer; cursor: hand;
}
.deletion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bolder;
    color: #FF0000;
    font-style: italic;
    text-decoration: line-through;
}
.searchTime {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
.ogSummary {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000066;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer; cursor: hand;
}
.ogSummary_empty {
    background-color: #FFFFFF;
    width: 30px;
}
.ogSummaryText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    text-align: justify;
}
.selectedOption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 10px;
    color: #FF0000;
}
.serverid {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #AAAAAA;
    white-space: nowrap;
}

.notes {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
