/* CSS Document */
@import url("colors.css");

caption {
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


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

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

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

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

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

a:hover.nav {
	background-color: #000000;
	border-top: 1px solid #800000;
	border-left: 1px solid #800000;
	border-bottom: 1px solid #FF3300;
	border-right: 1px solid #FF3300;
}
a.navhilite {
	text-decoration: none;
	width: 150px;
	height: auto;
	padding: 1px;
	float: left;
	clear: none;
	color:#FFFF00;
	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: #656565;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: default;
}
td.charhead {
	background-color: #FFB321;
	border: none;
	cursor: default;
	color: #000000;
}
table.charinfo {
	border: none;
	width: 182px;
}
td.popupheader {
	background-color: #333399;
	background-image: url(../images/headbkg.GIF);
	height: 20px;
}
td.noborder {
	border: none;
}
table.noborder {
	border: none;
}
input {
	background-color: #151515;
	border: 1px solid #D1FFD1;
	color: #CCCCCC;
}
.button {
font-family: arial,helvetica,sans-serif;  
	 font-size: 12px;  
	 color: #FFB321;  
	 background-color: #000000;  
	 border-top: 2px solid #323232;  
	 border-left: 2px solid #323232;  
	 border-right: 2px solid #D1FFD1;  
	 border-bottom: 2px solid #D1FFD1;
}
.input {
	background-color: #656565;
	border: 1px solid #D1FFD1;
	color: #CCCCCC;
}
select {
	background-color: #656565;
	border: 1px solid #D1FFD1;
	color: #CCCCCC;
}
table.vitalinfo {
	background-color: #656565;
	border: 1px solid #000000;
	width: 182px;
}
a.motd {
	text-decoration: none;
	color:#FFB321;
}
a:hover.motd {
	font-weight: normal;
	color:#FFFF00;
}

a.hotmotd {
	text-decoration: blink;
	font-weight: normal;
	color:#FF0000;
}

.pagetitle {
	font-family: "Arial", "Courier";
	font-variant: small-caps;
	font-size: 20px;
	color: #FFB321;
}
.navhi {
	color: #FFFFFF;
	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: #0000FF;
	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: #FF0000;
	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;
}

