/**
 * Copyright (c) 2006 University of Oxford
 * This item is distributed under the terms of version 2.1
 * of the GNU Lesser General Public License as published by
 * the Free Software Foundation.
 *
 * Project Title: SPINE2 Target Tracker
 *
 * File history:
 *
 * Revision: 1.20 Date: 2003/03/20 09:16:55 Author: schw 
 *
 */

@CHARSET "ISO-8859-1";
form {
	padding: 0px;
	margin:0px;
}

.selected {
	font-weight:bold!important;
	text-decoration: none!important;
	color:black!important;
}
.notSelected {
	font-weight:normal!important;
	text-decoration: none!important;
	color:black!important;
}

.italic {
	font-style: italic;
}

.scroller {
	margin: 0 auto;
	text-align:center;
}

table.targetList {
	width:95%;	
}


.tableStyleClass{
	width: 95%;
}
.tableHeader{
	background: #f7f7f7;
}
.evenRow{
	background: #f7f7f7;
}
.oddRow{
	background: #FFFFFF;
}
.columnTop{
	vertical-align:top;
	width:300px;
}
.columnLeft{
	text-align:left;
}
.columnCenter{
	text-align:center;
}
.columnSize1{
	width:150px;	
}
.columnSize2{
	width:200px;	
}
.columnSize3
{
	width:80px;
}
.columnComplexSummary
{
	font-weight:bold;
	vertical-align:top;
	width:70px;
}

.summaryData
{
	font-size: 12pt;
}

.targetSummary tr td {
	border-bottom: 1px solid silver;
	margin-bottom:20px;
}

.navleft {

	color: #8c8c8c;
	font: bold 10px Helvetica, Arial, sans-serif;
	vertical-align: top;
	width: 250px;
	text-align: left;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.navleft h1 {
	font-size:14px;	
}

.error {
	color:red;	
}

table.entryTable {
	width:80%;	
}

table.entryTable tr td {
	vertical-align: top;
}

table.entryTable tr td:first-child{
	text-align: right;
}

a.barChart {
	background-color: #DAE2FB;/*#28428C;*/
	border: 1px solid #DAE2FB; /*1px solid #b2b2b2;*/
	height:100%;
	display: block;
	position: relative;
	color:  #3E4F87;/*white!important;*/
	text-align:left;
	padding: 0 2px;
	min-width:20px;
}

label.barChart {
	background-color: #DAE2FB;/*#28428C;*/
	border: 1px solid #DAE2FB; /*1px solid #b2b2b2;*/
	height:100%;
	display: block;
	position: relative;
	color:  #3E4F87;/*white!important;*/
	text-align:left;
	padding: 0 2px;
	min-width:20px;
}

td.barChart {
	text-align: left;	
	width: 75%;
}

table.barChart tbody tr td:first-child {
	width: 25%;
}

.menuleft_line {
	padding:0;
	margin:0;
}

a.barChart:hover {
	background-color:#3E4F87;
	border: 1px solid #3E4F87;
	color: #DAE2FB; /*white!important;*/
	/*letter-spacing: 2;*/
}


ul.buttonList2 {
	margin:2px;
	padding:3px;
	list-style-type:none;
}

ul.buttonList2 li{
	margin:1px;
	list-style-type:none;
}

ul.buttonList2 li a{
	width:97%;
	background-color: #3E4F87;
	border: 2px solid #3E4F87;
	color:#DAE2FB;
	text-align:center;
	display:block;
}

ul.buttonList2 li a:hover {
	background-color: #DAE2FB;
	border: 2px solid #DAE2FB;
	color:#3E4F87;
}



ul.buttonList {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ul.buttonList li{
	margin:5px;
	list-style-type:none;
}

ul.buttonList li a{
	width:100%;
	background-color: #28428C;
	border: 3px outset #b2b2b2;
	color:white!important;
	text-align:center;
	display:block;
}

ul.buttonList li a:hover {
	color:white!important;
}

.menuleft_line p {
	margin-left:15px;
	text-indent:-5px;
	line-height: 2;
	text-align: left;
}

p {
	text-align: left;	
}

.errorMessage {
	color:red;	
}

.infoMessage {
	color:#28428C;
	font-weight:bold;	
}

hr {
	width: 75%;
	margin: 10px 0px;	
}

table.barChart {
	width:100%; 
}

