/* Compiled Less CSS File */
/* Generated from "juralib.css" */

@charset "utf-8";
/* CSS Document */
/*
.textVersion ul, .textVersion ul ul { list-style-type: none; background: url(/images/vline.png) repeat-y; margin: 0; background-position:5px; padding: 0;} 
.textVersion li{position:relative; background-image:url(/images/hline.png); background-repeat:no-repeat; margin: 0; background-position:5px 9px; padding: 0 30px; }
.textVersion li.last{background-color: #fff; background-image:none; background-repeat:no-repeat; background-position:5px;}
.textVersion ul li:last-child { background: url(/images/lastnode.png); background-color:white;  background-repeat:no-repeat; margin-bottom: 10px;}
*/
/* CSS Document */
/************************************************************ QUIZ PREVIEW *********************************************************************/
section.signup label{
  line-height: 1;
}
#flowMovDiv {
  width: 989px;
  /* height: 480px; */

  clear: both;
  padding: 20px 1px 20px 10px;
  background-image: none;
  background-color: #d5d5d5;
  background-size: auto 100%;
  overflow: hidden;
}
#flowMovDiv #preview {
  /*
	-moz-column-count: 4;
    -moz-column-gap: 50px;
    -webkit-column-count: 4;
    -webkit-column-gap: 50px;
    column-count: 4;
    column-gap: 50px;*/

  margin-top: 50px;
  width: 940px;
}
#flowMovDiv h1 {
  color: inherit;
  margin: 3px;
  padding: 0px;
  font-size: 61px;
  /*text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.23);
		*/

}
#preview.sorting .qPreview:hover {
  left: 0px;
}
#preview .qPreview {
  border-bottom: 1px dashed #ccc;
  padding: 8px 8px 24px 32px;
  background-color: #eeeeee;
  background: url(/images/quizcardlines.png), linear-gradient(top, #f7f7f7, #eeeeee);
  background: url(/images/quizcardlines.png), -webkit-linear-gradient(top, #f7f7f7, #eeeeee);
  background: url(/images/quizcardlines.png), -moz-linear-gradient(top, #f7f7f7, #eeeeee);
  background: url(/images/quizcardlines.png), -ms-linear-gradient(top, #f7f7f7, #eeeeee);
  cursor: pointer;
  position: relative;
  left: 0px;
  top: 0px;
  font-size: 12px;
  width: 250px;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.12);
  border-top: 0px solid #000;
}
#flowMovDiv #preview .qPreview {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  width: 245px;
  max-height: 180px;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 16px;
}
#flowMovDiv #preview .qPreview:hover {
  padding-bottom: 61px;
  left: 0;
  margin-top: -16px;
}
#preview a:link,
#preview a:hover,
#preview a:active,
#preview a:visited {
  color: inherit;
  text-decoration: none;
}
#preview .qPreview .tag {
  top: -18px;
  right: 2px;
  position: absolute;
  padding: 0px 4px 0px 4px;
  height: auto;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  line-height: 18px;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.23);
  moz-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.23);
  background-color: #F7F7F7;
  font-family: arial;
  color: #555555;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  moz-border-top-right-radius: 5px;
  moz-border-top-left-radius: 5px;
  font-weight: bold;
  font-size: 9px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#preview .qPreview .tag > .inner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
#preview .qPreview .id {
  position: absolute;
  left: 5px;
  top: 9px;
  background-color: #575757;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  width: 20px;
  height: 15px;
}
#preview .qPreview.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#preview .qPreview:hover {
  /* left: 15px; */

  padding-bottom: 45px;
  top: -25px;
  margin-bottom: -25px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.32);
  border-top: 4px solid #000;
}
#preview.sorting .qPreview:hover {
  top: 0;
  margin-bottom: 0;
  border: none;
  padding-bottom: 24px;
}
#preview .qPreview.active {
  background: url(/images/quizcardlines.png), #ffffff;
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.22);
  z-index: 498;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* mixins */
.transitionAll {
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
  font-weight: bold;
}
/* global */
input,
select,
textarea {
  padding: 2px 10px;
  border: none;
  background: #ebebeb;
  margin: 1px;
  color: black;
  font-size: 14px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}
