@import url('modules/list.css');
@import url('css/tree2.css');
@import url('texteditor.css');

/* Workaround 
   Fck when opened from other FCK then the nested FCKs image dialog was under the parent's dialog.
   Content sys:shuffle UI problem
*/
body > iframe:not(iframe:last-of-type) {
  display: none;
}

/* $Revision: 28183 $ */

#fancybox-tmp, #fancybox-loading, #fancybox-overlay, #fancybox-wrap,
#fancybox-tmp *, #fancybox-loading *, #fancybox-overlay *, #fancybox-wrap * {
  box-sizing: content-box;	
  -moz-box-sizing: content-box; 
}
#fancybox-wrap #fancybox-inner * {
  box-sizing: border-box;	
  -moz-box-sizing: border-box; 
}
hr {
  height: 1px;
  background-color: transparent;
  border: none;
  border-top: 1px solid #c6cfde;
}

.mainTitle { 
  text-decoration:none;
  display: block;
  /* padding-left: 215px; */
  height: 30px;
  white-space: nowrap;
  font-size: 30px;
  line-height: 30px;
}
.mainTitle img {
  float: left;
}
.mainTitle .systemVersion {
  line-height: 40px;
}
.mainTitle, .mainTitle * {
  color: white;
}
.mainTitle .systemVersion * {
  font-size: 30px;
  font-weight: bold;
  color: white;
}
.mainTitle .systemVersion * {
  color: white;
  margin-left: -4px;
}
.mainTitle .systemVersion .revision, .mainTitle .systemVersion .minor {
  color: #6b829c;
  font-size: 20px;
}
.mainTitle .systemVersion .name {
  color: #6b829c;
  font-size: 20px;
  margin-left: 0.5em;
}
.mainTitle .systemVersion .revision { 
  padding-left: 0px;
  letter-spacing: 0px;  
}
.mouseOut {
  display: none;
}

.siteName {
  color: white;
  padding: 0px 2em;
  margin: 0px;
  line-height: 36px;
}

/* FORMMANAGER ------------------------------------------------------------------------ */
#editSubmission textarea{
  width: 450px;
  height: 80px;
}

/* PANEL ------------------------------------------------------------------------ */
div.home-moduleShortcutBlock {
  margin: 10px 5% 40px 5%;
  background-color: white;
  padding: 10px;
}

hr.home-moduleShortcut {
  clear: both;
  visibility: hidden;
}

a.home-moduleShortcut {
  display: block;
  float: left;
  width: 120px;
  height: 120px;
  vertical-align: bottom;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}

span.home-moduleShortcut {
  display: none;
  display: block;
  margin-top: 100px;
}

.siteMapTrash {
  font-weight: bold;
  font-style: normal;
  color: gray;
  font-decoration: none;
  opacity: 0.5;
}

/* ------------------------------------------------------------------------ */

* { /* See: http://www.quirksmode.org/css/box.html */
  box-sizing: border-box;	
  -moz-box-sizing: border-box; 
}
strong {
  font-weight: bold !important;
}

/* for <a> without @href */
a, a * { 
  cursor: pointer;
}

.table h1, .table h2, .table h3, .table h4, .table h5, .table h6 {
  margin: 0.5em 1em;            
  color:#253C57;
  text-align: left;
  font-style: italic;
}
.table h2 {
}

/* QA Posts  */
.qaPost {
  color: gray !important;
}
.qaUserName {
  font-weight: bold;
}
.qaTimeStamp {
  color: gray !important;
}
.qaMessage {
  color: black;
}


/* QA flags  */
.qaFlagTranslate,
.qaFlagDesign,
.qaFlagContent,
.qaFlagBug,
.qaFlagApproved {
  border: 0px;
  padding: 0px;
  font-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}

.qaFlagTranslate A,
.qaFlagDesign A,
.qaFlagContent A,
.qaFlagBug A,
.qaFlagApproved A{
  border: 0px;
  padding: 0px;
  font-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none ;
}


.qaFlagTranslate {
  background-image: url("icons/flag-blue.normal.gif");
}

.qaFlagDesign {
  background-image: url("icons/flag-lila.normal.gif");
}

.qaFlagContent {
  background-image: url("icons/flag-red.normal.gif");
}

.qaFlagBug {
  background-image: url("icons/flag-black.normal.gif");
}

.qaFlagApproved {
  background-image: url("icons/flag-green.normal.gif");
}



/* Language links */
.lang-link {
  font-size: 9px;
  margin: 4px;
  padding-left: 16px;
}

#lang-select-es {
  background: left top url('images/lang_es.png') no-repeat;
}

#lang-select-en {
  background: left top url('images/lang_en.png') no-repeat;
}

#lang-select-de {
  background: left top url('images/lang_de.png') no-repeat;
}

/* GENERAL */
.visible-table {
  display:table;
}

/*
   span.cssrevision:after {
  color: white;
  content: "CSS $Revision: 28183 $; ";
  margin: 0px 6px;
}
*/

