body {
	margin:0px;
	padding:0px;
	width:100%;
	min-height:100%;
}

#wrapper {
}

/* --------------------------------------------------------------------------------- */
/* > frame */

#frame {
	/*width:960px;*/
  width:auto;
  min-width:960px;
	margin:0px 20px 0px 20px;	
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

/* --------------------------------------------------------------------------------- */
/* > frame */

#window {
  margin:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

/* --------------------------------------------------------------------------------- */
/* > header */

#header {
  margin:30px 0 10px 0;
}

  #header tr {
    vertical-align:bottom;
  }
  
  #header .header_logo {
    width:600px;
  }
  
  #header .header_user {
    text-align:left;
  }

  #header .header_logout {
    text-align:right;
    vertical-align:middle;
    line-height:20px;
  } 

/* --------------------------------------------------------------------------------- */
/* > nav_l1 */

#nav_l1 {
  /*width:600px;*/
  margin-top:20px;
}

#nav_l1 a.nav_l1_item {
  display:block;
  float:left;
  height:19px; /*21px;*/
  padding:3px 10px 0 10px;
  margin:0 2px 0 0;
  text-align:center;
  /*background:#ffe1c4;*/
  color:#666666;
  font-weight:bold;
  text-decoration:none;
  border-top:1px solid #ebebeb;
  border-left:1px solid #ebebeb;
  border-right:1px solid #ebebeb;
}

#nav_l1 a.nav_l1_item.current, #nav_l1 a.nav_l1_item.current:hover {
  background:#ff7f00;
  color:#ffffff;
  border-top:1px solid #ff7f00;
  border-left:1px solid #ff7f00;
  border-right:1px solid #ff7f00;  
}

#nav_l1 a.nav_l1_item:hover {
  background:#ebebeb;
  color:#666666;
}

#nav_l1_bar {
  height:10px;
  background:#ff7f00;
}

/* --------------------------------------------------------------------------------- */
/* > nav_l2 */

#nav_l2 {
  margin:10px 0 0 0px;
}

#nav_l2 a.nav_l2_item {
  display:block;
  float:left;
  height:19px; /*21px;*/
  padding:3px 10px 0 10px;
  margin:0 2px 0 0;
  text-align:center;
  color:#666666;
  font-weight:bold;
  text-decoration:none;
  border-top:1px solid #ebebeb;
  border-left:1px solid #ebebeb;
  border-right:1px solid #ebebeb;
}

#nav_l2 a.nav_l2_item.current, #nav_l2 a.nav_l2_item.current:hover {
  background:#0060a6;
  color:#ffffff;
  border-top:1px solid #0060a6;
  border-left:1px solid #0060a6;
  border-right:1px solid #0060a6;
}

#nav_l2 a.nav_l2_item:hover {
  background:#ebebeb;
  color:#666666;
}

#nav_l2_bar {
  height:6px;
  background:#0060a6;
}

/* --------------------------------------------------------------------------------- */
/* > nav_l3 */

#nav_l3 {
  margin:10px 0 0 0px;
}

#nav_l3 a.nav_l3_item {
  display:block;
  float:left;
  height:19px; /*21px;*/
  padding:3px 10px 0 10px;
  margin:0 2px 0 0;
  text-align:center;
  color:#666666;
  text-decoration:none;
  border-top:1px solid #ebebeb;
  border-left:1px solid #ebebeb;
  border-right:1px solid #ebebeb;
}

#nav_l3 a.nav_l3_item.current, #nav_l3 a.nav_l3_item.current:hover {
  background:#0060a6;
  color:#ffffff;
  border-top:1px solid #0060a6;
  border-left:1px solid #0060a6;
  border-right:1px solid #0060a6;
}

#nav_l3 a.nav_l3_item:hover {
  background:#ebebeb;
  color:#666666;
}

#nav_l3_bar {
  height:3px;
  background:#0060a6;
}


/* --------------------------------------------------------------------------------- */
/* > nav_l4 */

#nav_l4 {
  width:900px;
  margin:10px 0 0 30px;
}

#nav_l4 a.nav_l4_item {
  display:block;
  float:left;
  height:19px; /*21px;*/
  padding:3px 10px 0 10px;
  margin:0 2px 0 0;
  text-align:center;
  color:#666666;
  text-decoration:none;
  border-top:1px solid #ebebeb;
  border-left:1px solid #ebebeb;
  border-right:1px solid #ebebeb;
}

