html {
	height: 100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	margin: 0;
	padding: 0;
	height: 100%;
}

a {
	color: #8b1e07;
	cursor: pointer;
}

a:hover {
	color: #bf2e1b;
}

label { 
    display:block;
    float:left;
    width:45%;
    clear:left;
	padding-left: 5px;
	font-size: 10pt;
}

.pushbutton {
	background-image: url(images/PortalButton.png);
	background-repeat: no-repeat;
	width: 139px;
	height: 31px;
	text-align: center;
	padding-top: 7px;
	color: #8b1e07;
	cursor: pointer;
}

.pushbutton-disable {
	background-image: url(images/PortalButtonDisabled.png);
	background-repeat: no-repeat;
	width: 179px;
	height: 31px;
	text-align: center;
	padding-top: 7px;
	color: #707070;
	cursor: pointer;
}

.pushbutton-down {
	background-image: url(images/PortalButtonDown.png);
	background-repeat: no-repeat;
	width: 179px;
	height: 31px;
	text-align: center;
	padding-top: 7px;
	color: #8b1e07;
	cursor: pointer;
}

.center-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.loading-bar {
	background-image: url(images/rel_interstitial_loading.gif);
	width: 220px;
	height 19px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.loading-text {
	font-size: 10px;
	font-weight: bold;
}

.readonly {
	background-color: #DFDFDF;
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.group {
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px;
}

.group-label {
	color: #999999;
	font-size: 8pt;
	margin-bottom: 15px;
}

.nav-panel {
	border: 1px solid #d6d6d6;
	height: 95%;
	padding: 0px 0px 5px 0px;
	float: left;
	margin-left: 5px;
	margin-right: 1em;
	overflow-x: hidden;
	overflow-y: auto;
}

.inspector-panel {
	border: 1px solid #d6d6d6;
	padding: 0px 0px 5px 0px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 95%;
	margin: 0px 10px 0px 0px;
	font-size: 9pt;
}

.panel {
	border: 3px double lightgrey;
	height: 95%;
	padding: 5px 10px 0px 10px;
}

.panel-header {
	background-image: url(images/PortalPanelHeader.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	min-height: 23px;
	color: #acacac;
	font-size: 8pt;
	/*border: 1px solid blue;*/
}

.panel-label {
	margin-top: 4px;
	margin-left: 8px;
}

.admin-panel {
	background-color: #CCCCCC;
	border: 3px double black;
	padding: 5px 5px 5px 5px;
}

.admin-panel-label {
	color: black;
	font-size: 8pt;
	margin-bottom: 8px;
}

.navtree {
	margin: 2px 8px 5px 8px;
	font-size: 8pt;
}

.node-static {
	color: black;
	cursor: default;
}

.node-hot {
	color: #be2d1a;
	text-decoration: underline;
	cursor: pointer;
}
