.user_select_none {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  list-style: none;
}
.yanone {
  font-family: arial, serif;
}
div.areatabs ul.tabs {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
div.areatabs ul.tabs li a {
  display: block;
  color: white;
  font-size: 17px;
  line-height: 36px;
  font-weight: normal;
  /*text-decoration:none;*/

  font-family: arial, serif;
}
div.areatabs ul.tabs li a span {
  background: url(/imgcss/generic_tab_blue.png) no-repeat 100% -41px;
  display: block;
  padding: 0 3px 0 0;
  margin-right: 1px;
  height: 41px;
}
div.areatabs ul.tabs li a span span {
  background: url(/imgcss/generic_tab_blue.png) no-repeat left top;
  display: block;
  padding: 0 5px 0 8px;
  margin: 0;
}
div.areatabs ul.tabs li.current a {
  /*background:#fff;*/

}
div.areatabs ul.tabs li.current a span {
  background: url(/imgcss/generic_tab_green.png) no-repeat 100% -41px;
}
div.areatabs ul.tabs li.current a span span {
  background: url(/imgcss/generic_tab_green.png) no-repeat left top;
}
div.areatabs div.panes {
  margin: 0;
  padding: 10px 0;
}
div.areatabs h1:first-child {
  float: left;
  font: bold 18px Arial, Helvetica, sans-serif;
  line-height: 28px;
  margin: 0;
}
div.areatabs ul.tabs li {
  float: left;
}
/*
HELPER
*/
.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.no-text-selection {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}
/*  HELPER */
/*
    FARBEN
*/
.red {
  background-color: red;
}
.blue {
  background-color: blue;
  color: white;
}
.blue-transparent {
  background-color: rgba(0, 0, 255, 0.5);
  color: white;
}
.yellow {
  background-color: yellow;
}
.brown {
  background-color: maroon;
  color: white;
}
.firsta {
  cursor: pointer;
}
/*  HELPER */
/* content */
p.intro {
  font-weight: bold;
}
/* eliplis */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
}
.ellipsis.multiline {
  white-space: normal;
}
/* MvcMiniProfiler */
.profiler-results.left {
  z-index: 2147483643;
  /*Über div#topbar-outer*/

  /*top: 32px;*/

  top: 140px;
}
.profiler-queries-bg {
  z-index: 1;
}
a.button_green {
  background: url(/imgcss/button_green_bg.png) top left repeat-x;
  height: 28px;
  line-height: 28px;
  float: left;
  border: 1px solid #649A0A;
  color: white;
  padding: 0px 16px;
}
.right {
  float: right;
}
.left {
  float: left;
}

