.cb_name{
  /*font-family:"Verdana";*/
  font: normal 1.2em tahoma, arial, sans-serif;
  margin-top: 3px ;
  margin-left: 3px ;
  margin-bottom: 3px ;
  margin-right: auto ;
  float:left;
}
.cb_tools{
  font: normal 0.875em tahoma, arial, sans-serif;
  margin-top: 8px ;
  margin-bottom: 3px ;
  margin-left: 10px ;
  margin-right: 3px ;
  float:right;
  cursor: pointer;  
}
.cb_tools_excel{
  font: normal 0.875em tahoma, arial, sans-serif;
  margin-top: 8px ;
  margin-bottom: 3px ;
  margin-left: auto ;
  margin-right: 3px ;
  float:right;   
  cursor: pointer;  
}
.cb_tools_email{
  font: normal 0.875em tahoma, arial, sans-serif;
  margin-top: 8px ;
  margin-bottom: 3px ;
  margin-left: auto ;
  margin-right: 10px ;
  float:left;   
  cursor: pointer;  
}
.cb_tools_email .inputbox{
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #DDDDDD;
  background: url("../img/content_bg.gif") repeat-x scroll 0 0 transparent;
  padding: 2px;
}
.cb_tools_email .inputbox:focus{
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #DDDDDD;
  background: url("../img/content_bg.gif") repeat-x scroll 0 0 transparent;
}
.cb_send_result{
  visibility:hidden;
  display:none;
}

.cb_imgsend{
	margin-bottom: 3px;
    vertical-align: middle;
	cursor-hand:pointer;
}

.cb_form{
  clear:both;
  margin-left: 3px ;
  margin-right: 3px ;
  /*text-align: center;*/
  /*width:100%;*/
}
.cb_form .inputbox{
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #DDDDDD;
  background: url("../img/content_bg.gif") repeat-x scroll 0 0 transparent;
  padding: 2px;
}
.cb_form .inputbox:focus{
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #DDDDDD;
  background: url("../img/content_bg.gif") repeat-x scroll 0 0 transparent;
}


.cb_button {
   background: url("../img/arrow1.gif") no-repeat scroll left top #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #444444;
    cursor: pointer;
    /*font-family: arial;*/
    /*font-weight: bold;*/
    line-height: 1.2em;
    padding: 3px 5px 3px 7px;
   }
.cb_button:hover {
   /*border-top-color: #adadad;*/
   /*background: #adadad;*/
   color: #000000;
   }
.cb_button:active {
   border: 1px solid #DDDDDD;
   /*background: #737373;*/
   }
.cb_button:focus {
   border: 1px solid #DDDDDD;
   /*background: #737373;*/
   }


.cb_calc_table{
  border : 0px;
  margin-bottom: 5px ;
  margin-left:auto
  margin-right:auto;
  text-align:left;
  width:100%;  
}
.cb_calc_table tr {
  border : 0px;  
}
.cb_calc_table td {
  border : 0px;
}

