
/*right side component colors */
.bg_lt_actionbox { background-color: #99CC99; }
.bg_dk_actionbox { background-color: #669966; }
.bg_hcp_patient  { background-color: #66CC66; }
.bg_lt_hcp_patient { background-color: #CCFFCC; }
.bg_hcp_healthcare { background-color: #99CCFF; }
.bg_lt_hcp_healthcare { background-color: #D3E8FD; }
.bg_hcp_b2b { background-color: #999966; }
.bg_lt_hcp_b2b { background-color: #FFFFCC; }
.bg_hcp_gabi { background-color: #999966; }
.bg_lt_hcp_gabi { background-color: #FFFFCC; }
.bg_landing { background-color: #BBEE66; }

/* main body tags */
body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	/* color: #666666; */
}

td, span {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	/* color: #666666; */
}

li {
	list-style-image: url(/images/icon_bullet.gif);
	list-style-position: outside;
	padding-left: 2px;
}

textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/*text */
.white {color : #ffffff; }
.lt_gray { color: #999999;}
.green { color: #99CC33; }
.dk_green { color: #339933; }
.black { color: #000000; }
.red { color: #cc0000; }

/* top row nav*/
.tr_nav, .tr_nav a:link, .tr_nav a:active, .tr_nav a:visited {
    color:  #ffffff;
	text-decoration: none;
}

/* links */
a:link, a:active{ 
    font-weight: normal;
    color: #2C8EBF; 
	text-decoration: underline;
}
a:visited {
    font-weight: normal;
    color: #2C8EBF;
	text-decoration: underline;
}


hr.bio {
	color: #2C8EBF;
}

/* form elements */
input {
	font-size: 11px;
	color: #000000;
}
select {
	font-size: 11px;
	color: #000000;
}

/*background colors */
.bg_gray { background-color : #999999; }
.bg_dk_gray { background-color : #666666; }
.bg_lt_gray { background-color : #cccccc; }
.bg_dk_green { background-color : #006B01; } 
.bg_lt_green { background-color : #ff8c00; } 
.bg_lt_blue { background-color : #41ff3e; } 
.bg_bio_blue { background-color: #2C8EBF; } 

/* moved some to here */
.subtitle1 {
	margin-top: 15px;
}

/* body tags */
.b1
{
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #2c8ebf;
}

.b2 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #2c8ebf;

}

.b3 {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	/* color: #666666; */
}

