html {
	height: 100%;
}

body {
	background-color: #FFF;
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	height: 100%;
}

.wrapper {
	background-color: #c6e9f8;
	margin: 0 auto;
	width: 800px;
	min-height: 100%;
}

.androidwrapper {
	background-color: #c6e9f8;
	min-height: 100%;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	padding-left: 2pt;
	padding-right: 3pt;
	margin-bottom: 15pt;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	padding-left: 2pt;
	padding-right: 3pt;
	padding-top: 10pt;
	margin-bottom: 10pt;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	padding-left: 2pt;
	padding-right: 3pt;
	padding-top: 5pt;
	margin-bottom: 5pt;
}

p {
	padding-left: 2pt;
	padding-right: 3pt;
	padding-bottom: 5pt;
}

a {
	color: #4172FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.header {
	background-color: #ffffff;
	text-align: right;
	padding-bottom: 6px;
}

#alobaLogo {
	clear: both;
}

.backgroundHeader {
	background-color: #FFF;
	width: 100%;
}

.backgroundMenubar {
	border-top: 1px solid #A9CA35;
	border-bottom: 1px solid #A9CA35;
	width: 100%;
	overflow: hidden;
	padding: 4px 0px 2px 0px;
	height: 18px;
}

.backgroundBody {
	background-color: #c6e9f8;
	color: #424447;
	margin-top: 7px;
	padding-left: 15px;
	padding-top: 15px;
}

.backgroundBody td {
	border-right: 1px solid #AAA;
	border-bottom: 1px dashed #AAA;
	border-spacing: 0;
}

.alobaRed {
	color: #E93F17;
}

.no_border td {
	border-right: 0;
	border-bottom: 0;
	border-spacing: 0;
}

a.langLnk {
	color: #a0a0a0;
	font-family: Verdana, monospace;
	font-weight: 600;
	font-size: 12px;
	line-height: 150%;
	text-transform: uppercase;
}

a.langLnk:hover {
	color: #3687a0;
	text-transform: uppercase;
	text-decoration: underline;
}

a.fatLnk {
	font-size: 13pt;
	color: #3687a0;
	font-weight: bold;
	text-decoration: none;
}

a.fatLnk:hover {
	text-decoration: underline;
}

.serverName {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.serverHeaderIcon {
	height: 24px;
	width: 24px;
}

.tick {
	width: 16px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
}

.android {
	width: 40px;
	text-align: center;
	vertical-align: middle;
}

.link {
	width: 16px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
}

#bad {
	text-decoration: line-through;
}

#ok {
	color: green;
}

#prob {
	color: orange;
}