/*******************
 * This is the over-ride CSS file.
 *
 * if you know any CSS you can easily add custom rules to change how DynMap
 * looks and behaves under your DynMap installation.
 *
 * 1. Uncomment the override.css in the index.html.
 * 2. Rename this file or create a new override.css.
 * 3. Add your own rules (or steal these) to personalize how DynMap looks.
 *
 * By adding your own rules here, you can then save your changes 
 * between DynMap updates and they won't get over-written.
 */


/* Use the alternate compass image
.compass {
    top: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    background-image: url(../images/compass_alt.png);
}*/

/* These next two keep the DynMap sidebar open...
.dynmap .sidebar {
	margin-right: 0px;
}*/

/* ...and hide the hitbar along with the sidebar controls
.dynmap .sidebar .hitbar,
.dynmap .sidebar .panel > .pin {
	display: none;
}*/

.chatinput {
	border-radius: 4px;
	position: absolute;
	width: 608px;
	height: 16px;
	bottom: 8px;
	outline: none;
	background-color: #ddd;
	color: #000;
	border: 0px;
	background: rgba(200, 200, 200, 0.6);
	background-image: url(../images/chat_cursor.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	margin: 4px;
	padding: 1px 1px 1px 15px;
}

.messagelist {
	color: white;
	overflow: hidden;
	width: 622px;
	max-height: 6em;
	margin: 4px 4px 0px 4px;
	padding-bottom: 32px;
}

.messagerow {
	padding: 2px;
	position: relative;
	max-height: 200px;
	left: 0px;
	bottom: 0px;
	color: #fff;
	font-weight: bold;
}
