body {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0px;
  font-size: 12px;
}

#container {
  *position: relative;
}

#content_menu {
  margin-top: -107px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  min-width: 100%;
  *width: 100%;
}

#content {
  zoom: 1;
  *display: inline;
  padding: 9px 10px 10px;
}

.float {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

:focus {
  outline: 0;
}

a:link {
  color: #000000;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #333333;
}

a:active {
  color: #333333;
}

input[type="checkbox"] {
  margin: 0px 2px;
  vertical-align: middle;
}

/* fix for IE7 */
/* otherwise menus move when hovering, when zoomed */
.nav_item {
  vertical-align: top;
}
.nav_item * {
  vertical-align: baseline;
}

/**** HEADER *******************************/

img {
  border: 0px none;
  vertical-align: text-bottom;
}

#header {
  min-height: 57px;
  padding: 15px 10px 0px 10px;
  text-align: right;
  font-size: 11px;
  max-width: 1059px;
  position: relative;
  z-index: 1;
}

.box1_header {
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: left;
}

.box2_header {
  padding: 0px 0px 0px 0px;
  margin-top: 8px;
  text-align: left;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.box2_header1 {
  padding: 3px 8px 3px 8px;
  margin: 0 10px 0 0;
  text-align: left;
  background-color: #f1f1f1;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}

#header_search_icon {
  cursor: pointer;
  width: 13px;
  height: 13px;
  padding: 0px;
  margin: 0px 10px 0px 0px;
  background: url('../images/ico2.jpg') repeat scroll 0% 0% transparent;
  border: 0px none;
  float: left;
}

.spinner_preload {
  background: url('../images/spinner.gif') repeat scroll 0% 0% transparent;
  visibility: none;
  width: 0px;
}

.header_search_spinner {
  background: url('../images/spinner.gif') repeat scroll 0% 0% transparent !important;
}

.ui-autocomplete {
  width: 120%;
  max-width: 50vw;
  max-height: 80vh;
  word-wrap: break-word;
  overflow-y: auto;
  border: 0px none !important;
}

@media (min-width: 1200px) {
  .ui-autocomplete {
    width: 160%;
  }
}

.ui-autocomplete-category {
  text-decoration: underline;
}

.ui-menu-item {
  padding: 0px 0px !important;
  margin: 0px !important;
  border: 1px solid transparent;
}

.ui-menu-item a {
  text-decoration: none;
  text-indent: -2em;
  padding: 0.5ex 1.5em 0.5ex 3.5em !important;
  display: block;
}

.ui-autocomplete-error {
  padding: 0.5ex 0.5em 0.5ex 0.5em !important;
  text-align: center;
  text-decoration: underline;
}

.search {
  font-size: 1.2em;
}

.search a {
  text-decoration: initial;
}

.search_descr {
  padding-top: 5px;
  padding-left: 2px;
}

.box2_he1_b {
  padding: 0px;
  border: 0px none;
  background: none repeat scroll 0% 0% transparent;
  font-weight: 400;
  font-size: 10px;
  color: #A8A8A8;
}

.box3_header {
  margin-top: 8px;
  padding: 0px 8px 0px 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.box3_header1 {
  height: 18px;
  padding: 3px 8px 0px 22px;
  background: url('../images/ico1.jpg') no-repeat scroll left center transparent;
  font-weight: 400;
  font-size: 12px;
  color: #005893;
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.box3_header2 {
  height: 18px;
  padding: 3px 8px 0px 0px;
  font-weight: 400;
  font-size: 12px;
  color: #9D9D9D;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.box3_header3 {
  height: 18px;
  padding: 3px 8px 0px 0px;
  font-weight: 400;
  font-size: 12px;
  color: #A0A0A0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.user_menu_anchor {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.user_menu {
  z-index: 2;
  position: absolute;
  text-align: left;
  white-space: nowrap;
  min-width: 100%;
}

.user_menu a {
  padding: 8px 11px;
  display: block;
  color: #000000;
}

/* fix for IE7 */
/* otherwise menus move when hovering, when zoomed */
.user_menu {
  vertical-align: top;
}
.user_menu * {
  vertical-align: baseline;
}

.user_menu_anchor .user_menu {
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition-property: visibility, opacity;
  transition-duration: 0s, 0.5s;
  transition-delay: 0.5s, 0s;
  transition-timing-function: ease-in-out;
}

.user_menu_anchor:hover .user_menu {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out;
}

.user_menu_anchor .user_menu_right {
  left: 100%;
  top: 0;
}

.user_menu_anchor .user_menu_down_left {
  left: auto;
  right: 0;
  top: 100%;
}

.user_menu a {
  text-decoration: none;
  background: #12548a;
  color: #ffffff;
}

.user_menu li:hover {
}

.user_menu li:hover a {
  text-decoration: underline;
  background: #3274aa;
}

.user_menu li .select {
  background: #3274aa;
}

.user_menu li .dark {
  background: #0f4673;
}

/**** MENU *******************************/

#menu_b {
  background: url('../images/menu_b.jpg') scroll left;
  background-color: #22779C;
  height: 107px;
  min-width: 100%;
}

#menu {
  height: 107px;
  max-width: 1059px;
  padding: 0px 10px;
  position: relative;
}

.menu_header{
  height: 35px;
  padding: 10px 0 0 0;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  display: block;
}

.menu_header a {
  margin-left: 10px;
  color: #FFFFFF;
}

.menu_link {
  font-size: 0.7em;
}

.menu_breadcrumb{
  height: 23px;
  padding: 6px 0 0 0;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}

.menu_breadcrumb a {
  color: inherit;
  color: #fff;
  font-size: 1em;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}

.nav {
  height: 33px;
  text-align: right;
}

.nav_item {
  /* fix for 4px inline-block padding */
  margin-right: -2px;
  margin-left: -2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* fix for IE7 */
/* otherwise menus move when hovering, when zoomed */
.nav_item {
  vertical-align: top;
}
.nav_item * {
  vertical-align: baseline;
}

.nav_txt {
  padding: 8px 17px 8px 17px;
  font-size: 12px;
  color: #FFF;
  background-color: #1C4773;
  display: block;
  text-align: left;
}

a.nav_txt {
  color: #FFF;
}

.nav_item:hover {
  position: relative;
  cursor: pointer;
}

.submenu {
  position: absolute;
  left: -999em;
  text-align: left;
  white-space: nowrap;
  min-width: 100%;
  z-index: 1;
}

.nav_item:hover .submenu {
  left: 0;
}

.nav_item:hover .submenu a {
  text-decoration: none;
  background: #12548a;
}

.nav_item:hover span, .nav_item:hover a {
  background: #3274aa;
  text-overflow: clip;
}

li:hover .submenu li a:hover {
  text-decoration: underline;
  background: #3274aa;
}

/**** CONTENT *******************************/

.tab_container {
  min-width: 40em;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.tab_list {
}

.tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.tab a {
  text-decoration: none;
  display: block;
  text-align: center;
  border: 0px;
  padding: 5px 10px;
  min-width: 50px;
  *width: 50px;
  white-space: nowrap;
  *overflow: hidden;
  position: relative;
}

.tab a img {
  position: absolute;
  width: 100%;
  *width: auto;
  height: 100%;
  *height: auto;
  z-index: -1;
  top: 0px;
  left: 0px;
  outline: 0;
  background-color: #f2f1f6;
}

.tab a .sel {
  display: none;
}

.tab a:hover img, .tab_selected a img {
  display: none;
}

.tab a:hover .sel, .tab_selected a .sel {
  background-color: #0091c6;
  display: block;
}

.tab a:hover, .tab_selected a {
  color: white;
}

.tab_show .table {
  min-width: 100%;
  *width: auto;
}

.tab_show, .tab_hide {
  *margin-top: -21px;
}

.tab_show {
  display: block;
}

.tab_hide {
  display: none;
}

.columns.no_collapse {
  display: table;
}

.swapped_columns.no_collapse {
  direction: rtl;
  text-align: left;
}

.swapped_columns.no_collapse .column {
  padding-left: 0px;
  direction: ltr;
  text-align: initial;
}

.swapped_columns.no_collapse .column + .column {
  padding-left: 0px;
  padding-right: 10px;
}

.columns.no_collapse .column {
  display: table-cell;
  vertical-align: top;
}

.columns.no_collapse .column + .column {
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .columns {
    display: table;
  }

  .columns.swapped_columns {
    direction: rtl;
    text-align: left;
  }

  .columns.swapped_columns .column {
    padding-left: 0px;
    direction: ltr;
    text-align: initial;
  }

  .columns.swapped_columns .column + .column {
    padding-left: 0px;
    padding-right: 10px;
  }

  .columns .column {
    display: table-cell;
    vertical-align: top;
  }

  .columns .column + .column {
    padding-left: 10px;
  }
}

.columns.menu_columns {
  display: inline-block !important;
}

.columns.menu_columns .column {
  display: block;
  padding-right: 0px;
}

.columns.menu_columns .column + .column {
  display: block;
  margin-left: 10em;
  padding-left: 0px;
  padding-right: 0px;
  overflow: visible;
}

#index_div {
  width: 9em;
  position: absolute;
  left: 0px;
  overflow-y: auto;
  max-height: 100%;
}

#index_div .user_menu {
  white-space: normal;
  position: static;
  left: 0;
  top: 0;
}

#index_div .menu_select {
  background: #0f4673;
}

