/*
$Id: webfm.css,v 1.2 2002/12/19 15:44:53 andrew Exp $

(C) Andrew Arefieff, 2002

Email: andrew@mt.lviv.ua

This file is part of Web Shell v3.01.

This program may be used in compiled form in any way you desire.
This program may be redistributed unmodified by any means PROVIDING it is
not sold for profit without the authors written consent, and
providing that this notice and the authors name is included.

Web Shell v3.01 is provided 'as is' with no expressed or implied warranty.
The author accepts no liability if it causes any damage to your computer.

Expect Bugs.
Please let me know of any bugs/mods/improvements.
and I will try to fix/incorporate them into this file.
*/

BODY {
    background: white url(http://mail.foresightful.com/webshell3/themes/default/background/left_panel.png);
	background-attachment: fixed;
   }
a {  /*color:#124181*/
    color:black;
    text-decoration: none;
   }
a:HOVER {
    /*color:#0034A8;*/
    text-decoration: underline;
}
td {  color:black;font-family:Verdana, Tahoma, Arial, Helvetica; font-size:10pt}
.vbar {
    background-color: #D1DBEA;
}
.hbar {
   background-color: #DEE8F7;
}
INPUT[TYPE="TEXT"], INPUT[TYPE="PASSWORD"], TEXTAREA {
        border-bottom:thin solid #4068b2;
        border-right:thin solid #4068b2;
        border-top:thin solid #4068b2;
        border-left:thin solid #4068b2;
        padding-left: 3px;
		font-size: 8pt;
        font-family:Verdana, Arial, Helvetica;
		background: white;
       }
.td_bg {
   background-color: #598add;
}
.td_dark {
   background-color: #355794;
}
.tborder {
   background-color: #6D7BA4;
}