/* CSS Document */

/*WRAPPER CSS*/
body {
	background-color:#666666;
	color:#666666;
	font-family:arial, sans-serif;
	font-size:10pt;
}

a {
	text-decoration: none;
	color: #066445;
	font-weight: bold;
}

a:hover{
	color: #7FB2A3;
}

img {
	border: 0px;
}

p{
	margin: 10px 0px;
}

.errorMsg{
	color: red;
	font-style: italic;
}

#container {
    background-color: white;
    width: 1040px;
    margin: 0px auto;
}

#header{
	position: relative;
	height: 149px;
}
	

#print_date {
	font-family:arial,sans-serif;
	font-size:7pt;
	left:46px;
	position:absolute;
	top:8px;
}

#loginInfo {
	font-family:arial,sans-serif;
	font-size:7pt;
	right: 70px;
	position:absolute;
	top:8px;
}

#navbar_container {
	background-color: #003A37;
	width: 1040px;
}

#navbar {
	height: 37px;
	margin:0px 48px;
}

	#navbar img {
		text-decoration: none;
		border: none;
	}

	#navbar a {
		display: block;
		float: left;
		height:37px;
	}


#content{
    background-color: #DEE9E5;
    border-bottom: 3px solid #FFD456;
	position:relative;
}

#footer {
	clear: both;
    background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	padding: 1px 40px;
	font-family: verdana, sans-serif;
}

.footer_col {
	float: left;
	font-size: 8pt;
	margin:15px 30px;
	width:420px;
}

.footer_head {
	font-weight: bold;
}

.footer_center {
	clear: both;
	text-align: center;
	font-size:7pt;
	padding:1px 0px 5px 0px;
}
	
	#footer_center a{
		color:black;
		font-weight:bold;
		text-decoration:none;
	}

.footer_list{

}
	.footer_list li{
		margin-left: -25px;
		margin-bottom:10px;
}

h2 {
	color: #066445;
	margin: 10px -1px;
	font-size: 16pt;
	font-weight: bold;
}

h3 {
	color: #066445;
	margin: 10px 0px;
	font-size: 13pt;
	font-weight: bold;
}
h4 {
	color:black;
	font-weight:bold;
	margin: 10px 0px;
}	

h5 {
	color:black;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
	font-size: 10pt;
	}
/*LOGIN PAGE CSS*/
#login_container {
	background-image:url("../images/login_container_bg.jpg");
	background-repeat:repeat-y;
	width:1040px;
	height:368px;
	padding:1px;

}

	#login_container p{
		margin: 10px 0px;
	}

#login_col_left {
	font-family: arial, sans-serif;
	position:relative;
	top:10px;
	left: 65px;
	width:390px;
}

.login_block {
	border: 1px solid #D8D9DC;
	background-color: #FFF1C9;
	padding: 15px;
	width:412px;
}

.login_label_td {
	color: #000000;
	text-align: left;
	width: 103px;
}
	
	.login_label_td label{
		margin-right: 5px;
		font-weight: bold;
		font-size:9pt;
	}


.login_input_td {
	width: 250px;
	text-align: right;
}

.input_wide {
	width: 265px;
	font-size: 10pt;
}

.login_spacer_row {
	height:5px;
}
#login_bottom{
	width: 230px;
}

#viewlink a {
	color: #666666;
	font-weight:lighter;
	text-decoration:underline;
	font-size:9pt;
}
	#login_bottom a{
		font-size: 8pt;
		text-decoration: none;
		color: #066445;
		font-weight: normal;
	}

#login_submit {
	text-align: right;
}

#login_buttons {
	margin: 20px 0px;

}

#need_help {
	margin-left: 15px;
}

#login_col_rt {
	position:absolute;
	left:510px;
	top:0px;
	height: 300px;
	width: 490px;
}

#login_video {
	border: 4px solid #EFF3F1;
	margin: 44px 0 0 20px;
	height: 270px;
	width: 480px;
}


.float_clear {
	clear: both;
}

/*REGISTRATION PAGE CSS*/
#reg_container {
	background-image:url("../images/login_container_bg.jpg");
	background-repeat:repeat-y;
	width:1040px;
	padding:1px;

}


