/* Basic HTHML Styles */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #5a5758;
	background: url('../images/bg_main.jpg') repeat-x #EFEFEF;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

h1,h2 {
	display: none;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 16px;
	line-height: 19px;
	margin-top: 5px;
	color: #B0006E;
}

a:link,a:visited {
	color: #c44092;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main_container {
	margin: 0 auto;
	width: 747px;
	background: #FFF;
	border-left: 1px solid #989898;
	border-bottom: 1px solid #989898;
	border-right: 1px solid #989898;
}

/* Header */
#logo {
	display: block;
	width: auto;
	height: 66px;
	margin: 0 19px 19px;
	/*background: url('../images/logo_beactive.gif') bottom left no-repeat;*/
}

#img_slogan {
	display: block;
	height: 112px;
	width: auto;
	background: url('../images/img_slogan.gif') repeat-x;
}

/* Mid Section */
#mid_content {
	width: 747px;
	background-color:#8E8C8D;
	background-image: url('../images/bg_mid.jpg') no-repeat;

	
}

/* Mid Section LEFT */
#mid_left {
	width: 455px;
	float: left;
	padding: 12px 0 0 9px;
}

.video_window {
	display: block;
	width: 454px;
	max-height: 145px;
	height: 145px !important;
	margin-bottom: 15px;
	background: url('../images/bg_video.gif') bottom left repeat-x #FFF;
}

.brd_left {
	display: block;
	width: 7px;
	height: 145px;
	float: left;
	background: url('../images/brd_left.gif') no-repeat;
}

.video_watch {
	display: block;
	width: 122px;
	float: left;
	padding-top: 9px;
	border-top: 1px solid #DCD3DB;
}

.video_watch ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.video_watch ul li {
	margin-bottom: 6px;
}

#kol_one {
	display: block;
	height: 82px;
	width: 108px;
	margin-left: 2px;
	background: url('../images/kol_01.jpg') no-repeat;
}

#kol_two {
	display: block;
	height: 82px;
	width: 108px;
	margin-left: 2px;
	background: url('../images/kol_02.jpg') no-repeat;
}

.video_watch ul li a.btn_watchnow {
	display: block;
	height: 36px;
	width: 113px;
	background: url('../images/btn_watchnow.gif') no-repeat;
}

#video_top {
	padding-top: 2px;
}



#video_bottom {
	padding-top: 2px;
}





.video_content {
	display: block;
	width: 318px;
	float: left;
	border-top: 1px solid #DCD3DB;
}

.video_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	
}

.video_content ul li {
	float: left;
	padding-right: 10px;
}

.doctor_name {
	font-size: 11px;
	line-height: 12px;
	color: #5A5758;
	padding:10px 0px;
}

.doctor_name strong {
	color: #231F2D;
}

.icon_pdf {
	display: block;
	height: 16px;
	width: 16px;
	float: left;
	padding-right: 5px;
	background: url('../images/icons_pdf.jpg') no-repeat;
}

.icon_ipod {
	display: block;
	height: 19px;
	width: 12px;
	float: left;
	padding-right: 5px;
	background: url('../images/icons_ipod.jpg') no-repeat;
}

.brd_right {
	display: block;
	width: 7px;
	height: 145px;
	float: left;
	background: url('../images/brd_right.gif') no-repeat;
}

/* Mid Section RIGHT */
#mid_right {
	width: 254px;
	float: left;
	font-size: 11px;
	color: #FFF;
	padding: 0 10px 0 19px;
	margin:0px;
}


#mid_right #signup {
	display: block;
	width: 175px;
	height: 25px;
	margin-top: 18px;
	background: url('../images/signup.gif') no-repeat;
}

#mid_right p{
	padding:10px 0px;
}

#mid_right ul {
	list-style: none;
	font-size: 11px;
}

#mid_right ul li {
	
	height:34px;
}

#mid_right ul li label {
	display: block;
	width: 115px;
	font-weight: 700;
	float: left;
}

#mid_right ul li label.optInLabel {
	display: block;
	width: 115px !important;
	font-weight: 0;
	float: none;	
}

#mid_right ul li textarea {
	
}

input {
	border: 1px solid #979696;
	width: 130px;
}

input.checkbox{
	border: none;
	width: auto;
	
}

#checkbox {
	width: 15px;
	float: left;
}

#checkbox_content {
	display: block;
	float: left;
	width: 225px;
	padding-left: 5px;
}

#mid_right a#button {
	display: block;
	width: 173px;
	height: 39px;
	background: url('../images/btn_signup.gif') no-repeat;
}

#mid_right input#button {
	display: block;
	width: 173px;
	height: 39px;
	background: url('../images/btn_signup.gif') no-repeat;
}

#view_more {
	display: block;
	height: 34px;
	width: 455px;
	font-size: 12px;
	line-height: 34px;
	margin-bottom: 20px;
	background: url('../images/bg_viewmore.jpg') no-repeat;
}

#btn_viewmore {
	display: block;
	height: 24px;
	width: 88px;
	margin-top: 5px;
	float: left;
	background: url('../images/btn_viewmore.gif') no-repeat;
}

#view_more_content {
	display: block;
	float: left;
	padding: 0 5px 0 5px;
}