#nav_l4 a.nav_l4_item.current, #nav_l4 a.nav_l4_item.current:hover {
  background:#0060a6;
  color:#ffffff;
  border-top:1px solid #0060a6;
  border-left:1px solid #0060a6;
  border-right:1px solid #0060a6;
}

#nav_l4 a.nav_l4_item:hover {
  background:#ebebeb;
  color:#666666;
}

#nav_l4_bar {
  height:10px;
  background:#0060a6;
}


/* --------------------------------------------------------------------------------- */
/* > title */

#title {
  margin:18px 0 0px 0;
  color:#0060a6; 
}

  #title .title_left {
    font-size:14px;
    font-weight:bold;
  }
  #title .title_right {
    font-size:10px;
    text-align:right;
  }

/* --------------------------------------------------------------------------------- */
/* > filter */

#filter {
  color:#666666;
}

 #filter .filter_criteria {
    background:#ebebeb;
  }

 #filter .buttons {
    width:80px;
    vertical-align:top;
  }
    
 #filter .separator {
    width:20px;
  }
  #filter .separator.gray {
     background:#ebebeb;
  }
  
 #filter .vseparator {
    height:10px;
  }

 #filter .vseparator.gray {  
    background:#ebebeb;
  }
  
  #filter select {  
    width:120px;
  }
  
  #filter .equipment {

  }

  #filter .equipment td{
    padding:5px;
    vertical-align:top;  
    width:150px;
  }  
  
/* --------------------------------------------------------------------------------- */
/* > results */

#results{
  color:#666666;
}

#results .pagination {  
  text-align:right;
}

#results .pagination a {
}

/* --------------------------------------------------------------------------------- */
/* > results */

#list {
}

#list.narrow {
  width:900px;
  margin:0 30px 0 30px;
}

#list th, #list tr {
  height:auto;
}

#list th, #list th a {
  color:#0060a6; 
}

#list tr.odd {
  background:#ebebeb; 
}

#list tr td a {
  padding:4px 0 0 0;
  height:auto;
  text-decoration:none;
  display:block;
}

#list tr td a {
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;  
}

#list tr.odd td a {
  border-top:1px solid #ebebeb;
  border-bottom:1px solid #ebebeb;  
}


#list td.delete {
  width:20px;
  padding-left:20px;  
}

#list td.align_right {
  text-align:right;  
}

#list.full_row_select tr td.delete a, #list.single_cell_select tr td.delete a, #list.full_row_select tr:hover td.delete a, #list.single_cell_select tr:hover td.delete a {
  display:block;
  overflow:hidden;
  text-align:center;
  background:#ff7f00;
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  float:left;
  height:14px;
  width:10px;
  margin:0 3px 0 0;
  padding:0 5px 0 5px;
  font-weight:normal;
  border:none;
}

#list.full_row_select tr:hover td.delete a:hover, #list.single_cell_select tr:hover td.delete a:hover {
  background:#ffe1c4;
  color:#ff7f00;  
}

#list.full_row_select tr:hover td a {
  background:#e8eef4;
  color:#000;
  border-top:1px solid #fff;
  border-bottom:1px solid #0060a6;
  /*text-decoration:underline;*/
}

#list.single_cell_select td:hover a {
  background:#e8eef4;
  color:#000;
  border-top:1px solid #fff;
  border-bottom:1px solid #0060a6;
  /*text-decoration:underline;*/
}




/*#list a.list_item.first {
  border-left:5px solid #cccccc;
  padding-left:5px;
  text-decoration:underline;
}*/

/* --------------------------------------------------------------------------------- */
/* > detail */

#detail{
  margin:0 30px 0 30px;
  color:#666666;
  font-weight:bold;
  width:900px;
}

  #detail .detail_labels {
    /*color:#0060a6;*/
    width:110px;
  }
  
  #detail .detail_labels.wide {
    width:300px;
  }
  
  #detail .detail_fields {
  }

  #detail .detail_buttons {
    width:80px;
    text-align:right;
    vertical-align:top;
  }
  
  #detail .equipment {
    margin-top:5px;
    border-top:1px solid #cccccc;
  }

  #detail .equipment td{
    padding:5px;
    vertical-align:top;  
    width:150px;
  }

/* --------------------------------------------------------------------------------- */
/* > detail_images */

