@media print {
    .noPrint {
        display: none
    }
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;

  /* overflow-x: hidden; */
  /* overflow-y: scroll; */
  /* overflow: -moz-scrollbars-vertical; */


  background-color: #F0F0F0;
  /* background-color: #FFFFFF; */

  /* scrollbar-face-color:       #CCCCCC; */
  /* scrollbar-arrow-color:      #999999; */
  /* scrollbar-track-color:      #E0E0E0; */
  /* scrollbar-highlight-color:  #CCCCCC; */
  /* scrollbar-shadow-color:     #CCCCCC; */
  /* scrollbar-3dlight-color:    #A3A3A3; */
  /* scrollbar-darkshadow-color: #A3A3A3; */

  cursor: default;
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  border-bottom: 1px solid #BFBFBF;
  /* background-color: #E0E0E0; */
  margin-top: 16px;
  margin-bottom: 12px;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-weight: bold;
}

hr {
  height: 0px;
  color: #AAAAAA;
}

a {
  color: #A22A02;
  text-decoration: none;
}

a:visited {
  color: #A22A02;
  text-decoration: none;
}

a:active {
  color: #A22A02;
  text-decoration: none;
}

a:hover {
  color: #A22A02;
  text-decoration: underline;
}

.a_disabled {
  color: gray;
}

th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: left;
/*  text-align: center; */
  color: #000000;
  background-color: #E0E0E0;
  /* background-color: #EEEEEE; */
  /* background-color: #FAD870; */
  /* background-color: #FFF3C3; */
  /* background-color: #FFF9CC; */
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  /* text-align: center; */
  /* text-align: left; */
}

.menutable td {
  white-space: nowrap;
}

.menuitemtext {
  font-size: 9px;
}

.rsb td {
  padding-left: 5px;
  padding-right: 5px;
}

.rsb th {
  padding-left: 5px;
  padding-right: 5px;
}

td.highlight {
  background-color: #F3ECD1;
}

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}


.subtitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}


.default {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.note {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: italic;
}

.disabled {
  color: gray;
}

.button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-top: #DDDDDD 1px solid;
  border-left: #DDDDDD 1px solid;
  border-bottom: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  background-color: #FFFFFF;
  background-image: url(../images/button_bkg.gif);
  background-repeat: no-repeat;
  /*height: 20px;*/
  padding-top: 2px;
  padding-bottom: 2px;
}

.memo, .HTMLMemo, .HTMLMemoFullScreen {

  border-top: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-bottom: #DDDDDD 1px solid;
  border-right: #DDDDDD 1px solid;

  background-color : #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  cursor: text;
}

.edit {
  border-top: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-bottom: #DDDDDD 1px solid;
  border-right: #DDDDDD 1px solid;

  background-color : #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}  


select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.contentEditorFieldName {
  padding: 3px;
  padding-left: 6px;
  background-image: url(contenteditor_fieldname_bkg.jpg); 
  background-repeat: repeat-y;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
/*  font-weight: bold; */
}

.contentEditorMainFieldName {
  padding: 3px;
  padding-left: 6px;
/*
  background-image: url(contenteditor_fieldname_bkg.jpg);
  background-repeat: repeat-y;
*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #DDDDDD;
  text-transform: uppercase;
}

.contextMenuLink:visited {
  color: blue;
  text-decoration: none;
}

.contextMenuLink:hover {
  color: blue;
  text-decoration: none;
}

.contextMenuLink:active {
  color: blue;
  text-decoration: none;
}


.dataBox th {
  background-color: #E0E0E0;
  font-size: 12px;
  padding-left: 4px;
  padding-right: 4px;
}

.dataBox td {
  background-color: #F0F0F0;
  font-size: 11px;
}

.fieldLabel {
  /*font-weight: bold;*/
  font-size: 11px;
  padding-right: 20px;
}

.pageHeader {
  font-size: 15px;
  font-weight: bold;
}

ul.wide-list li {
  padding-bottom: 4px;
}

.error {
  color: red;
}


img.menuicon {
  border: 1px black solid;
  border: none;
}


.configFileEdit
{
/*  border: 0px;*/
  width: 100%;
  height: 100%;
  font: 8pt;
  /* font: 9pt "Lucida Console", Courier, monospace; */
  background-color: infobackground;
  word-wrap: false;
}



/* <Context menu> */

.contextMenu
{
  width: 140;
  background-color: #E0E0E0;
  border: 1px outset black;
  font-size: 11px;

  cursor: default;
  position: absolute;
  display: none;
  z-index: 10000;
}

.contextMenuItem
{
  padding-left: 18;
  padding-top: 2;
  padding-bottom: 2;
  color: #A22A02;
}

.contextMenuItemHighlight
{
  padding-left: 18;
  padding-top: 2;
  padding-bottom: 2;
  background-color: highlight;
  color: white
}

.contextMenuItemDefault
{
  font-weight: bold;
}

.contextMenuItemDisabled
{
  color: gray;
  /* font-style: italic; */
}


.contextMenuSeparator
{
  height: 1px;
  background-color: #AAAAAA;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 1px;
  margin-right: 1px;

  font-size: 1px;
  line-height: 1px;
}

/* </Pop-up menu> */



/* <Mihai Bazons DHTML calendar> */

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center;
  font-size: 12px; /* cms */
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #f4f0e8;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
  color: #B52929; /* cms */
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background: #e4e0d8;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background: #c4c0b8;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #f4f0e8;
}

