body {
	margin: 0px;
	background-color: #CCCC99;
	overflow: auto;
    }

#navtop {
	position: fixed;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #CCCC99;
	height: 60px;
	border-bottom: 1px solid #07CEBA;
	background-image: url(images/gradient.png);
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	z-index: 1;
	}

#search {
	float: right;
	margin-top: 2px;
}

#searchleft  {
	background: url('images/searchboxleft.png') no-repeat top left;
	float: left;
	width: 17px;
	height: 25px;
}

#searchbox {
	background: url('images/searchboxmiddle.png') repeat-x top left;
	width: 300px;
	border: 1px solid #cccccc;
	padding: 0px;
	font-size: 13px;
	font-style: italic;
	color: #0000ff;
	height: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	right: 80px;


	float: left;
	border: 0;
	margin: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 3px;
	padding-right: 6px;
}

#searchsubmit {
	padding: 0px;
	margin-right: 30px;
	padding-top: 0px;
	position: top;
	height: 25px;
}

#navi {
	position: absolute;
	top: 50px;
	right: 40px;
}

#slogan {
	position: absolute;
	top: 50px;
	left: 10px;
}

#countrylinks {
	top: 85px;
	bottom: 30px;
	width: 225px;
	height: 80%;
	overflow: auto;
	position: fixed;
	padding-left: 10px;
}

#data {
	left: 250px;
	top: 170px;
	position: absolute;
	width: auto;
	padding-right: 10px;
}

a {
	text-decoration: none;
}

span.day {
	font-size: 26px;
	color: #ffffff;
}

span.twelve {
	font-size: 26px;
	color: #009933;
}

span.twentyfour {
	font-size: 26px;
	color: #cc3300;
}

span.offset {
	font-size: 26px;
	color: #cc6600;
}

#h1 {
	position: relative;
	top: 10px;
	padding: 5px;
	border-top: 1px solid #ffffff;
	width: 723px;
	margin: 0px;
}

#leaderboard {
	position: absolute;
	top: 85px;
	right: 30px;
}

#square {
	position: relative;
	right: 10px;
	top: 20px;
	float: right;
	padding: 5px;
	border-top: 1px solid #07CEBA;
	border-left: 1px solid #07CEBA;
	border-bottom: 1px solid #07CEBA;
	border-right: 1px solid #07CEBA;
	background-color: #ffffff;
	margin: 20px;
}

input.savesubmit {
	border: 1px solid #07CEBA;
	font-size: 12px;
}

input.saveinput {
	font-size: 12px;
}

a.tip span {
	display: none;

}

a.tip:hover {
	position: relative;
	cursor: help;
}

a.tip:hover span {
	z-index: 100;
	display: block;
  position: relative;
  top: 3px;
  left: 0;
  width: 250px;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 3px;
}
