html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, open sans;
	font-size: 14px;
}

div.clearfix
{
	clear: both;
}

div#container 
{
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    width: 100%;
    position: absolute;
}

div#dnd_container
{
	vertical-align: middle;
	position: absolute;
	border-width: 5px;
	border-style: dashed;
	border-color: black;
	height: auto !important;
	min-height: 95%;
	width: 95%;
	border-radius: 2em;
	background-color: white;
	opacity: 0.8;
	z-index: 1;
	display: none;
}

div#dnd_container > span
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -10px;
	opacity: 1;
}

div#map_container
{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	display: block;
	/*background-color: gray;*/
	width: 1200px;
	height: auto !important;
	min-height: 100%;
}

div#map_leftbar
{
	position: absolute;
	/*background-color: blue;*/
	height: auto !important;
	min-height: 100%;
	width: 200px;
}

div#map_rightbar
{
	position: absolute;
	right: 0px;
	background-color: green;
	height: auto !important;
	min-height: 100%;
	width: 200px;
}

div#map_list
{
	position: absolute;
	background-color:white;
	left: 200px;
	width: 800px;
	height: auto !important;
	min-height: 100%;
}

div#map_leftbar > div.img_container, div#map_rightbar > div.img_container
{
	margin-top: 20px;
	margin-left: 50px;
}

div.img_container
{
	width: 130px;
	background-color:white;
	border: 1px solid #CCCCCC;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    /*margin-top: 20px;
    margin-left: 50px;*/
    
}

div.img_container > img
{
	margin: 5px;
	width: 120px;
}

div.img_container > a.btn-close
{
	background-image: url('../images/fancybox_sprite.png');
	width: 36px;
	height: 36px;
	display:block;
	text-indent: -9999px;
	position: absolute;
	margin-left: 110px;
	margin-top: -15px;
}

div.img_container > div.status
{
	height: 15px;
	position: relative;
	margin-top: -24px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 0.6;
}

div.img_container > div.status > span
{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	height: 15px;
	display: block;
}

div.img_container > div.status > span.message
{
	color: white;
	width: 100%;
	font-size: small;
	text-align: center;
	z-index: 2;
}

div.placeholder
{
	border-width: 3px;
	border-style: dashed;
	height: 100px;
	width: 100px;
	background-color: transparent;
}

.bg_black
{
	background-color: black;
}

.bg_green
{
	background-color: #efe;
}

.bg_gray
{
	background-color: gray;
}

.bg_blue
{
	background-color: blue;
}

.bg_red
{
	background-color: #fdd;
}

#template
{
	display:none;
}

div#pheader
{
	display: block;
	width: 100%;
}

span#ptitle
{
	font-weight: bold;
	font-size: 24px;
}

span#premark
{
}

div#tree
{
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	min-width: 400px;
}
div#nodeform
{
	margin-top: 10px;
	float: left;
	min-height: 100px;
	border: solid;
	border-width: 1px;
	border-color: #ddd;
	max-width: 300px;
	min-width: 260px;
	min-height: 600px;
	padding: 10px;
}

/* BEGIN DYNATREE RELATED */
ul.dynatree-container
{
	margin-top: 0px;
	max-width: 500px;
}
ul.dynatree-container li
{
	margin-top: 1px;
}

ul.dynatree-container
{
	list-style-type: none;
	padding-left: 0px;
}

ul.dynatree-container ul
{
	list-style-type: none;
	padding-left: 20px;
}

/* BEGIN Node Style */
ul.dynatree-container a.dynatree-title
{
	text-decoration: none;
	color: black;
}

ul.dynatree-container div.fno
{
	float: left;
	display:inline;
	min-width: 10px;
}

ul.dynatree-container div.name
{
	float: left;
	padding-left: 10px;
}

ul.dynatree-container div.desc
{
	clear: both;
	text-align: justify;
	padding: 10px 20px;
	color: gray;
	font-size: smaller;
	white-space: pre-wrap;
}

ul.dynatree-container img.spinner
{
	float: right;
}

ul.dynatree-container div.action
{
	float:right;
	display:none;
}

ul.dynatree-container div.action a
{
	font-size: small;
	text-decoration: none;
	color: gray;
}

ul.dynatree-container .dynatree-node:hover
{
	background-color: #ffe;
}

ul.dynatree-container .dynatree-node:hover div.action
{
	display: block;
}

ul.dynatree-container .dynatree-node
{
	display: block;
	padding: 3px;
	border: solid;
	border-width: 1px;
	border-color: #ddd;
}

ul.dynatree-container  span.error
{
	background-color: #fdd;
}
/* END Node Style */

/*******************************************************************************
 * Tree container
 */


/* Style, when control is disabled */
.ui-dynatree-disabled ul.dynatree-container
{
	opacity: 0.5;
/*	filter: alpha(opacity=50); /* Yields a css warning */
	background-color: silver;
}

/*******************************************************************************
 * Common icon definitions
 */
span.dynatree-empty,
span.dynatree-vline,
span.dynatree-drag-helper-img,
#dynatree-drop-marker
{
	width: 16px;
	height: 16px;
/*	display: -moz-inline-box; /* @ FF 1+2 removed for issue 221 */
/*	-moz-box-align: start; /* issue 221 */
	display: inline-block; /* Required to make a span sizeable */
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url("icons.gif");
	background-position: 0 0;
}

/** Used by 'icon' node option: */
ul.dynatree-container img
{
	width: 16px;
	height: 16px;
	margin-left: 3px;
	vertical-align: top;
	border-style: none;
}

