/*
 +--------------------------------------------------------------------------+
 | phpMyBackupPro                                                           |
 +--------------------------------------------------------------------------+
 | Copyright (c) 2004 by Dirk Randhahn                                      |
 | http://sourceforge.net/projects/phpmybackup/                             |
 | Version information can be found in definitions.php.                     |
 |                                                                          |
 | 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; either version 2           |
 | of the License, or (at your option) any later version.                   |
 |                                                                          |
 | 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,USA.|
 +--------------------------------------------------------------------------+
*/

body        {font-size: 10pt;}
.standard   {font-size: 10pt;}
.bold       {text-align: center; font-size: 10pt; font-weight:bold;}
.bold_left  {text-align: left; font-size: 10pt; font-weight:bold;}
.green      {text-align: center; color: #00FF00; font-weight:bold;}
.green_left {text-align: left; color: #00FF00; font-weight:bold;}
.red        {text-align: center; color: #FF0000; font-weight:bold;}
.red_left   {text-align: left; color: #FF0000; font-weight:bold;}

table       {border:0;}
th          {font-size: 12pt; background-color: #565656; white-space:nowrap;}
td          {font-size: 10pt; text-align:left; vertical-align:middle;}
td.list     {font-size: 10pt; background-color: #E6E6E6;}
th.active   {font-size: 12pt; background-color: #E6E6E6; white-space:nowrap}

input       {font-size: 10px; vertical-align:middle; color: #000000; background-color: #E6E6E6; border: 0px;}
select      {font-size: 10px; vertical-align:middle; color: #000000; background-color: #E6E6E6; border: 0px;}
textarea    {font-size: 12px; vertical-align:middle; color: #000000; background-color: #E6E6E6; border: 0px;}
.button     {font-size: 10px; vertical-align:middle; color: #000000; background-color: #E6E6E6; border: 1px solid; cursor:pointer;}

a           {color: #888888; text-decoration: none}

/*used for logo and main table cell*/
td.main     {height: 400px;}
span.pmbp1  {font-size: 15pt;}
span.pmbp2  {font-size: 20pt;}
span.pmbp3  {font-size: 25pt;}
span.pmbp4  {font-size: 10pt;}
