/**
 * Compatible CSS 3.0
 */

html
{
	height: 100%;
}

body
{
	background-color: #000015;
	font: normal 11px Verdana;
	text-align: center; 	/* We use this method to center layout for	*/
	margin: 0;		/* backwards compatibility. See #container.	*/
	height: 100%;
}

/**
 * Defaults and resets
 *
 * We like to apply seemingly redundant 0 margins and paddings
 * to ensure x-browser compatiblity. 
 */

ul {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0;
}
ol {
	/*list-style: none;*/
	margin: 10px 0 10px 20px;
	padding: 0px 0 0px 5px;
}
ul li, ol li { 
	padding: 5px 0; 
	border-bottom: 1px dotted #e2e2e2;
}
img {
	border: none;
}
p, div, br {
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	margin: 10px 0;
	padding: 0;
}

div
{
	padding: 0px;
	margin: 0px;
}

form
{
	padding: 0px;
	margin: 0px;
}

input
{
	font: 12px Arial;
}

textarea
{
	font: 12px Arial;
}

a:link, a:visited
{
	color: #669900;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #669900;
	text-decoration: underline;
}

div.menuItem
{
	width: 130px;
	height: 27px;
	float: right;
	clear: right;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}

div.editLink
{
	font: bold 11px Verdana;
	text-align: left;
	padding: 10px 0px 0px 0px;
	clear: both;
}