/**
* Entier Studio
*
* LICENSE
*
*	Copyright 2006 Entier Studio team.
*
*	Licensed under the Apache License, Version 2.0 (the "License");
*	you may not use this file except in compliance with the License.
*	You may obtain a copy of the License at
*		http://www.apache.org/licenses/LICENSE-2.0
*
*	Unless required by applicable law or agreed to in writing, software
*	distributed under the License is distributed on an "AS IS" BASIS,
*	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*	See the License for the specific language governing permissions and
*	limitations under the License.
*	 
* @package    entier.studio
* @copyright  Copyright (c) 2006 Entier Studio team. All rights reserved.
* @author	  $Author: yannromefort $
* @version	  $Id: login.MZ.css 131 2008-03-11 23:19:51Z yannromefort $
*/

body		{
	background-color	: appworkspace;
	margin		: 0;
	}

td			{

	border		: none;
	}

.frame		{
	width			: 90%;
	height		: 90%;
	border-right	: window 3px inset; 
	border-top		: window 3px inset; 
	border-left		: window 3px inset; 
	border-bottom	: window 3px inset; 
	background-color	: activecaption;
	}

.title		{
	
	color			: CaptionText; 
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-weight		: bold;
	font-size		: 20pt;
	text-decoration	: none
	}

.formPlace	{
	width			: 82%;
	height		: 100%;
	background-color	: Window;
	vertical-align	: top;
	}

.formView	{
	width			: 90%;
	border		: InactiveBorder 1px solid;
	background-color	: window;
	}

.formPane	{
	border		: InactiveBorder 1px solid;
	background-color	: Window;
	}

.formFoot	{
	width			: 90%;
	height		: 23px;
	border		: InactiveBorder 1px solid;
	}

.formTitle	{
	color			: CaptionText; 
	font-family		: Arial, Helvetica, sans-serif;
	font-weight		: bold;
	font-size		: 80%;
	background-color	: AppWorkspace;	
	text-decoration	: none;	
	padding-left	: 6px; 
	}

.formLabel	{
	background		: none; 
	color			: infotext;
	font-size		: 73%;	
	font-family		: Verdana, Helvetica, sans-serif;
	}

.formInput	{
	width			: 75%;
	color			: infotext;
	background-color	: window;
	font-size		: 73%; 	
	font-family		: Tahoma, Helvetica, sans-serif;
	cursor		: default;
	vertical-align	: middle;
	}

.LoginSpot {
	display		: block; 
	width			: 100%;
	font-weight		: bold;
	font-size		: 80%;
	font-family		: Arial, Helvetica,Sans-Serif;
	text-align		: center;
	padding		: 4px; 
	padding-right	: 0px; 
	color			: infotext;
	background		: buttonface;
	cursor		: pointer;
	}

.colorCell	{	
	background-color	: InactiveBorder;
	}

.emptyCell	{	
	background-color	: Window;
	}