textarea {
  padding: 5px 10px;
}
input.large,
select.large {
  font-size: 14px;
}
input:hover,
textarea:hover {
  background: #f8f8f8;
}
input:focus,
textarea:focus {
  background: white;
}
.uk-tab {
  margin-right: 7px;
}
.uk-tab > li > a {
  display: block;
  padding: 4px 12px;
  background-color: white;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #909090;
}
.uk-tab > li:not(.uk-active) > a:hover,
.uk-tab .uk-tab > li:not(.uk-active) > a:focus,
.uk-tab .uk-tab > li.uk-open:not(.uk-active) > a {
  padding-bottom: 4px;
  margin-bottom: 0px;
}
.uk-tab > li.uk-active > a {
  border-color: #dddddd;
  border-bottom-color: transparent;
  background: #9EBCE2;
  color: #FFFFFF;
  border-color: #dddddd;
  border-bottom-color: transparent;
  background: #7f91a5;
  color: #FFFFFF;
  z-index: 99999;
  position: relative;
}
.alert.hidden {
  display: none;
}
.uk-alert-warning {
  border: 1px solid rgba(101, 159, 19, 0.25);
  font-size: 11px;
  border-radius: 5px;
  margin-right: 5px;
}
.uk-alert {
  border: 1px solid #ccc;
  font-size: 11px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 5px;
}
.uk-alert h3 {
  color: inherit;
  font-weight: normal;
  font-size: 21px;
}
.majorList {
  background-image: url(/images/vline-dash.png);
  background-repeat: repeat-y !important;
  background-position: 32px 0;
}
.frame10 {
  margin: 10px;
  position: relative;
}
/* File quizPreview.inc.less does not exists! */
/*********************************************************************************************************************************/
.mainSection {
  padding: 10px;
  background-color: #F2F2F2;
}
.ui-dialog .ui-dialog-content {
  overflow-y: auto;
  overflow-x: hidden;
}
#currentOverlay #searchRes {
  overflow: auto;
  max-height: 500px;
}
#metaData {
  display: none;
}
input,
textarea {
  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.bigSearch {
  background-image: none;
  padding: .4em;
  margin: .5em 0;
  min-height: 1.4em;
  line-height: 1.4em;
  font-size: 16px;
  display: block;
  width: 100%;
  outline: 0;
  border: 1px solid #aaa;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eeeeee));
  background-image: -webkit-linear-gradient(#f9f9f9, #eeeeee);
  background-image: -moz-linear-gradient(#f9f9f9, #eeeeee);
  background-image: -ms-linear-gradient(#f9f9f9, #eeeeee);
  background-image: -o-linear-gradient(#f9f9f9, #eeeeee);
  background-image: linear-gradient(#f9f9f9, #eeeeee);
}
.hiddenText {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
#messageOverlay {
  z-index: 999002;
  position: fixed !important;
  top: 20px !important;
  width: auto !important;
  font-size: 12px;
  background-color: transparent;
}
#messageOverlay .message {
  background-color: #E92626;
  color: white;
  font-weight: bold;
  padding: 4px 10px 4px 40px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-image: url(/images/alert.png), url(/images/stripes.png);
  background-position: 10px,left;
  background-repeat: no-repeat, repeat;
  border: 5px solid rgba(189, 189, 189, 0.4);
  overflow: hidden;
  box-shadow: 0 0 10px black;
  margin: 5px 0 5px 0;
}
#messageOverlay .message a:link,
#messageOverlay .message a:active,
#messageOverlay .message a:visited,
#messageOverlay .message a:hover {
  color: #aecfff;
}
#currentOverlay {
  top: 0px;
  left: 0px;
}
#lawtextOverlay {
  display: none;
  position: fixed;
  background-color: white;
  border: 5px solid white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px;
  max-width: 300px;
  font-size: 9px;
  line-height: 1.4;
  right: 20px;
  z-index: 9999;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.28), 0 0 30px rgba(0, 0, 0, 0.07) inset;
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.28), 0 0 30px rgba(0, 0, 0, 0.07) inset;
}
#lawtextOverlay ul,
#lawtextOverlay li {
  list-style-type: none;
  margin-top: 10px;
}
#newTagDiv #step2 {
  display: none;
}
#lawtextOverlay hr,
hr {
  height: 1px;
  border: none;
  background-color: grey;
  margin: 20px;
}
#lawtextOverlay em,
#lawtextOverlay em li {
  background-color: #ADFF00;
  padding: 1px 6px;
  margin: 0px;
  font-style: normal;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #000;
  line-height: 1.3;
}
table {
  width: 100%;
  border: none;
}
table td {
  border: none;
}
.toggleHeight.noHeightLimit {
  max-height: none !important;
}
.toggleHeight {
  transition: all ease-in-out 0.4s;
  overflow: hidden;
}
.inlineButton {
  background-color: #36b7e1;
  color: white;
  padding: 6px 15px 6px 15px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 1em;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  height: inherit;
  text-align: center;
  display: inline-block;
}
.inlineButton a:link,
.inlineButton a:visited,
.inlineButton a:hover,
.inlineButton a:active {
  text-decoration: none;
  color: #333333;
}
.noDeco:link {
  text-decoration: none;
}
.noDeco:visited {
  text-decoration: none;
}
.noDeco:hover {
  text-decoration: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.noDeco:active {
  text-decoration: none;
}
.noDeco:hover div {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.inlineButton:hover {
  background-color: #6BCAE9;
}
.inlineButton.orange {
  background-color: #d8b128;
}
.inlineButton.orange:hover {
  background-color: #E2C663;
}
.inlineButton.light {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f8f8f8;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  /* IE6-8 */

  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.inlineButton.light:hover {
  background-image: none;
  background-color: #f8f8f8;
}
.inlineButton.light.iconEmail:hover {
  background-image: url(/images/mail.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e9e9e9));
}
.inlineButton.light.iconEmail {
  background-image: url(/images/mail.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.847, #e6e6e6));
  background-image: url(/images/mail.png), linear-gradient(top, #ffffff, #e6e6e6);
  background-position: 6px center, left center;
  background-repeat: no-repeat;
  padding-left: 37px;
}
.inlineButton.dark.iconAdd {
  background: #666666 /*{global-icon-color}*/;
  background: rgba(0, 0, 0, 0.4) /*{global-icon-disc}*/;
  background-image: url(http://jquerymobile.com/images/icons-18-white.png) /*{global-icon-set}*/;
  background-repeat: no-repeat;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.inlineButton.dark {
  -moz-border-radius: 1em;
  background: #56658b;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NjU4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzJmM2U2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #56658b 0%, #2f3e64 85%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56658b), color-stop(85%, #2f3e64));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #56658b 0%, #2f3e64 85%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #56658b 0%, #2f3e64 85%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #56658b 0%, #2f3e64 85%);
  /* IE10+ */

  background: linear-gradient(to bottom, #56658b 0%, #2f3e64 85%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56658b', endColorstr='#2f3e64', GradientType=0);
  /* IE6-8 */

  -webkit-border-radius: .3em;
  border-radius: .3em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.inlineButton.green {
  background: #85db96;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1ZGI5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OWE3NmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #85db96 0%, #49a76e 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85db96), color-stop(100%, #49a76e));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #85db96 0%, #49a76e 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #85db96 0%, #49a76e 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #85db96 0%, #49a76e 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #85db96 0%, #49a76e 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85db96', endColorstr='#49a76e', GradientType=0);
  /* IE6-8 */

  -webkit-border-radius: .3em;
  border-radius: .3em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.16);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.inlineButton.green:hover {
  background: #a8dbb2;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4ZGJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzYwYzI4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #a8dbb2 0%, #60c286 85%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8dbb2), color-stop(85%, #60c286));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #a8dbb2 0%, #60c286 85%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #a8dbb2 0%, #60c286 85%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #a8dbb2 0%, #60c286 85%);
  /* IE10+ */

  background: linear-gradient(to bottom, #a8dbb2 0%, #60c286 85%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8dbb2', endColorstr='#60c286', GradientType=0);
  /* IE6-8 */

}
.inlineButton.dark:hover {
  background: #6e7fac;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlN2ZhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iIzNmNTY4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #6e7fac 0%, #3f568f 96%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6e7fac), color-stop(96%, #3f568f));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #6e7fac 0%, #3f568f 96%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #6e7fac 0%, #3f568f 96%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #6e7fac 0%, #3f568f 96%);
  /* IE10+ */

  background: linear-gradient(to bottom, #6e7fac 0%, #3f568f 96%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e7fac', endColorstr='#3f568f', GradientType=0);
  /* IE6-8 */

}
.inlineButtonOuter {
  border: 1px solid #3d4a5a;
  border-radius: 4px;
  border-top-width: 1px;
  color: #ffffff;
  background-color: #516086;
  cursor: pointer;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: #111111 0px -1px 0px;
  white-space: nowrap;
  line-height: 14px;
  zoom: 1;
}
.inlineButtonOuter .inlineButton {
  display: block;
}
.inlineButtonOuter.large {
  height: 34px;
}
.inlineButtonOuter.xl .inlineButton {
  font-size: 18px;
  line-height: 23px;
}
.inlineButtonOuter.float {
  display: table-cell;
}
.inlineButtonOuter.large .inlineButton {
  vertical-align: middle;
  font-size: 15px;
  padding: 10px;
}
.inlineButtonOuter:hover {
  box-shadow: 0px 0px 10px rgba(81, 43, 90, 0.64);
}
#introMovDiv .inlineButton {
  margin-bottom: 5px;
  text-align: left;
}
#introMovDiv .inlineButton .glyphicon {
  margin-right: 5px;
  opacity: .7;
}
.inlineButton.iconPlay {
  background-image: url(/images/buttonicons/play.png);
  background-position: 7px 7px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.inlineButtonOuter.corner {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.interruptLoadBtn {
  position: absolute;
  /* right: 20px; */

  margin: 0 20px 0 20px;
  width: 95% !important;
  bottom: 20px;
}
.hugeText {
  font-size: 22px;
  font: Geneva, Arial, Helvetica, sans-serif;
}
.ui-button {
  -webkit-border-image: none;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: #F5F5F5;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  /* IE6-8 */

  background-position: 0% 0%;
  background-repeat: repeat-x;
  border-bottom-color: rgba(0, 0, 0, 0.247059);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(0, 0, 0, 0.0980392);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.0980392);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.0980392);
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.74902) 0px 1px 1px;
  vertical-align: middle;
}
.ui-button.ui-state-active {
  background: #f3f3f3 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #111f46;
}
a:link.ui-button,
a:visited.ui-button,
a:hover.ui-button,
a:active.ui-button {
  text-decoration: none;
  color: #333;
}
a:hover.ui-button {
  color: red;
}
.ui-button.ui-disabled {
  opacity: .2;
  cursor: default;
}
/*
.ui-button {
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	border: none;
	overflow: visible;
}


.ui-button.ui-state-active,.ui-widget-content .ui-state-active{
	border: none !important;
	font-weight: bold !important;
	color: white !important;
	background: rgb(159, 172, 223) !important;
}

.ui-button.ui-state-hover{
	border: none; !important;
	background: #d0e5f5 url(images/ui-bg_glass_0_d0e5f5_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1d5987;
}

*/
#appearMessageFrame {
  margin: 5px;
  display: none;
}
#appearMessage {
  background-color: #E6E6E6;
  text-align: left;
  padding: 10px;
  border: none;
  font-size: 11px;
}
.searchItem {
  background-color: #FFFFFF;
  border-top: 1px solid #cccccc;
  font-size: 10px;
  text-align: left;
  padding: 2px;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position-y: 5px;
  background-position-x: 2px;
  cursor: pointer;
  padding-left: 18px;
  min-height: 28px;
  background-position: 3px 7px;
}
.searchItem.private {
  background-image: url(/images/pills/mine.gif);
}
.searchItem.public {
  background-image: url(/images/pills/public.gif);
}
.searchItem.user {
  background-image: url(/images/private.png);
  background-position: 0px 7px;
}
.searchItem.quiz {
  background-image: url(/images/pills/quizPill.png);
  background-position: 2px 6px;
}
.searchItem h1 {
  padding: 0px;
  margin: 0px;
  color: #333333;
  font-size: 12px;
}
.searchShadow {
  background-color: #FFFFFF;
  box-shadow: inset 2px 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: .5em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  width: 100%;
  color: #AAAAAA;
  font-size: 18px;
  margin-top: 3px;
  padding: 6px 15px 4px 15px;
  border: 1px solid #979797;
  border-bottom-style: none;
}
#searchTerm0:focus {
  outline-width: 0;
}
#searchDiv:hover #searchTerm0 {
  background-color: #f8f8f8;
  color: #666;
}
#searchControl {
  position: absolute;
  right: 3px;
  text-align: right;
  top: 6px;
  width: 65px;
}
#searchWaitIcon {
  clear: none;
  float: left;
  height: 16px;
  margin-top: 7px;
  width: 24px;
  opacity: 0;
}
.sub a:hover {
  color: #666666;
  text-decoration: underline;
}
.sub a:link,
.sub a:visited {
  color: #999999;
  text-decoration: none;
}
.narrowBody {
  background-image: url(/images/bg.jpg);
  background-color: #7799bb;
  background-repeat: repeat-x;
}
body,
html {
  /*background-image: url(/images/bg.jpg);
	height:100%; #7799bb*/

  background-color: #B0C2D4;
  background-repeat: repeat-x;
  height: 100%;
  margin: 0px;
  padding: 0px;
  line-height: 1.4;
  /*overflow-x:hidden;*/

}
body {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
img {
  border: none;
}
.style1 {
  color: #FFFFFF;
  padding-right: 5px;
}
.style1 a:link,
.style1 a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.style1 a:hover {
  color: #CCCCCC;
  text-decoration: underline;
}
.menuCell {
  color: #FFFFFF;
  font-size: 14px;
  padding: 4px 5px 4px 35px;
  cursor: hand;
}
.menuCell a:link,
.menuCell a:visited {
  text-decoration: none;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}
.subMenuCell {
  padding: 2px;
  font-weight: bold;
  font-size: 10px;
  margin-right: 2px;
  float: right;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: #FFFFFF;
}
.subMenuCell:hover {
  background-color: #FFFFFF;
}
.subMenuCell.active {
  background-color: #ccc;
}
.subMenuCell a:link,
.subMenuCell a:visited {
  text-decoration: none;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}
INPUT {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
TEXTAREA {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
}
.largeInput {
  font-size: 16px;
  width: 160px;
  padding-left: 5px;
  border-radius: .2em;
  border: 1px solid #cccccc;
}
td {
  vertical-align: top;
}
.list1 {
  border-collapse: collapse;
  margin: 4px 3px 10px 2px;
}
.list1 TD {
  background-color: #f8f8f8;
  border-bottom: 1px solid #cccccc;
}
.list2 {
  margin: 4px 3px 10px 2px;
  border-top: 1px solid #cccccc;
}
.list2 TD {
  background-color: #f8f8f8;
}
.cell1_top {
  background-color: #FFFFFF;
  border-top: 1px solid #aaaaaa;
}
.cell1_right {
  background-color: #FFFFFF;
  border-right: 1px solid #aaaaaa;
}
.cell1_bottom {
  background-color: #FFFFFF;
  border-bottom: 1px solid #aaaaaa;
}
.cell1_left {
  background-color: #FFFFFF;
  border-left: 1px solid #aaaaaa;
}
.cell1_center {
  background-color: #FFFFFF;
  padding: 2px;
  vertical-align: middle;
}
.cell1 {
  margin: 4px;
}
.cell1_title_center {
  background-color: #565656;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
}
.cell1_content {
  padding: 4px;
}
.register td {
  color: #1A226F;
  font-size: 10px;
  padding-right: 3px;
}
.tiny {
  font-size: 9px;
  color: #999999;
}
.tiny a:link {
  color: #3b5998;
}
.tiny a:visited {
  color: #3b5998;
}
.small {
  font-size: 11px;
  color: #666666;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#appearMessage2 {
  background-color: #fdfcdf;
  text-align: left;
  border: 1px solid #a1a1a1;
  font-size: 11px;
}
#appearMessageFrame {
  margin: 5px;
}
li {
  padding: 0px;
  margin: 0px;
}
ul {
  padding-left: 15px;
  margin: 2px;
}
form {
  padding: 0px;
  margin: 0px;
}
.sub {
  color: #0099CC;
  font-size: 10px;
}
.sub3 {
  color: #949494;
  font-size: 10px;
}
.sub2 {
  color: #999999;
  font-size: 10px;
  line-height: 11px;
}
.infoBox {
  background-color: edeff4;
  border: 1px solid #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 2px 5px 2px 5px;
  margin: 5px 1px 5px 1px;
  font-size: 11px;
}
.infoBox2 {
  background-color: c2f9e0;
  border: 1px solid #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 2px 5px 2px 5px;
  margin: 5px 1px 5px 1px;
  font-size: 11px;
}
.infoBox3 {
  background-color: #8898AF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 2px 5px 2px 5px;
  margin: 5px 0 5px 5px;
  font-size: 11px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: rgba(17, 17, 17, 0.25) -1px -1px 0px;
  /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.41);*/

  height: 35px;
  float: right;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 114px;
  padding: 3px 5px;
  margin: 0;
}
.infoBox4 {
  background-color: #00CCFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 5px 2px 5px;
  margin: 5px 1px 5px 1px;
  font-size: 11px;
  text-align: center;
  color: #FFFFFF;
}
.area1 {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 2px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
}
.buttonDiv1 {
  background-color: #ffffff;
  color: #003399;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  font-size: 11px;
  padding: 1px 3px 1px 3px;
  width: 120px;
}
.h1 {
  background-color: #f0f0f0;
  border-top: 1px solid #999999;
  /*border-botton:1px solid #999999;*/

  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 10px;
  color: #003366;
  padding: 2px;
}
h2 {
  font-weight: bold;
  font-size: 16px;
  color: #003366;
  padding: 0px;
  margin: 0px;
}
h3 {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  padding: 0px;
  margin: 0px;
}
.mm_preview {
  width: 320px;
  float: left;
  background-image: url(/images/mm_bg.jpg);
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: center;
}
.mm_preview img {
  border: 1px solid #ffffff;
}
.mm_preview h1 {
  text-align: left;
  color: #3d4473;
  font-size: 15px;
  padding-left: 8px;
  padding-top: 12px;
  margin: 0px;
}
.mm_preview_sub {
  text-align: left;
  padding-left: 7px;
  font-size: 12px;
  height: 27px;
  color: #3d4473;
  vertical-align: middle;
  padding-top: 2px;
  background-repeat: no-repeat;
  background-image: url(/images/mm_sub.jpg);
}
.mm_preview_sub a:link,
.mm_preview_sub a:visited {
  text-decoration: none;
  color: #669900;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.medium_prev {
  height: 186;
  padding-top: 10px;
  padding-left: 4px;
  background-repeat: no-repeat;
}
.alpha-shadow {
  float: left;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.alpha-shadow div {
  background: url(/images/shadow2.png) no-repeat left top !important;
  background: url(/images/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}
.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}
.frontPageNotice td {
  font-size: 11px;
}
table .grey {
  border-collapse: collapse;
  border: none;
}
.messageDiv {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 3px;
  background-color: #f8f8f8;
}
.messageDiv a:link,
.messageDiv a:visited {
  text-decoration: none;
  color: #4587BF;
}
.messageDiv a:hover {
  text-decoration: underline;
  color: #cccccc;
}
.activityCell {
  padding: 5px;
  margin: 5px;
  /*border:1px solid #d3d3d3;
	background-color: #eeede2;
	*/

}
.activityCellInner {
  background-color: #eeede2;
}
.miniNode {
  background-color: #f8f8f8;
  padding: 1px 3px 1px 3px;
  cursor: pointer;
}
.miniNode:hover {
  background-color: #c5c5c5;
  color: white;
}
.whiteCell {
  background-color: #ffffff;
}
.greyCell {
  background-color: #eeeeee;
}
.editorList {
  line-height: 1.4;
  padding: 5px;
}
.activityCell a:link,
.activityCell a:visited {
  color: #6a91b4;
  text-decoration: none;
  font-weight: bold;
  /*background-color: #4495D7;*/

  padding: 2px;
  line-height: 1.7;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.activityCell a:hover {
  color: white;
  text-decoration: none;
  font-weight: bold;
  background-color: #8DBEE7;
  padding: 2px;
  line-height: 1.7;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.friendSuggestCell,
.friendSuggestCell td {
  margin: 1px;
  font-size: 11px;
}
.friendSuggestCell a:link,
.friendSuggestCell a:visited {
  color: #213b84;
  text-decoration: none;
  font-weight: bold;
}
.friendSuggestCell a:hover {
  color: #4587bf;
  text-decoration: underline;
  font-weight: bold;
}
#favListTable td {
  font-weight: bold;
}
.commentDiv {
  padding: 5px;
  margin-bottom: 1px;
}
.commentDiv a:link,
.commentDiv a:visited {
  color: #213b84;
  text-decoration: none;
  font-weight: bold;
}
.commentDiv a:hover {
  color: #4587bf;
  text-decoration: underline;
  font-weight: bold;
}
.editList {
  padding: 5px;
}
.whitelink a:link,
.friendSuggestCell a:visited {
  color: #ffffff;
  text-decoration: none;
}
.whitelink a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.thinHeadline {
  font-weight: bold;
  font-size: 11px;
  color: #222;
  padding: 1px;
  margin-bottom: 6px;
  margin-top: 6px;
  border-bottom: 1px solid #CCC;
}
div#droppable_container {
  height: 140px;
  width: 400px;
}
.gradInput {
  padding: .4em;
  margin: .5em 0;
  min-height: 1.4em;
  line-height: 1.4em;
  font-size: 16px;
  display: block;
  width: 100%;
  outline: 0;
  border: 1px solid #AAA;
  color: #333;
  text-shadow: 0 1px 0 #FFF;
  background: #F9F9F9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eeeeee));
  background-image: -webkit-linear-gradient(#f9f9f9, #eeeeee);
  background-image: -moz-linear-gradient(#f9f9f9, #eeeeee);
  background-image: -ms-linear-gradient(#f9f9f9, #eeeeee);
  background-image: -o-linear-gradient(#f9f9f9, #eeeeee);
  background-image: linear-gradient(#f9f9f9, #eeeeee);
  font-size: 11px;
}
.sub {
  font-size: 11px;
  color: #373737;
}
.sub2 {
  font-size: 9px;
  color: #373737;
}
#shareOverlay {
  position: absolute;
  width: 350px;
  text-align: center;
  margin: 0px auto;
  top: 200px;
  background-color: white;
  padding: 20px;
  color: black;
}
.greyInput {
  width: 172px;
  border: 1px solid #cccccc;
  padding: 2px 5px 2px 5px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f8f8f8;
  color: #cccccc;
}
.greyInput:hover {
  background-color: #EBEBEB;
}
.greyInput.active {
  color: #666666;
  background-color: #fff;
}
/*     neu */
.ui-dialog-titlebar {
  border-radius: 0 !important;
  moz-border-radius: 0 !important;
}
.ui-dialog {
  padding: 0 !important;
  z-index: 9999;
}
.ui-dialog-content {
  padding-right: 0px;
}
/*
#shareDiv{
	
	position: relative;
	width: 653px;
	padding-right: 15px;
	display: table;
	padding: 0px;
	text-align: center;
	bottom: 0px;
	top: auto;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	right: 0px;
	background-color: black;
	border-radius: 0;
	background-color: #2C2C2C;
	box-shadow: inset 5px 0px 20px black;
	margin: -0px -50px -6px -16px;

}

#shareDiv ul {
  padding: 0px;
  margin:0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}

#shareDiv ul li {
  display: block;
  margin: 5px;
  background: rgba(55, 105, 194, 0.36);
  width: 300px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#shareDiv .social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
}
#shareDiv .social ul li:hover a {
  color: #000;
  text-decoration:none;
}
#shareDiv .social ul li:hover a:hover{
  text-decoration:none;
}
#shareDiv ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#shareDiv ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
*/
#invForm .greyInput {
  width: 150px;
}
#shareDiv .sharer {
  width: 60px;
  float: left;
}
#shareDiv > div {
  float: left;
}
#shareDiv #mailForm * {
  float: left;
  clear: both;
}
#shareDiv #mailForm {
  display: none;
}
#invForm .greyInput {
  width: 100%;
}
#shareDiv > div {
  margin: 4px;
}
#shareDiv .mailButton {
  /*height: 47px;*/

}
.shareaholic-share-buttons:before {
  content: 'Teilen:' !important;
  width: 143px;
  text-align: right;
  clear: both;
  display: block;
}
.friendListItem {
  background-color: #A6CEE4;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  float: left;
  width: 120px;
  padding: 5px;
  margin: 3px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tag {
  font-size: 13px;
  background-color: #666;
  padding: 2px 8px;
  color: white;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
  line-height: 28px;
  cursor: pointer;
  float: left;
  width: 112px;
  margin: 3px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tag:hover {
  background-color: #888;
}
#currentOverlay #friendsList {
  max-height: 100px;
  overflow: auto;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  paddding: 0px;
}
#friendsList {
  padding: 20px;
}
.friendItem {
  float: left;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background-color: whitesmoke;
  margin: 2px;
  padding: 5px;
  width: 65px;
  height: 92px;
}
.titleBarBig {
  background-image: url("/images/titlebar_bg.png");
  -moz-border-radius: .3em .3em .3em .3em;
  -webkit-border-radius: .3em .3em .3em .3em;
  border-radius: .3em .3em .3em .3em;
  height: 30px;
  vertical-align: middle;
  border-bottom: 1px solid #7d7d7d;
  border-right: 1px solid #7d7d7d;
  border-top: 1px solid #94b4f6;
  border-left: 1px solid #94b4f6;
}
.titleBarBig h2 {
  margin: 2px 12px 2px 7px;
  padding: 0px;
  color: white;
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
}
.titleBarBig a,
.titleBarBig a:active,
.titleBarBig a:visited {
  -moz-border-radius: .3em .3em .3em .3em;
  -webkit-border-radius: .3em .3em .3em .3em;
  border-radius: .3em .3em .3em .3em;
  background-color: white;
  padding: 2px 6px 1px 6px;
  color: #4587BF;
}
.titleBarBig a:hover {
  background-color: whitesmoke;
  color: #4587BF;
  text-decoration: none;
}
.friendItem:hover {
  background-color: #0D3866;
}
.friendItem:hover .title {
  color: white;
}
.friendItem .title {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 9px;
  text-overflow: ellipsis;
  width: 65px;
  overflow: hidden;
  white-space: nowrap;
}
.friendItem .content {
  text-align: center;
}
#allTagList {
  height: 200px;
  overflow: auto;
}
#tagList {
  min-height: 200px;
}
#tagList li {
  position: relative;
}
#tagList li .remDiv {
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: 3px;
}
#tagList li .remDiv a {
  background-color: black;
  height: 100%;
  width: 100%;
  padding: 10px;
  text-decoration: none !important;
  color: white !important;
  transition: .2s all;
}
#tagList li .remDiv a:hover {
  background-color: #686868;
}
.dragTarget {
  background-color: #E6E6E6;
  /* border: 1px dashed #CCCCCC; */

  clear: both;
  margin-top: 20px;
  min-height: 100px;
  padding: 10px;
}
#sharedList #placeHolder h1 {
  color: white;
  font-size: 50px;
  margin: 0px;
}
#friendLabel {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
#sharedLabel {
  font-weight: bold;
  margin-top: 20px;
}
#sharedLabel select {
  margin-left: 5px;
  padding-left: 20px;
  height: 25px;
  /* font-size: 16px; */

  font-weight: bold;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border-color: #ccc;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: 2px 1px;
  background-image: url(/images/pills/public.gif);
}
#sharedLabel select.shared {
  background-image: url(/images/pills/shared.gif);
}
#sharedLabel select.mine {
  background-image: url(/images/pills/mine.gif);
}
#newTagDiv {
  clear: both;
}
#newTagDiv input {
  padding: 2px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
}
#newTagDiv input:hover {
  background-color: #f3f3f3;
}
#newTagDiv input:focus {
  background-color: #f8f8f8;
}
.connectedSortable {
  list-style-type: none;
}
.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* IE8 and earlier */

}
#loader {
  border-radius: 8px;
  width: auto;
  display: inline-block;
  height: auto;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -37px;
}
.spin {
  height: 30px;
  width: 20px;
  background: #666;
  border-radius: 2px;
  box-shadow: 0 0 20px #000;
  /*border:1px solid #777;*/

  float: left;
  margin: 0 2px;
  opacity: 0;
}
#searchDiv {
  left: 351px;
  position: absolute;
  top: 37px;
  width: 325px;
  z-index: 1001;
  overflow: hidden;
}
#searchResDiv {
  background-color: white;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  height: auto;
  left: 356px;
  position: absolute;
  top: 71px;
  width: 312px;
  z-index: 2000;
  display: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);
}
.searchItem {
  background-color: #FFFFFF;
  border-top: 1px solid #CCCCCC;
  font-size: 10px;
  padding: 5px;
  padding-left: 20px;
  text-align: left;
}
.searchItem:hover {
  background-color: #ececec;
}
.searchItem h1 {
  color: #444444;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.socialBtn {
  margin-top: 5px;
  background-color: #ccc;
  font-weight: normal;
  line-height: 1.4;
}
.socialBtn:hover {
  color: black !important;
}
.socialBtn span {
  font-size: 25px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: sub;
}
#footerDiv {
  min-height: 300px;
  margin-top: 0px;
  background-repeat: no-repeat;
  clear: both;
  line-height: 1;
  background: #a5a5a5;
  /* Old browsers */

  background: -moz-linear-gradient(top, #909090 0%, #a1a1a1 5%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #909090), color-stop(5%, #a1a1a1));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #909090 0%, #a1a1a1 5%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #909090 0%, #a1a1a1 5%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #909090 0%, #a1a1a1 5%);
  /* IE10+ */

  background: linear-gradient(to bottom, #909090 0%, #a1a1a1 5%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#bdbdbd', GradientType=0);
  /* IE6-9 */

}
#footerDiv .section {
  width: 25%;
  border-right: 1px dashed rgba(255, 255, 255, 0.42);
  height: 80px;
  padding: 20px;
  float: left;
  font-size: 13px;
}
#footerDiv .section:last-child {
  border-right: none;
}
#footerDiv .section li {
  list-style-position: inside;
  line-height: normal;
}
#footerDiv .section li a:link {
  vertical-align: middle;
}
#footerDiv .section.blue li {
  list-style-image: url(/images/bullet1.gif);
}
#footerDiv .section.yellow li {
  list-style-image: url(/images/bullet2.gif);
}
#footerDiv .section.red li {
  list-style-image: url(/images/bullet3.gif);
}
#footerDiv h4 {
  font-size: 22px;
  font-weight: normal;
  color: #0F0F0F;
  margin: 0px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.21);
  -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.21);
}
#footerDiv a:link,
#footerDiv a:hover,
#footerDiv a:active,
#footerDiv a:visited {
  font-size: 9px;
  font-weight: bold;
  color: #333;
  font-family: Arial;
}
#footerDiv a,
#footerDiv a:hover {
  color: #fff;
}
#footerDiv ul,
#footerDiv li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#footerDiv ul {
  zoom: 1;
}
#footerDiv ul:before,
#footerDiv ul:after {
  content: "";
  display: table;
}
#footerDiv ul:after {
  clear: both;
}
#headerDiv .userDiv {
  margin: 10px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.27);
}
/*

#load1 {
  animation: load1 1s infinite;
  animation-delay:0s;
}
#load2 {
  animation: load2 1s infinite;
  animation-delay:0.1s;
}
#load3 {
  animation: load3 1s infinite;
  animation-delay:0.2s;
}
#load4 {
  animation: load3 1s infinite;
  animation-delay:0.3s;
}
#load5 {
  animation: load3 1s infinite;
  animation-delay:0.4s;
}

@keyframes load1 {
  0% {opacity:0;}
  50% {opacity:1;transform: scaleY(1.5)}
  100% {opacity:0;}
}

@keyframes load2 {
 0% {opacity:0;}
  50% {opacity:1;transform: scaleY(1.5)}
  100% {opacity:0;}
}

@keyframes load3 {
  0% {opacity:0;}
  50% {opacity:1;transform: scaleY(1.5)}
  100% {opacity:0;}
}
@keyframes load4 {
  0% {opacity:0;}
  50% {opacity:1;transform: scaleY(1.5)}
  100% {opacity:0;}
}
@keyframes load5 {
  0% {opacity:0;}
  50% {opacity:1;transform: scaleY(1.5)}
  100% {opacity:0;}
}
 */