/* Subpage Content */
#content {
	padding: 20px;
	font-size: 11px;
	line-height: 14px;
}

/* Footer */
#footer {
	width: 100%;
	height: 42px;
	font-size: 12px;
	line-height: 42px;
	display: block;
	background: url('../images/bg_footer.jpg') repeat-x;
}

#footer ul {
	list-style: none;
	padding-left: 19px;
	margin: 0;
}

#footer ul li {
	float: left;
	margin-right: 10px;
}

#isi {
	font-size: 11px;
	line-height: 18px;
	padding: 0 50px 0 19px;
	width: auto;
	background: #d6d5d5;
}

#isi p {
	margin: 0;
	padding: 5px;
}

#header {
	
	color:#DFDFDF;
	margin:0px;
	padding:0px;
	position:relative;
}

#header #header-logo {
	background:transparent url(../images/logo_beactive.gif) no-repeat scroll 0%;
	height:80px;
	margin-left:25px;
	position:relative;
	text-indent:-3000px;
	width:350px;
}

#header-loginDiv {
	background:transparent url(../images/for_healthcare.gif) no-repeat scroll right top;
	margin-top:3px;
	padding-top:16px;
	float:right;
/*	position:absolute;
	left:115px;
	top:40px;*/
	width:200px;
	text-align:right;
	font-size:11px;
	line-height:16px;
	color:#5A5758;
}

#header-loginDiv_new {
	background:transparent url(../images/for_healthcare_new.gif) no-repeat scroll right top;
	margin-top:3px;
	padding-top:16px;
	float:right;
/*	position:absolute;
	left:115px;
	top:40px;*/
	width:200px;
	text-align:right;
	font-size:11px;
	line-height:16px;
	color:#5A5758;
}

#header-loginDiv-postlogin {
	background:transparent url(../images/for_healthcare_new.gif) no-repeat scroll right top;
	margin-top:16px;
	padding-top:16px;
	float:right;
	width:200px;
	text-align:right;
	font-size:11px;
	line-height:16px;
	color:#5A5758;
}


#header .header-login {
	color:#5A5758;
	font-size:11px;
	line-height:16px;
	margin:0px;
	padding:0px;
}



#video #main {
	background:transparent url(../images/video_mainBacker.jpg) no-repeat scroll 0%;
	height:248px;
}


#video #main #videoFeatures-left {
	float:left;
	height:228px;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	width:455px;
}

#video #videoFeatures-left p {
	color:#231F20;
	font-size:12px;
	font-weight:bold;
}
p {
	line-height:15px;
	margin-bottom:5px;
}

#video.unlogged #main #videoFeatures-right {
	background:transparent url(../images/darkBacker.gif) repeat scroll 0%;
	float:left;
	height:208px;
	margin-left:1px;
	overflow:hidden;
	padding:20px 10px 20px 20px;
	width:201px;
}
#video #videoFeatures-right {
	font-size:11px;
}

#video.unlogged #main #videoFeatures-right p.homeSignin {
	background:transparent url(../images/home_rColH2_signin_trans.gif) no-repeat;
	height:19px;
	text-indent:-3000px;
	width:53px;
	padding-top:0px;
}

#video.unlogged #main #videoFeatures-right p {
	color:#D1D3D4;
	font-size:11px;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:12px;
	padding:0px;
}

#homeFeatures-right .homeLogin-password a {
	margin-left: 35px;
	font-size: 10px;
}
#homeFeatures-right .homeLogin-remember a {
	margin-left: 22px;
	font-size: 10px;
}

#top_login {
	color:#999999;
	float:right;
	font-size:10px;
	padding-top:10px;
	text-align:right;
	width:200px;
}

.logoArea{
	float:left;
	width:310px;
	padding:19px 0 0 0;
}
.logoArea img{
	border:0
}

p.top {
	display: none;
}

/* @group Popup */

#popup {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	border: 3px solid #fab255;
	background: #fef0dd;
	height: 185px;
	width: 230px;
	padding: 20px;
	margin: 0px;
	position: absolute;
	z-index: 1000;
	text-align: left;
	left: 625px;
	top: 378px;
	display: none;
}

#popup h3 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	color: #000000;
}

#popup p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 13px;
	color: #5a5758;
}

#popup a {
	margin: 0px;
	text-decoration: underline;
	line-height: 12px;
	color: #b0006e;
}

/* @end */

/* Classes by Suresh Start */
#video_links {display:block; text-align:left; padding-left:170px; padding-top:10px;}
#video_links ul{
	margin: 25px 0px 0px 35px;
}
#video_links ul li{ list-style:none; padding-bottom:6px;}

#video1{
	text-align:center;
	padding:17px 0pt 0pt;
}

.slctd{color:#c44092;text-decoration:none; font-weight:bold;}
/* Classes by Suresh End */






#update_profile p{
	padding:10px 0px;
}

#update_profile ul {
	list-style: none;
	font-size: 11px;
}

#update_profile ul li {
	
	height:34px;
}

#update_profile ul li label {
	display: block;
	width: 115px;
	font-weight: 700;
	float: left;
}

.submit_profile{
	width: auto;
}

