<!-- 
/*
 * Phamm - http://phamm.rhx.it - <phamm@rhx.it>
 * Copyright (C) 2004,2005 Alessandro De Zorzi and Mirko Grava
 *
 * This file is part of Phamm.
 *  
 * 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
*/

/**
* @package application
* @subpackage mail
* @author Alessandro De Zorzi <adezorzi@rhx.it>
**/
-->

<STYLE type="text/css">
 
BODY
{
        BACKGROUND-COLOR: #FFFFFF;
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
}
 
.data
{
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        BACKGROUND-COLOR: #DDDDFF;
        BORDER: 1px solid #000000;
        FONT-SIZE: 14px;
}

.zata
{
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        BACKGROUND-COLOR: #CCCCCC;
        BORDER: 1px solid #000000;
        FONT-SIZE: 14px;
}

.plugin_active
{
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        BACKGROUND-COLOR: #FFF777;
        BORDER-left: 1px solid #000000;
        BORDER-right: 1px solid #000000;
        BORDER-top: 1px solid #000000;
        FONT-SIZE: 14px;
        PADDING: 5px;
}

.plugin
{
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        BACKGROUND-COLOR: #EEEEEE;
        BORDER-left: 1px solid #000000;
        BORDER-right: 1px solid #000000;
        BORDER-top: 1px solid #000000;
        FONT-SIZE: 14px;
        PADDING: 5px;
}

.plugin_body
{
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        FONT-SIZE: 14px;
        PADDING: 1px;
}


TR.data:hover
{
        BACKGROUND-COLOR: #FFBBBB;
}

TR.zata:hover
{
        BACKGROUND-COLOR: #FFBBBB;
}

H2,H3
{
		padding-top: 10px;
		font-size: 16px;
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        COLOR: #000000;
}

H1
{
		padding-top: 10px;
		font-size: 22px;
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        COLOR: #000000;
}

A
{
   font-size: 12px;
   color: #555599;
   FONT-FAMILY: sans-serif,helvetica,arial,verdana;
   font-weight: bold;
   text-decoration: none;
}

A.mio
{
   color: #555599;
   FONT-FAMILY: sans-serif,helvetica,arial,verdana;
   font-weight: bold;
   text-decoration: none;
   border-bottom: #a0a0a0 1px dotted;
}

A:hover
{
   color: #8888BB;
   border-bottom: #a0a0a0 2px solid;
}

.header
{
        BACKGROUND-COLOR: #BBBBFF;
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        FONT-WEIGHT: bold;
        VERTICAL-ALIGN: top;
        TEXT-ALIGN: center;
        FONT-SIZE: 12px;
	HEIGHT: 35px;
}

.navigation
{
        FONT-SIZE: 12px;
        FONT-WEIGHT: normal;
		padding: 4px 0px 0px 27px;
		font-weight: normal;
		text-decoration: none;
		letter-spacing: 2px;
		background-image: url('../../style/phamm/img/navigation.png');
		height: 20px;
		background-repeat: no-repeat;
		background-position: left center;
}

.footer
{
        BACKGROUND-COLOR: #DDDDFF;
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        FONT-WEIGHT: bold;
        VERTICAL-ALIGN: top;
        TEXT-ALIGN: left;
        FONT-SIZE: 12px;
}

.check
{
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        FONT-WEIGHT: normal;
        TEXT-ALIGN: center;
        FONT-SIZE: 10px;
		COLOR: #FF0000;
}

.note
{
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        FONT-WEIGHT: normal;
        FONT-SIZE: 10px;
		COLOR: #555555;
}

.box
{
        TEXT-ALIGN: center;
}

.box_false
{
        TEXT-ALIGN: center;
}

.box_true
{
        TEXT-ALIGN: center;
}

.box_
{
        TEXT-ALIGN: center;
}

.error
{
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        FONT-WEIGHT: bold;
        COLOR: #FF0000;
}

.debug
{
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        FONT-WEIGHT: bold;
		FONT-SIZE: 16px;
}

.warning
{
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        FONT-WEIGHT: bold;
        COLOR: #FF7700;
}

.success
{
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        FONT-WEIGHT: bold;
        COLOR: #00FF00;
}

.message
{
        FONT-FAMILY: sans-serif,helvetica,arial,verdana;
        FONT-WEIGHT: bold;
        COLOR: #000000;
}

input[type="text"],input[type="password"]
{
      background-color: white;
      border: 1px #808080 solid;
}

input.add[type="text"]
{
      background-color: #FFEEEE;
      border: 1px #808080 solid;
}

input[type="submit"]
{
      border-style: outset;
      border-width: 1px;
	  color: #42516C;
	  background: #EEEEEE;
	  font-size: 12px;
}

input[type="submit"]:hover
{
	  color: #657DA6;
      background-color: #E0E0E0;
}

input:focus
{
      background-color: #fff3c6;
}

.label
{
      font-weight: bold;
      text-align: right;
      vertical-align: top;
}

</STYLE>
