/***************************************************************************
 *                               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,td,th {
	font-family: Arial;
	color: #000000;
}
body {
	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;
}
.copy {
	font-size: 10px;
	font-weight: bold;
}
.menu1 {
	font-size: 12px;
	font-weight: bold;
}
.menu2 {font-size: 12px}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {color: #FF6600}
.style5 {color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.style9 {font-size: 15px}

A:link
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; text-decoration: none;
}

A:visited
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A:hover
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

input
{
	text-indent : 2px;
}

.vform
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #F7F7F7;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 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;
}

/* Password Strength Style */

#iSM
{
	margin:0 0 15px 0;
	padding:0;
	height:14px;
}

#iSM ul
{
	border:0;
	margin:4px 0 0 0;
	padding:0;
	list-style-type:none;
	text-align:center;
}

#iSM ul li
{
	display:block;
	float:left;
	text-align:center;
	padding:1px 0 0 0;
	margin:0;
	height:14px;
}

#iWeak,#iMedium,#iStrong
{
	width:75px;
	font-size:.7em;
	color:#adadad;
	text-align:center;
	padding:2px;
	background-color:#F1F1F1;
	display:block;
}

#iWeak,#iMedium
{
	border-right:solid 1px #DEDEDE;
}

#iMedium{
	width:75px;
}

#iMedium,#iStrong
{
	border-left-width:0;
}


/* A fake IE information bar */
#infobar {
	/*font: message-box;*/
font: .9em normal "Verdana", "Geneva", sans-serif;

}

/* Please adjust the values if the infobar is not looking good */
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active { display: block; float: left; clear: both; width: 100%; color: InfoText; 
               background-color: InfoBackground; background-image: 
               url('images/warning.gif'); 
               background-repeat: no-repeat; background-attachment: fixed; 
               text-decoration: none; cursor: default; border-bottom-style: 
               outset; border-bottom-width: .16em; padding-left: 2em; 
               padding-right: .3em; padding-top: .45em; padding-bottom: .45em; 
               background-position: .3em }
#infobar a:hover { color: HighlightText; background-color: Highlight; background-image: 
               url('images/warning2.gif'); 
               background-repeat: no-repeat; background-attachment: fixed; 
               background-position: .3em }
			   
/* A fake viewplot for IE information bar */
#viewplot {
	
	width: 100%;
	height: expression(this.parentNode.offsetHeight - this.offsetTop);
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 1em;   /* Please set this to the value as that of your <body> */
}
