/* CSS */

/* not yet created page in wiki shall be red */
a.nowiki {
  color: red !important;
}

/* as note directive is not taken into account in ODT export of wiki we mark them as grey */
div.note {
background-color:#BBBBBB;
padding:1em 1em 1em 1em;
}

p.admonition-title {
font-weight:bold;
}

/* Fix document main titles that look like section titles */
div.document h1.title {
  text-align: center;
}

div.document h2.subtile {
  text-align: center;
}

div.important {
background-color:#FFDDDD;
padding:1em 1em 1em 1em;
}

#content .document ol li {
  list-style-type:decimal;
}

dt {
  font-weight : bold;
}

#breadcrumbs {
  display: block;
}

/*  CRM */

.crm-alerts #contentbar,
.prospect-view #contentbar,
.mission-view #contentbar{
  width : 100%;
}

#mission-view-comments
{
 min-width : 50em; /* because pre text */
 overflow : auto;
}

#page.mission-view{
  width : 100%;
}

#header .title {
 padding-top: 40px;
 padding-left: 20px;
 text-align: left;
}

#header {
  background-color: transparent; 
  background-image: url('../../images/banner-budapest/;download'); height: 140px;
}


#header .header-toolbar {
  -moz-border-radius:none;
  background:none repeat scroll 0 0 transparent;
}