﻿body {
	background-color: #303030;
	font-family: Tahoma;
	margin: 0;
	font-size: 11px;
}

/*	Navigation	*/

.Item, .SelectedItem
{
	font-size: 11px;
	text-align: left;
}

.Item a, .SelectedItem a
{
	text-decoration: none;
}

.Item
{
	background-color: #747573;
	color: #fff;
}

.Item a
{
	color: #fff;
}

.SelectedItem
{
	background-color: #A9C217;
}

.SelectedItem a
{
	color: #303030;
}

.Footer a:link, .Footer a:visited
{
	font-size: 10px;
	color: #c0c0c0;
	text-decoration: none;
}

.Footer a:active, .Footer a:hover
{
	font-size: 10px;
	color: #0984C8;
	text-decoration: none;
}

#InstallDiv
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #E2297F;
	padding: 8px;
	background-color: #000;
	border: solid 1px #CCC;
	width: 500px;
}