ul.dynatree-container span.dynatree-title
{
	width: 100%;
}

ul.dynatree-container input[type='submit']
{
	float: right;
}

ul.dynatree-container input[type='text']
{
	width: 80%;
	border-width: 0px;
	background-color: transparent;
}

/*******************************************************************************
 * Node type icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-ico-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'f': folder
 */

/* Status node icons */

.dynatree-statusnode-wait span.dynatree-icon
{
	background-image: url("loading.gif");
}

.dynatree-statusnode-error span.dynatree-icon
{
	background-position: 0px -112px;
/*	background-image: url("ltError.gif");*/
}

/*******************************************************************************
 * Node titles
 */

span.dynatree-selected a
{
	color: green;
	font-style: italic;
}

span.dynatree-active
{
	background-color: #ffd !important;
	
}

/*******************************************************************************
 * Drag'n'drop support
 */

/*** Helper object ************************************************************/
div.dynatree-drag-helper
{
}
div.dynatree-drag-helper a
{
	border: 1px solid gray;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	opacity: 0.8;
}
span.dynatree-drag-helper-img
{
	/*
	position: relative;
	left: -16px;
	*/
}
div.dynatree-drag-helper /*.dynatree-drop-accept*/
{

/*    border-color: green;
	background-color: red;*/
}
div.dynatree-drop-accept span.dynatree-drag-helper-img
{
	background-position: -32px -112px;
}
div.dynatree-drag-helper.dynatree-drop-reject
{
	border-color: red;
}
div.dynatree-drop-reject span.dynatree-drag-helper-img
{
	background-position: -16px -112px;
}

/*** Drop marker icon *********************************************************/

#dynatree-drop-marker
{
	width: 24px;
	position: absolute;
	background-position: 0 -128px;
	margin: 0;
/*	border: 1px solid red; */
}
#dynatree-drop-marker.dynatree-drop-after,
#dynatree-drop-marker.dynatree-drop-before
{
	width:64px;
	background-position: 0 -144px;
}
#dynatree-drop-marker.dynatree-drop-copy
{
	background-position: -64px -128px;
}
#dynatree-drop-marker.dynatree-drop-move
{
	background-position: -64px -128px;
}

/*** Source node while dragging ***********************************************/

span.dynatree-drag-source
{
	/* border: 1px dotted gray; */
	background-color: #e0e0e0;
}
span.dynatree-drag-source a
{
	color: gray;
}

/*** Target node while dragging cursor is over it *****************************/

span.dynatree-drop-target
{
	/*border: 1px solid gray;*/
}
span.dynatree-drop-target a
{
}
span.dynatree-drop-target.dynatree-drop-accept
{
	/*border: 1px solid green;*/
	background-color: #dfd !important;
	color: white !important; /* @ IE6 */
	text-decoration: none;
}
span.dynatree-drop-target.dynatree-drop-reject
{
	/*border: 1px solid red;*/
}
span.dynatree-drop-target.dynatree-drop-after a
{
}

/* END DYNATREE RELATED */

/* BEGIN NODEFORM RELATED */
#nodeform #form
{
	display: none;
}
#nodeform tr > td:first-child
{
	padding-top: 6px;
	vertical-align: top;
}

div#result
{
	display: none;
	border: solid;
	border-width: 1px;
	border-color: #ddd;
	font-size: small;
}

div#result ul
{
	list-style-type: none;
	padding-left: 15px;
}

#lstates
{ 
	list-style-type: none;
	width: 100%;
	cursor: move;
}
#lstates li
{
	border: solid;
	border-width: 1px;
	border-color: gray;
	margin-bottom: 2px;
	padding: 2px;
}
#lstates div.action
{
	float: right;
}

#lstates form
{
	display:none;
}

#lstates li a.thumb img
{
	float: right;
	max-width: 15px;
	max-height: 15px;
}
/* END NODEFORM RELATED */

/* BEGIN VIEW STATE */
#screen_wrapper
{
	min-width: 960px;
}

#screen_state
{
	margin: 0 auto;
	position: relative;
	float: none;
}

#screen_state a
{
	position: absolute;
}

a.hotspot_vm
{
	cursor: pointer;
	z-index: 2;
}

a.hotspot
{
	border: 1px solid #FB379B;
	cursor: move;
	z-index:2;
}

a.hotspot span
{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FB379B;
	opacity: 0.5;
}

a.hotspot div
{
	background-color: #FB370B;
	width: 5px;
	height: 5px;
	z-index:3;
}

a.hotspot .ul {
	position: absolute;
	top: 0;
	left: 0;
}
a.hotspot .ur {
	position: absolute;
	top: 0;
	right: 0%;
}
a.hotspot .ll {
	position: absolute;
	bottom: 0%;
	left: 0;
}
a.hotspot .lr {
	bottom: 0%;
	right: 0%;
	position: absolute;
}

div#prop
{
	position: absolute;
	background-color: #c0c0c0;
	padding: 10px;
	display: none;
	z-index: 4;
}

div#prop span
{
	font-size: smaller;
}

div#prop a
{
	font-size: smaller;
}

div#prop a.btn-cancel
{
	color: black;
}

div#prop a.btn-del
{
	color: #e00;
}

div#prop #optFeature, div#prop #optState
{
	min-width: 300px;
}

div#prop #spinner
{
	width: 20px;
	display: none;
}

div#msg
{
	position: fixed;
	right: 10px;
	top: 10px;
	background-color: gray;

	border: 4px solid black;
	border-radius: 10px;
	padding: 15px;
	color: white;

	display: none;
}
/* END VIEW STATE */