#detail_images {
  margin:0 30px 0 30px;
  color:#666666;
  font-weight:bold;
  width:900px;
}

  #detail_images .detail_images_thumbnails {
  }

  #detail_images .detail_images_buttons {
    width:80px;
    text-align:right;
    vertical-align:top;
  }
  
  #detail_images .detail_images_image {
    display:block;
    overflow:hidden;
    float:left;
    width:160px;
    /*height:90px;*/
    margin:5px;    
  }
  
  #detail_images a.thumbnail {
    display:block;
    overflow:hidden;
    float:left;
    width:130px;
    height:97px;
    border:5px solid #ffffff;
  }
  
  #detail_images a.thumbnail.main {
    border:5px solid #0060a6;
   }    
  
  #detail_images a.thumbnail:hover {
    border:5px solid #dddddd;
  }

/* --------------------------------------------------------------------------------- */
/* > detail_hotels */

#detail_hotels {
  margin:0 30px 0 30px;
  color:#666666;
  font-weight:bold;
  width:900px;
}

  #detail_hotels select {
    width:180px;
  }

  #detail_hotels .detail_hotel_buttons {
    width:212px;
    text-align:right;
    vertical-align:middle;
  }

/* --------------------------------------------------------------------------------- */
/* > detail_documents */

#detail_documents {
  margin:0 30px 0 30px;
  color:#666666;
  font-weight:bold;
  width:900px;
}

   #detail_documents tr {
      height:3px;
  }

  #detail_documents .detail_documents_buttons {
    /*width:254px;*/
    text-align:right;
    vertical-align:middle;
  }


/* --------------------------------------------------------------------------------- */
/* > detail_dates */

#detail_dates {
  margin:0 30px 0 30px;
  color:#666666;
  font-weight:bold;
  width:900px;
}

  #detail_dates .detail_dates_fields {
    /* width:200px; */  
  }
  
  #detail_dates .detail_dates_buttons {
    width:86px;
    text-align:right;
    vertical-align:middle;
  }

/* --------------------------------------------------------------------------------- */
/* > detail_leaflet */

#detail_leaflet {
  margin:0 30px 0 30px;
  color:#666666;
  width:900px;
}
  
  #detail_leaflet .detail_leaflet_buttons {
    width:86px;
    text-align:right;
    vertical-align:middle;
  }

/* --------------------------------------------------------------------------------- */
/* > summary */

#summary {
  width:960px;
  font-size:10px;
  color:#666666;
}

  #summary .summary_text {
   /* width:700px;*/
  }
  
  #summary .summary_text p {
    margin:0 60px 5px 20px;
  }

  #summary .summary_buttons {
    width:80px;
    text-align:right;
    vertical-align:top;
  }

/* --------------------------------------------------------------------------------- */
/* > changelog */

.changelog {
  margin-bottom:0px;
}

.changelog tr {
  height:18px;
}

.changelog td.date {
  width:100px;
}

.changelog td.location {
  width:70px;
}
.changelog td.type {
  width:100px;
}
.changelog td.description {
}
/* --------------------------------------------------------------------------------- */
/* > footer */

#footer {
  margin:0 0 15px 0;
  /*background:#ebebeb;*/
  /*border-top:1px solid #ebebeb;*/
  color:#666666;
}

  #footer a {
    color:#666666;
  }

  #footer #footer_left {
    /*padding-left:10px;*/
    text-align:left;
  }

  #footer #footer_right {
    /*padding-right:10px;*/
    text-align:right;
  }

/* --------------------------------------------------------------------------------- */
/* > generic */

a, a:link, a:visited {
  color:#000000;
  text-decoration:underline;  
}

a:hover{
  text-decoration:none;  
}

a.btn {
  display:block;
  overflow:hidden;  
  float:right;
  width:60px;
  height:19px; /*21px;*/
  padding:3px 10px 0 10px;
  margin:0 0 6px 0;
  text-align:center;
  background:#ff7f00;
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
}

a.btn.grey {
  background:#ccc;
  color:#fff;
}

a.btn.grey:hover {
  background:#ebebeb;
  color:#ccc;
}


a.btn.narrow {
  float:left;
  height:17px;
  width:13px;
  margin:4px 3px 0 0;
  padding:4px 5px 0 5px;
  font-weight:bold;
}

a.btn.inline {
  float:none;
  width:auto;
  height:auto;
  display:inline-block;
  margin:-1px 0 0 0;
  padding:2px 6px;
  font-weight:bold;
  vertical-align:middle;
  line-height:16px;
}

a.btn.wide {
  width:100px;  
}

a.btn.small {
  padding:0 5px 0 5px;
  height:15px;
  margin:0;
  width:100px;
  font-size:10px;  
  /*background:#0060a6;*/
}

a.btn.horizontal {
  float:right;
  margin:0 0 0 6px;
}

a.btn.left {
  float:left;  
}

