HTML,BODY {
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  background-color: #FFFFFF;
  height: 100%;
  padding: 0;
  margin: 0;
}

H2 {
  color: #000080;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}

H3 {
  color: #000080;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0px 0px 0px;
}

TD {
  color: #000000;
  font-family: Arial;
  font-size: 13px;
}

DIV {
  color: #000000;
  font-family: Arial;
  font-size: 13px;
}

TH {
  color: #000000;
  font-family: Arial;
  font-size: 13px;
}

INPUT {
  vertical-align: middle;
}

A:link {
  color: #3333AA;
  font-family: Arial;
  text-decoration: none;
  font-size: 13px;
}

A:visited {
  color: #3333AA;
  font-family: Arial;
  text-decoration: none;
  font-size: 13px;
}

A:active {
  color: #3333AA;
  font-family: Arial;
  text-decoration: none;
  font-size: 13px;
}

A:hover {
  font-family: Arial;
  text-decoration: underline;
  color: #BB0000;
  font-size: 13px;
}

.bo_main_navigation {
  color: #3333AA;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.bo_top_navigation {
  color: #3333AA;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
}

.bo_top_navigation>a>img {
  margin-right: 2px;
}

.bo_sub_navigation {
  color: #3333AA;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
}

.bo_sub_navigation>a>img {
  margin-right: 2px;
}

.bo_main_navigation_sub {
  color: #000080;
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
}

.bo_main_navigation_sub>a>img {
  margin-right: 2px;
}

.table_logo {
  background-color: #778ABA;
}

.table_top_navigation {
  background-color: #A9B9E3;
  border-bottom: 1px solid #778ABA;
}

.table_top_sub_navigation {
  background-color: #EEEEFF;
  border-bottom: 1px solid #778ABA;
}

.table_bottom_navigation {
  background-color: #A9B9E3;
  border-top: 1px solid #778ABA;
}

.table_bottom_navigation table, .table_top_navigation table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table_bottom_navigation > table, .table_top_navigation > table {
  width: 100%;
}

.table_main {
  border: 1px solid #778ABA;
  min-height: 100%; /* Mindesthöhe für moderne Browser */
  height: 100%; /* Mindesthöhe für den IE */
  overflow: hidden !important; /* FF Scroll-leiste */
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.table_main_navigation {
  background-color: #A9B9E3;
  border-right: 1px solid #778ABA;
}

.table_content {
  background-color: #FFFFFF;
}

.table_message_light {
  background-color: #EEEEFF;
}

.table_message_dark {
  background-color: #ECECEC;
}

.table_message_header {
  background-color: #778ABA;
}

.inputTypeTextBackgroundColor {
  background-color: #FFFFFF;
}

.bo_table_title {
  background-color: #E4E4E4;
}

A.FileManagerDirectory:Link {
  color: #0000FF;
  text-decoration: none;
}

A.FileManagerDirectory:Hover {
  color: #0000FF;
  text-decoration: none;
}

A.FileManagerDirectory:Visited {
  color: #0000FF;
  text-decoration: none;
}

A.FileManagerFile:Link {
  color: #AA0000;
  text-decoration: none;
}

A.FileManagerFile:Hover {
  color: #AA0000;
  text-decoration: none;
}

A.FileManagerFile:Visited {
  color: #AA0000;
  text-decoration: none;
}

.ErrorMessage {
  color: #FF0000;
  font-weight: bold;
}

.Message {
  color: #444444;
  font-weight: bold;
}

.boWarnings {
  color: #FF0000;
  font-size: 10px;
  margin-left: 5px;
}

.boMainCategoryNormal {
  color: #000080;
  font-weight: bold;
}

.boMainCategoryActive {
  color: #BB0000;
  font-weight: bold;
}

.bg_light {
  background-color: #EEEEFF;
}

.bg_medium {
  background-color: #A9B9E3;
}

.bg_dark {
  background-color: #778ABA;
}

.contentinfo_small {
  font-size: 10px;
  color: #444444;
  margin-left: 5px;
}

.userinfo_small {
  font-size: 10px;
  color: #444444;
}

.editFieldDesc {
  color: #000000;
  font-size: 13px;
  font-family: arial, sans-serif;
  background-color: #E4E4E4;
}

.editFieldTableRow {
  color: #000000;
  font-size: 13px;
  font-family: arial, sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
}

.editFieldTableRowLight {
  color: #000000;
  font-size: 13px;
  font-family: arial, sans-serif;
  background-color: #F7F7F7;
}

.editFieldTableHeader {
  color: #000000;
  font-size: 13px;
  font-family: arial, sans-serif;
  background-color: #E4E4E4;
  border: 1px solid #E4E4E4;
}

.editFieldTableFooter {
  color: #000000;
  font-size: 13px;
  font-family: arial, sans-serif;
  background-color: #E4E4E4;
  border: 1px solid #E4E4E4;
}

.editField {
  color: #000000;
  font-size: 13px;
  font-family: arial, sans-serif;
  background-color: #FFFFFF;
}

.userName {
  color: #FFFFFF;
  font-size: 10px;
  font-family: arial, sans-serif;
}

.mainNavigationItem {
  padding: 0px 0px 0px 0px;
  border: 0px solid #A9B9E3;
}

.mainNavigationItemOver {
  padding: 0px 0px 0px 0px;
  border: 0px solid #778ABA;
  background-color: #E4E4E4;
}

.mainNavigationItemColumn {
  padding: 1px 1px 1px 1px;
  border: 0px solid black;
}

.mainNavigationLanguageItem {
  padding: 1px 1px 1px 1px;
  border: 0px solid black;
  background-color: #778ABA;
  width: 100%;
}

.mainNavigationLanguageItemColumn {
  padding: 1px 1px 1px 1px;
  border: 0px solid black;
  background-color: #778ABA;
}

.selectedNode {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}

.unselectedNode {
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
}

a.unselectedNode>input {
  margin: 0 3px 0 0;
}

.treeNode {
  white-space: nowrap;
  overflow: hidden;
  list-style: none;
}

button {
  border: 1px solid #444444;
  background-color: #EEEEEE;
}

.button {
  border: 1px solid #444444;
  background-color: #EEEEEE;
}

.fc_main {
  background: #E4E4E4;
  border: 1px solid #000000;
  font-family: Arial;
  font-size: 10px;
}

.fc_date {
  border: 1px solid #D9D9D9;
  cursor: pointer;
  font-size: 10px;
  text-align: center;
}

.fc_dateHover,TD.fc_date:hover {
  cursor: pointer;
  border: 0px;
  background: #A9B9E3;
  font-size: 10px;
  text-align: center;
}

.fc_wk {
  font-family: Verdana;
  font-size: 10px;
  text-align: center;
}

.fc_wknd {
  color: #FF0000;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}

.fc_head {
  background: #A9B9E3;
  color: #3333AA;
  font-weight: bold;
  text-align: left;
  font-size: 13px;
}

BODY.CONTENOR_POPUP_HEAD {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 13px;
  background-color: #A9B9E3;
}

A.CONTENOR_POPUP_HEAD:link {
  color: #3333AA;
  font-family: Arial;
  text-decoration: none;
  font-size: 13px;
}

A.CONTENOR_POPUP_HEAD:visited {
  color: #3333AA;
  font-family: Arial;
  text-decoration: none;
  font-size: 13px;
}

A.CONTENOR_POPUP_HEAD:active {
  color: #3333AA;
  font-family: Arial;
  text-decoration: none;
  font-size: 13px;
}

A.CONTENOR_POPUP_HEAD:hover {
  font-family: Arial;
  text-decoration: underline;
  color: #800000;
  font-size: 13px;
}

BODY.CONTENOR_POPUP_CONTENT {
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  background-color: #FFFFFF;
}

A.CONTENOR_POPUP_CONTENT:link {
  color: #3333AA;
  font-family: Arial;
  text-decoration: none;
  font-size: 13px;
}

A.CONTENOR_POPUP_CONTENT:visited {
  color: #3333AA;
  font-family: Arial;
  text-decoration: none;
  font-size: 13px;
}

A.CONTENOR_POPUP_CONTENT:active {
  color: #3333AA;
  font-family: Arial;
  text-decoration: none;
  font-size: 13px;
}

A.CONTENOR_POPUP_CONTENT:hover {
  font-family: Arial;
  text-decoration: underline;
  color: #800000;
  font-size: 13px;
}

BODY.CONTENOR_POPUP_INPUT {
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  background-color: #EEEEFF;
}

A.CONTENOR_POPUP_INPUT:link {
  color: #3333AA;
  font-family: Arial;
  text-decoration: none;
  font-size: 13px;
}

A.CONTENOR_POPUP_INPUT:visited {
  color: #3333AA;
  font-family: Arial;
  text-decoration: none;
  font-size: 13px;
}

A.CONTENOR_POPUP_INPUT:active {
  color: #3333AA;
  font-family: Arial;
  text-decoration: none;
  font-size: 13px;
}

A.CONTENOR_POPUP_INPUT:hover {
  font-family: Arial;
  text-decoration: underline;
  color: #800000;
  font-size: 13px;
}

.contenor_table {
  border-right: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  border-bottom: 0px solid #BBBBBB;
}

.contenor_table TD {
  border-bottom: 1px solid #BBBBBB;
  text-align: left;
  padding: 1px 2px 1px 2px;
}

.contenor_table TR {
  height: 25px;
}

.contenor_table tr.contenor_table_thicktopborder TD {
  border-top: 4px solid #BBBBBB;
}

.contenor_table TH {
  font-weight: bold;
  background-color: #e4e4e4;
  border-bottom: 1px solid #BBBBBB;
  text-align: left;
  padding: 1px 3px 1px 3px;
}

.contenor_table TH.rightBorder {
  border-right: 1px solid #BBBBBB;
}

.contenor_table_new {
  margin-left: 6px;
  border-bottom: 1px solid #BBBBBB;
}

.contenor_table_new TD {
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  text-align: left;
  padding: 1px 2px 1px 2px;
}

.contenor_table_new TR {
  height: 25px;
}

.contenor_table_new TH {
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  font-weight: bold;
  background-color: #e4e4e4;
  text-align: left;
  padding: 1px 3px 1px 3px;
}

.contenor_table_vertikal input, 
.contenor_table_vertikal button,
.contenor_table_vertikal select
 {
  margin: 0 2px;
}

.contenor_table_vertikal {
  border-spacing: 4px;
  border-collapse: separate;
}

.contenor_table_vertikal .contenor_table_gap {
  height: 5px;
}

.contenor_table_vertikal TH {
  font-weight: bold;
  text-align: left;
  background-color: #e4e4e4;
  border-right: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding: 2px 3px 2px 3px;
}

.contenor_table_vertikal TD {
  padding: 0;
}

.contenor_table_vertikal TR {
  height: 5px;
}

.contenor_table_vertikal_in {
  border-right: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  border-bottom: 0px;
}

.contenor_table_vertikal_in TD {
  border-bottom: 1px solid #BBBBBB;
  border-top: 0px;
  text-align: left;
  padding: 1px 3px 1px 3px;
}

.contenor_table_vertikal_in TR {
  height: 25px;
}

.contenor_table_vertikal_in TH {
  background-color: #e4e4e4;
  text-align: left;
  border-right: 0px;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 1px solid #BBBBBB;
  padding: 1px 2px 1px 2px;
}

.draggable-row:hover
{
  background-color: #F7F7F7;
}

.bo-content-placeholder
{
  background-color: #f9f9f9; 
  border: 1px dotted #c3c3c3;
}

.bo-category-placeholder
{
  background-color: #f9f9f9; 
  border: 1px dotted #c3c3c3;
  height: 18px;
}

.contenor_table_light {
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

.contenor_table_light TD {
  border-bottom: 1px solid #e4e4e4;
  text-align: left;
  padding: 1px 2px 1px 2px;
}

.contenor_table_light TR {
  height: 25px;
}

.contenor_table_light TH {
  font-weight: bold;
  background-color: #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  text-align: left;
  padding: 1px 3px 1px 3px;
}

.contenor_table_div {
  border: 1px solid #BBBBBB;
  background-color: #e4e4e4;
  height: 25px;
  font-weight: bold;
}

.contenor_table_frame {
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}

.contenor_table_small {
  border-right: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  border-collapse: collapse;
  border-spacing: none;
}

.contenor_table_small TD {
  border-bottom: 1px solid #BBBBBB;
  text-align: left;
  padding: 0px 1px 0px 2px;
}

.contenor_table_small TR {
  
}

.contenor_table_small TH {
  font-weight: bold;
  background-color: #e4e4e4;
  border-bottom: 1px solid #BBBBBB;
  text-align: left;
  padding: 2px 2px 1px 2px;
}

/* für einen Frame mit eigenem Rahmen */
.contenor_table_small_inline {
  border-right: 1px solid #BBBBBB;
}

.contenor_table_small_inline TD {
  border-bottom: 1px solid #BBBBBB;
  text-align: left;
  padding: 0px 1px 0px 2px;
}

.contenor_table_small_inline TR {
  height: 20px;
}

.contenor_table_small_inline TH {
  font-weight: bold;
  background-color: #e4e4e4;
  border-bottom: 1px solid #BBBBBB;
  text-align: left;
  height: 20px;
  padding: 2px 2px 1px 2px;
}

.contenor_table_light_small {
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

.contenor_table_light_small TD {
  border-bottom: 1px solid #e4e4e4;
  text-align: left;
  padding: 0px 1px 0px 2px;
}

.contenor_table_light_small TR {
  height: 20px;
}

.contenor_table_light_small TH {
  font-weight: bold;
  background-color: #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  text-align: left;
  height: 20px;
  padding: 2px 1px 1px 1px;
}

.prio0 {
  background-color: #FFFFFF;
}

.prio1 {
  background-color: #FF5EA9;
}

.prio2 {
  background-color: #FFA7D0;
}

.prio3 {
  background-color: #FFDBEC;
}

.menuEntry {
  display: none;
  padding: 2px 4px 2px 3px;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
}

.contentMenuEntry {
  padding: 2px 2px 2px 2px;
  border: none;
  height: 16px;
}

.contentMenuEntry a:hover {
  text-decoration: underline;
}

.lines {
  width: 20px;
  height: 20px;
  border: 0px solid black;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

.treebut {
  width: 20px;
  height: 20px;
  border: 0px solid black;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  cursor: pointer;
}

.icons {
  width: 16px;
  height: 16px;
  border: 0;
  margin-right: 3px;
  padding: 0;
  vertical-align: middle;
}

.divTableHeaderRow {
  border: 1px solid #BBBBBB;
  height: 21px;
  background-color: #e4e4e4;
}

.divTableHeaderColumn {
  font-weight: bold;
  text-align: left;
  float: left;
}

.divTableHeaderColumn div {
  padding: 3px 3px 2px 3px;
}

.divTableHeaderFirstColumn {
  background-color: #e4e4e4;
  font-weight: bold;
  text-align: left;
  float: left;
}

.divTableHeaderColumnStandalone {
  padding: 3px 4px;
}

.divTableRow {
  clear: both;
  display: inline-block;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  margin-top: -3px;
}

.divTableRowHover:hover {
  background-color: #ffffaa;
}

.divTableColumn {
  font-weight: normal;
  text-align: left;
  padding: 4px 2px 3px 2px;
  float: left;
  display: table-cell;
  margin: 0;
}

#resubmissions {
  display: inline-block;
}

#resubmissionListFilterChooser {
  width: 840px;
  height: auto;
  float: left;
}

.comboBox {
  position: absolute;
  top: 20px;
  left: 0;
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF;
  display: inline-block;
}

.comboBoxRow {
  cursor: pointer;
  padding: 2px 3px 2px 3px;
  font-weight: normal;
  vertical-align: middle;
  display: block;
}

.comboBox ul li {
  border-bottom: 1px solid #BBBBBB;
}

.comboBox ul li:hover {
  background-color: #ffffaa;
}

.comboBox ul li:hover a {
  background-color: #ffffaa;
}

.comboBox ul {
  list-style-type: none;
}

A.comboBoxRow:link {
  background-color: #FFFFFF;
  text-decoration: none;
  color: #000000;
}

A.comboBoxRow:visited {
  background-color: #FFFFFF;
  text-decoration: none;
  color: #000000;
}

A.comboBoxRow:hover {
  background-color: #ffffaa;
  text-decoration: none;
  color: #000000;
}

.comboBoxHeader {
  font-weight: normal;
  background-image: -webkit-linear-gradient(top left, white 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(right bottom, white 0%, #cccccc 100%);
  background-image: -o-linear-gradient(white 0%, #cccccc 100%);
  background-image: linear-gradient(white 0%, #cccccc 100%);
  background-color: transparent;
}

A.comboBoxHeader:hover {
  text-decoration: none;
  color: black;
}

A.comboBoxHeader:link,A.comboBoxHeader:visited,A.comboBoxHeader:active {
  text-decoration: none;
  color: black;
}

.comboBoxHeader:hover {
  background-color: #ffffaa;
  background-image: -webkit-linear-gradient(top left, white 0%, #ffffaa 100%);
  background-image: -moz-linear-gradient(right bottom, white 0%, #ffffaa 100%);
  background-image: -o-linear-gradient(white 0%, #ffffaa 100%);
  background-image: linear-gradient(white 0%, #ffffaa 100%);
  background-color: transparent;
}

.comboBoxHeaderDisabled {
  color: #999999;
}

.comboBoxHeaderDisabled:hover {
  color: #999999;
  background-image: -webkit-linear-gradient(top left, white 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(right bottom, white 0%, #cccccc 100%);
  background-image: -o-linear-gradient(white 0%, #cccccc 100%);
  background-image: linear-gradient(white 0%, #cccccc 100%);
  background-color: transparent;
}

a.comboBoxHeaderDisabled:hover {
  color: #999999;
}

/* TODO: 22.10.2012 BEARBEITEN */
.comboBoxColumn {
  
}

#boLanguageChooser:hover {
  background-color: #ffffaa;
}

#languageChooser:hover {
  background-color: #ffffaa;
}

.selectContentSubIcon {
  vertical-align: top;
  display: inline-block;
  padding: 3px 3px 3px 3px;
}

.selectContentSubIcon:hover {
  background-color: #ffffaa;
}

.selectContentSubIconWithText {
  font-weight: normal;
  padding: 5px 3px 5px 3px;
  display: inline-block;
  vertical-align: middle;
}

.selectContentSubIconWithText:hover {
  background-color: #ffffaa;
}

A.selectContentSubIcon:link {
  background: transparent;
  text-decoration: none;
  color: #000080;
}

A.selectContentSubIcon:visited {
  background: transparent;
  text-decoration: none;
  color: #000080;
}

A.selectContentSubIcon:hover {
  background-color: #ffffaa;
  text-decoration: none;
  color: #000080;
}

A.selectContentSubIconWithText:link {
  background: transparent;
  text-decoration: none;
  color: #000080;
}

A.selectContentSubIconWithText:visited {
  background: transparent;
  text-decoration: none;
  color: #000080;
}

A.selectContentSubIconWithText:hover {
  background-color: #ffffaa;
  text-decoration: none;
  color: #000080;
}

.selectContentRights {
  padding: 5px 3px 5px 3px;
  display: inline-block;
  height: 16px;
}

.selectContentRights:first-child {
  border-right: 1px solid #999999;
}

.icon {
  margin-right: 4px;
  vertical-align: middle;
  display: inline-block;
}

.helpTable {
  border-right: 2px solid #444444;
  border-bottom: 2px solid #444444;
  border-left: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
}

.helpTable TR {
  height: 16px;
}

.helpTable TH {
  background-color: #e4e4e4;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #BBBBBB;
}

.helpTable TD {
  
}

#helpBox {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  left: 200px;
  top: 200px;
  width: 350px;
  background-color: #F9F9FF;
}

#image_transparent_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  background-color: #000000;
  filter: alpha(opacity = 30);
  -moz-opacity: 0.30;
  opacity: 0.30;
  height: 100%;
  width: 100%;
  z-index: 50;
}

#image_container {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: none;
}

#image_close {
  padding: 2px 5px 2px 5px;
  background-color: white;
  width: 100px;
  border: 1px solid #666666;
}

.userSelected {
  font-weight: bold;
}

.userUnselected {
  font-weight: normal;
}

.groupBoxBorder {
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
}

.groupBox {
  height: 33px;
}

.groupTypeBox {
  float: left;
  width: 20px;
  border-right: 1px solid #BBBBBB;
  background-color: #E4E4E4;
  padding: 7px 3px 6px 3px;
  margin-right: 2px;
}

#contentTable A:hover {
  color: #000000;
  font-family: Arial;
  font-size: 13px;
}

.PlausiMessageBlock {
  margin: 3px 3px 3px 3px;
}

.PlausiMessageHeaderLine {
  font-weight: bold;
  color: red;
}

.PlausiMessageLine {
  padding-left: 20px;
  display: list-item;
  color: red;
}

#editorDiv A:hover {
  text-decoration: none;
}

.filebrowserTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.filebrowserTable th {
  text-align: left;
  margin-bottom: 2px;
  padding: 2px 1px 0 1px;
}

.filebrowserTable td {
  padding: 0 1px 0 1px;
}

#boLanguageChooser .comboBoxHeader {
  padding: 2px 2px;
}

#boLanguageChooser #boLanguageChooserIcon {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: top;
}

#boLanguageList .icon {
  width: 16px;
  height: 16px;
  vertical-align: top;
}

#languageChooser .comboBoxHeader {
  padding: 2px 2px;
}

#languageChooser #languageChooserIcon {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: top;
}

#languageList .icon {
  width: 16px;
  height: 16px;
  vertical-align: top;
}

.comboBoxHeader {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.comboBoxContainer {
  position: relative;
}

.comboBoxEditContents {
  padding: 5px 8px 5px 3px;
  border-right: 1px solid #999999;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
}

#functionLayer_addContent {
  display: none;
}

#functionLayer_editRights {
  display: none;
}

#functionLayer_editNone {
  display: none;
}

