﻿/*
* Fecha de creación:	26-Marzo-2015
* Autor:				Diana Flores
*
* Descripción:			Hoja de estilos para el template Table público del Panel de Control
*/

.LoginTable
{
	border-spacing: 5px;
	padding: 5px;
}

.LoginTable .Button
{
	text-align: right;
}

.LoginTable .Forgot
{
	text-align: right;
}

.LoginTable .Name
{
	color: #333;
	color: White;
	font-size: 14px;
}

.LoginTable .Title
{
	color: #333;
	color: White;
	font-family: Arial;
	font-size: 16px;
	text-align:right;
}
.LoginTable .Remember
{
	font-family: Arial;
	font-style: Regular;
	font-size: 12px;
}

.LoginTable RowSpace
{
	height: 15px;
}

.LoginTable .Space
{
	width: 20px;
}



.FormTable
{
	border-spacing: 5px;
	font-family: Arial;
	padding: 5px;
	margin-left: 20px;
}

.FormTable .Name
{
	vertical-align: top;
	width: 125px;
}

.FormTable .Field
{
	vertical-align: top;
	width: 220px;
}

.FormTable .SmallField
{
	vertical-align: top;
	width: 120px;
}

.FormTable .MicroField
{
	vertical-align: top;
	width: 60px;
}

.FormTable .LargeField
{
	vertical-align: top;
	width: 320px;
}

.FormTable .FieldWithSearch
{
	vertical-align: top;
	width: 240px;
}

.FormTable .SmallName
{
	vertical-align: top;
	width: 100px;
}

.FormTable .LargeName
{
	vertical-align: top;
	width: 200px;
}

.FormTable .Required
{
	color: #ff0000;
	font-size: 14px;
	vertical-align: top;
	width: 10px;
}

.FormTable .Space
{
	width: 200px;
}

.FormTable .SmallSpace
{
	width: 20px;
}