/*calculators specific CSS*/


#calculators1 {
	margin-right:14px;
	height:220px;
	}

#calculators {
	margin-right:14px;
	height:150px;
	}

#calculatorsBaby {
	margin-right:14px;
	height:330px;
	}

#calcRight {
	float:right;
	width:100px;
	text-align:center;
	}

.calcTable {
	margin-right:14px;
	}
	
.calcLinks a {
	color:#339999;
	}       

.blueTable {
	border-top: 4px solid #3a9da9;
	padding:5px;
	background: #d8ecee;
	color: #666666;
	}

.blueRow {
	border-bottom: 1px solid #ffffff;
	padding: 5px;
	}

.blueTitleRow {
	border-bottom: 1px solid #ffffff;
	padding: 20px 5px 5px 5px;
	font-weight:bold;
	
	}
	
.blueSubRow {
	border-bottom: 1px solid #ffffff;
	padding: 5px 5px 5px 50px;
	}
	
.blueButtonRow {
	text-align: right;
	padding:10px;
	}

.orangeButton {
	color: #ffffff;
	font-weight: bold;
	background: #f37719;
	padding:5px;
	width:auto;
	}
.orangeButton2 {
	color: #ffffff;
	font-weight: bold;
	background: #f37719;
	padding:5px;
	width:auto;
	}
#errors {
	color:#FF3300;
	}