/* Begin homepage CSS */

body
{
	background-color: black;
	background-repeat: repeat-y;
	color: white;
	font-family: courier;
	font-size: 10pt;
	font-weight: bold;
}

a:link, a:visited, a:active
{
	color: white;
}

a:hover
{
	color: #ffffc0;
}

input[type="text"], textarea
{
	background-color: black;
	color: white
}

div.head
{
}

div.head img
{
	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.foot
{
	clear: right;
	float: right;
}

div.side-notes-right
{
	float: right;
	font-weight: bold;
	margin-top: 1px;
	text-align: center;
	width: 168px;
}

div.side-notes-right > div
{
	border: dashed lime thick;
	margin-bottom: 1px;
}

div.rss-info-holder
{
	background-color: gray;
	border: dashed yellow thick;
	margin-bottom: 1px;
	padding: 1px;
}

div.dp-content
{
	padding-left: 176px;
	padding-right: 176px;
	margin-top: 2px;
}

div.headerLine
{
	background-color: lightgray;
	color: black;
	font-weight: bolder;
	padding: 0.75em;
	text-align: center;
}

div.descriptor-area
{
	min-height: 172px;
}

div.console-highligher
{
	float: right;
	text-align: center;
}

div.rss-name-line
{
	font-weight: bold;
}

/* End homepage CSS */

/* Begin menu-specific CSS */

div.navi-menu
{
	float: left;
	margin-top: 1px;
	width: 168px;
}

ul.sub-menu
{
	background-color: black;
	border: dashed firebrick thick;
	list-style-type: square;
	margin: 0em;
	padding: 0.2em;
	padding-left: 2em;
	left: 0px;
	right: 0px;
}

div.category, div.homelink, div.non-category
{
	background-color: black;
	border-bottom: firebrick solid 1px;
	padding: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div.selected, div.category:hover, div.homelink:hover, div.non-category:hover
{
	background-color: black;
}

div.category
{
	cursor: pointer;
}

div.homelink
{
	background-color: black;
	font-size: 8pt;
	font-weight: bold;
	padding: 0.5em;
}

/* End menu-specific CSS */
