/*
	Copyright (c) 2007-2010, National Patient Antibody Registry, LLC.
  All rights reserved.
	$Id: npar.css 227 2010-08-04 14:54:45Z npar $
*/

/* Generic Settings */
* { font-size: 14px; white-space: normal; margin: 0; padding: 0;
    font-family: Arial,Helvetica,sans-serif;
}

/* Headers */
h1, h2, h3, h4 { font-weight: bold; margin-bottom: 6px; margin-top: 18px }
h1 { font-size: 20px }
h2 { font-size: 18px }
h3 { font-size: 16px }
h4 { font-size: 14px }

h1 *, h2 *, h3 *, h4 * { font-weight: normal }

/* Paragraphs */
p { margin-bottom: 6px }

/* Tables */
tr { vertical-align: top }

strong, b { font-weight: bold }

/* Lists */
ul, ol { list-style-position: outside; margin-left: 20px }

li { margin-bottom: 4px }

li ul { margin-left: 16px }


/* Misc. */

form { margin-bottom: 0px }

.textred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #690E12;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.login_id {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
}

/* Hyperlinks */

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
	color: #A4060B;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
	color: #A4060B;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
	color: #691015;
	text-decoration: underline;
}

a.redlink:link { color: #FF0000; }
a.redlink:visited { color: #800080; }
a.redlink:hover { color: #690E12; }

.page_nav a:link { color: #3300CC }
.page_nav a:visited { color: #3300CC }
.page_nav a:hover { color: #0066CC }

/* Main app navigation bar */
.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background-image:url(../images/bloodbank-tile.jpg);
	background-repeat: repeat-y;
}

.leftnav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.leftnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.leftnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}


/* Page title bar */
.title_bar {
	background-image:url(../images/back_left.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	padding: 7px;
}


/* Tables */
.bordered_table {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}

.bordered_table td, th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
}

.bordered_table thead * {
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
 }


/* Rails model error display box */
div.errorExplanation {
	color: red;
	border: solid 1px;
	padding: 3px 3px 3px 3px;
}

.antibody { background-color: red; color: white}

.exact { background: #90EE90 } /* light green */
.close { background: #FFF799 } /* light yellow */
.blank { background: #EEEEEE } /* light grey */

.flash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #831D19;
}

.addr  { color: white; font-size: 12px }