﻿#DemoPagePanel 
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 24px;
	background: #fbaf5d;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: White;
	border-bottom: 1px solid #df9c52;
}

#DemoPagePanel span
{
	position: relative;
	top: 5px;
	left: 5px;
}

html, body
{
	background: #b7b7b7;
	height: 100%;
	margin: 0;
	padding: 0;
}

img
{
	border: none;
	/*behavior: url(pngbehavior.htc);*/
}

.corner {
	 position: absolute; 
	 z-index: 1000;
	 width: 8px;
	 height: 8px;
}

.corner.top-left {
	top: 0px; 
	left: 0px; 
	background: url(/Images/corner-top-left.gif);
}

.corner.top-right {
	top: 0px; 
	right: 0px; 
	background: url(/Images/corner-top-right.gif);
}

.corner.bottom-left {
	bottom: 0px; 
	left: 0px; 
	background: url(/Images/corner-bottom-left.gif);
}

.corner.bottom-right {
	bottom: 0px; 
	right: 0px; 
	background: url(/Images/corner-bottom-right.gif);
}

.background {
	width: 930px;
	height: 630px; 
	position: absolute; 
	top: -15px; 
	left: -15px; 
	z-index: 0;
}

.logo {
	margin-top: 15px; 
	margin-bottom: 10px; 
	margin-left: 9px;
}

.credits {
	color: #555555; 
	position: absolute; 
	top: 565px; 
	left: 765px; 
	z-index:1000;
	font-family: "Tahoma";
	font-size: 11px;
	text-align: center;
}

#PushPanel
{
	width: 100%;
	height: 50%;
	margin-top: -300px;
}

#OuterPanel
{
	position: relative;
	width: 900px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#MenuPanel
{
	background: white;
	position: absolute;
	top: 0px;
	left: 750px;
	width: 149px;
	height: 600px;
	border-left: 1px solid #AAAAAA;
}

.menu-item {
	background: #EEEEEE;
	width: 133px;
	height: 14px;
	font-family: "Tahoma";
	font-size: 11px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	margin-top: -1px;
	padding: 8px;/*10px;*/
	/*padding-top: 8px;
	padding-bottom: 8px;*/
	cursor: pointer;
	position: relative;
	z-index: 100;
	text-align: left;
}

.menu-item.x-view-over {
	background: url(/Images/menu-background.gif) !important;
}

.menu-item.separator {
	background: #FFFFFF;
	height: 10px;
	padding: 0px;
}

div.menu-item.separator.x-view-over {
	background: #FFFFFF !important;
	cursor: auto;
}

.menu-item.marked {
	background: url(/Images/menu-mark-background.gif);
}

.menu-item.locked 
{
	background: url(/Images/menu-background.gif) !important;
}

.menu-item .title 
{
	width: 120px;
}

.menu-item .icon
{
	position: absolute;
	right: 4px;
	top: 10px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

/*.menu-item .icon.two
{
	position: absolute;
	right: 23px;
	top: 10px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}*/

#MapPanel
{
	width: 750px;
	height: 600px;
	position: absolute; 
	left: 0px;
	overflow: hidden;
}

#PropertyCombo {
	margin-top: 10px;
	margin-left: 5px;
}

.unallowedItem
{
	color: #666666;
}

.allowed {
	font-weight: bold;
}

.show-for-admin 
{
	display: none;
}

/* Används i förklaringsrutor */
div.explanation
{	
	margin-bottom: 4px;
}

div.explanation img 
{
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 4px;
}

div.box
{
	border: 1px solid #AAAAAA;
	width: 22px;
	height: 10px;
	float: left;
	margin-right: 4px;
	margin-top: 1px;
}

.revised 
{
	color: #777777;
	margin-top: 5px;
	text-align: right;
}

div.column-icon 
{
	width: 16px;
	height: 16px;
}

div.small-column-icon {
	width: 12px;
	height: 12px;
	float: right;
}

div.x-grid3-row.accepted-row {
	background: #a1cf9c;
}

div.x-grid3-row.rejected-row {
	background: #cfa99c;
}

div.x-grid3-row.question-row {
	background: #feffa8;
}