/*.cb_result{
  margin-bottom: 3px ;
  margin-top: 15px ;
  text-align: center;
  width:100%;
}

.cb_result table		{
    width:100%;
		margin: 0;
		padding: 0;
		font: normal 0.9em tahoma, arial, sans-serif;
		border-collapse: collapse;
		border: 1px solid #ADBBCA;
		color: #4F6480;
		background: #F0F0F0;
		}
		


.cb_result table caption	{
		margin: 0;
		height: 32px;
		padding: 0;
		color: #4F6480;
		line-height: 1em;
		text-align: left;
		font: bold 150% georgia, serif;
		text-transform: uppercase;
		letter-spacing: 0.14em;
		}
		
.cb_result thead		{
		color: #fff;
		background: #5E7796;
		}
		
.cb_result thead tr th	{
		padding: 4px 8px 4px 8px;
		}

		
.cb_result thead th	{
		border: 2px solid #ADBBCA;
		}

.cb_result tfoot		{
		background: #fff;
		}
		
.cb_result tfoot tr td, tfoot tr th, tbody tr td	{
		padding: 4px;
		text-align: left;
		}
		
.cb_result tbody tr:hover	{
		background: #fff;
		}
		
.cb_result tbody tr	{
		border: 2px solid #ADBBCA;
		  border-radius: 5px;
		}
		
.cb_result tbody th	{
		padding: 8px;
		border: 2px solid #ADBBCA;
	  border-radius: 5px;
	  -moz-border-radius: 5px;
		}
		
.cb_result tbody td	{
		background: #E9ECEE;
		}

.cb_result tbody tr.odd		{
		background: #C4CFDB;
		}
		
.cb_result tbody tr.odd td		{
		background: #F0F0F0;
		color: #4F6480;
		}
		

		
.cb_result tbody tr.odd:hover		{
		background: #fff;
		}
		

		
.cb_result tbody tr th a:link		{
		font: bold 0.9em tahoma, arial, sans-serif;
		color: #5E7796;
		text-decoration: underline;
		
		}
		
.cb_result tbody tr th a:visited		{
		font: bold 0.9em tahoma, arial, sans-serif;
		color: #5E7796;
		text-decoration: none;
		
		}
		
.cb_result tbody tr th a:hover		{
		font: bold 0.9em tahoma, arial, sans-serif;
		color: #5E7796;
		text-decoration: none;
		
		}
		
.cb_result tbody tr th a:active		{
		font: bold 0.9em tahoma, arial, sans-serif;
		color: #5E7796;
		text-decoration: line-through;
		
		}
		
.cb_result tbody tr th a:visited:after {
		content: "\00A0\221A";
		}
		
.cb_result tbody td a:link		{
		font: normal 0.9em tahoma, arial, sans-serif;
		color: #808000;
		text-decoration: underline;
		}
		
.cb_result tbody td a:visited		{
		font: normal 0.9em tahoma, arial, sans-serif;
		color: #808000;
		text-decoration: none;
		}
		
.cb_result tbody td a:hover		{
		font: normal 0.9em tahoma, arial, sans-serif;
		color: #808000;
		text-decoration: none;
		}
		
.cb_result tbody td a:active		{
		font: normal 0.9em tahoma, arial, sans-serif;
		color: #808000;
		text-decoration: underline;
		}
			
.cb_result tbody td a:visited:after {
		content: "\00A0\221A";
		color: #808000;
		text-decoration: none;
		}
		
.cb_result tbody td + td + td + td a { background: transparent url(downloadcss244.gif) no-repeat scroll 0 50%; 
    display: block;
    height: 24px;
    width: 24px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -5000px;
    border: none;
    }
			
.cb_result tbody td + td + td + td a:hover { background: transparent url(downloadcss2441.gif) no-repeat scroll 0 50%; 
		display: block;
		height: 24px;
		width: 24px;
		overflow: hidden;
		text-decoration: none;
		text-indent: -5000px;
		border: none;
		}
*/
.cb_separator{
  height: 2px;	
	background-color: #F0F0F0;
	width: 60%;
  margin-left:auto;
  margin-right:auto;
  margin-top:5px;
  margin-bottom:5px;
  border-radius: 5px 5px 5px 5px;
  border-bottom: #ADBBCA 1px solid;
  border-right:	#ADBBCA 1px solid;
}

.cb_clear{
  clear:both;
}

/* User wrapper */
.cbu_fieldwrapper{	
	/*position:absolute;
	display:block;*/
	}
.cbu_fieldname{
	float:left;
	}
.cbu_fieldinput{
	float:left;
	text-align:left;
	}
.cb_sec_wrapper{
	border:1px solid #ccc;
	border-radius:5px;
	}
.cb_sec_tools{
	margin-bottom:5px;
	}
.cb_sec_tools_add{
	color:#333;
	font-size:11px;
	margin-top:2px;
	width:15px;
	margin-left:2px;
	cursort:pointer;
	}
.sec_table_wrapper,
.sec_table_wrapper tr,
.sec_table_wrapper th,
.sec_table_wrapper td{
	border-width: 0px;
	}
.sec_table_wrapper{
	border-spacing: 5px;
}
.cb_section_wrapper{
	float:left;
	}
.cb_section_del{
	float:left;
	background: url("../img/sec_del.png") no-repeat scroll 0 0 transparent;
	margin-left:5px;
	padding-left:20px;
	cursor:pointer;
	font: bold 12px tahoma, arial, sans-serif;
	height:20px;
	color:#aaa;
	}