/* Start of "Micro clearfix" */
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* End of "Micro clearfix" */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.mainSection.coop h2 {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.mainSection.coop img {
  margin-right: 30px;
  width: 150px;
}
.nopad {
  padding: 0;
}
.pad {
  padding: 10;
}
.noFlashInfo {
  display: table;
  height: 500px;
  text-align: center;
  width: 100%;
}
.noFlashInfo > div {
  display: table-cell;
  vertical-align: middle;
}
#introMovDiv {
  width: 802px;
  height: 493px;
  left: -20px;
  top: 5px;
  background-image: url(/images/splashShadow.png), url(/images/splash5.jpg);
  background-position: top right, top right;
  background-repeat: no-repeat, no-repeat;
  position: relative;
}
#introMovDiv.large {
  height: 703px;
  background: none;
}
#introMovDiv .txt {
  font-family: 'HelveticaNarrowRoman';
  color: #888787;
  position: absolute;
  left: 100px;
  top: 310px;
  width: 640px;
  font-size: 15px;
  display: none;
}
#introMovDiv #buttons {
  position: absolute;
  left: 100px;
  top: 120px;
  font-size: 20px;
}
#introMovDiv #player {
  display: none;
  position: absolute;
  width: 773px;
  height: 510px;
  left: 30px;
}
#introMovDiv #player.large {
  left: -278px;
  top: -6px;
  background-color: #cecece;
  display: table;
  position: absolute;
  width: 1000px;
  height: 646px;
  overflow: hidden;
}
#introMovDiv #player.large iframe {
  margin-left: -1px;
}
#introMovDiv .highlight {
  color: #3c9cdf;
}
#sideTab {
  position: fixed;
  background-color: black;
  width: 150px;
  right: -150px;
  top: 0;
  display: none;
  height: 100%;
  background-color: #2C2C2C;
  box-shadow: inset 5px 0px 20px black;
  -moz-box-shadow: inset 5px 0px 20px black;
  -webkit-box-shadow: inset 5px 0px 20px black;
  overflow: auto;
  overflow-y: scroll;
}
#sideTab.loadEntscheidung {
  background-image: url(/images/suche-entscheidung.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
#sideTab .loadMessage {
  text-align: center;
  background-color: white;
  color: black;
  margin: 10px;
  padding: 10px;
}
#sideTab h1,
#sideTab h2,
#sideTab h3 {
  color: white;
}
#sideTab #inner {
  margin-top: 170px;
}
#sideTab #header {
  color: #FFF;
  position: fixed;
  background-color: #2C2C2C;
  background-image: url(/images/versiontabbg.png);
  text-shadow: 0 -1px 0px #000000;
  -moz-text-shadow: 0 -1px 0px #000000;
  border-bottom: 3px solid black;
  width: 233px;
  height: 170px;
  background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b7ea), color-stop(100%, #009ec3));
  background: -webkit-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
  background: -o-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
  background: -ms-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
  background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7ea', endColorstr='#009ec3', GradientType=0);
}
#sideTab .inlineButtonOuter {
  float: left;
  margin: 1px;
}
#sideTab .inlineButton {
  padding: 6px 11px 6px 11px;
  font-size: 11px;
}
#sideTab .buttons {
  margin-top: 10px;
  margin-left: -4px;
  clear: both;
}
#sideTab .main {
  /*position: absolute; */

  margin: 13px 10px;
  /* padding-top: 15px; */

}
#sideTab .top {
  background-color: #000;
  height: 20px;
  padding: 5px 5px 1px 9px;
  font-weight: bold;
}
#sideTab #closeBtn {
  position: absolute;
  height: 15px;
  width: 15px;
  background-position: center center;
  background-color: #666;
  background-image: url(/images/cross.png);
  background-repeat: no-repeat;
  cursor: pointer;
  right: 5px;
  top: 5px;
}
#sideTab .top #closeBtn:hover {
  background-color: #777;
}
#sideTab .optionsList {
  margin: 7px;
  padding-top: 5px;
  /*border: 1px dashed white;*/

  clear: both;
}