/***************************************************************************
 *                               styles.css
 *                            -------------------
 *   begin                : Tuesday', Aug 15', 2002
 *   copyright            : ('C) 2002 Bugada Andrea
 *   email                : phpTM@free.fr
 *
 *   $Id: styles.css,v 1.00 2002/08/15 11:53:50 psotfx Exp $
 *
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   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.
 *
 ***************************************************************************/

body
{
	background-color: gray;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}
.dot 
{
border: 1px dotted;
color: #DEE3E7;
}
.help
{
	cursor: help;
}
img{border: 0px none;}

input
{
	text-indent : 2px;
}
.normalbutton{
	background-color: white;
	border: 1px dotted;
	color: gray;
	font: bold 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	m: expression(this.onmouseover =  new Function("this.className = 'normalbutton-hover';"));
 
}
.normalbutton:hover, .normalbutton-hover{
background-color: gray;
border: 1px dotted;
color : white;
font: bold 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;

m: expression(this.onmouseout =  new Function("this.className = 'normalbutton';"));
 

}

.normalbuttonreg{
	background-color: gray;
	border: 1px dotted;
	color: white;
	font: bold 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	m: expression(this.onmouseover =  new Function("this.className = 'normalbuttonreg-hover';"));
 

}
.normalbuttonreg:hover, .normalbuttonreg-hover
{
background-color: white;
border: 1px dotted;
color : gray;
font: bold 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
m: expression(this.onmouseout =  new Function("this.className = 'normalbuttonreg';"));
}

.vform
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333366;
	background-color: #FFFFFF;
	border-bottom: #6666CC 1px solid;
	border-left: #6666CC 1px solid;
	border-right: #6666CC 1px solid;
	border-top: #6666CC 1px solid;
}


.row1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #F5F5F5;
}

.row2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #F5F5F5;
}

.gensmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #F5F5F5;
}

.thHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-style: bold;
	color: #FFFFFF;
	background-color: #4682B4;
}
