﻿@import url(layout.css);

body.blackAndPurple {
	background-color: #000000;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 9pt;
  font-size: 9pt;
	color: #d8d8d8;
	letter-spacing: .1em;
}
a {
  color: #00ffff;
}
a:visited {
  color: silver;
}

a:hover {
  color: #ffffff;
}

.pageHeader {
	color: #ffffff;
  text-align: center;
}
.pageFooter {
	color: #ffffff;
  text-align: center;
  clear:both;
  font-size: 9pt;
}

#column_l {
  background-color: #3f3860;
	width: 644px;
	padding: 15px;
	height: 500px;
	overflow: auto;
	border-style: inset;
	border-width: 1px;
}

#column_r {
  background-color: #4f487f;
	width: 190px;
	float: right;
	padding: 15px;
	height: 500px;
	overflow: auto;
	border-style: inset;
	border-width: 1px;
}

.hotLinks {
	text-align: left;
	position: relative;
	width: 258px;
	height: 189px;
	left: 610px;
	top: 1px;
	line-height: 2em;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: .1em;
}

.hotLinks a {
	text-decoration: none;
	color: #d8d8d8;
}

.hotLinks a:hover {
	color: #ffffff;
}

.topicHeading {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;	
}

/* menu */
#mainmenu {
	width: 100%;
	background: #303050;
	float: left;
}

#mainmenu :hover {
	color: #ffffff;
}

#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	white-space: nowrap;
}

#mainmenu a, #mainmenu h2 {
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 9pt;
  font-size: 9pt;
  font-weight: bold;
	color: #d8d8d8;
	letter-spacing: .1em;
	display: block;
	margin: 0;
	padding: 3px 10px;
}

#mainmenu h2 {
}

#mainmenu a {
	text-decoration: none;
}

#mainmenu li {
	position: relative;
	text-align: left;
	background-color: #303050;
}

#mainmenu li li {
	background-color: #000000;
}

#mainmenu ul ul {
	position: absolute;
	z-index: 500;
}

#mainmenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#mainmenu ul ul,
div#mainmenu ul li:hover ul ul,
div#mainmenu ul ul li:hover ul ul
{display: none;}

div#mainmenu ul li:hover ul,
div#mainmenu ul ul li:hover ul,
div#mainmenu ul ul ul li:hover ul
{display: block;}

/* end: menu */

.status-offline {
	color: red;
	font-weight: bold;
}

.status-online {
	color: green;
}