/* -------------------------------------------------------------------- */
/* Key
/* -------------------------------------------------------------------- */


#calendar_key table
{
	border: solid 1px #ccc;
	width: 100%;
}

#calendar_key table th, #calendar_key table td
{
	padding: 5px 10px 5px 10px;
	color: #656565;
	font-weight: bold;
	border: solid 1px #ccc;
}

#calendar_key table th
{
	width: 60px;
}

#calendar_key div
{
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}

#calendar_key .swatch
{
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin-top: -2px;
	margin-right: 10px;
}


/* -------------------------------------------------------------------- */
/* Details
/* -------------------------------------------------------------------- */

#calendar_details {
	padding: 2px;
	margin-bottom: 5px;
	color: #fff;
	background-color: #0099cc;
	text-align: right;
	position: relative;
}

#calendar_details table {
	margin: 0 auto 0 auto;
}

#calendar_details table, #calendar_details table th, #calendar_details table td {
	vertical-align: middle;
}

#calendar_details table th {
	padding-right: 7px;
	font-weight: normal;
	color: #fff;
}

#calendar_details table th strong
{
	color: #fff;
}

#calendar_details table td {
	padding-right: 3px;
	color: #fff;
}

#calendar_details table .sep {
	padding-right: 12px;
}

#calendar_details table .last {
	padding-right: 0px;
	padding-bottom: 2px;
}

/* -------------------------------------------------------------------- */
/* Calendar Links
/* -------------------------------------------------------------------- */

#calendar_links {
	padding: 10px 10px;
	margin-bottom: 5px;
	color: #fff;
	background-color: #0099cc;
	text-align: right;
}

#calendar_links ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#calendar_links ul li {
	float: left;
	margin-left: 16px;
}

#calendar_links ul li a {
	color: #fff;
	text-decoration: none;
	border: none;
	background: none;
}

#calendar_links ul li a:hover {
	color: #c6e3f0;
}

/* -------------------------------------------------------------------- */
/* Calendar Weeks
/* -------------------------------------------------------------------- */

#calendar_weeks {
	position: relative;
	margin: 0 0 10px 0;
	padding-left: 15px;
	height: 474px;
}

#calendar_weeks .week_odd, #calendar_weeks .week_even {
	width: 17px;
	overflow: hidden;
	float: left;
	height: 100%;
}

#calendar_weeks .week_odd {
	background-color: #eee;
}

#calendar_weeks .week_odd span, #calendar_weeks .week_even span {
	font-weight: bold;
	color: #666;
	padding: 0px 2px 0px 2px;
}

/*
#calendar_weeks .current {
	background-color: #ccc;
}

#calendar_weeks .current span
{
	color: #fff;
	background-color: #666;
	display: block;
	height: 14px;
}
*/

/* -------------------------------------------------------------------- */
/* Scans Boxes
/* -------------------------------------------------------------------- */

.scan_tier1, 
.scan_tier2, 
.scan_tier3, 
.scan_tier4, 
.scan_tier5, 
.scan_tier6, 
.scan_tier7, 
.scan_tier8, 
.scan_tier9, 
.scan_tier10, 
.scan_tier11, 
.scan_tier12,
.scan_tier13,
.scan_tier14,
.scan_tier15
{
	position: absolute;
	height: 32px;
	top: 0;
	left: 0;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	-khtml-opacity: .80;
	display: block;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

.evenUltrasound
{
	background-color: #109cda;
}

.oddUltrasound
{
	background-color: #109cda;
}

.evenUltrasound:hover
{
	background-color: #46B1DF;
}

.oddUltrasound:hover
{
	background-color: #46B1DF;
}

.evenBloodTest
{
	background-color: #0f40db;
}

.oddBloodTest
{
	background-color: #0f40db;
}

.evenBloodTest:hover
{
	background-color: #204cda;
}


.oddBloodTest:hover
{
	background-color: #204cda;
}

.evenDNAScreening
{
	background-color: #ac71e9;
}

.oddDNAScreening
{
	background-color: #ac71e9;
}

.evenDNAScreening:hover
{
	background-color: #bb8ee9;
}


.oddDNAScreening:hover
{
	background-color: #bb8ee9;
}

.scan_tier1 { top: 21px; }
.scan_tier2 { top: 56px; }
.scan_tier3 { top: 91px; }
.scan_tier4 { top: 126px; }
.scan_tier5 { top: 161px; }
.scan_tier6 { top: 196px; }
.scan_tier7 { top: 231px; }
.scan_tier8 { top: 266px; }
.scan_tier9 { top: 301px; }
.scan_tier10 { top: 336px; }
.scan_tier11 { top: 371px; }
.scan_tier12 { top: 406px; }
.scan_tier13 { top: 441px; }
.scan_tier14 { top: 476px; }
.scan_tier15 { top: 511px; }
.scan_tier15 { top: 546px; }

.inactive  
{
	background-color: #fff; 
	border:1px solid #999999;
}
.inactive:hover  
{
	background-color: #efefef; 
}

/* -------------------------------------------------------------------- */
/* Scans Boxes
/* -------------------------------------------------------------------- */

.scan_info_1 {
	position: absolute;
	top: 2px;
	left: 5px;
	width: 100%;
	font-weight: bold;
}

.scan_info_1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.scan_info_1 ul li {
	margin-bottom: 4px;
	color: #fff;
	cursor: pointer;
}

.scan_info_1 ul li sup
{
	color: #fff;
	font-size: 0.5em;
}

.scan_info_1 ul .scan {
	margin-bottom: 8px;
}

.scan_info_1 ul .info a, 
.scan_info_1 ul .add a {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 auto;
	background: transparent url(../images/calculator/icon_information.gif) center no-repeat;
}

.scan_info_1 ul .add a {
	background: transparent url(../images/calculator/icon_add.gif) center no-repeat;
}

.scan_info_1 ul li a span {
	display: none;
}

.inactive ul li { color: #444; }


/* POP UP code */

#scanDetails div
{
	visibility: hidden;
	display: none;
}

#scanDetails .scan
{	
	width: 458px;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 10px;

}

#scanDetails .scan h2
{
	font-size: 1.4em;
	font-weight: bold;
	color: #3079BA;
}