@charset "utf-8";
/* CSS Document */



a.unlinked { 
	color: #999999; 
	font-weight: bold;
	text-decoration: none;
} 
a.unlinked:hover { 
	text-decoration: underline; 
	color : #9c280f; 
	font-weight: bold; 
} 
.sheet_bold { 
	font-style: italic;
	font-weight: bold;
	color: #999999;
} 
.sheet_small {font-size: 9pt;} 
.sheet_attributes {font-family: verdana; font-size: 9pt; font-weight: bold;} 
.other_normal { 
	border: 0; 
	background-color: #000000; 
	text-align: right; 
	color: #9c280f; 
} 
.other_bold { 
	border: 0; 
	background-color: #000000; 
	text-align: right; 
	font-weight: bold; 
	color: #9c280f; 
} 
.text_remaining { 
	border: 0; 
	background-color: #000000; 
	font-family: verdana; 
	font-size: 8pt; 
	color: #9c280f; 
} 
.sheet_inputx { 
	border: #666666 1px dotted; 
	background-color: #000000; 
	font-family: arial; 
	color: #9c280f; 
	font-size: 9px; 
} 
.sheet_text { 
	border: #CCCCCC 1px solid; 
	background-color: #000000; 
	font-family: verdana; 
	font-size: 10pt;	 
	color: #9c280f; 
} 
.sheet_menu { 
	border: #CCCCCC 1px solid; 
	background-color: #282828; 
	color: #9c280f; 
} 
.sheet_buttonx { 
	background-color: #999999; 
	font-weight: bold; 
	font-size: 8px; 
	color: #9c280f; 
	cursor: hand; 
	padding: 1px 1px 1px 1px; 
} 

body {
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	background: #000000;
	color: #9c280f;
	text-align:center;
	}
.sheet_bold {font-style: italic; font-weight: bold; color: #9c280f;}
.sheet_small {font-size: 9pt;}
.sheet_attributes {
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #9c280f;
}
.med { font-size : 11px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF}
.other_normal {
	border: 0;
	background-color: #101010;
	text-align: right;
	color: #9c280f;
}
.other_bold {
	border: 0;
	background-color: #101010;
	text-align: right;
	font-weight: bold;
	color: #dca716;
}
.text_remaining {
	border: 0;
	background-color: #101010;
	font-family: verdana;
	font-size: 8pt;
	color: #9c280f;
}
.sheet_input {
	border: #CCCCCC 1px solid;
	background-color: #282828;
	font-family: arial;
	color: #dca716;
}
.sheet_text {
	border: #CCCCCC 1px solid;
	background-color: #000000;
	font-family: verdana;
	font-size: 10pt;	
	color: #dca716;
}
.sheet_menu {
	border: #CCCCCC 1px solid;
	background-color: #282828;
	color: #dca716;
}
.sheet_button {
	background-color: #000000;
	font-weight: bold;
	font-size: 9pt;
	color: #9c280f;
	cursor: hand;
}
#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#info {
}
#attributes {
}
#abilities {
}
#advantages {
	margin: 0 auto 0;
}
#other_traits {
}
#textfields {
}
.sheet_subheading {

	font-size:14px;
	color:#9c280f;
	font-weight:bold;
}
#login_box {
	text-align: center;
	margin: 200px auto 0 auto;
	padding: 0px;
	}
#login_table {
	width: 100%;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	color: #999999;
	background: #353535;
	width: 33%;
	border: 1px #990000 solid;
	}
#user {
	margin: 5px 0px;
	}
#pass {
	margin: 5px 0px;
	}
#remember {
	margin: 5px 0px;
	}
.login_alt {
	width: 100%;
	background: #000000;
	border: 1px #990000 solid;
	margin: 0px;
	padding: 0px;
}
td, tr {
	margin: inherit;
	padding:inherit;
}
.textbox_header {
	width: 545px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.bordered {
	border: 1px #6F2222 solid;
	}
#subject {
	margin-bottom: 5px;
}