/*


 				MACHINE GENERATED FILE - DO NOT EDIT



		File generated on: Fri, 24 Mar 2017 15:11:05

		Copyright (c) 2008-2009 Group Logic Incorporated. All rights reserved.

		This source code may be used only by organizations licensed to use MassTransit, in conjunction with normal MassTransit usage. No portion 
		of it may be redistributed or modified without the written permission of Group Logic, Inc. See the Group Logic Software License Agreement 
		for more information.

*/



/*
		Copyright (c) 2008-2009 Group Logic Incorporated. All rights reserved.

		This source code may be used only by organizations licensed to use MassTransit, in conjunction with normal MassTransit usage. 
		No portion of it may be redistributed or modified without the written permission of Group Logic, Inc. See the Group Logic Software License Agreement for more information.
		
		ABSTRACT:	This file contains the styles that are used for the initial login page of MTWeb
					
					This is the SOURCE file that is used to generate the production version.  The production versions are optimized to have comments and whitespace removed, etc.

		Author: 	Douglas Hill
		Date:		2008/06/05
			   		
*/

body
{
	margin: 0;
	padding: 0;
}

#login_container
{
	height: 500px;
	width: 100%;
	margin: 0;
}

#loginTable input { /*	outline: none;*/ }

p, td, ul, ol, li, dl, dt, dd, blockquote
{
	font-size: 12px;
	color: #000;
}

#loginTable h1
{
	padding: 0;
	margin-bottom: 10px;
}

#loginTable
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#loginTable #content
{
	position: relative;
	float: left;
}

#loginTable #formFields
{
	float: right;
	position: relative;
	padding: 0;
	margin: 0;
}

#loginTable #formfields p
{
	margin: 3px 0 0 0;
	padding: 0;
}

.loginTableInput
{
	margin: 3px 0 0 0;
	padding: 0;
}

#loginTable #copyright
{
	clear: both;
	position: absolute;
	z-index: 3;
}

#loginTable #copyright td
{
	align:bottom;
	color: #CCC;
	font-size: 11px;
	font-weight: normal;
	font-family: "Helvetica Neue",Helvetica,Verdana,sans-serif;	
}


* html #loginTable #copyright
{
	/* controls display in IE */
	bottom: 40px;
	left: 60px;
}

#loginTable #content p.login_error
{
	margin: 0;
	padding: 0;
}

#loginTable p.login_msg
{
	font-size: 13px;
	margin-bottom: 18px;
	color: #3F3C3D;
	text-shadow: rgba(255, 255, 255, 0.8) 0px -1px 0px;
}

#loginTable p.admin_contact_text
{
	text-align: left;
	margin-top: 6px;
	margin-left: 12px;
	margin-bottom: 0px;
	padding: 0;
    display: none;
}

#loginTable #formFields #login_button { 
	text-align:center;	
	margin-top: 30px;
	background-position:top center;
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-right: 6px;  
}

#loginTable #formFields #login_button:link,
#loginTable #formFields #login_button:visited,
#loginTable #formFields #login_button {
	outline: none;
	text-decoration: none;
}

#loginTable #formFields #login_button:focus, #loginTable #formFields #login_button:hover {
	text-decoration: none;
	outline: none;
}

#loginTable #formFields #login_button:active {
	outline: none
	text-decoration: none;
} 