/** @TODO: Get rid of the '*' rule below! [danny] **/
* {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

pre, code {
  color: darkgreen;
  font-family: courier, fixed;
}

pre {
  margin: 2px;
  padding: 2px;
}

img {
  border: none;
  margin: 0px;
  padding: 0px;
}

optgroup {
  background-color: #A5B2C6;
  color: white;
  margin: 8px 0px;
}

optgroup option {
  background-color: white;
  color: black;
}

form {
  margin: 0px;
  padding: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  table-layout: auto;
}

b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
  font-style: normal;
  font-weight: bold;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-size: inherit;
  font-weight: inherit;
}
h1 {
  color: #253C57;
  font-size: 16px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

dt {
  font-style: italic;
  margin-top: 8px;
}

dd {
}

.generic-info a img, .generic-info img {
  margin-left: 8px;
  margin-right: 4px;
}

ul {
  list-style: url("images/bullet.png") disc;
  margin-left: 0px;
  padding-left: 16px;
}

/* Select boxes - especialy for adding/removing items from one to another box... see <sys:rms-groups/> */
select, select.active {
}

select.inactive option {
  color: gray;
}

/* MAIN LAYOUT */
body {
  border: none;
  margin: 0px;
  padding: 0px;
  scrollbar-3dlight-color: #A5B2C6;
  scrollbar-arrow-color: Black;
  scrollbar-base-color: #C6CFDE;
  scrollbar-darkshadow-color: #425973;
  scrollbar-face-color: #C6CFDE;
  scrollbar-highlight-color: white;
  scrollbar-shadow-color: black;
  scrollbar-track-color: #E7EBF7;
  background-color:#425973;
}

table.main {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  height: 100%;
  min-height: 100%;
  table-layout: auto;
  width: 100%;
}

/* Main table header */
table.main * th.main-top1 {
  background-color: #425973;
  background-repeat: no-repeat;
  /* 
   * background-image: url("images/logo.png");
   * width: 214px;
   */
}

table.main * th.main-top2 {
  background-color: #425973;
  color: white;
  height: 36px;
  text-align: right;
  font-size:10px;
}

table.main * th.main-top2 a {
  background-color: #425973;
  color: white;
  height: 36px;
  text-align: right;
  text-decoration: none;
}

table.main * th.main-top2 a:hover {
  background-color: #425973;
  color: white;
  height: 36px;
  text-align: right;
  text-decoration: underline;
}

/* Main table body */
table.main * td.main-top-menu {
  background-color: none;
  height: 32px;
  text-align: center;
  vertical-align: top;
}

/* Main table body */
table.main *  td.main-content{
  background-color: #A5B2C6;
  height: auto;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  text-align: left;
  vertical-align: top;
}

/* Main table footer */
table.main * th.main-foot {
  background-color: #425973;
  background-color: #6B829C;
  background-image: url("images/footer_bg.png");
  background-repeat: repeat-x;
  height: 18px;
  padding: 0px 8px;
  text-align: left;
  vertical-align: middle;
}

table.main * th.main-foot, table.main * th.main-foot * {
  color: white;
}

/* MAIN MENU */
table.main-menu {
  border: none;
  border-collapse: separate;
  border-spacing: 0px;
  empty-cells: show;
  height: 20px;
  width: 100%;
}

table.main-menu * th.selected {
  background-color: #C6CFDE;
  border-left: 1px solid white;
  border-top: 1px solid white;
  color: #253C57;
}

table.main-menu tbody tr td {
  width: 120px;
}

table.main-menu tbody tr th {
  background-color: #6B829C;
  border-bottom-color: #18304A;
  border-left-color: #C6CFDE;
  border-right-color: #18304A;
  border-style: solid;
  border-top-color: #C6CFDE;
  border-width: 1px;
  color: white;
  padding: 0px 4px;
  text-decoration: none;
  white-space: nowrap;
  width: 40px;
}

table.main-menu * a:hover, table.main-menu * a:hover * {
  color: black;
}

table.main-menu * a, table.main-menu * a * {
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

table.main-menu * select {
  border-color: #C6CFDE #18304A #18304A #C6CFDE;
  border-style: solid;
  border-width: 1px;
  color: black;
  width: 120px;
}


/* Editor */
a.editorLink {
  text-decoration: none !important;
}

table.editor {
}

textarea.editor {
  font-family: fixed,courier;
  font-size: 11px;
  white-space: preserve;
  width: 100%;
}

.textEditorInput iframe {
  border: none;
  background-color: transparent;
}

/* AML TAB Table */
table.tab-table {
  margin: 0px 0px;
  table-layout: auto;
}

/* AML Table */
table.table, table.list{
  margin: 5px; /* margin: 5px; DO NOT UNCOMMENT - CAUSES PROBLEMS IN IE !!!! */
}

/* AML Table Header */
.table-head-left, .list-head-left {
  background-color: transparent;
  background-image: url(images/table_corner_oval.png);
  background-position: top left;
  background-repeat: no-repeat;
  height: 26px;
  width: 5px;
}

.table-head-center1, .table-head-center2, .list-head-center1, .list-head-center2, .head-center1, .head-center2 {
  background-color: #E7EBF7;
  background-image: url(images/table_vsides.png);
  background-position: top;
  background-repeat: repeat-x;
  border-bottom: 1px solid black;
  padding-top: 4px;
  vertical-align: middle;
  width: auto;
}

.table-head-center1, .table-head-center1 *,.list-head-center1, .list-head-center1 *, table.tab-table * td.head-center1, table.tab-table * td.head-center1 * {
  color: #253C57;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

.table-head-center2, .list-head-center2, table.tab-table * td.head-center2 {
  padding-right: 2px;
  text-align: right;
}

.table-head-center2, .list-head-center2 a, table.tab-table * td.head-center2 a,
.table-head-center2 *, .list-head-center2 a *, table.tab-table * td.head-center2 a * {
  text-align: right;
  text-decoration: none !important;
}

.table-head-center2 a:hover, .list-head-center2 a:hover, table.tab-table * td.head-center2 a:hover {
  text-align: right;
  text-decoration: underline;
}

.table-head-right, .list-head-right, table.tab-table * td.head-right {
  background-color: transparent;
  background-image: url(images/table_corner_oval.png);
  background-position: top right;
  background-repeat: no-repeat;
  width: 5px;
}

/* AML Table Body */
.table-body-left, .list-body-left, table.tab-table * td.body-left {
  background-color: transparent;
  background-image: url(images/table_hsides.png);
  background-position: left;
  background-repeat: repeat-y;
  border-right: 1px solid black;
}

.table-body-center, .list-body-center, table.tab-table * td.body-center {
  background-color: #C6CFDE;
  border: none;
  padding: 0px;
  vertical-align: top;
}

table.table * td.tab-center, table.tab-table * td.tab-center {
  background-color: #C6CFDE;
  border: none;
  overflow: auto;
  padding: 10px;
  vertical-align: top;
}

/* aml table text */
.table-text * td.table-text-content, .tab-table-text * td.table-text-content {
  background-color: white;
  padding: 0px 4px;
}

.table-body-right, .list-body-right, table.tab-table * td.body-right {
  background-color: transparent;
  background-image: url(images/table_hsides.png);
  background-position: right;
  background-repeat: repeat-y;
  border-left: 1px solid white;
}

/* AML Table Foot */
.table-foot-left, .list-foot-left, table.tab-table * td.foot-left {
  background-color: transparent;
  background-image: url(images/table_corner_sharp.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  font-size: 1px;
  height: 6px;
}

.table-foot-center, .list-foot-center, table.tab-table * td.foot-center {
  background-color: #E7EBF7;
  background-image: url(images/table_vsides.png);
  background-position: bottom;
  background-repeat: repeat-x;
  border-top: 1px solid white;
  font-size: 1px;
  vertical-align: middle;
}

.table-foot-right, .list-foot-right, table.tab-table * td.foot-right {
  background-color: transparent;
  background-image: url(images/table_corner_sharp.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  font-size: 1px;
}

.table-text, .list-text, table.tab-table * div.table-text {
  background-color: white;
  height: 0px;
}

/* TAB SPECIFIC */
table.tab-table * td.tab-head-left {
  background-color: transparent;
  background-image: url(images/table_corner_sharp.png);
  background-position: top left;
  background-repeat: no-repeat;
  height: 8px;
  width: 6px;
}

table.table * td.tab-head-right {
  background-color: transparent;
  background-image: url(images/table_corner_oval.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 8px;
  width: 6px;
}


/* TAB Header */
table.tab-header {
  height: 40px;
  margin: 0px 0px;
}

table.tab-header * td.tab-summary-l {
  background-image: url(images/table_corner_oval_white.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 5px;
}

table.tab-header * .tab-summary-content {
  background-image: url(images/table_vsides_white.png);
  background-position: top left;
  background-repeat: repeat-x;
  color: #425973;
  font-size: 16px;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  white-space: nowrap;
  width: 10%;
}
table.tab-header * .tab-summary-content img {
  /* <aml:img/> in the header with align="absbottom" are too low */
  position: relative;
  top: -4px;
}

table.tab-header * td.tab-extra-1 {
  background-image: url(images/tab_extra1a.png);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 30px;
  width: 12px;
}

table.tab-header * td.tab-extra-2 {
  background-image: url(images/tab_extra2a.png);
  background-position: top left;
  background-repeat: repeat-x;
  padding-top: 8px;
  white-space: nowrap;
  width: 1%;
}

table.tab-header * td.tab-extra-3 {
  background-image: url(images/tab_extra3a.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 22px;
}

table.tab-header * td.tab-tail {
  background-image: url(images/tab_tail1.png);
  background-position: top left;
  background-repeat: no-repeat;
  min-width: 20px;
  width: auto;
}

/* Single tab */
table.tab-header * td.tab-tab-l, table.tab-header * td.tab-tab-l-selected {
  background-image: url(images/table_corner_oval_dark.png);
  background-position: 0 18px;
  background-repeat: no-repeat;
  width: 5px;
}

table.tab-header * td.tab-tab-content, table.tab-header * td.tab-tab-content-selected {
  background-image: url(images/table_vsides_dark.png);
  background-position: 0 18px;
  background-repeat: repeat-x;
  padding-right: 8px;
  text-align: left;
  vertical-align: bottom;
  width: 1%;
}

table.tab-header * td.tab-tab-content-selected {
  background-image: url(images/table_vsides.png);
}

table.tab-header * td.tab-tab-r, table.tab-header * td.tab-tab-r-selected {
  background-image: url(images/table_corner_oval_dark.png);
  background-position: 100% 18px;
  background-repeat: no-repeat;
  width: 5px;
}

/* Slides */
div.slides {
  margin: 1px 0px;
  padding: 0px 4px;
  text-align: right;
}

div.slides a {
  margin: 0px 2px;
}

/* AML Table Content Data */
table.table-content, table.list-content {
  background-color: #C6CFDE;
  border-collapse: separate;
  border-spacing: 1px;
  empty-cells: show;
  width: 100%;
}

.table-content tr {
}

a.list-order-desc, a.list-order-asc {
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 10px;
  text-decoration: none;
}

a.list-order-asc {
  background-image: url(icons/icon-ascending.normal.gif);
}

a.list-order-desc {
  background-image: url(icons/icon-descending.normal.gif);
}

a.list-order-asc:hover {
  background-image: url(icons/icon-ascending.active.gif);
}

a.list-order-desc:hover {
  background-image: url(icons/icon-descending.active.gif);
}

/* head/foot */
.table-head-th-0,.table-foot-th-0,.table-head-th-1,.table-foot-th-1,.list-head-th-0,.list-foot-th-0,.list-head-th-1,.list-foot-th-1 {
  background-color: #C6CFDE;
  border-color: white black black white;
  border-style: solid;
  border-width: 1px;
  color: #253C57;
  padding: 2px 4px;
  text-align: left;
}

.table-head-td-0, .list-head-td-0, .table-foot-td-0, .list-foot-td-0, .table-head-td-1, .list-head-td-1, .table-foot-td-1, .list-foot-td-1 {
}

/* body */
/* body:th */
.table-body-th-0, .table-body-th-1, .list-body-th-0, .list-body-th-1 {
  padding: 4px 4px;
}

.table-body-th-0, .table-body-th-1 {
  background-color: #E7EBF7;
  color: #253C57;
  font-weight: bold;
  text-align: left;
}

.list-body-th-0 {
  background-color: white;
  font-weight: bold;
  text-align: left;
}

.list-body-th-1 {
  background-color: #E7EBF7;
  font-weight: bold;
  text-align: left;
}

.list-body-row-1 input {
  background-color: #E7EBF7;
}

/* body:td */

.table-body-td-0notice, .table-body-td-1notice, .list-body-td-0notice, .list-body-td-1notice,
.table-body-th-0notice, .table-body-th-1notice, .list-body-th-0notice, .list-body-th-1notice  {
  background-color: #E7EBF7;
  /*	background-color: #E7EBF7;
     color: #425973;
     font-weight: bold;
     padding: 0px 4px;
     text-align: left;
     */
}


.table-body-td-0warning, .table-body-td-1warning, .list-body-td-0warning, .list-body-td-1warning,
.table-body-th-0warning, .table-body-th-1warning, .list-body-th-0warning, .list-body-th-1warning {
  background-color: #FFe02d;

  /*
     background-color: #E7EBF7;
     color: Fuchsia;
     font-weight: bold;
     padding: 0px 4px;
     text-align: left;
     */
}


.table-body-td-0error, .table-body-td-1error, .list-body-td-0error, .list-body-td-1error,
.table-body-th-0error, .table-body-th-1error, .list-body-th-0error, .list-body-th-1error  {
  background-color: Red;
  color: white;
  /*
     background-color: #E7EBF7;
     color: Red;
     font-weight: bold;
     padding: 0px 4px;
     text-align: left;
     */
}

.table-body-td-0, .table-body-td-1, .list-body-td-0 , .list-body-td-1{
  background-color: white;
  padding: 4px;
}

.list-body-td-1 {
  background-color: #E7EBF7;
}

/* body:a */
/* messages */
td .comment {
  color: #A5B2C6;
}
th .comment {
  color: white;
}

.comment {
  color: gray;
}

pre.error *, div.error * , span.error-text *, div.error, span.error-text {
  /*color: White;*/
  color: red;
  font-size: 11px;
  font-weight: bold;
  /*background-color: #ff0000;*/
  padding: 5px;
  overflow: hidden;
}

pre.error, div.error pre, span.error-text pre {
  border: 1px dotted white;
  /*color: White;*/
  color: red;
  margin: 4px 0px;
  padding: 8px;
  /*background-color: Red;*/
}

div.warning, span.warning-text {
  /*color: Black;*/
  color: #AA5500;
  font-size: 11px;
  font-weight: bold;
  /*background-color: #FFE02D;*/
  padding: 5px;
}

div.notice, span.notice-text {
  color: Black;
  font-size: 11px;
  font-weight: bold;
  /*background-color: #c6cfde;*/
  padding: 5px;
}

div.tip {
  color: #555973;
  cursor: help;
  font-style: italic;	
}

div.tip, div.error, div.notice, div.warning {
  background-position: top left;
  background-repeat: no-repeat;
  /*min-height: 16px;*/
  padding-left: 18px;
  padding-top: 1px;
  text-align: left;
}

div.error {
  background-image: url('icons/icon-error.active.gif');
}
div.notice {
  background-image: url('icons/icon-notice.active.gif');
}
div.warning {
  background-image: url('icons/icon-warning.active.gif');
}

/*
   div.error {
  background-image: url('icons/icon-error.normal.gif');
}

div.error:hover {
  background-image: url('icons/icon-error.active.gif');
}

div.warning {
  background-image: url('icons/icon-warning.normal.gif');
}

div.warning:hover {
  background-image: url('icons/icon-warning.active.gif');
}

div.notice {
  background-image: url('icons/icon-notice.normal.gif');
}

div.notice:hover {
  background-image: url('icons/icon-notice.active.gif');
}
*/
div.tip {
  background-image: url('icons/icon-help.normal.gif');
}

div.tip:hover {
  background-image: url('icons/icon-help.active.gif');
}


/* Group */
/* head */
.aml-table-text-content {
  padding-top: 5px;
}
.aml-table-text-content div.notice,
.aml-table-text-content div.error,
.aml-table-text-content div.warning
{
  margin-left: 8px !important;
}
table.aml-group * th.aml-group-tl {
  background-image: url(images/group_corner.png);
  background-position: top left;
  background-repeat: no-repeat;
  height: 16px;
}

table.aml-group * th.aml-group-caption {
  padding: 0px 2px;
  vertical-align: top;
  white-space: nowrap;
}

table.aml-group * th.aml-group-t {
  background-image: url(images/group_vsides.png);
  background-position: top;
  background-repeat: repeat-x;
}

table.aml-group * th.aml-group-tr {
  background-image: url(images/group_corner.png);
  background-position: top right;
  background-repeat: no-repeat;
}

/* body */
table.aml-group * th.aml-group-l {
  background-image: url(images/group_hsides.png);
  background-position: left;
  background-repeat: repeat-y;
  height: auto;
}

table.aml-group * td.aml-group-content {
}

table.aml-group * th.aml-group-r {
  background-image: url(images/group_hsides.png);
  background-position: right;
  background-repeat: repeat-y;
}

/* foot */
table.aml-group * th.aml-group-bl {
  background-image: url(images/group_corner.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 10px;
}

table.aml-group * th.aml-group-b {
  background-image: url(images/group_vsides.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

table.aml-group * th.aml-group-br {
  background-image: url(images/group_corner.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

/* sizes */
table.aml-group * td.aml-group-size3 {
  width: 5%;
}

/* MY PULL-DOWN */
div.menu, div.menu-js-show {
  border: none;
  display: inline;
  margin: 0;
  padding: 0px;
  position: relative;
  white-space: nowrap;
}

div.menu a, div.menu-js-show a {
  background-color: #C6CFDE;
  border-color: white black black white;
  border-style: solid;
  border-width: 1px;
  padding: 2px 4px;
  text-decoration: none;
}

/* level #2 */
div.menu2 {
  display: block;
  left: 0;
  position: absolute;
  top: 1em; /* required for NS 7.x/Gecko 1.0.x but not Gecko 1.3 */
  visibility: hidden;
  width: 200px;
  z-index: 100;
}

div.menu2 a {
  display: block;
  z-index: 100; 
}

/* Action */
div.menu:hover, div.menu-js-show {
  padding-bottom: 30em;
}

div.menu:hover div.menu2, div.menu-js-show div.menu2 {
  left: 0;
  visibility: visible;
}

/* Toolbar */
div.toolbar {
}

/* Tree */
.tree a {
  text-decoration: none !important;
}
.tree a:hover {
  text-decoration: underline !important;
}
.row-level:hover {
  background-color: #E7EBF7;
}

div.tree-container {
  border: none;
  display: block;
  /* overflow: auto; -- alexey wants it */
  overflow-x: none;
  /* Padding right 12px is because of scroll-bar - it hides the icons if not padding... */
  padding: 4px 16px 4px 4px;
  height: auto !important;
  width: auto !important;	
}

table.tree {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 1%;
}

/* Hack for tree - gneric-info has left margin by default */
table.tree * td a span.generic-info img {
  margin: 0px 4px 0px 0px;
}

table.tree * td.roottree {
  font-size: 1px;
  width: 1px;
}

table.tree * td.treespacercolumn {
  min-width: 4px;
  width: 99%;
}

table.tree * td.treelabel {
  text-align: left;
  vertical-align: middle;
  width: 99% !important;
}

table.tree * td.treeColumn {
  padding: 0px 0px;
  text-align: right !important;
  vertical-align: middle;
  width: 1%;
  white-space: nowrap;
}

table.tree * td.treecolumn * {
  vertical-align: middle;
}

table.tree * td {
  background-position: top center;
  background-repeat: repeat-y;
  border: none;
  height: 18px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

/* Buttons */
.button, button{
  background-color: #6B829C;
  border-color: #C6CFDE #18304A #18304A #C6CFDE;
  border-style: solid;
  border-width: 1px;
  color: white;
  margin: 1px;
  padding: 1px 4px;
  text-decoration: none;
  white-space: nowrap;
}

/* Inside TAB */
table.tab-center * .button {
  background-color: #6B829C;
  color: white;
}

/* Inside Table */
td.table-body-td-0 input.button, td.table-body-td-1 .button {
  background-color: #c6cfde;
  color: #425973;
}

.title{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0px;
}

a.table-order-desc{
  background-image: url(icons/icon-descending.normal.gif);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 12px;
  text-decoration: none;
}

a.table-order-asc{
  background-image: url(icons/icon-ascending.normal.gif);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 12px;
  text-decoration: none;
}

table.main-menu * th.selected a, table.tab-header * td.tab-tab-content a:hover * {
  color: #253C57;
}

table.main-menu tbody tr th.spacer, table.aml-group * td.aml-group-size4 {
  width: auto;
}

.table-text, .tab-table-text, table.aml-group {
  width: 100%;
}

table.tab-header * td.tab-tab-l-selected, table.tab-header * td.tab-tab-r-selected {
  background-image: url(images/table_corner_oval.png);
}

div.slides a.slide-active, div.scroll .tree-item-active *, table.tree * span.tree-item-active *, table.tree * a.tree-item-active * {
  font-weight: bold;
  text-decoration: none;
}

table.aml-group * td.aml-group-size5, table.aml-group * td.aml-group-size1, table.aml-group * td.aml-group-size2 {
  width: 10px;
}

generic-info, .table-head-center2 *, .head-center2 *, table.tree * td.treecolumn , table.tree * td.treelabel, table.tree * td.treelabel * {
  white-space: nowrap;
}

table.main-menu * th.main-menu-spacer, table.tree * td.tree110, table.tree * td.tree110minus, table.tree * td.tree110plus {
  width: 1%;
}

a.list-order-desc:hover, a.list-order-asc:hover, .table-body-td-0 a, .table-body-td-1 a, .list-body-td-0 a, .list-body-td-1 a, .table-body-th-0 a, .table-body-th-1 a, .list-body-th-0 a, .list-body-th-1 a, div.toolbar a {
  text-decoration: underline;
}

.table-body-td-0 a:hover, .table-body-td-1 a:hover, .list-body-td-0 a:hover, .list-body-td-1 a:hover, .table-body-th-0 a:hover, .table-body-th-1 a:hover, .list-body-th-0 a:hover, .list-body-th-1 a:hover, div.toolbar a:hover, .table-head-th-0 a, table.tab-header * td.tab-tab-content a, table.tab-header * td.tab-tab-content-selected a {
  text-decoration: none;
}

table.tree * td.tree101, table.tree * td.tree111, table.tree * td.tree111minus, table.tree * td.tree111plus {
  background-image: url(images/tree101.png);
  background-position: 0px 0px;
  width: 1% !important;
}

/* Specials */
.icon-restore {
  cursor: nw-resize;
}
.icon-maximize {
  cursor: n-resize;
}
.icon-minimize {
  cursor: s-resize;
}

input.invalid_input {
  background-color: #FDC4C9;
  border-color: red;
}
select.invalid_input {
  background-color: #FDC4C9;
  border-color: red;
}

/* EDITOR */
.toolbarButton, .saveToolbar button, .resetToolbar button {
  background-repeat: no-repeat;
  background-position: left;
  height: 18px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.toolbarButton:hover {
}



div.language{
  background-color: darkblue;
  color: white;
  text-align:center;
  margin: 0px 2px;
  position:relative;
  cursor: pointer;
  padding: 2px 4px;
}
div.languageList {
  display:none;
  position:absolute;
  bottom: 22px;
  left: 0px;
  background-color: white;
  border: 1px solid black;
  padding: 0px;
  cursor: pointer;
  z-index: 999;
  text-align:center;
  width: 24px;
}
a.languageListItem {
  display: block;
  text-decoration: none;
  padding: 0px 4px;
}
a.languageListItem:hover {
  display: block;
  text-decoration: underline;
}

/* DOCUMENTS tab */
#editorTable, #listDocuments, #listAccessRights, #listDocConditions, #editStaticRights, #editDocConditions {
  width: 100%;
}
#editorTableDataTable {
  background-color: #E7EBF7;
}

.systemDiagnostics { /* DIV on the NEWS page that reports system misconfigurations */
  margin-bottom: 20px;
}

.formRequired { 
  display: inline;

}

/* Table Admin */
.taJSEditFloat {
  background-color: white;
  border: 1px solid black;
  padding: 2px;
}
.taEditable {
  cursor: pointer;
}
.taEditable:hover {
  background-color: #e7ebf7;
}

/* aml:pulldown */
.pullDown {
  padding: 2px;
}
.pullDown table a {
  text-decoration: none;
}
.pullDownLabel { 
  cursor: pointer;
  background-image: url(icons/icon-descending.normal.gif);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 9px;
  display: inline;
}
.pullDownLabel img { /* MSIE double icon-descending problem */
  _display: none;
}
.mouseOverChild .pullDownLabel { 
  background-image: url(icons/icon-descending.active.gif);
}
.pullDown table {
  margin-top: -2px;
  border: 1px solid #18304a;
  background-color: #e7ebf7;
  position: absolute;
  z-index: 10000;
  box-shadow: 3px 4px 4px black;
  -moz-box-shadow: 2px 4px 4px gray;  
}
.pullDown table table {
  left: 98%;
}
.pullDown th {
  background-color: white;
  padding: 0px 4px;
}
.pullDown td.pullDownItem {
  white-space: nowrap;
}
.pullDown tr * {
  text-align: left;
}
.pullDown td.mouseOverChild, .pullDown td.mouseOver {
  background-color: #5598d7;
}

.pullDown .pullDownItemBlock {
  padding: 4px 8px;
}

/*
   Plain Content Like Form Controls
   If the input has class "viewMode"
   then it looks like plain text.
   */
textarea.viewMode, input.viewMode {
  border: none;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
/* CMS */
#cmsTreeSearch {
  white-space: nowrap;
}

/* RMS Select User box: sys:rms-users tag */
.rmsSearchBlock {
  position: relative;
  text-align: right;
}
.rmsSearchBlock .rmsSearchResults td {
  border-bottom: 1px solid #EEE;
  padding: 0em 1em;
}
.rmsSearchBlock .rmsSearchResults .message {
  border-bottom: none;
}
.rmsSearchBlock .rmsSearchResults {
  position: absolute;
  right: 0px;
  background-color: white;
  padding: 0.5em 1em;
  border: 1px solid black;
  text-align: left;
}

.rmsSearchBlock .rmsSearchResults .enabled {
  color: blue;
  cursor: pointer;
}

.rmsSearchBlock .rmsSearchResults .disabled {
  color: gray;
  text-decoration: none;
}

/* CMS Approval Process */
.contentApprovalList .cellActions * {
  cursor: pointer;
}
.cmsApprovalDetail .commentBlock {
  border-top: 1px dotted silver;
  margin: 0em 0em;
  padding: 1em;  
}
.cmsApprovalDetail .commentBlock .commentHeader {
  display: block;
  margin: 1em 0em;
}
.cmsApprovalDetail .commentBlock .stamp {
  color: #253C57;
  padding-right: 1em;
}
.cmsApprovalDetail .commentBlock .action {
  color: green;
}
.cmsApprovalDetail .commentBlock .comment {
  color: black;
}

/* PopUp Approval Detail */

/* Hidding/showing the request body */
.approvalDetailInactive .approvalBody { display: none; }

#dynamicPopUps {
  position:absolute;
  width: 100%;
  xheight: 100%;
  top: 25%;
  left: 0px;
  xbackground-image: url(images/fade.png);

}
.approvalDetailBox {
  background-color:#E7EBF7;
  border:1px solid #000000;
  margin: 0px auto;
  padding:10px;
  width:80%;
  position:relative;

}
div.approvalDetail  {
  background-color: #fff;
  moz-border-radius-topleft:9px;
  moz-border-radius-topright:9px;
  moz-border-radius-bottomleft:9px;
  moz-border-radius-bottomright:9px;
  padding-bottom: 10px;
}
.approvalClose {
  position:absolute;
  top: 4px;
  right: 5px;
  background-image: url(images/close-a.png);
  background-repeat: no-repeat;
  width: 65px;
  height: 18px;
  cursor: pointer;

}
.approvalClose span {
  display:none;
}
.approvalHeader {
  cursor: pointer;
  color: #425973;
  font-size:15px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(images/approval-open.png);
  background-repeat: no-repeat;
  background-position: 10px 11px;
}
.approvalDetailInactive .approvalHeader {
  background-image: url(images/approval-close.png);
  background-repeat: no-repeat;
  background-position: 10px 11px;

} 
.commentBlock  {
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  border-bottom: 1px dotted #555;
}
b.action {
  color: #425973;
  font-size: 13px;
}
pre.comment {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  color: #000;
  white-space:normal;
}

.approvalActionsPreview {
  text-decoration:none; 	
  background-color: #425973;	
  width: 79px;
  display:block;
  float:left;
  border-bottom: 1px solid #1c2530;	
  border-right: 1px solid #1c2530;	
  border-top: 1px solid #929fae;
  border-left: 1px solid #929fae;

}
.approvalActionsPreview span {
  padding: 7px 0px 7px 10px;
  font-size: 16px;
  color: #fff;
  display:block;
  


}
.approvalActionsApprove {
  text-decoration:none; 	
  background-color: #2f9031;	
  width: 79px;
  display:block;
  float:left;
  text-align:center;
  border-bottom: 1px solid #1c2530;	
  border-right: 1px solid #1c2530;	
  border-top: 1px solid #929fae;
  border-left: 1px solid #929fae;


}
.approvalActionsApprove span {
  padding: 7px 0px 7px 10px;
  font-size: 16px;
  color: #fff;
  display:block;
  
}
.approvalActionsDisapprove {
  text-align:center;
  text-decoration:none; 	
  background-color: #db4e02;	
  width: 79px;
  display:block;
  float:left;
  border-bottom: 1px solid #1c2530;	
  border-right: 1px solid #1c2530;	
  border-top: 1px solid #929fae;
  border-left: 1px solid #929fae;


}
.approvalActionsDisapprove span {
  padding: 7px 0px 7px 10px;
  font-size: 16px;
  color: #fff;
  display:block;
  
}
.approvalActions {
  overflow: hidden;
  height: 40px;
  padding-left: 15px;
}
.approvalActions span {
  margin-right: 5px;
  cursor: pointer;
}
.blockPrevious, .blockFollowing {
  background-color: #fff;
  moz-border-radius-topleft:9px;
  moz-border-radius-topright:9px;
  moz-border-radius-bottomleft:9px;
  moz-border-radius-bottomright:9px;
  margin-bottom: 6px;
  border:1px solid white;
  padding-bottom: 10px;
  padding-left: 15px;

}
.blockPrevious .approvalDetailInactive, .blockFollowing .approvalDetailInactive{
  padding: 0px;
  moz-border-radius-bottomleft:0px;
  moz-border-radius-bottomright:0px;
  moz-border-radius-topleft:0px;
  moz-border-radius-topright:0px;
}
.blockPrevious .approvalDetailInactive h2, .blockFollowing .approvalDetailInactive h2{
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.approvalDetail h2 {
}
.approvalDetail h2 i {
  color: inherit;
  font-style: normal;
}
.approvalActionsBy i {
  display: block;
  text-align: right;
  font-style: normal;
  padding: 0em 2em;
}
.blockFollowing .approvalDetailInactive .approvalHeader ,.blockPrevious .approvalDetailInactive .approvalHeader {
  background-position:10px 2px;
}
.approvalHistoryBlock {
  padding-top:0px;
  font-size: 18px;	
  color: #1e3249;
  font-weight: normal;
}
.blockPrevious .approvalDetailActive,  .blockFollowing .approvalDetailActive, .approvalDetail  {
  width: 98%;
  background-color: #e7ebf7;
  moz-border-radius-topleft:9px;
  moz-border-radius-topright:9px;
  moz-border-radius-bottomleft:9px;
  moz-border-radius-bottomright:9px;
  padding-bottom: 5px;
}
.approvalComments .mailError .commentHeader, .approvalComments .mailSuccess .commentHeader {
  display: none;
}
.approvalComments .mailSuccess * {
  color: green;
}
.approvalComments .mailError * {
  color: red;
}

.approvalComments pre, .approvalHeader{
  background-color:#E7EBF7;
}
pre.comment {
  background-color:#E7EBF7 !important;
}

/* Multi-Editors in CMS */
#contentEditors {
  padding: 0px;
}
.snippetToolbar {
  position: absolute;
  right: 10px;
  top: 2px;
}
.snippetToolbar * {
  cursor: pointer;
}
#contentIdContent_contIdX table {
   margin: 10px 0px;/* left-right margin causes problem with overleaping input boxes*/
  _width: 90% !important;
}
.editorBlock {
  x-position: relative; /* PROBLEM IN IE6 with getPosition() for PopUp Editor */
  margin: 0px;
}
.editorBlockActive .iconActive {
  display: inline;
}
.editorBlockInactive .iconActive {
  display: none;
}
.editorBlockActive .iconInactive {
  display: none;
}
.editorBlockInactive .iconInactive {
  display: inline;
}
.editorBlockActive {
  background-color: #e7ebf7;
}
.editorBlock h1 {
  position: relative;
  background-color: white;
  display: block;
  margin: 0px 0px;
  padding: 0px 5px;
  height: 25px;
  line-height: 18px;
  background-position: -18px 0px;
  background-repeat: no-repeat;
  background-color: #c6cfde;
  border-color: #e7ebf7 #6b829c #6b829c #e7ebf7;
  border-style: solid;
  border-width: 2px;
}
.editorBlock h1 img { /* David: taskId 16780958  */
  position: relative;
  top: -1px;
}
.editorBlockActive h1 * {
  font-weight: bold;
}
.editorBlockActive h1 .snippetToolbar * {
  font-weight: normal;  
}
table.readonly table.list-content, table.readonly table.table-content {
  opacity: 0.5;
  filter:alpha(opacity=50);
}
.inheritanceFlags a.inactive:hover,
.inheritanceFlags a:hover {
  color: black;
}
.inheritanceFlags a.inactive {
  color: white;
}
.inheritanceFlags a {
  font-size: 0.8em;
  cursor: pointer;
  text-decoration: none;
  color: #a5b2c6;
}

#ajaxSemaphor {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 1000;
}
#ajaxSemaphor.pending {
  background-image: url('images/spire-ajax.gif');
}
.ajaxNotice, .ajaxError, .ajaxError *, .ajaxWarning, .ajaxNotice *, .ajaxWarning * {
  color: white !Important;
}
.ajaxWarning {
  background-color: #A5B2C6;
}
.ajaxNotice {
  background-color: #425973;
}
.ajaxError {
  background-color: red;
}
.grippy {
	width: 10px;
	height: 14px;
	padding: 0px 5px;
	background-image: url('icons/icon-grippy.normal.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
/* http://wiki.project.cvs/index.php/JQuery#Table_Drag_and_Drop */
.tDnD_whileDrag {
  background-color: #A5B2C6 !important;
}
.tDnD_whileDrag td, .tDnD_whileDrag th {
	opacity: 0.5;
}

/* CMS.DesignEditor START */
.designVarSeparator input {
	margin: 1em 0em;
	font-size: 1.5em;
	font-weight: bold;
}
#variablesList .hasNoFocus, #variablesList .mouseOver {
	border: 0;
}
#variablesList .designVarSeparator input.hasNoFocus,
#variablesList .designVarSeparator input.mouseOver {
	border-width: 0px 0px 1px 0px;
	border-color: #6B829C;
	border-style: solid;
	color: #6B829C;
}
#variablesList input.mouseOver {
	background-image: url('icons/icon-edit.normal.gif');
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #E7EBF7;
}
#variablesList thead th {
	font-weight: bold !important;
	padding-bottom: 1em;
	color: #6B829C;
}
/* CMS.DesignEditor END */

.appObjectContainer {
	border: 1px solid #E7EBF7;
	width: 150px;
	padding: 5px;
}
.appContInfo {
	text-align: center;
}