#index_div > .table {
  min-width: inherit;
}

.link_table {
  display: table;
}

.link_table .link_column + .link_column {
  border-left: 1px dotted #0f4673;
}

.link_column {
  display: table-cell;
  padding: 0em 3em;
}

.table, .table td, .table th {
  font-size: 12px;
  font-weight: normal;
}

.table h2 {
  font-size: 18px;
}

.table th {
  background-color: #227097;
  color: white;
}

.table {
  margin-bottom: 1.5em;
  text-align: initial;
  min-width: 40em;
  overflow: visible;
  border-collapse: separate;
  *border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #8f8f8f;
}

.table .side_head {
  background-color: #335989;
  color: #ffffff;
  border-top: 1px solid #5d7089;
  border-right: 1px solid #5d7089;
}

.table tr:hover .side_head {
  background-color: #335989;
}

.table .side_head + td {
  border-left: 0px;
}

.table .head ~ .head {
  border-left: 1px solid #5d7089;
}


.table td ~ td {
  border-left: 1px solid #d5d5d5;
}

.table th {
  padding: 5px 5px 5px 5px;
}

.table td {
  padding: 4px 3px 4px 3px;
}

.table .side_head a, .table th a {
  color: #ffffff;
}

.table .head {
  background-color: #335989;
  color: #ffffff;
}

