/*
// Pandora FMS - the Flexible Monitoring System
// =============================================
// Copyright (c) 2004-2009 Artica Soluciones Tecnológicas S.L

// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; version 2

// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/

.title .toggle {
  background: none;
}
.title .toggle {
  background: transparent url(images/toggle.png) no-repeat scroll !important;
}

.title a {
  clear: none;
  zoom: 100%;
  padding: 1;
}

* html .timeEntry_control {
  /* IE only */
  margin-top: -4px;
}

table#simple input#text-snmp_oid {
  width: 70%;
}

div.configuration {
  margin-top: -20px;
}

form.delete_link {
  display: inline;
}
ul.action_list {
  list-style-position: outside;
}
ul.action_list li {
  display: block;
}
span.action_name {
  vertical-align: top;
  float: none;
}

div#foot {
  background: #ccc;
  width: auto;

  clear: both;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 15px #000000;
  -webkit-box-shadow: 0px 0px 15px #000000;
  box-shadow: 0px 0px 15px #000000;
}
div#foot a {
  color: #333 !important;
}

div#foot a.white:after {
  font-size: 10px;
  color: #666666;
  position: absolute;
  bottom: 5px;
  right: 10px;
}