.contenor_table_smaller {
  empty-cells: show;
  border-left: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
}

.contenor_table_smaller TD {
  text-overflow: ellipsis;
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  text-align: left;
  padding: 0px 1px 0px 2px;
  font-size: 10px;
}

.contenor_table_smaller TR {
  height: 20px;
}

.contenor_table_smaller TH {
  font-weight: bold;
  background-color: #e4e4e4;
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  text-align: left;
  height: 20px;
  padding: 2px 2px 1px 2px;
  font-size: 10px;
}

.column_padding_3px td {
  padding: 3px;
}

.column_padding_3px th {
  padding: 3px;
}

#dataTable {
  margin: 20px 5px 5px 5px;
}

#dataTable td {
}

#dataTable th {
  white-space: nowrap;
  min-width: 150px;
}

.dataTableOverlay {
  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: 50%;
  border: 1px solid #778ABA;
  padding: 0 0 5px 0;
  z-index: 99;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  background-color: white;
}



.dataTableOverlay .buttonContainer {
  margin-top: 5px;
  text-align: right;
}

.dataTableOverlay .buttonContainer button {
  background-image: url('../gif/themes/default/16x16/save.gif');
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding: 2px 5px 2px 20px;
  margin-right: 5px;
}

.dataTableOverlay .buttonContainer button:active {
  background-position: 1px 3px;
}


