﻿/* LMEsword styles */
body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #e1e1e1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img.bg
{
min-height: 100%;
min-width: 1280px;
width: 100%;
height: auto;
position:fixed;
top: 0;
left: 0;
z-index:-1;
}
@media screen and (max-width:1280px) {
img.bg {
	left:50%;
	margin-left:-640px
	}
}
*html img.bg	{display:none;}
table.AccessHeader
{
    width: 350px;
    }
    
table.AccessHeader td {
    text-align: justify;
}    

.LoginPage #container {
	width: 100%;
	min-width: 970px;
	margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	width:100%;
	height:104px;
	text-align:center;
}

#header h1 a {
	background:url(../images/logo-lme.png) 0 0 no-repeat;
	width:246px;
	height:104px;
	display:inline-block;
	text-align:center;
}
*html #header h1 a {
	background:url(../images/logo-lme.gif) 0 0 no-repeat;
}
#header h1 span {
	display:none;
}

.Wrapper {
	width: 100%;
	height: 100%;
}

.Login{
    border-collapse: separate !important;
	background: white;
	background-position: center;
	font-weight: bold;
	padding: 3px;
	border: solid thin #808080;
	font-size: 80%;
	border-radius:5px;
	box-shadow:0 2px 3px #ccc;
}

.Login	{
}

.LoginPage a {
    font-weight: bold;
    font-family: Arial;
    font-size:small;
    color: #333333;
}

.LoginPage #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:20px 0;
	font-size: 65%;
	color: #333333;
}

.LoginPage #footer h2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 174px;
	height: 18px;
	background-image: url(../images/lg-lme.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: 10px;
}

.LoginPage #footer h2 span {
	display: none;
}

.LoginPage #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
