﻿/**
 * Custom modifications
 */

/*#user-login-form ul {
 display: none !important;
}*/

#header ul.links {
 display: none !important;
}
#logo-floater {
 cursor: pointer;
}
div.more-help-link {
 display: none !important;
}
li.statistics_counter span {
 font-style: italic;
 color: #999;
}
div.breadcrumb span.current {
 color: #666 !important;
}
div.breadcrumb span.arrow {
 color: #99b !important;
}
table.user td, table.user th {
 padding: 0 !important;
}
#logo, thead.tableHeader-processed img, div.ical-link img, a.feed-icon img, th.active a.active img {
 border: none !important;
}
img {
 border-color: #027ac6;
}
body.error-page li.statistics_counter, div.event li.statistics_counter {
 display: none !important;
}

/**
 * Editing help box and link
 */

#help {
 position: fixed;
 right: 0;
 top: 0;
 border: 2px solid;
 border-width: 0 0 2px 2px;
 z-index: 5;
 opacity: .55;
 filter: alpha(opacity=55);
}
#help a.toggle, #help #help-links {
 display: block;
 padding: 3px 6px;
 outline: none;
 text-align: right;
}
#help #help-links {
 float: left;
}
#help .content {
 display: none;
}
#help a.tab, #help span.tab {
 display: block;
 float: left;
 padding: 2px 6px;
 outline: none;
 border-bottom: 1px solid;
}
#help span.tab {
 cursor: default;
}
#help #right-spacer {
 width: auto;
 padding: 2px 0;
}
#help a.active {
 border: 1px solid;
 border-width: 1px 1px 0 1px;
 padding: 1px 5px 3px 5px;
}
#help div.tab {
 padding: 5px;
 width: 510px;
 clear: both;
 display: none;
 text-align: left;
 height: 400px;
 overflow-y: scroll;
 border-right: 2px solid;
}
#help h2 {
 display: none;
}
#help div.tab div {
 font-weight: bold;
 font-size: 120%;
 margin-bottom: -8px;
}
#help li {
 padding-bottom: 6px !important;
}
#help div.tab em {
 font-weight: bold;
 font-style: italic;
}
#help div.tab img {
 vertical-align: middle;
 padding: 3px 0;
}
#help div.active {
 display: block !important;
}

#help, #help a.tab, #help span.tab, #help div.tabs {
 background: #CCE3F1;
}
#help div.tab, #help a.active {
 background: #EDF4F9;
}
#help, #help a.tab, #help a.active, #help span.tab, #help div.tab {
 border-color: #22d;
}
#help a.toggle {
 color: #00f;
}

@media print {
 #header {
  display: none !important;
 }
}