/* -- Body -- */

body {
	background-color:#000001;
	color:  #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}

img { behavior: url('/includes/inc-png.htc') }

/* -- Top Menu -- */
.tab {
	display: inline;
	padding:2px;
	border-left: 1px solid black;
}
.tab_title {
	display: inline;
}
.tab_items {
	z-index: 1;
	display: none;
	position: absolute;
	background-color: #444444;
	border: 1px solid #33cccc;
}
.tab_item {
	padding: 5px;
	cursor: pointer;
	text-align: left;
	border-bottom: 1px solid black;
}

/* -- Error & Success Messages -- */
.error {
	color: orangered;
	text-align: center;
	font-weight: bold;
	line-height: 200%;
	width: 100%;
}
.success {
	color: #00CC00;
	text-align: center;
	font-weight: bold;
	line-height: 200%;
	width: 100%;
}
.highlight {
	color: #FFFFFF;
}

.orangemessage {
	color:  orangered;
	text-align: center;
	font-weight: bold;
	line-height: 200%;
}

/* -- Important messages, also used a lot in the TOS and FAQ -- */

.orangetext {
	color:  orange;
	text-align: center;
	font-weight: bold;
	line-height: 200%;
}

/* -- Success Messages -- */

.successmessage {
	color: #00CC00;
	text-align: center;
	font-weight: bold;
	line-height: 200%;
}

/* -- General Forms Setup -- */

form {
	margin: 0;
}

input, select, textarea, checkbox {
	background-color: #FFFFFF;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family: Verdana;
	font-size: 10px;
}
.radio {
	background-color: #444444;
	color: #000000;
	border: 0px;
	font-size: 10px;
}

/* -- Normal Links -- */

a.type2:link, a.type2:visited, a.type2:active {
	font-family: Verdana;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}

a.type2:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* FAQ */

a.faq:link, a.faq:visited, a.faq:active {
	font-family: Verdana;
	font-size: 16px;
	color: #ff9900;
  font-weight: bold;
	text-decoration: none;
}

a.faq:hover {
	font-family: Verdana;
	font-size: 16px;
	color: #ccffcc;
  font-weight: bold;
	text-decoration: underline;
}

.faqtitle {
  font-family: verdana;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

/* -- Navigation Links -- */
#nav {
	width: 140px;
}
#nav a:link, #nav a:visited, #nav a:active {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: orange;
	text-decoration: none;
	font-weight: bold;
}

/* -- Normal Table Class, Used for all tables -- */

.subhdr {
	font: 10px verdana;
	color: #ffffff;
	background-color: #696969;
	text-align: center;
	border: 1px solid #000000;
}

.main {
	border-collapse: collapse;
	background-color: #444444;
	color: #ffffff;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
}
.main td {
	padding: 3px;
	border: 1px solid #a8a8a8;
}
.th {
	background-color: #600000;
	font-weight: bold;
	text-align: center;

}

table.header {
	border:				solid #a8a8a8 1px;
	border-collapse:	collapse;
	background-color:	#444444;
	color:				#ffffff;
	font-family:		Verdana;
	font-size:			8pt;
	text-decoration:	none;
}

table.header thead, .th {
	background-color: #600000;
	font-weight: bold;
	text-align: center;
}

table.header td {
	padding: 3px;
	border: solid #a8a8a8 1px;

}

table.inside td {
  background-color: #444444;
  color: #ffffff;
  font: 10px verdana
}

/* ------------------------- Navigation ------------------------- */

.menuitem {
	color: #ffa500;
	font-weight: bold;
}

/* -- Grey boxes, activate, password forgot, login */

.InfoPanel2 {
	background-color:#737373;
	border-style:solid;
	border-width:1px;
	border-color:White;
	color:White;
}

/* ------------------------- Forum Management ------------------------- */

.lime {
	color:lime;
	font-family:Verdana;
	font-size: 10px;
	text-decoration:none;
}

.red {
	color:#b22222;
	font-family:Verdana;
	font-size: 10px;
	text-decoration:none;
}

.yellow {
	color:yellow;
	font-family:Verdana;
	font-size: 10px;
	text-decoration:none;
}

/* MISCELLANEOUS OUTPUT */

.err {
  color: #ff0000;
  font-weight: bold
}

.ok {
  color: #00ff00;
  font-weight: bold
}

table.help {
  background-color: #ffffff
}

table.help td {
  background-color: #444444;
  font: 10px verdana
}

#dhtmltooltip
{
	position: absolute;
	width: 125px;
	border: 1px solid black;
	border-color: white;
	padding: 2px;
	background-color: #4A4A4A;
	visibility: hidden;
	z-index: 100;
		font-size: xx-small; 
		font-family: verdana; 
		color: white; 
		text-align: center;
}