﻿
/* Login Styles */

div.loginBox
{
	width: 662px;	
	border: none;
	padding: none;
	margin: none;
	font: .8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

div.loginBox a
{
	font-weight: bold;
	text-decoration: none;
	color: #31a4fc;
}

div.loginTabs
{
	height: 31px;
	border: none;
	padding: none;
	margin: none;
	background-image: url(Login-Window-TabHeader.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

div.loginBoxContent
{
	background-color: #ffffff;
	background-image: url(Login-Window-Background.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-left: solid 1px #B8B8B8;
	border-right: solid 1px #B8B8B8;
	/* Border-Bottom is a needed HACK */
	border-bottom: solid 1px #ffffff;
	border-top: none;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 35px;
	padding-right: 35px;
	margin: none;
	text-align: left;
}

div.loginFooter
{
	height: 6px;
	border: none;
	padding: none;
	margin: none;
	background-color: Transparent;
}

.loginFailure
{
	color: #ff0000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.loginTabImage
{
	left: 10px;
	top: 0px;
	position: relative;
}

.loginFooterImage
{
}

.loginInput
{
	font-size: 1.4em; 
	width: 220px;
}

.loginTitle
{
	font-size: 1.4em; 
	font-weight: bold;
	color: #707070;
	text-align: left;
}

.loginInstructions
{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

#loginContentArea
{
	/* Matches with internal pages Navigation */
	margin-left: auto;
	margin-right:auto;
	width:665px;
	padding-top:40px;
}

@import "FooterLayout.css";

