/*
 #ABCCEB light blue 
 91B9E0
 #63ABDB medium blue 
 3D9FD5
 #0082C8 dark blue 
 #EFF0F1 grey 
 #EFF0F2 light grey 
*/

.asthmacalc * { margin: 0px; padding: 0px; }

.asthmanoscript {
	font-size: 12px;
}

.asthmanoscript td {
	font-size: 12px;
}

.asthmadiv { 
	padding: 5px; 
	border: 1px solid #CCCCCC; 
	width: 610px; 
	margin: 6px; 
	clear: both;
	height: 810px;
}

.asthmacalc {
	border: 1px solid #CCCCCC;
	font-family: sans-serif;
	width: 600px;
	padding: 5px;
	margin: 0px;
	background-color: #EFF0F2;
	
}
.asthmacalc .instructions { 
	font-weight: bold; 
	text-align: center; 
}
.asthmacalc .asthmahead { 
	font-weight: bold; 
}
.asthmacalc td { 
	vertical-align: top; 
	color: #777777;
}
.asthmacalc tr { border: 0px; }

.fontsize8 { font-size: 8pt; }

.asthmacalc a img { border: none; }
.asthmacalc .asthmalinks { text-align: center; }

.asthmacalc #welcome { 
	color: #63ABDB; 
	padding: 5 0 8 5; 
}
.asthmacalc #intro { 
	color: #000000; 
	padding: 10 0 10 10; 
	font-size: 12px; 
}
.asthmacalc #asthmaquestiontitle { 
	padding-left: 5px;
}
.asthmacalc h5 { padding-left: 10px; }
.asthmacalc .fontsize8 input { text-align: center;  }
.asthmacalc .asthmaquestion { 
	vertical-align: top; 
	font-size: 12px; 
}
.asthmacalc .asthmaquestion img { 
	float: left; 
	margin-right: 10px; 
}

.asthmaanswer { 
	text-align: center; 
	position: relative; 
	top: 0px; 
	left: 0px; 
	height: 105px; 
	border-top: none; 
	color: #777777; 
	/*padding-left: 20px;*/
	/*padding-right: 20px;*/
	margin-left: auto;
	margin-right: auto;
	/*width: 558px;*/
	width: 600px;
}

html>body .asthmaanswer { width: 558px; }

.asthmaanswer b { color: #444444; }

/* .asthmaq { width: 80px; display: block; height: 33px; padding: 0 3 0 2 ; } */
.asthmaq { 
	width: 80px; 
	display: block; 
	height: 38px; 
	padding-left: 3px;
	padding-top: 3px;
}

.asthmaradbtn { width: 10px; height: 33px;}

.asthmaq1 { background-color: #ABCCEB; background-image: url(/images/tools/tl.gif); background-repeat: no-repeat; }
.asthmaq2 { background-color: #91B9E0; background-image: url(/images/tools/tl.gif); background-repeat: no-repeat; }
.asthmaq3 { background-color: #63ABDB; background-image: url(/images/tools/tl.gif); background-repeat: no-repeat; }
.asthmaq4 { background-color: #3D9FD5; background-image: url(/images/tools/tl.gif); background-repeat: no-repeat; }
.asthmaq5 { background-color: #0082C8; background-image: url(/images/tools/tl.gif); background-repeat: no-repeat; }

.questiontext { 
	background-image: url(/images/tools/br.gif); 
	background-repeat: no-repeat; 
	background-position: bottom right; 
	display: block; 
	width: 100%; 
	height: 100%; 
	padding-left: 3px;
}
html>body .questiontext { padding-left: 0px; }

#logo { display: block; border-bottom: none; }
#total25 { display: none; border-bottom: none; }
#total20_24 { display: none; border-bottom: none; }
#total19_0 { display: none; border-bottom: none; }

