/* DEFAULT LINKS ********************************************************************/
a:link {
	font: 14px Calibri; 
	color: #881BED; 
	text-decoration: underline;
} 
a:active {
	font: 14px Calibri;
	color: #881BED; 
	text-decoration: underline;
}
a:visited {
	font: 14px Calibri; 
	color: #881BED; 
	text-decoration: underline;
	}
a:hover {
	font: 14px Calibri; 
     	color: #15B0EA; 
	text-decoration: none;
}

body {
	font:12pt Calibri, sans-serif;
	color: #333333;
	background-color: #ffffff;
}

#allresults {
	position: fixed;
	background-color: #ffffff;
	width:300px;
	top: 50px;
	left: 210px;
	border: 1px dashed #333333;
	padding: 20px 20px 20px 20px;
	visibility: hidden;
	z-index:2;
}

#backgroundPopup {
	display:none;
	visibility:hidden;
	position:fixed;   
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1;
	opacity: 0.7;
}

#container {
	background-color: #ffffff;
	padding: 0 0 5px 0;
	width: 900px;
	text-align : left;
	position: relative;
	left: 35px;
	<!--[if ie]> left: 0px; <![endif]–>
}

#babypool_background {
	position:absolute; 
	top:55px; 
	left:100px; 
	width:700px;
	height:500px;
	padding: 0 0 0 0; 
	font:12pt Calibri, sans-serif; 
	text-align:left; 
	color:#333333;
	background-image: url("../images/babypool_bkgd.gif");
}

.title 
{
    color: #666666;
    font-face: Calibri;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}

.subtitle 
{
    color: #666666;
    font:12pt Calibri, sans-serif;
    font-weight: bold;
}

#footer {
	font-size: 10px;
}

#babypool_footer {
	top:235px;
	width: 450px;
	padding: 1px 1px 1px 1px;
	text-align : left;
	font:10pt Calibri, sans-serif;
	position: relative;
	background: #ffffff;
	left: 290px;
	<!--[if ie]> left: 0px; <![endif]–>
}

#form_container {
	/*background-color: #ffffff;*/
	/*border: 1px solid #7C7A61;*/
	padding: 5px 5px 5px 5px;
	width: 450px;
	text-align : left;
	position: relative;
	left: 0px;
	<!--[if ie]> left: 0px; <![endif]–>
}

#info_section {
	position:absolute;
	top:187px;
	width: 185px;
	text-align : left;
	background: #ffffff;
	left: 570px;
	<!--[if ie]> left: 0px; <![endif]–>
}

#info_section_container {
	padding: 5px 5px 5px 5px;
	font:12pt Calibri, sans-serif;
	height:250px;
}

#results_section {
	z-index:-1;
	position:absolute;
	top:65px;
	width: 200px;
	text-align : left;
	background: #E6C916;
	left: 110px;
	<!--[if ie]> left: 0px; <![endif]–>
}

#results_section_container {
	padding: 2px 5px 5px 5px;
	font:12pt Calibri, sans-serif;
	height:100px;
}

#form_section {
	top:180px;
	width: 450px;
	text-align : left;
	position: relative;
	background: #ffffff;
	left: 100px;
	<!--[if ie]> left: 0px; <![endif]–>
}

#form_container {
	padding: 5px 5px 5px 5px;
	font:12pt Calibri, sans-serif;
	height:250px;
}

#lcol {
	width:140px;
	float:left;
	text-align:left;
	text-valign:center;
	font:12pt Calibri, sans-serif;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	
}
#rcol {
	width:280px;
	float:left;
	text-align:left;
	text-valign:center;
	padding: 5px 5px 5px 5px;
}

#row {
	position:relative;
	width:440px;
	float:left;
	text-align:left;
}

#row:hover {
	position:relative;
	width:440px;
	background: #15B0EA;
	float:left;
	text-align:left;
}