a.btn:hover {
  background:#ffe1c4;
  color:#ff7f00;
}


table, th, td, tr {
  padding:0px;
  margin:0px;
  border:0px;
  border-collapse: collapse;  
}

table {
  width:100%;
}

div.line {
  display:block;
  margin:6px 0 6px 0;
  height:1px;
  background:#ebebeb;
}

div.line.large {
  margin-top:17px;
  height:6px;  
}

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

input.field, textarea, select {
	padding:3px;
	margin:3px 5px 3px 0;
	border:1px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

.ralign {
  text-align:right;
}

input.field.important, textarea.important, select.important {
	border:1px solid #ff7f00;
}

/*
input.field:hover, textarea:hover, select:hover {
	border:1px solid #666666;
}
*/

input.field:focus, textarea:focus, select:focus {
	border:1px solid #0060a6;
	/*background:#e8eef4;*/
}

input.field:disabled:hover, textarea:disabled:hover, select:disabled:hover {
	border:1px solid #cccccc;
}

input.checkbox {
  margin-bottom:6px;
}

h2 {
  margin:10px 0 10px 0;
  padding:0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#0060a6;
  border-left:14px solid #0060a6;
  padding-left:5px;
}

h3 {
  margin:15px 0 0 0;
  padding:7px 0 6px 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#0060a6;
  border-top:1px solid #ebebeb;
}

div.error {
  margin:18px 0 0px 0;
  padding:5px 30px 5px 30px;
  color:#ff7f00;
  /*background:#ffe5cc;*/
  border-top:1px solid #ebebeb;
  border-bottom:1px solid #ebebeb;
}

div.error a {
  color:#ff7f00;
  font-weight:normal;
}

img, a img {
  border:none;
}

b {
  color:#0060a6;
}

p.indented {
  padding-left:30px;
  line-height:16px;
}

.small {
  font-weight:normal;
  font-size:10px;
}

.case_P {
  color:#ff7f00;
  font-weight:bold;
}

.case_O {
  color:#0060a6;
  font-weight:bold;
}

.case_J {
  color:#0060a6;
}

.case_S {
  color:#ccc;
  font-weight:bold;
}

.document_Č {
  color:#0060a6;
}

.document_urgent {
  color:#ff7f00;
  font-weight:bold;
}






.date_rollover {

}

.date_rollover .date_picker {
  display:none;
  width:300px;
  background:#000;
  z-index:1;           
}

.date_rollover:hover .date_picker {
  position:absolute;
  display:block;
}

table.stats {
  width:auto;
  margin:5px 30px 0 30px;
}

table.stats td, table.stats th {
  padding:4px 0;
  /*color:#0060a6;
  font-weight:bold;*/   
  border-bottom:1px solid #ebebeb; 
}

table.stats th {
  color:#000000;
  font-weight:normal;
}

table.stats .values {
  width:100px;
}

table.stats .labels {
  width:150px;
}

div.panel {
  float:left;
  margin:0px 30px;
  line-height:16px;
  width:420px;
}

div.clear { clear: both;   margin: 0; padding: 0;	border:0; font-size:0;}

.task_priority_1 {
  color:#666666;
}

.task_priority_3 {
  color:#0060a6;
  font-weight:bold;
}

.task_priority_10 {
  color:#ff7f00;
  font-weight:bold;
}

#tab_1, #tab_2, #tab_3, #tab_4, #tab_5, #tab_6, #tab_7, #tab_8, #tab_9, #tab_10 {
  display:none;
} 

.autocomplete_dropdown {
  position:absolute;
  width:200px;
  height:100px;
  background:#fff;
  border:1px solid #ddd;
  display:none;
  z-index:100;
  overflow-y:scroll; 
}

.autocomplete_dropdown li {
  list-style:none;
  padding:3px 7px;
}

.autocomplete_dropdown li:hover {
  background:#000000;
  color:#fff;
}

.cms_field_dropdown {
  display:none;
  position:absolute;
  left:0;
  top:26px;
  background:#fff;
  z-index:1;
  border: 1px solid #DDDDDD;
  width:100%;
  max-height:400px;
  overflow-y:scroll;
}

.cms_field_dropdown_option {
  padding:7px 10px;
  cursor:pointer;
  border-bottom: 1px solid #DDDDDD;
}

.cms_field_dropdown_option.last {
  border:none;
}

.cms_field_dropdown_option:hover {
  background:#e6f2fa;
}

.cms_field_dropdown_option_color {
  display:none;
  float:left;
  width:15px;
  height:15px;
  margin-right:10px;
}
