
.gks_main{
	width:100%;
	clear:both;
}
.gks_chart{
	position:relative;
	height:154px;
	width:auto;
	clear:both;
	margin-bottom:10px;
}
.gks_loader{
	height:130px;
	width:250px;
	position:absolute;
	z-index:0;
	background:#fff;
	text-align:center!important;
	line-height: 130px;
	font-size:10px;
	color:#aaa;
	text-transform:uppercase;
}
.gks_chart img{
	position:absolute;
	z-index:1;
}
.gks_timeline{
	position:absolute;
	z-index:2;
	height:154px;
	width:250px;
	background:transparent url('http://www.cordblood-america.com/css/timeline.png') no-repeat 0 0;
	margin-left:-3px;
}
.gks_change{
	color:#aaa;
	float:right;
}
.gks_tooltip_change{
	color:#aaa;
}
.gks_change.plus,
.gks_tooltip_change.plus{
	color:green;
}
.gks_change.minus,
.gks_tooltip_change.minus{
	color:red;
}
.gks_trigger{
	float:left;	
	margin:12px 0 0 4px;
	text-indent:-999em;
	width:6px;
	height:6px;
	background:#ccc;
	display:block;
	cursor:pointer;
}
.gks_value{
	float:left;	
	color:#999;
	margin-left:4px;
}
.gks_stock_name{
	float:left;
	margin-left:12px;
}
.gks_stock{
	color:#333;
	clear:both;
	overflow:hidden;
	width:100%;
	line-height:26px;
	border-top: 1px dotted #ddd;
}
.gks_stock:first-child{
	border-top: 1px dotted #ddd;
}
.first{
	background:blue;
}
.second{
	background:red;
}
.third{
	background:orange;
}
.fourth{
	background:green;
}
.gks_tooltip_data{
	display:none;
}
.gks_tooltip{
	display:none;
	position:absolute;
	z-index:10000000;
	border:1px solid #ddd;
	padding:10px;
	min-height:154px;
	width:500px;
	background:#fff;
}
.gks_tooltip_chart{
	float:left;
	width:250px;
	height:154px;
	position:relative;
}
.gks_tooltip_timeline{
	position:absolute;
	z-index:2;
	height:154px;
	width:250px;
	top:0;
	left:-3px;
	background:transparent url('http://www.cordblood-america.com/css/timeline.png') no-repeat 0 0;
}
.gks_tooltip_chart img{}
.gks_tooltip_timeline{}
.gks_tooltip_datas{
	float:left;
	width:220px;
	margin:0 0 0 30px;
}
.gks_tooltip_datas h3{
	font-family:Georgia,serif;
	font-size:18px;
	font-weight:normal;
	padding:0 0 3px 0;
}
.gks_tooltip_datas sub{
	color:#999;
	line-height:16px;
}
.gks_tooltip_value{
	display:block;
	margin:30px 0 0 0;
	line-height:20px;
}
.gks_tooltip_time{
	display:block;
	line-height:20px;
}
.gks_tooltip_change{
	display:block;
	line-height:20px;
}






/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration:none;
	color:#378adf;
}
a:hover {
	color:#FF941A;
	text-decoration:none;
}

html, body {
height: 100%;
width:100%;
}

body {
	vertical-align:top;
	background:#dcdcdc url(../images/shadow.gif) top center no-repeat;
}


h1, h2, h3, h4, h5, h6, p, ol, div, img, body, ul, li {
	padding:0;
	margin:0;
}

ol,ul {list-style:none;}

img {
	overflow:hidden;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0;
	padding: 0 0 12px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	color: #000000;
	margin: 0;
	padding: 8px 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

.h1_alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	color: #000000;
	margin: 0;
	padding: 8px 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

.h2_alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding: 0 0 12px 0;
	font-style: normal;
	font-weight: bold;
}
.h3_alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding: 0 0 12px 0;
	font-style: normal;
	font-weight: bold;
}
img {
	margin:0;
	padding:0;
}	

#wrapper {
	width:945px;
	height:auto;
	margin:0 auto 0 auto;
}


/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/

#header {
	width:945px;
	height:55px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	background:#FFFFFF url(../images/header.gif) bottom repeat-x;
	margin:0 0 30px 0;
}

