/* CSS Document */
caption {
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.nav {
	background-color: #410000;
	border: 1px solid #000000;
	height: auto;
	width: 192px;
}

.navhead {
	text-decoration: none;
	width: 180px;
	height: auto;
	padding: 1px;
	line-height: 18px;
	float: left;
	clear: none;
	background-color: #000000;
	font-weight: bold;
	color: #FF0000;
	cursor: default;
	text-align: center;
	font-variant: small-caps;
}

a {
	color: #FFF000;
	text-decoration: none;
}

a.nav {
	color: #FFF000;
	text-decoration: none;
	width: 181px;
	height: auto;
	padding: 1px;
	float: left;
	clear: none;
	background-color: #00001E;
	border: 1px solid #370800;
	text-align: left;
}

.navhelp {
	text-decoration: none;
	width: 181px;
	height: auto;
	padding: 1px;
	float: left;
	clear: none;
	background-color: #000112;
	border: 1px solid #5D0101;
}

a:hover.nav {
	background-color: #000000;
	color: #ffffff;
	font-size: 12.5px;
	border-top: 1px solid #940202;
	border-left: 1px solid #940202;
	border-bottom: 1px solid #390101;
	border-right: 1px solid #390101;
}
a.navhilite {
	text-decoration: none;
	width: 150px;
	height: auto;
	padding: 1px;
	float: right;
	clear: none;
	color:#FF0000;
	background-color: #330000;
	border-top: thin solid #330000;
	border-bottom: thin solid #330000;
	border-right: thin none #330000;
	border-left: thin none #330000;
}
a:hover.navhilite {
	background-color: #CC0000;
	border-top: thin outset #CC0000;
	border-right: thin none #CC0000;
	border-bottom: thin outset #CC0000;
	border-left: thin none #CC0000;
}


table {
}
td.charinfo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: default;
	background-color: #00001E;
}
td.charhead {
	background-color: #000000;
	cursor: default;
	color: #FF0000;
}
table.charinfo {
	border: none;
	width: 182px;
}
td.popupheader {
	background-color: #000112;
	background-image: url(../images/headbkg.GIF);
	height: 20px;
}
td.noborder {
	border: none;
}
table.noborder {
	border: none;
}
input {
	background-color: #5D0101;
	border: 1px solid #390101;
	color: #FFFFFF;
}
.button {
font-family: verdana,arial,helvetica,sans-serif;  
	 font-size: 12px;  
	 color: #FFFFFF;  
	 background-color: #5D0101;  
	 border-top: 1px solid #940202;  
	 border-left: 1px solid #940202;  
	 border-right: 1px solid #390101;  
	 border-bottom: 1px solid #390101;
}
.input {
	background-color: #5D0101;
	border: 1px solid #390101;
	color: #FFFFFF;
}
select {
	background-color: #5D0101;
	border: 1px solid #AD6161;
	color: #FFFFFF;
}
table.vitalinfo {
	background-color: #330000;
	border: 1px solid #000000;
	width: 182px;
}
a.motd {
	text-decoration: none;
	color:#FFF000;
}
a:hover.motd {
	font-weight: normal;
	color:#FF0000;
	font-size: 16px;
}

a.hotmotd {
	font-weight: bold;
	color:#FF0000;
}

.pagetitle {
	font-family: "Arial Black", "Courier";
	font-variant: small-caps;
	font-size: 20px;
	color: #FFFFFF;
}
.navhi {
	color: #DD0000;
	text-decoration: underline;
}

td.nav a.thot {
	position: absolute;
	left: 0px;
	height: auto;
}
td.nav a.t {
	position: absolute;
	left: 0px;
	height: auto;
}

a.t {
	width: 7px;
	height: 7px;
	border: 1px dotted #0000FF;
	background-color: #9999FF;
	color: #FFFFFF;
	font-size: 7px;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}

a.thot {
	width: 7px;
	height: 7px;
	border: 1px dotted #FF0000;
	background-color: #FF9999;
	color: #FFFFFF;
	font-size: 7px;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}