.calendar tbody .rowhilite td {
  background: #e4e0d8;
}

.calendar tbody .rowhilite td.wn {
  background: #d4d0c8;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  padding: 2px 2px 0px 2px;
  background: #e4e0d8;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
  color: #B52929; /* cms */
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #f4f0e8;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #e4e0d8;
  font-size: smaller;
  padding: 1px;
}

.combo .label {
  text-align: center;
  padding: 1px;
}

.combo .active {
  background: #c4c0b8;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.combo .hilite {
  background: #048;
  color: #fea;
}

/* </Mihai Bazons DHTML calendar> */


.workflowBox
{
  background-color: #FFFFF0;
  padding: 7px;
  border: #AAAAAA 1px solid;
}

.workflowBoxSeparator
{
  background-color: #AAAAAA;
}

.workflowHeader
{
  font-weight: bold;
  font-size: 14px;
}



.oe_calendar {
  text-align: center;
  border: 1px solid #E0E0E0;
}

.oe_calendar .month {
  text-align: center;
  font-weight: normal;
}

.oe_calendar .week {
  text-align: right;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: normal;
}

.oe_calendar .day_name {
  text-align: center;
  /* font-weight: normal; */
}

.oe_calendar .day {
}

.oe_calendar .day_selected {
  background-color: #F6B748;
  background-color: #B52929;
  color: #CFCFCF;
}

.oe_calendar .day_selected A {
  color: #EEEEEE;
}
.oe_calendar .day_other_month {
  color: #DEDCDC;
}

.oe_calendar .day_other_month A {
  background-color: none;
  color: #CFCFCF;
}

.content-row-toolbar {
  /* zobrazuje sa tu aj text, nie len ikony */
  /*
  font-size: 1px;
  line-height: 1px;
  */
}

.content-row-toolbar img {
  /*border: 1px solid #CCCCCC;*/
  margin: 1px;
  margin-bottom: 2px;
  background-color: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5; 
  vertical-align: middle;
}

.content-row-toolbar a:hover img {
  margin: 0px;
  margin-bottom: 1px;
  border: 1px solid #3A6EA5;
  background-color: #E0E8F1;
  filter: none;
  -moz-opacity: 1; 
}

form {
  margin-top: 0px;
  margin-bottom: 0px;
}

.unread_message {
  font-weight: bold;
}

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

.menuDivOuter {
  position: absolute;
  z-index: 1000;
}

.menuDivInner {
  position: absolute;
  left: 6px; 
  top: -4px;
  width: 750px;
  z-index: 1000;
}

.contentEditorGroupSeparator {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #CCCCCC;
}


.console {
  background: white;
  padding: 6px;
  border: 1px solid #AAAAAA;
  margin-top: 6px;
  margin-bottom: 6px;
}

.console th {
  background: white;
  font-weight: normal;
  font-style: italic;
}

.infobackground {
  background-color: infobackground;
  background-color: #FFFFF0;  
}

.cmsobject {
  border: 1px dashed red;
  padding: 3px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-family: "Lucida Console", "Courier New", Courier, monospace;  
}


/* Default DOM Tooltip Style */
div.domTT {
	border: 1px solid #333333;
	background-color: #ffffe1;
	width: 300px;
}
div.domTT .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px;
	color: #000000;
}
div.domTT .contents {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 2px;
	background-color: #ffffe1;
}

#debug {
    overflow: auto; 
    width: 350px; 
    position: absolute; 
    top: 0; 
    right: 0; 
    height: 660px; 
    z-index: 0; 
    font-family: verdana, sans-serif; 
    font-size: 10px; 
    background-color: rgb(118, 130, 125); 
    padding: 5px; 
    color: rgb(209, 220, 211); 
    border: solid 3px #ffeebb;
}

.povinny {
    text-decoration: underline;
}

.readonly {
    background-color: #F4F4F4;
}