#header img {
	display:block;
	float:left;
	padding:12px 0 0 24px;
}

.line {
	background: url(../images/line.gif) top right no-repeat;
}

/*--------------------------------------------------------------------------------------------------
	index
--------------------------------------------------------------------------------------------------*/

#intro {
	width:945px;
	height:123px;
	background:#FFFFFF url(../images/intro.jpg) no-repeat;
	border-bottom:1px solid #d4d5d6;
}

#content {
	width:897px;
	padding:24px 24px 5px 24px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	background-color:#f4f4f4;
	overflow:hidden;
}

#leftcolumn {
	float:left;
	width:574px;
}

#rightcolumn {
	float:right;
	width:300px;
}

.box {
	padding:8px 15px 15px 15px;
	width:auto;
	margin:0 0 13px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	background-color:#ffffff;
	border:1px solid #d4d5d6;
	overflow:hidden;
}

.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color:#378adf;
	margin: 0 0 12px 0;
	padding:5px 10px 0 10px;
	font-style: normal;
	font-weight:bold;
	height:23px;
	background:url(../images/gradient.gif) bottom repeat-x;
}

.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0 0 12px 0;
	padding:5px 10px 0 10px;
	font-style: normal;
	font-weight:bold;
	height:23px;
	background:url(../images/header2.gif) bottom repeat-x;
}

.blue {
	color:#378adf;
}

.blue2 {
	color:#1c5895;
}

.listcopy {
	padding:0 0 5px 0;
}

.newsblurb {
	line-height: 15px;
	color: #000000;
	padding: 0 0 8px 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #d4d5d6;
}
ul.bullet { 
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}

li.bullet { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding:0 0 8px 7px;
	margin:0 0 8px 0;
	border-bottom:1px solid #d4d5d6;
}

ul.alt { 
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	padding:0 0 4px 12px;
	font-style: normal;
	font-weight: normal;
}

li.alt { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding:0 0 4px 12px;
	margin:0 0 4px 0;
	
}

li.bullet:last-child {
	border:none;
	margin:0;
	padding:0 0 5px 7px;
}

/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/
.comment {
	padding:0 0 5px 17px;
	background:url(../images/bubble.gif) left top no-repeat;
}
.sound {
	padding:0 0 5px 17px;
	background:url(../images/sound.gif) left top no-repeat;
}
p.read a {
	font-weight:bold;
	width:80px;
	text-align:center;
	background:#FFFFFF url(../images/header.gif) bottom repeat-x;
	color:#000000;
	padding:4px 10px 4px 10px;
	margin:0 0 12px 0;
	display:block;
	border:1px solid #d4d5d6;
	text-transform:uppercase;
	font-size:10px;
}
p.read a:hover {
	background:#91c5eb url(../images/on_read.gif) bottom repeat-x;
	color:#FFFFFF;
	text-decoration:none;
}
.pages {
	font-size: 11px;
	line-height: 13px;
	text-align:center;
	word-spacing:10px;
}
.imageleft {
padding:0 10px 10px 0;
float:left;
}
.givesback {
padding:0 0 25px 0;
}

/*--------------------------------------------------------------------------------------------------
	tabbed tables
--------------------------------------------------------------------------------------------------*/

#example-one {
margin: 0;
}
#example-one img {
padding:0 10px 0 0;
float:left;
}


#example-one .nav { overflow: hidden; margin: 0 0 15px 0; border-bottom:3px solid #000000; }
#example-one .nav li {float: left; margin: 0 4px 0 0; }
#example-one .nav li.last { margin-right: 0; }
#example-one .nav li a {
display: block;
height:22px;
padding: 10px 15px 0 15px;
 color: #000000;
 font-size: 12px; font-family: Arial, Helvetica, sans-serif;
 font-weight:bold;
 text-align: center; border: 0;
 text-decoration:none;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	border-top:1px solid #d4d5d6;
	border-left:1px solid #d4d5d6;
	border-right:1px solid #d4d5d6;}
 

 #example-one .nav li a {
background-color: #FFFFFF;
}

#example-one .nav li a:hover { text-decoration:none;}



