.EntirePage {
	width:1000px;
	height:800px;
	margin-left:auto;
	margin-right:auto;
	/*background-image:url(../bg.png);*/
	border-radius:40px;

}
.calculatorButtons {
	margin:5px;
	width:80px;
	height:80px;
	border-radius:20px;
	background: -webkit-linear-gradient(#eee, #ccc); 
	background: -o-linear-gradient(#eee, #ccc); 
	background: -moz-linear-gradient(#eee, #ccc); 
	background: linear-gradient(#eee, #ccc);
}
.calculatorButton0 {
	margin:5px;
	width:120px;
	height:80px;
	border-radius:20px;
	background: -webkit-linear-gradient(#eee, #ccc); 
	background: -o-linear-gradient(#eee, #ccc); 
	background: -moz-linear-gradient(#eee, #ccc); 
	background: linear-gradient(#eee, #ccc);
}
.calculatorWideButtons {
	margin:5px;
	width:120px;
	height:80px;
	background: -webkit-linear-gradient(#fe4a51, #ed1c24); 
	background: -o-linear-gradient(#fe4a51, #ed1c24); 
	background: -moz-linear-gradient(#fe4a51, #ed1c24); 
	background: linear-gradient(#fe4a51, #ed1c24);
	color:#ffffff;
	border-radius:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	

}
.calculatorWideButtons:hover {
	margin:5px;
	width:120px;
	height:80px;
	background: -webkit-linear-gradient(#ed1c24, #fe4a51); 
	background: -o-linear-gradient(#ed1c24, #fe4a51); 
	background: -moz-linear-gradient(#ed1c24, #fe4a51); 
	background: linear-gradient(#ed1c24, #fe4a51);
	color:#ffffff;
	border-radius:20px;

}
.calculatorWideButtons2 {
	margin:5px;
	width:80px;
	height:80px;
	background: -webkit-linear-gradient(#4d6cbf, #3c59a8); 
	background: -o-linear-gradient(#4d6cbf, #3c59a8); 
	background: -moz-linear-gradient(#4d6cbf, #3c59a8); 
	background: linear-gradient(#4d6cbf, #3c59a8);
	color:#ffffff;
	border-radius:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	
}

.buttonDisplayBox {
	line-height:75px;
	font-size:45px;
	text-align:center;
	border:1px solid black;
	height:75px;
	width:405px;
	margin-left:4px;
	margin-right:auto;
	background-color:#fff;
	margin-top:10px;
	margin-bottom:7px;
	border-radius:20px;
	padding-left:5px;
	padding-top:5px;
}

.ButtonBox {
	width:420px;
	height:600px;
	float:right;
	
	opacity:0.92;
}
.InfoBox {
	width:310px;
	float:left;
	height:600px;
	border-bottom-left-radius: 30px;
	opacity:0.92;
}
.cellHeading {
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	font-size:20px;
	height:25px;
	padding-left:10px;
	padding-top:5px;
	color:#000;
}
.cellBoxes {
	padding-left:10px;
	padding-bottom:10px;
	text-align:left;
}
.numberButtons {
	width:280px;
	text-align:center;
	float:left;
}
.actionButtons {
	width:140px;
	float:right;
	text-align:center;
}
.header{
		height:120px;
		padding-top:10px;
		width:97%;
		max-width:800px;
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
		text-align:center;
		background: -webkit-linear-gradient(#ffffff, #eeeeee); 
		background: -o-linear-gradient(#fffff, #eeeeee); 
		background: -moz-linear-gradient(#fffff, #eeeeee); 
		background: linear-gradient(#fffff, #eeeeee); 
		border-radius:30px;
	
	}
.navigation {
	width: 97%;
	max-width:800px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
}
.content {
	width:97%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-left-radius: 16px;
	
}
nav#menubar1{
			padding: 18px;
			background: -webkit-linear-gradient(#fe4a51, #ed1c24); 
		background: -o-linear-gradient(#fe4a51, #ed1c24); 
		background: -moz-linear-gradient(#fe4a51, #ed1c24); 
		background: linear-gradient(#fe4a51, #ed1c24); 
			text-align:center;
			border-radius: 30px;
			
		}
		nav#menubar1 > a{
			font-family:Arial, Helvetica, sans-serif;
			font-size:17px;
			background: -webkit-linear-gradient(#fe4a51, #ed1c24); 
		background: -o-linear-gradient(#fe4a51, #ed1c24); 
		background: -moz-linear-gradient(#fe4a51, #ed1c24); 
		background: linear-gradient(#fe4a51, #ed1c24);
			padding: 20px 24px;
			color:#fff;
			margin-right: 0px;
			text-decoration:none;
			transition: background 0.3s linear 0s, color 0.3s linear 0s;
		}
		nav#menubar1 > a:hover{
			background: -webkit-linear-gradient(#ed1c24, #fe4a51); 
		background: -o-linear-gradient(#ed1c24, #fe4a51); 
		background: -moz-linear-gradient(#ed1c24, #fe4a51); 
		background: linear-gradient(#ed1c24, #fe4a51);
			color: #fff;
			border-radius:20px;
		}
		nav#menubar1 > a:touch{
			background: -webkit-linear-gradient(#ed1c24, #fe4a51); 
		background: -o-linear-gradient(#ed1c24, #fe4a51); 
		background: -moz-linear-gradient(#ed1c24, #fe4a51); 
		background: linear-gradient(#ed1c24, #fe4a51);
			color: #fff;
			border-radius:20px;
		}
body {
	background-color:#000000;
	background-image:url(../bg2.jpg)
	
}
.searchHeading {
	display:table-cell;
	font-size:20px;
	height:25px;
	padding-left:10px;
	padding-top:5px;
	color:#FFF;
	text-align:center;
}
.searchButton, .logInButton {
	margin:5px;
	width:120px;
	height:80px;
	background: -webkit-linear-gradient(#fe4a51, #ed1c24); 
	background: -o-linear-gradient(#fe4a51, #ed1c24); 
	background: -moz-linear-gradient(#fe4a51, #ed1c24); 
	background: linear-gradient(#fe4a51, #ed1c24);
	color:#ffffff;
	border-radius:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:24px;
}
.searchTable {
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
}
.searchBar {
	Height:50px;
	width:600px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:24px;
	border-radius:20px;
	padding-left:10px;
}
.searchBarShort {
	Height:50px;
	width:300px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:24px;
	border-radius:20px;
	padding-left:10px;
}
.searchButtonWide {
	margin:5px;
	width:200px;
	height:80px;
	background: -webkit-linear-gradient(#4d6cbf, #3c59a8); 
	background: -o-linear-gradient(#4d6cbf, #3c59a8); 
	background: -moz-linear-gradient(#4d6cbf, #3c59a8); 
	background: linear-gradient(#4d6cbf, #3c59a8);
	color:#ffffff;
	border-radius:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:24px;
}

