/* CSS Document for all good browsers */

/* ------------------------------------------
  Set styles for HTML-defined elements
---------------------------------------------*/
a {
	color: #0F58FF;
}

body {
	background-color: #000000;
	color: #BBBBBB;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
}

html {
	margin: 0px;
	padding: 0px;
}


/* ------------------------------------------
  Create classes for custom elements
---------------------------------------------*/
.accountDiv {
	color: #888888;
	font-family: Helvetica, Arial, Verdana, Tahoma;
	font-size: 11;
	text-decoration: none;
	z-index: 10;
}

.adminheader {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.backdrop {
	-moz-opacity: 0.88;
	background-color: #000000;
	border-color: #444444;
	border-style: solid;
	border-width: 1;
	filter: alpha(opacity=88);
	opacity: 0.88;
}

.closebutton {
	border-color: #D0D0D0;
	border-style: solid;
	border-width: 1;
	cursor: pointer;
	margin: 2px;
}

.fac13title {
	color: #888888;
	font-family: Helvetica, Arial, Verdana, Tahoma;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
}

.inputtext {
	background-color: #222222;
	color: #D0D0D0;
	font-family: Arial;
	font-size: 11;
	font-weight: bold;
}

.inputsubmit {
	background-color: #222222;
	color: #D0D0D0;
	font-family: Arial;
	font-size: 11;
	font-weight: bold;
}

.normallink {
	color: #0F58FF;
	cursor: pointer;
	text-decoration: underline;
}

.plainlink {
	color: #BBBBBB;
	text-decoration: none;
}

.userinfodiv {
	width: 265px;
	height: 125px;
	color: #D0D0D0;
	font-size: 11px;
	margin: 2px;
	overflow: auto;
	text-align: left;
	z-index: -10;
}

.userinfoparent {
	position: absolute;
	bottom: 2px;
	right: 0px;
	width: 275px;
	height: 150px;
	visibility: hidden;
	background-color: #222222;
	border-color: #D0D0D0;
	border-style: solid;
	border-width: 1;
	color: #D0D0D0;
	font-size: 11px;
	text-align: left;
	z-index: -10;
}