#example-one ul li.nav-one a.current, #example-one ul.one li a:hover {background:url(../images/tab_on.gif) repeat-x; color:#FFFFFF;}
#example-one ul li.nav-two a.current, #example-one ul.two li a:hover {background:url(../images/tab_on.gif) repeat-x; color:#FFFFFF;}
#example-one ul li.nav-three a.current, #example-one ul.three li a:hover {background:url(../images/tab_on.gif) repeat-x; color:#FFFFFF;}
#example-one ul li.nav-four a.current, #example-one ul.four li a:hover {background:url(../images/tab_on.gif) repeat-x; color:#FFFFFF;}


#example-two {
margin: 0;
}
#example-two img {
padding:0 10px 0 0;
float:left;
}


#example-two .nav { overflow: hidden; margin: 0 0 15px 0; border-bottom:3px solid #000000; }
#example-two .nav li {float: left; margin: 0 4px 0 0; }
#example-two .nav li.last { margin-right: 0; }
#example-two .nav li a {
display: block;
height:22px;
padding: 10px 15px 0 15px;
 color: #000000;
 font-size: 12px; font-family: Arial, Helvetica, sans-serif;
 font-weight:bold;
 text-align: center; border: 0;
 text-decoration:none;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	border-top:1px solid #d4d5d6;
	border-left:1px solid #d4d5d6;
	border-right:1px solid #d4d5d6;}
 

 #example-two .nav li a {
background-color: #FFFFFF;
}

#example-two .nav li a:hover { text-decoration:none;}



#example-two ul li.nav-one a.current, #example-two ul.one li a:hover {background:url(../images/tab_on.gif) repeat-x; color:#FFFFFF;}
#example-two ul li.nav-two a.current, #example-two ul.two li a:hover {background:url(../images/tab_on.gif) repeat-x; color:#FFFFFF;}
#example-two ul li.nav-three a.current, #example-two ul.three li a:hover {background:url(../images/tab_on.gif) repeat-x; color:#FFFFFF;}
#example-two ul li.nav-four a.current, #example-two ul.four li a:hover {background:url(../images/tab_on.gif) repeat-x; color:#FFFFFF;}


#example-three {
margin: 0;
}
#example-three img {
padding:0 10px 0 0;
float:left;
}


#example-three .nav { overflow: hidden; margin: 0 0 15px 0; border-bottom:3px solid #000000; }
#example-three .nav li {float: left; margin: 0 4px 0 0; }
#example-three .nav li.last { margin-right: 0; }
#example-three .nav li a {
display: block;
height:22px;
padding: 10px 15px 0 15px;
 color: #000000;
 font-size: 12px; font-family: Arial, Helvetica, sans-serif;
 font-weight:bold;
 text-align: center; border: 0;
 text-decoration:none;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	border-top:1px solid #d4d5d6;
	border-left:1px solid #d4d5d6;
	border-right:1px solid #d4d5d6;}
 

 #example-three .nav li a {
background-color: #FFFFFF;
}

#example-three .nav li a:hover { text-decoration:none;}



#example-three ul li.nav-one a.current, #example-three ul.one li a:hover {background:url(../images/tab_on.gif) repeat-x; color:#FFFFFF;}
#example-three ul li.nav-two a.current, #example-three ul.two li a:hover {background:url(../images/tab_on.gif) repeat-x; color:#FFFFFF;}
#example-three ul li.nav-three a.current, #example-three ul.three li a:hover {background:url(../images/tab_on.gif) repeat-x; color:#FFFFFF;}
#example-three ul li.nav-four a.current, #example-three ul.four li a:hover {background:url(../images/tab_on.gif) repeat-x; color:#FFFFFF;}
/*--------------------------------------------------------------------------------------------------
	form content
--------------------------------------------------------------------------------------------------*/

.input {
	padding:8px;
	border:1px solid #378adf;
}

.formcopy {
	padding:12px 0 5px 0;
	font-weight: bold;
}


.red {
	color:#FF0000;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:897px;
	padding:5px 24px 5px 24px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	overflow:hidden;
	background:#FFFFFF url(../images/header.gif) bottom repeat-x;
}

#footer p {
	font-size: 10px;
	line-height: 12px;
	padding: 15px 0 0 0;
	text-align:right;
}		

.snipe {
	font-size: 10px;
	line-height: 12px;
	padding:10px 0 10px 0;
	text-align:right;
}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}