/* CSS Document */
caption {
	white-space: nowrap;
	font-family: Verdana Ref, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Verdana Ref, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.nav {
	
	border: 1px solid #80001E;
	height: auto;
	width: 135px;
}
table.login {
    height: 219px;
    width: 240px;
    background-image: url(mystara2/logindragon.gif);
    background-repeat: no-repeat;
}
.navhead {
	text-decoration: none;
	width: 140px;
	height: auto;
	padding: 1px;
	line-height: 18px;
	float: left;
	clear: none;
	background-color: #000000;
	border: 1px solid #FF003C;
	font-weight: bold;
	color: #FF0042;
	cursor: default;
	text-align: center;
}

a {
	color: #FF003C;
	text-decoration: none;
}

a.nav {
	text-decoration: none;
	width: 135px;
	height: auto;
	padding: 1px;
	float: left;
	clear: none;
	
	border: 1px solid #33000A;
}

.navhelp {
	text-decoration: none;
	width: 135px;
	height: auto;
	padding: 1px;
	float: left;
	clear: none;
	background-color: #A0001A;
	border: 1px solid #33000A;
}
a:hover.nav {
	background-color: #282828;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

table {
}
td.charinfo {
	border-top-width: 1px;
	border-top-style: solid;
    border-top-color: #80001E;
	border-right-style: #80001E;
	border-bottom-style: #80001E;
	border-left-style: #80001E;
    cursor: default;
}
td.charhead {
	background-color: #000000;
	border: 1px solid #FF0012;
	cursor: default;
	color: #FF0048;
    text-align: center;
}
table.charinfo {
	border: none;
	width: 140px;
}
td.pageheader {
	background-color: #000000;
	background-image: url(../templates/mystara2/header.gif);
	height: 60px;
}
td.popupheader {
	background-color: #000000;
	background-image: url(../templates/mystara2/header.gif);
	height: 20px;
}
td.noborder {
	border: none;
}
table.noborder {
	border: none;
}
input {
	background-color: #000000;
	border: 1px solid #80001E;
	color: #CCCCCC;
}
.button {
	font-family: verdana ref,arial,helvetica,sans-serif;
	 font-size: 12px;
	 color: #FFFFFF;
	 background-color: #800030;
	 border-top: 1px solid #AA0034;
	 border-left: 1px solid #AA0034;
	 border-right: 1px solid #790025;
	 border-bottom: 1px solid #790025;
}
.input {
	background-color: #800027;
	border: 1px solid #804D5B;
	color: #FFFFFF;
}
select {
	background-color: #000000;
	border: 1px solid #80001E;
	color: #FF001E;
}
table.vitalinfo {
	background-color: #FF001E;
	border: 1px solid #80001E;
	width: 182px;
}
a.motd {
	text-decoration: none;
	color: #FF001E;
	border: none;
}
a.hotmotd {
	font-weight: bold;
}
.pagetitle {
    font-family: "Olde English", "Arial";
	font-size: 26px;
	color: #FFFFFF;
}
td.footer {
	background-image: url(../templates/mystara2/footer.gif);
	background-repeat: repeat;
    background-position: top;
}
.navhi {
	color: #00FF00;
	text-decoration: underline;
}

a.t {
	width: 7px;
	height: 7px;
	border: 1px dotted #FF0012;
	background-color: #FF99AC;
	color: #FFFFFF;
	font-size: 9px;
	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: 9px;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}

div.debug {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px dotted #000000;
	width: auto;
	height: auto;
	font-size: 12px;
}
.colDkBlue	{ color: #0000B0; }
.colDkGreen   { color: #00B000; }
.colDkCyan	{ color: #00B0B0; }
.colDkRed	 { color: #B00000; }
.colDkMagenta { color: #B000CC; }
.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: #999999; }
.colDkOrange  { color: #994400; }
.colLtOrange  { color: #FF9900; }
.colLitBlue {color: #3366FF; }
.trhead  { background-color:#151515; color:#FF0048; }
.trlight { background-color:#2C2C2C; }
.trdark  { background-color:#1F1F1F; }
.trhilight { background-color:#FF00FF; }