.hideOverlayButton {
  display: inline-block;
  position: absolute;
  right: -1px;
  top: -1px;
  border: 1px solid #778ABA;
  padding: 5px 4px;
  background-color: white;
}

.hideOverlayButton:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.hideButtonContainer {
  position: relative;
  border-bottom: 1px solid #778ABA;
  background-color: #A9B9E3;
  font-weight: bold;
  padding: 5px 6px;
}

.imgButton:hover
{
  cursor: pointer;
}

.sortable {
  padding-left: 0 !important;
  margin-top: 0 !important;
}

#mainNLElement {
  animation : none;
  animation-delay : 0;
  animation-direction : normal;
  animation-duration : 0;
  animation-fill-mode : none;
  animation-iteration-count : 1;
  animation-name : none;
  animation-play-state : running;
  animation-timing-function : ease;
  backface-visibility : visible;
  background : 0;
  background-attachment : scroll;
  background-clip : border-box;
  background-color : transparent;
  background-image : none;
  background-origin : padding-box;
  background-position : 0 0;
  background-position-x : 0;
  background-position-y : 0;
  background-repeat : repeat;
  background-size : auto auto;
  border : 0;
  border-style : none;
  border-width : medium;
  border-color : inherit;
  border-bottom : 0;
  border-bottom-color : inherit;
  border-bottom-left-radius : 0;
  border-bottom-right-radius : 0;
  border-bottom-style : none;
  border-bottom-width : medium;
  border-collapse : separate;
  border-image : none;
  border-left : 0;
  border-left-color : inherit;
  border-left-style : none;
  border-left-width : medium;
  border-radius : 0;
  border-right : 0;
  border-right-color : inherit;
  border-right-style : none;
  border-right-width : medium;
  border-spacing : 0;
  border-top : 0;
  border-top-color : inherit;
  border-top-left-radius : 0;
  border-top-right-radius : 0;
  border-top-style : none;
  border-top-width : medium;
  bottom : auto;
  box-shadow : none;
  box-sizing : content-box;
  caption-side : top;
  clear : none;
  clip : auto;
  color : inherit;
  columns : auto;
  column-count : auto;
  column-fill : balance;
  column-gap : normal;
  column-rule : medium none currentColor;
  column-rule-color : currentColor;
  column-rule-style : none;
  column-rule-width : none;
  column-span : 1;
  column-width : auto;
  content : normal;
  counter-increment : none;
  counter-reset : none;
  cursor : auto;
  direction : ltr;
  display : inline;
  empty-cells : show;
  float : none;
  font : normal;
  font-family : inherit;
  font-size : medium;
  font-style : normal;
  font-variant : normal;
  font-weight : normal;
  height : auto;
  hyphens : none;
  left : auto;
  letter-spacing : normal;
  line-height : normal;
  list-style : none;
  list-style-image : none;
  list-style-position : outside;
  list-style-type : disc;
  margin : 0;
  margin-bottom : 0;
  margin-left : 0;
  margin-right : 0;
  margin-top : 0;
  max-height : none;
  max-width : none;
  min-height : 0;
  min-width : 0;
  opacity : 1;
  orphans : 0;
  outline : 0;
  outline-color : invert;
  outline-style : none;
  outline-width : medium;
  overflow : visible;
  overflow-x : visible;
  overflow-y : visible;
  padding : 0;
  padding-bottom : 0;
  padding-left : 0;
  padding-right : 0;
  padding-top : 0;
  page-break-after : auto;
  page-break-before : auto;
  page-break-inside : auto;
  perspective : none;
  perspective-origin : 50% 50%;
  position : static;
  /* May need to alter quotes for different locales (e.g fr) */
  quotes : '\201C' '\201D' '\2018' '\2019';
  right : auto;
  tab-size : 8;
  table-layout : auto;
  text-align : inherit;
  text-align-last : auto;
  text-decoration : none;
  text-decoration-color : inherit;
  text-decoration-line : none;
  text-decoration-style : solid;
  text-indent : 0;
  text-shadow : none;
  text-transform : none;
  top : auto;
  transform : none;
  transform-style : flat;
  transition : none;
  transition-delay : 0s;
  transition-duration : 0s;
  transition-property : none;
  transition-timing-function : ease;
  unicode-bidi : normal;
  vertical-align : baseline;
  visibility : visible;
  white-space : normal;
  widows : 0;
  width : auto;
  word-spacing : normal;
  z-index : auto;
}

#mainNLElement {
  border-top: none !important;
  border-left: 1px dotted #444444 !important;
  border-right: 1px dotted #444444 !important;
  border-bottom: 1px dotted #444444 !important;
  display: block;
}

.required
{
  color: red !important;
}

.addNLEntry {
  padding: 5px 3px 5px 3px;
  display: inline-block;
}