.cb_section_del:hover{
	color:#222;
	}
.cb_sec_toolbar_add{
	clear:both;
	width:0;
	margin-left: 4px;
	margin-bottom: 8px;
	}
.cb_section_add{
	background: url("../img/sec_add.png") no-repeat scroll 0 0 transparent;
	margin-left:5px;
	margin-right:10px;
	padding-left:20px;
	cursor:pointer;
	font: bold 12px tahoma, arial, sans-serif;
	color:#aaa;
	height:20px;
	}
.cb_section_add:hover{
	color:#222;
	}
.cb_section{
	/*float:left;*/
	clear:both;
	}
.cb_layout_main{
	/*clear:both;*/
	float:left;
	}
.cb_layout_wrapper{
	margin-top:20px;
	}
.cb_multiplefield input{
	margin-right:5px;
	}
.cb_multiplefield input,
.cb_multiplefield label{
	vertical-align: middle;
	}
.cb_multiplefield{
	margin-top:5px;
	}
#cb_jsevents{
	line-height: 14px;
	}	
.cb_result_vmlink{	
	width: 70px;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	}
.cb_section_block{
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	margin-bottom:8px;
	}
.btcalctoolbar{
	text-align:center;
}
/* Autocompleter */	
.ma-container{
    color: #000;
    border: 1px solid #333;
    background-color: #fff;
    position: absolute;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    font-size:0.9em;
    text-align:left;
    z-index: 1000;
}
.ma-container ul{
    list-style: none;
    overflow: hidden;
    width: 100%;
}
.ma-container li{
    padding: 2px 5px;
    /*line-height: 16px;*/
    cursor: pointer;
    float: left;
    width: 100%;
    overflow: hidden;
}
.ma-container .ma-hover{
    color: #fff;
    background-color: #222 !important;
}
.ma-container .ma-odd{
}
.ma-container .ma-even{
    background-color: #efefef;
}
/*.ma-loading{
    background-color: #fafba4;
}*/
.ma-selected{
    background-color: #f2f2f2;
}
/* End autocompleter */​

#tabBox{
    width:100%;
    height:38px;
    clear: left;
    }
#tabBox ul.tabSet{
    height:30px;   
    padding-left:0px;
    }   
#tabBox ul.tabSet li{
    float:left;   
    list-style: none outside none;   
    height:27px;
  margin-right: 1px;
  padding: 2px;   
  cursor:pointer;
    -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;
    }
#tabBox ul.tabSet li{
    text-align:center;
    vertical-align:middle;
    width:auto;   
    }
#tabBox ul.tabSet li a{
    font-size:14px;
    padding-left:10px;
    padding-right:10px;
    }
#tabBox ul.tabSet li.on{
    border-top: 1px solid #0D4E89;
    border-left: 1px solid #0D4E89;
    border-right: 1px solid #0D4E89;
    background-color:#ffffff;
    color:#0D4E89;
    margin-top:0px;   
    height:29px;
    font-size: 11px;
    }
#tabBox ul.tabSet li.off{
    border-top: 1px dotted #0D4E89;
    border-left: 1px dotted #0D4E89;
    border-right: 1px dotted #0D4E89;
    background-color:#0D4E89;
    color:#ffffff;
    margin-top:4px;
    height:25px;
    font-size: 10px;
    }
#tabBox ul.tabSet li.on a{
    color:#0D4E89;
    }
#tabBox ul.tabSet li.off a{
    color:#ffffff;
    }   
.panelSet{

 -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #0D4E89;
    margin-top:-6px;   
    /**margin-top:4px;*/
    width:100%;
    }
.panelcb{
  border: 0px;
  margin-top: 0px;
   
    padding:10px;
    margin:10px;
    /*height: 200px;*/
}
.cb_delete{
	width:35px;
	float:left;
}
.cb_inline_content{
  background: url("../img/inline-loader.gif") no-repeat scroll 0 0 transparent;
  min-height:16px;
  min-width:16px;
}
.cb_inline_calc{
	margin-top: 5px;
}
.cb_bootstrap .cbsshide{
	display:none !important;
	}


