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

body {
	border: 0px;
	margin: 0px;
}

#control-panel {
	float: left;
	position: absolute;
	padding-left: 0px;
	margin-top: 135px;
	z-index: 10000;
}

#content-panel {
	/*float: right;*/
}

#interface-top {
	background-color: #000000;
	background-image: none;
	border-bottom: #ffffff 1px solid;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
}

#interface-history {
	margin-left: 20px;
	margin-top: 5px;
}

#interface-history h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	border-top: 10px;
	border-left: 10px;
}

.interface-left-bar h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	border-top: 10px;
	margin-left: 10px;
	clear: both;
	float: none;
}

.interface-left-bar input {
	clear: both;
}

.interface-left-button {
	margin-left: 20px;
	padding: 0px;
	border: none;
	/*padding-bottom: 2px;*/
}

#interface-history a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

#interface-history a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #898157;
	font-size: 11px;
	text-decoration: none;
}

#address {
	width: 400px;
}

.editable-region {
	border: 1px solid #ff0000;
	border-color: #ff0000;
	display: inherit;
	overflow: hidden;
}

input.interface-button {
	background-image: url(../img/button-background.jpg);
	background-repeat: repeat-x;
	border: #4e0000 1px solid;
	background-color: #FF0000;
	color: #ffffff;
	font-weight: bold;
}

.interface-right-bar {
	background-image: url(../img/panel-right-repeat.gif);
	background-repeat: repeat-y;
}

.interface-left-bar {
	background-color: #333638;
}

#toolbar-container {
	width: 750px;
	position: absolute;
	z-index: 10000;
}

.edit-panel-right-side {
	background-image: url(../img/edit-panel-right-side.gif);
	background-repeat: repeat-y;
	background-color: #000000;
}

.edit-panel-left-side {
	background-image: url(../img/edit-panel-left-side.gif);
	background-repeat: repeat-y;
	background-color: #000000;
}

.edit-panel-right-corner {
	background-image: url(../img/edit-panel-right-corner.gif);
	background-repeat: repeat-y;
}

.edit-panel-left-corner {
	background-image: url(../img/edit-panel-left-corner.gif);
	background-repeat: repeat-y;
}

.edit-panel-bottom {
	background-image: url(../img/edit-panel-bottom.gif);
	background-repeat: repeat-x;
}

.interfaceimage {
	padding: 0px;
}