.table .th2 {
  background-color: #4A6C96;
  color: #ffffff;
}

.table td.cols0 {
  background-color: #f2f2f2;
}

.table td.cols1 {
  background-color: #e9e9e9;
}

.table tr .highlight {
  background-color: #b8e5ef;
}

.table tr:hover td {
  background-color: #dcf0f5;
}

.table th hr {
  visibility: hidden;
}

.side_head .red {
  color: #ffff00;
}

.red {
  color: #ff0000;
}

.table_right {
  float: right;
}

.table_right img {
  vertical-align: top;
}

.table_right div {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.table_right a + * {
  margin-left: 10px;
}

.help_img {
  vertical-align: middle;
  float: right;
}

/**** Draggables *******************************/

.ui-draggable.hover-enabled:hover {
  position: relative;
  outline: 1px solid black;
}

.ui-draggable-dragging {
  background-color: #dcf0f5;
  z-index: 1;
  opacity: 0.8;
}

.ui-droppable-hover td {
  background-color: #f5f5dd !important;
}

.ui-droppable-hover th {
  background-color: #f5f5dd !important;
  color: #000000 !important;
}

.table tr.ui-droppable-hover th a {
  color: #000000 !important;
}

tr.ui-droppable-hover {
  outline: 1px solid black;
}
