@charset "utf-8";
/*
File Path: css\style.css
Created On: 1/22/2010
Created By: Larry Gregory

REMARKS: This is the Master Style Sheet for all pages.

REVISION HISTORY
mm/dd		Revision History
*/

body
{
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	
	color:#FFF;
}

#container
{
	width:990px;
	/*width:720px;*/
	margin:0px auto 0px auto;
}
#smallContainer
{
	width:720px;
	margin:0px auto 0px auto;
}

.clear
{
	clear:both;	
}

img
{
	border:none;
}

#footer, #smallFooter
{
	clear:both;
	margin-top:20px;
	text-align:center;
}

#footer img, #smallFooter img, #dialog img
{
	display: block;
    margin-left: auto;
    margin-right: auto;	
	border:none;	
}
.dialog
{
}

.button
{
	cursor:pointer;
}
#header img
{
	margin-right:5px;
}
#content
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}
#announcements
{
	text-align:left;	
}
.announcement
{
	cursor:pointer;
	text-decoration:underline;
}
#errorDiv
{
	text-align:center;
	font-size:1.3em;
}
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color:#333;
	color:white;
    padding: 5px;
    opacity: 0.98;
}
a
{
	color:white;
	text-decoration:underline;
	cursor:pointer;
}
.example
{
	font-size:small;
	font-weight:lighter;
}
#addToPS
{
	clear:both;
}
.error
{
	color:red;
	font-weight:bold;
}

#dialogErrorDiv
{
	text-align:center;
	font-size:1.3em;
	margin-left:auto;
	margin-right:auto;
	
}

.terms, .terms li
{
	text-align:left;
	padding:5px;
}