@CHARSET "UTF-8";

div.spinner {
  position: absolute;
 /*opacity: 0.9;
   filter: alpha(opacity=90);*/
  z-index: 999;
  background-color: #f8f8f8;
  padding: 6px;
  /* border: 1px solid #888; */
} 

div.spinner-msg { 
 text-align: center;
 font-weight: bold;
 color:green;
} 

div.spinner-img { 
 background: url(/static/image/ajax-loader.gif) no-repeat;
 width: 48px;
 height: 48px;
 margin: 0 auto;
} 


/*
 * Layout
 */

div#boxSidebar > div.boxWrapper {
	/*padding-top: 75px;*/
}

div#boxMain {
	/*display: table-cell;*/
  /*display: table-caption;*/
  flex: 1 0;
  width:100%;
	vertical-align: top;
  padding-left: 230px;
}

div#boxMain > div.boxWrapper {
	padding-top: 60px;
}

div#boxContent div.boxWrapper {
	clear: both;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 16px;
}

div#boxContent div.boxWrapper p {
	margin-bottom: 10px;
}

div#boxContent div.boxWrapper a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/*
 * Header box
 */

div#boxHeader div#boxInfoProfile {
	color: white;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-right: 6px;
	margin-top: 0;
	vertical-align: top;
	height: 24px;
	line-height: 24px;}

div#boxHeader div#boxInfoProfile a {
	color: #ffffff;
	text-decoration: none;
}

div#boxHeader div#boxInfoProfile > div {
	background-image: url('../../image/admin/ui.png');
	background-position: -256px -34px;
	background-repeat: no-repeat;
	height: 14px;
	margin-left: 2px;
	width: 13px;
	display: inline-block;
	position: relative;
	top: 3px;
}

/*
 * Headline box
 */

div#boxHeadline > div.boxWrapper {
	margin-left: 10px; 
	margin-right: 10px; 
}

div#boxHeadline h1 {
	color: #25292d;
	font-size: 22px;
	font-weight: 400;
	/*
  line-height: 34px;
	margin-bottom: 16px;
  */
}

h2 {
	color: #25292D;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 16px;
}

h2 > span {
	background-image: url('../../image/admin/ui.png');
	background-repeat: no-repeat;
	background-position: -380px -123px;
	color: white;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 600;
	height: 26px;
	line-height: 26px;
	margin-right: 8px;
	padding-left: 0px;
	text-align: center;
	width: 27px;
}

a.linkHint {
	background: url("../../image/admin/ui.png") no-repeat scroll -357px -123px transparent;
	color: #4E7DB0;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	height: 24px;
	line-height: 25px;
	margin-left: 4px;
	padding-left: 1px;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: -6px;
	width: 22px;
}

a.linkHint:hover {
	color: #779dc5;
}

/*
 * Text box
 */

div#boxText > div.boxWrapper {
	margin-left: 10px; 
	margin-right: 10px; 
}

div#boxText > div.boxWrapper p {
	margin-bottom: 10px;
}

div#boxText > div.boxWrapper a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/*
 * Tree list
 */

ul.listTree {
	font-size: 1.25em;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

ul.listTree ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
}

ul.listTree ul li {
	background-image: url('../../image/admin/lastnode.png');
	background-repeat: no-repeat;
	padding-left: 12px;
}
