/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mainBox {
	background-color:#FFFFFF;
	}
.topBorder {
	border-top:#CCCCCC 0px solid;
	}
.header {
	background-image:url(../images/header_strip.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height:108px;
	}
	/*-------Menu Styles ---------------*/

.menuBg {
	background-image:url(../images/menu_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:30px;
	}
.menuBg ul{	
	padding-left:10px;
	margin-left:10px;
	}
.menuBg li{
	display: inline;
	}

.menuBg li a{
	float: left;
	color: #FFFFFF;
	font-weight:bold;
	padding: 6px 15px;
	margin:0px 0px;
	text-decoration: none;
	background-color:#0091CB;
	background-image:url(../images/divider.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
.menuBg li a:hover {
	background-color:#006188;
	}

/* Body Styles --------*/

.dotborder {
	border:1px dashed #dddddd;
	}
h1 {
	color:#00498D;
	font-size:17px;
	margin:0px;
	font-weight:bold;
	}
h2 {
	color:#FFFFFF;
	font-size:15px;
	margin:0px;
	font-weight:bold;
	}
h3 {
	color:#FFFFFF;
	font-size:13px;
	margin:0px;
	font-weight:bold;
	}
.txt {
	color:#666666;
	}
.normalTxt {
	color:#333333;
	line-height:18px;
	text-align:justify;
	}
hr.greyline {
	border-bottom:1px dashed #ffffff;
	border-top:1px dashed #dddddd;
	}
.red {
	color:#FF0000;
	}

/*-----------Result styles ------*/

.bmiResultHead {
	background-image:url(../images/result_header.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:284px;
	height:51px;
	}
.bmiResultMid {
	background-image:url(../images/result_mid.gif);
	background-position:top;
	background-repeat:repeat-y;
	}
.resultTxt {	
	color:#00498D;
	font-weight:bold;
	}
.resultTop {
	background-image:url(../images/mid_top.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
.resultLeft {
	background-image:url(../images/lft_mid.gif);
	background-position:left;
	background-repeat:repeat-y;
	}
.resultRight {
	background-image:url(../images/rht_mid.gif);
	background-position:right;
	background-repeat:repeat-y;
	}
.resultBot {
	background-image:url(../images/mid_bot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
/*--------------  Form style --------------------------*/
.currentpage {
	font: normal normal .95em/1.5 verdana;
	color:#ffffff;
	}
.topgrey {
	
	background-color:#A7A7A7;
	}
	
.btn {
	background-image:url(../images/btn_over.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:17px;
	color:#FFFFFF;
	border:#B3B9C7 0px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	}
.btnActive {
	background-image:url(../images/btn.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:17px;
	color:#FFFFFF;
	border:#B3B9C7 0px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	cursor:pointer;
	}
.cursor {
	cursor:pointer;
	}
.dropMenu {
	border:#7F9DB9 1px solid;
	/*background-image:url(../images/txtbox_bg.gif);*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
.dropMenuActive {
	border:#555A73 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#EAECF3;*/
	font-size:10px;
	}
.txtBox {
	/*background-image:url(../images/txtbox_bg.gif);*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:#7F9DB9 1px solid;
	font-size:11px;
	}
.txtBoxActive {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:#555A73 1px solid;
	background-color:#EAECF3;
	font-size:11px;
	}


/*---------Footer Styles ------*/
.footer {
	background-image:url(../images/menu_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:35px;
	border-top:1px solid #0091CB;
	background-color:#CCCCCC;
	color:#FFFFFF;
	}