div.debug {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px dotted #000000;
	width: auto;
	height: auto;
	font-size: 10px;
}
.bgrainbow {
		background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
		background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
}
.colDkBlue	{ color: #0000B0; }
.colDkGreen   { color: #00B000; }
.colDkCyan	{ color: #00B0B0; }
.colDkRed	 { color: #B00000; }
.colDkMagenta { color: #B000B0; }
.colDkYellow  { color: #B0B000; }
.colDkWhite   { color: #B0B0B0; }
.colLtBlue	{ color: #0000FF; }
.colLtGreen   { color: #00FF00; }
.colLtCyan	{ color: #00FFFF; }
.colLtRed	 { color: #FF0000; }
.colLtMagenta { color: #FF00FF; }
.colLtYellow  { color: #FFFF00; }
.colLtWhite   { color: #FFFFFF; }
.colLtBlack   { color: #777777; }
.colDkOrange  { color: #995500; }
.colLtOrange  { color: #FF9900; }
.colBlue  		{ color: #0070FF; }
.colLime  		{ color: #DDFFBB; }
.colBlack  		{ color: #000000; }
.colRose 		{ color: #EEBBEE; }
.colblueviolet 	{ color: #9A5BEE; }
.coliceviolet	{ color: #AABBEE; }
.colLtBrown 	{ color: #F8DB83; }
.colDkBrown 	{ color: #6b563f; }
.colXLtGreen	{ color: #aaff99; }
.colAttention 	{ background-color: #00FF00; color: #FF0000;}
.colWhiteBlack 	{ background-color: #FFFFFF; color: #000000; }
.colBack  		{ background-color: #00FFFF; color: #000000; }
.colbeige  { color: #F5F5DC; }
.colkhaki  { color: #F0E68C; }
.coldarkkhaki  { color: #BDB76B; }
.colaquamarine  { color: #7FFFD4; }
.coldarkseagreen  { color: #8FBC8F; }
.collightsalmon  { color: #FFA07A; }
.colsalmon  { color: #FA8072; }
.colwheat  { color: #F5DEB3; }
.coltan  { color: #D2B48C; }.colLtLinkBlue { color: #0099FF; }
.colDkLinkBlue { color: #006BB3; }
.colDkRust { color: #8D6060; }
.colLtRust { color: #B07878; }
.colMdBlue { color: #0000F0; }
.colMdGrey { color: #DDDDDD; }
.colburlywood { color: #DEB887; }
.trhead  { background-color:#000000; color:#FF0000; }
.trlight { background-color:#400000; color: #FFF000; }
.trdark  { background-color:#00001E; color: #FFF000; }
.trhilight { background-color: #333333; }
.colrainbow {
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.coltranspride {
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #00FFFF), color-stop(0.15, #7FFFD4), color-stop(0.3, #EEBBEE), color-stop(0.45, #FFFFFF), color-stop(0.6, #FFFFFF),color-stop(0.75, #EEBBEE), color-stop(0.9, #7FFFD4), color-stop(1, #00FFFF) );
  background-image: gradient( linear, left top, right top, color-stop(0, #00FFFF), color-stop(0.15, #7FFFD4), color-stop(0.3, #EEBBEE), color-stop(0.45, #FFFFFF), color-stop(0.6, #FFFFFF),color-stop(0.75, #EEBBEE), color-stop(0.9, #7FFFD4), color-stop(1, #00FFFF) );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.colphoenix {
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #FF0000), color-stop(0.15, #FFA07A), color-stop(0.3, #FF9900), color-stop(0.45, #FFFF00), color-stop(0.6, #B0B000),color-stop(0.75, #FF9900), color-stop(0.9, #FFA07A), color-stop(1, #FF0000) );
  background-image: gradient( linear, left top, right top, color-stop(0, #FF0000), color-stop(0.15, #FFA07A), color-stop(0.3, #FF9900), color-stop(0.45, #FFFF00), color-stop(0.6, #B0B000),color-stop(0.75, #FF9900), color-stop(0.9, #FFA07A), color-stop(1, #FF0000) );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.colspooky {
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #777777), color-stop(0.15, #8FBC8F), color-stop(0.3, #BDB76B), color-stop(0.45, #B0B0B0), color-stop(0.6, #B0B0B0),color-stop(0.75, #BDB76B), color-stop(0.9, #8FBC8F), color-stop(1, #777777) );
  background-image: gradient( linear, left top, right top, color-stop(0, #777777), color-stop(0.15, #8FBC8F), color-stop(0.3, #BDB76B), color-stop(0.45, #B0B0B0), color-stop(0.6, #B0B0B0),color-stop(0.75, #BDB76B), color-stop(0.9, #8FBC8F), color-stop(1, #777777) );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.colocean {
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #FFFFFF), color-stop(0.2, #40BF40), color-stop(0.3, #00FF99), color-stop(0.45, #006699), color-stop(0.6, #99BBFF), color-stop(0.65, #006699),color-stop(0.7, #00FF99), color-stop(0.9, #40BF40), color-stop(1, #FFFFFF) );
  background-image: gradient( linear, left top, right top, color-stop(0, #FFFFFF), color-stop(0.2, #40BF40), color-stop(0.3, #00FF99), color-stop(0.45, #006699), color-stop(0.6, #99BBFF), color-stop(0.65, #006699),color-stop(0.7, #00FF99), color-stop(0.9, #40BF40), color-stop(1, #FFFFFF) );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}




