/* Selectors, alphabetically. */
*
{
	color: #000;
	font: 10pt Verdana, Arial, sans-serif;
}

body
{
	background-color: #fff;
	cursor: default;
	margin: 0;
}

#clear
{
	/* reserved */
}

.commona
{
	-moz-border-radius: 10px;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-left-color: #eee;
	background-color: #ddd;
	color: #555;
	font-weight: bold;
}

.commona em
{
	color: #555;
	font-weight: bold;
}

.commonb
{
	-moz-border-radius: 10px;
	border: 1px solid #bb7;
	border-top-color: #ffb;
	border-left-color: #ffb;
	background-color: #dd9;
}

.commonc
{
	-moz-border-radius: 10px;
	border: 1px solid #d85;
	border-top-color: #fc9;
	border-left-color: #fc9;
	background-color: #fa7;
}

#copyright
{
	-moz-border-radius: 0 0 10px 10px;
	background-color: #ffb;
	font-size: 8pt;
	padding: 12px 2px 2px 2px;
	text-align: center;
}

#copyright a
{
	font-size: 8pt;
}

#copyright-border
{
	-moz-border-radius: 0 0 10px 10px;
	background-color: #dd9;
	border: 1px solid #dd9;
	height: 20px;
	margin-bottom: -10px;
	position: relative;
	z-index: 5;
}

em
{
	/* To fix some odd issue with them not working. */
	font-style: italic;
}

h1
{
	font-size: 15pt;
	margin: 0.5em 0 0.5em 1em;
}

h2
{
	margin: 0;
	padding: 0.5em;
}

h3
{
	font-size: 13pt;
	margin: 0.5em;
}

h4
{
	font-style: italic;
	margin: 0 0 0.5em 1.3em;
}

.header
{
	-moz-border-radius: 10px 10px 0 0;
	background-color: #fc9;
	font-weight: bold;
	text-align: center;
}

#left
{
	float: left;
	width: 80%;
}

#left p
{
	line-height: 13pt;
	margin: 1em;
	text-indent: 1em;
}

.right
{
	float: right;
	margin: 0.4em;
	padding: 0;
	width: 17%;
}

.right li
{
	list-style-type: none;
	padding: 0.3em;
	text-indent: 0.5em;
}

.right li a
{
	text-decoration: none;
}

.right li a:hover
{
	font-weight: bold;
}

#shell
{
	margin: 1% 0 1% 10%;
	width: 80%;
}

#timer
{
	color: #aaa;
	font-size: 8pt;
	margin: 5px 20px 5px 0;
	text-align: right;
}

