@charset "utf-8";

/* USABLE FONTS */

@font-face{
    font-family: dalelands;
    src: url(../fonts/dalelands/Dalelands-Uncial.otf);
}

@font-face{
	font-family: dalelands_bold;
    src: url(../fonts/dalelands/Dalelands-Uncial-Bold.otf);
}

@font-face{
	font-family: dalelands_bold_italic;
    src: url(../fonts/dalelands/Dalelands-Uncial-Bold-Italic.otf);
}

@font-face{
	font-family: dalelands_condensed;
    src: url(../fonts/dalelands/Dalelands-Uncial-Condensed.otf);
}
@font-face{
	font-family: dalelands_condensed_bold;
    src: url(../fonts/dalelands/Dalelands-Uncial-Condensed-Bold.otf);
}

@font-face{
	font-family: dalelands_condensed_bold_italic;
    src: url(../fonts/dalelands/Dalelands-Uncial-Bold-Italic.otf);
}

@font-face{
	font-family: dalelands_condensed_italic;
    src: url(../fonts/dalelands/Dalelands-Uncial-Italic.otf);
}

/* Pre-defined css */
body {
	background-color: #000; /* CCFFFF */
}

body, td, th {
	color: #333333;
}

h1, h2 {
	color: #000033;
}

.fClear{
	clear : both;
}

.fLeft{
	float : left;
}

.fRight{
	float : right;
}


/* HEADER TAGS */
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #000000; /* #006699 */
	display: inline-block;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 10px;
	margin-start: 0;
	margin-end: 0;
}

.h1 {
	font-size: 2.00em;
}

.h2 {
	font-size: 1.80em;
}

.h3 {
	font-size: 1.60em;
}

.h4 {
	font-size: 1.40em;
}

.h5 {
	font-size: 1.20em; 
}

.h6 {
	font-size: 1.00em; 
}

.stdBorder{
	border : solid 3px black;
}

a {
  color: #003366;
}

#container{
	background-color:transparent;
	height : 1000px;
	margin:0px auto;
	padding: 25px;
	width: 100%;
}

#player{
	background-color: #419641;
	height: 975px;
	margin: 0px auto;
	padding : 10px;
	width : 768px;
}

#dm{
	background-color: #419641;
	height: 975px;
	margin-top: 0px;
	padding : 10px;
	width : 90%;
}
/* User-defined css */

.wide100{
	width : 100px;
}

.bold-text{
	font-weight: bold;
	line-height: 1.1em;
}

.button-group{
	border: 3px solid black; 
	border-radius:5px; 
	float: left;
	margin: 0 10px 10px 10px;
	padding: 5px;	
}

.center-text{
	text-align: center;
}

.details{
	overflow-x: hidden;  
	overflow-y: auto;
}

.scrollable{
	/*overflow: scroll;*/
	overflow-x: auto;
	overflow-y: auto;
}

.scrollableX{
	overflow-x: auto;
	overflow-y: hidden;	
}

.scrollableY{
	overflow-x: hidden;
	overflow-y: auto;
}


/* SECTION TITLE HEADERS */
.title-header{
	font-family: dalelands;
	text-align: center;
}

/* OTHER */
.paper-bg{
	background-image: url("..\\images\\backgrounds\\paper-bg.jpg");
}