.reg_select{
	width: 269px;
	font-size: 10pt;
	height: 23px;
}

.phone_sm{
	font-size: 10pt;
	width: 28px;
}

.phone_lg{
	font-size: 10pt;
	width: 35px;
}

#phone_td {
	text-align: left;
}

#phone_ext_td{
	text-align: right;
	width: 100px;
}

#reg_required{
	margin-bottom:20px;
}

/*HOME PAGE CSS*/

#home_container {
	background-image: url(../images/home_container_bg.jpg);
	background-repeat: repeat-y;
	margin-left: 36px;
}

#home_left{
	float: left;

}
#home_welcome{
	margin-left:12px;
	padding:10px 28px;
	width:392px;

	/*border-bottom: 1px solid #D5D9DE;*/

}

#home_news{
	margin-left:12px;
	padding:10px 28px;
	width:392px;
}

.home_news_headline{
	font-size: 11pt;
	font-weight: bold;
}

.home_news_dateline{
	color:#666666;
}

#home_right {
	float:left;
	width:501px;
}

.home_feature{
	background-color:white;
	background-image:url(../images/home_feature_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #D5D9DE;
	padding:10px;
	width: 460px;
}

#home_feature_webcast{
	margin: 17px;
}

#home_feature_case{
	margin-bottom: 17px;
	margin-left: 17px;
}

.home_feature_td{
	width: 50%;
}

.home_feature_title{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
	
.home_feature_label{
	vertical-align:top;
	font-size: 8pt;
	font-weight: bold;
}
.home_feature_info {
	font-size: 8pt;
	font-weight: normal;
}

.preview_image{
	height:120px;
	width: 210px;
	border: 1px solid #D5D9DE;
}

.home_launch{
	margin-top:10px;
}

.thumbnail{
	border: 1px solid #dedede;
}

#home_case_title{
	font-style: italic;
}

/*SUPPORT POP-UP CSS*/
#support_pop-up {
	background-color: white;
    width: 670px;
	padding:10px;
    margin: 0px auto;
}
	#support_pop-up ul{
		margin: 0px;
	}
/*WEBCAST PAGE CSS*/

.single_col {
	background-image:url(../images/single_col_bg.jpg);
	background-repeat:repeat-y;
	font-family: arial, sans-serif;
	width: 990px;
	margin-left:36px;
}

.webcast_divider{
	margin:0px 12px;
	padding:5px 25px;
	width:884px;
	border-bottom: 1px solid #D5D9DE;
	width: 894px;
}

.single_col_yellow {
	background-image:url(../images/single_col_yellow_bg.jpg);
	background-repeat:repeat-y;
	font-family: arial, sans-serif;
	width: 990px;
	margin-left:36px;
}


.webcast_block{
	width: 100%;
}
	.webcast_block p{
		margin: 10px 0px;
	}

.webcast_left {
	width: 650px;
	vertical-align: top;
}

.webcast_right {
	text-align: right;
}

.webcast_title{
	color:#000000;
	font-size:11pt;
	font-weight:bold;
}

.webcast_info{
	font-size: 9pt;
}

/*PATIENT CASES PAGE CSS*/

#cases_wrapper {
	border:0 none;
	height:455px;
	left:-17px;
	overflow:hidden;
	position:absolute;
	width:984px;
}

.iframe-wrapper{
	height:456px;
	overflow:hidden;
	position:relative;
	width:1000px;
	margin-left: 20px;
}

.iframe-wrapper.tall {
	height: 645px;
}

.cases {
	width: 1040px;
	height: 428px;
	background-image: url(../images/caseindex_bg.jpg);
	position: relative;
}

#case1 {
	display: block;
	background-image: url(../images/case1.jpg);
	width: 295px;
	height: 209px;
	position: absolute;
	top: 69px;
	left: 68px;
}
	#case1:hover {
	background-image: url(../images/case1_hov.jpg);
	}
	
#case2 {
	display: block;
	background-image: url(../images/case2.jpg);
	width: 295px;
	height: 209px;
	position: absolute;
	top: 69px;
	left: 372px;
}
	#case2:hover {
	background-image: url(../images/case2_hov.jpg);
	}