.bmi_wrapper{background-image: url('/images/bmi/bmibg.png');width: 854px;height: 471px;background-repeat: no-repeat;padding: 18px;color: #fff;font-size: 21px;}
.bmi_header{width: 854px;display: inline-block;position: relative;}
.bmi_calc{width: 360px;float: left;}
.bmi_calc_header{height: 110px;position: relative;border-bottom: 5px solid #fff;}
.bmi_calc_header_left{font-size: 54px;float: left;width: 250px;font-weight: bolder;margin-top: -11px;line-height: 54px;}
.bmi_calc_header_right{font-size: 21px;font-weight: bold;position: absolute;bottom: 19px;right: 0px;width: 118px;text-align: center;}
.bmi_calc_form{}
.bmi_form_item{clear:both;text-align: center;margin-top: 14px;}
.bmi_form_left{float: left;width: 135px;text-align-center;}
.bmi_form_right{text-align: left;}
.bmi_form_right label{float:left;margin-right: 50px;}
.bmi_img_result{background-repeat:no-repeat;background-color:transparent;background-position:center 20px;}
.bmi_img_result_wrapper{background-image: url('/images/bmi/graphbg.png');background-repeat: no-repeat;width: 452px;height: 266px;margin-left: 370px;}
.bmi_footer{margin-bottom: 14px;}
.bmi_footer_1{width: 21%;float: left;padding-left: 46px;}
.bmi_footer_2{width: 40%;float: left;font-size: 34px;font-weight: bold;margin-top: -40px;}
.bmi_footer_3{}
.bmi_footer_item{clear: both;line-height: 70px;}
.bmi_footer_left{float: left;width: 205px;}
.bmi_footer_right{}
#bmi-txt,#health-txt{text-align: center;}
#message{word-break: break-word;font-size: 13.25px;color: #0864a5;padding-top: 4px; padding-right: 9px; padding-bottom: 4px; padding-left: 9px;width: 226px;}
.female{background-image: url('/images/bmi/female.png');background-repeat: no-repeat;height: 45px;
padding-top: 18px;}
.male{background-image: url('/images/bmi/male.png');background-repeat: no-repeat;height: 45px;
padding-top: 18px;padding-left: 26px !important;}
.genderlabel{padding-top: 14px;}
.cb_bootstrap input[name="calculate"].btn:hover,
.cb_bootstrap input[name="calculate"].btn{background-image: url('/images/bmi/calcbutton.png');
background-repeat: no-repeat;
background-color: transparent;
border: none;
width: 149px;
font-size: 26px !important;
font-weight: bolder;
background-position: 0px;
box-shadow: none;
padding-bottom: 12px;
height: 72px !important;
}
.cb_bootstrap input[type="reset"].btn:hover,
.cb_bootstrap input[type="reset"].btn{background-image: url('/images/bmi/resetbutton.png');
background-repeat: no-repeat;
background-color: transparent;
border: none;
width: 82px;
font-size: 15px;
font-weight: bolder;
background-position: 0px;
box-shadow: none;
padding-bottom: 12px;
padding-left: 0px;
margin-left: 38px;
margin-top: -2px;}
#bmi_message_wrapper{background-image: url('/images/bmi/messagebg.png');
background-repeat: no-repeat;width: 260px;
height: 160px;
float: left;
margin-top: -48px;}
#bmi,#health{background-image: url('/images/bmi/resultbg.png');
background-repeat: no-repeat;width: 128px;
height: 75px;
margin-left: 200px;position: absolute;
font-size: 18px;}
.bmi_img_result_x{background-image: url('/images/bmi/imgx.png');background-repeat: no-repeat;height: 262px;
width: 395px;
margin-left: 40px;
background-position:left 230px;}
.bmi_img_result_y{background-image: url('/images/bmi/imgy.png');background-repeat: no-repeat;
position: absolute;
width: 16px;
height: 238px;
top: 7px;
margin-left: 34px;}
#errormsg,#errormsgMax{display:none;height: 150px;
width: 440px;
color: #111;
text-align: center;
padding-top: 99px;}
.cb_bootstrap .bmi_wrapper label.error{
position: absolute;
margin-left: 27px;
padding: 9px;
background-color: #ccc;
border-radius: 5px;
border: 1px solid #111;
}