/* // 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. */ h1 { font: bold 1em Arial, Sans-serif; text-transform: uppercase; font-size: 18px; color: #ffffff; } h2 { font: bold 1em Arial, Sans-serif; text-transform: uppercase; font-size: 14px; } div#install_container { margin: 0 auto; margin-top: 35px; width: 600px; } div#logo_img { text-align: center; width: 200px; } div#wizard { text-align: left; border: 1px solid #999; margin-top: 3em; padding: 20px; padding-left: 20px; width: 600px; background-color: #fafafa; } div#install_box, div#install_img { float: right; padding-right: 20px; margin-top: 0px; width: 350px; } div#install_img { margin-bottom: 25px; margin-left: 25px; } div#foot_install { font-size: 7pt; color: #fff; margin-top: solid 2px #000; padding-top: 5px; padding-bottom: 5px; padding-left: 20px; padding-right: 20px; text-align: center; background: #777; width: 600px; border-left: 1px solid #999; border-right: 1px solid #999; } div#foot_install a{ color: #ccc; } input#step4, input#step4:hover { width: 70px; height: 16px; border: 0px; background-color: #fafafa; } div.warn { background: url(../../images/info.png) no-repeat; color: #ac4444; margin-top: 7px; padding: 2px 1px 6px 25px; } div.info { background: url(../../images/information.png) no-repeat; color: #000000; margin-top: 7px; padding: 2px 1px 6px 25px; } span.arr{ background: url(../../images/arrow.png) no-repeat; margin-top: 2px; margin-left: 5px; padding: 2px 1px 6px 15px; display: block; font-face: verdana,arial, sans; font-size: 8.5pt; } body { font-face: verdana,arial, sans; font-size: 9pt; background-color: #fff; }