.notice { color: red; font-weight: bolder; }
.centered { text-align: center; }
.feature { font-size: larger; }
.sub { margin-left: 3%; }
.label { font-size: larger; font-weight: bolder; }
.newversion { color: rgb(242, 101, 33); }

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #cccccc;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a > img {
	border: 0;
	text-decoration: none;
}

dt {
	font-weight: bolder;
}

table {
	width: 100%;
}

table.centered {
	width: 100%;
	height: 100%;
}

table.centered td {
	text-align: center;
	vertical-align: middle;
}

#splash {
	width: 642px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#splash > * {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(170, 170, 170);
	margin: 5px 0;
	padding: 5px;
}

#splash > #header {
	text-align: right;
	width: 640px;
	height: 44px;
	padding: 0;
	background-color: rgb(170, 170, 170);
}

#splash > #nofeature {
	display: none;
}

#splash > #feature {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("droplet.jpg");
	font-weight: bold;
	font-size: large;
	color: white;
	text-align: right;
}

#splash > .products {
	background-color: white;
}

#splash > .products td {
	text-align: center;
	vertical-align: top;
	width: 50%
}

#splash > #sitelinks {
	background-color: white;
}

#splash > #sitelinks td {
	text-align: center;
	vertical-align: top;
	width: 33%;
}

#splash > #sitelinks td .icon {
	width: 96px;
	height: 96px;
	display: block;
	margin: 5px auto;
	border-width: 1px;
	border-color: rgb(170, 170, 170);
	border-style: solid;
	background-position: 50% 40%;
}

#splash > #footer {
	background-color: rgb(170, 170, 170);
	color: white;
}

body > div > #header {
	display: block;
	text-align: right;
	height: 44px;
	border-style: solid;
	border-color: rgb(170, 170, 170);
	border-width: 0 0 1px 0;
	background-color: rgb(170, 170, 170);
	min-width: 642px;
	margin-bottom: 10px;
}

#page {
	margin-right: auto;
	margin-left: auto;
	width: 642px;
}

#page > * {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#page > .contentheader, #page > .content, #page > .imageheader, #page > #footer, #page > h2, #page > h3, #page > p {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(170, 170, 170);
	background: white;
}

#page > .contentheader {
	font-size: larger;
	font-weight: bolder;
}

#page > .contentheader td, #page > .contentheader td img {
	vertical-align: middle;
}

#page > .contentheader #icon {
	width: 48px;
}

#page > .contentheader #icon > img {
	width: 48px;
	height: 48px;
}

#page > .contentheader #app {
	font-size: larger;
}

#page > .contentheader #app #version {
	font-size: smaller;
}

#page > .contentheader #quicklinks {
	text-align: right;
}

#page > .contentheader #quicklinks a {
	color: rgb(242, 101, 33);
}

#page > .imageheader {
	text-align: center;
	padding: 0;
}

#page > h3 {
	border-left-width: 11px;
}

#page .subimage {
	margin-left: 5px;
	margin-right: 5px;
	float: right;
}

#page > .content {
	border-style: dotted;
}

#page > .content > * {
	padding: 0 5px;
}

#footer {
	text-align: center;
}

#footer > #greek {
	float: right;
}

#footer > #greek > a {
	color: inherit;
	text-decoration: inherit;
}
