﻿/*
new graph classes, 01/05/2007 
these are for survival page only
*/

.survivalRatesGraph{
	width:424px;
	position:relative;
	border-top:1px solid #F7EDEE;
	margin:20px;
	font-size:95%;
}
.survivalRatesTitle{
	position:absolute;
	top:0px;
	left:0;
	border:1px solid #8C8C8C;
	padding:5px;
	background-color:#fff;
	z-index:2;	
	font-size:100%;
	width:390px; /* 392? */
}
.survivalRatesTitle strong{
	font-weight:normal;
	color:#333333;
}
.survivalRatesData{
	background:url(../Images/survival-chart-bg.gif) no-repeat;
	position:relative;
	width:424px;
	height:70px;
	margin-top:55px;
}
.survivalRatesRange{
	position:relative;
	width:424px;
	margin-top:21px;
}
.survivalRatesBars{
	position:absolute;
	top:34px;
	right:22px;
	border-top:1px solid #646262;
	border-right:1px solid #646262;
	border-left:1px solid #646262;
	height:42px;
	width:105px;
	background:url(../Images/survival-range.gif) bottom no-repeat;
	z-index:3;
}
.survivalRatesJoin{
	border-left:1px solid #646262;
	position:absolute;
	left:0;
	top:19px;
	height:15px;
}
.survivalRatesHolder{
	background:url(../Images/survival-chart-colour.gif) 0px 0px no-repeat;
	margin-top:40px;
}
.survivalRatesData ul{
	width:424px;
	height:60px;
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:11 !important;
	background:url(../Images/survival-marker-bg.gif) no-repeat;	
}
.survivalRatesData ul li{
	padding-top:50px;
	width:78px;
	float:left;
	color:#666666;
	font-weight:bold;
	font-size:105%;
}
.survivalRatesData ul li.first-child{
	width:77px;
	color:#333333;
}
.survivalRatesData ul li.last-child{
	width:10px;
	color:#333333;	
}
.survivalRatesActual{
	padding:5px;
	background-color:#4F7722;
	color:#fff;
	width:160px;
	text-align:center;
	position:relative;
}
.survivalRatesActualIndicator{
	position:absolute;
	top:-68px;
	left:26px;
	height:70px;
	width:5px;
	background:url(../Images/survival-actual-spike.gif) no-repeat top left;
	z-index:4;
}

.survivalRatesNoData {
	list-style: none;
	margin: -2em 2em 2em 2em;
	padding: 3.5em 0 3.5em 2em;
	width: 20.5em;
	border: 1px solid #eae9e4;
	font-weight: bold;
	color: #576220;
	background: #f9f8f3;
}

