html {
	font-size: 100%;
}
body {
	margin-left: 20px;
	background-image: url("../img/background.png");
	font-family: Droid Sans;
	color: #FFF;
	font-size: 0.875em;/* background: repeating-linear-gradient(  -55deg,  #222,  #222 10px,  #333 10px,  #333 20px ); Bugged for Chrome, left out for now. */
}
textarea {
	background-color: #000;
	border-radius: 10px;
	opacity: 0.8;
	color: #FFF;
	padding: 10px;
	width: 100%;
}
a {
	color: #FFD6FF;
}
.button {
	background: #ECECEC;
	border-radius: 15px;
	padding: 10px 20px;
	display: block;
	font-family: arial;
	font-weight: bold;
	color: #7f7f7f;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	border: 1px solid #a7a7a7;
	width: 140px;
	box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: box-shadow 0.5s;
}
.button i {
	margin-top: 2px;
}
.button:hover {
	box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.button:active {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
	background: -webkit-linear-gradient(top, #d1d1d1 0%, #ECECEC 100%);
}
.footer {
	text-align: center;
}
.center {
	text-align: center;
	width: 50%;
	margin: auto;
}
#leftdiv {
	width: 50%;
	float: left;
	max-width: 50%;
	min-width: 50%;
	margin-left: 10%;
}
#rightdiv {
	max-width: 50%;
	float: right;
	margin-right: 10%;
}
.clear {
	clear: both;
}
.tabledata {
	width: 50%;
	margin: auto;
}
.infotext {
	font-size: 0.75em;
	font-style: italic;
}
.tooltip {
	border-bottom: thin dotted;
}
.tooltip:hover {
	cursor: pointer;
}
.iframeTooltip {
	position: absolute;
	z-index: 1010;
 filter:alpha(opacity:0.1);
}
.tooltipContent {
	display: none;
}