



body {
background: #000000;
background-repeat: no-repeat;
background-attachment: fixed;
color: #FFFFFF;
font-family: sans-serif;
}

a:link {
color: #3399FF;
text-decoration: none;
}

a:visited {
color: #3399FF;
text-decoration: none;
}

a:hover {
background-color:#FFFF00;
color: #000000;
text-decoration: none;
}

a:active {
color: #3399FF;
text-decoration: none;
}

.tableheader {
background-color:#000088;
}

.progressBar {
       background-color: #999999;
       border: 1px solid black;
       height: 15px;
       width: 90%;
       padding: 0px;
       text-align: left;
}

.progressWrapper {
       position: relative;
}

.progressBarDisplayFull {
       background-color: #FF0000;
       height: 15px;
       margin: 0px;
       padding: 0px;
       position: absolute;
       text-align: left;
       top: 0px;
       z-index: 75;
}

.progressBarDisplayRunning {
       background-color: #00FF00;
       height: 15px;
       margin: 0px;
       padding: 0px;
       position: absolute;
       text-align: left;
       top: 0px;
       z-index: 75;
}

.progressBarDisplayNotRunning {
       background-color: #FFFF00;
       height: 15px;
       margin: 0px;
       padding: 0px;
       position: absolute;
       text-align: left;
       top: 0px;
       z-index: 75;
}

.submit
{
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color: #000000;
	background-color:#eff1f4;
	border: 1px solid silver;
	cursor:pointer; cursor:hand;
}

.ForumUsername
{
color: #FFFF00;
text-decoration: none;
}

.ForumTitle
{
color: #00FF00;
font-family: sans-serif;
text-decoration: none;
}

.ForumUnreadMessage
{
background: #006600;
background-repeat: no-repeat;
background-attachment: fixed;
color: #FFFFFF;
font-family: sans-serif;
}

.WhoIsOnlineLocation
{
color: #00FF00;
font-family: sans-serif;
text-decoration: none;
}

.WhoIsOnlineTime
{
color: #FFFFFF;
font-family: sans-serif;
text-decoration: none;
}

.FAQQuestion
{
color: #FFFF00;
text-decoration: none;
}

.FAQAnswer
{
color: #00FF00;
font-family: sans-serif;
text-decoration: none;
}

.HiddenList
{
background: #000000;
background-repeat: no-repeat;
background-attachment: fixed;
color: #444444;
font-family: sans-serif;
}