﻿/*************************************************************************************************

	Applaud IDMS Login Style Style Sheet
	Applaud Web Solutions [www.applaud.uk.com]
	Document last ammended: 12th July 2007
	
	This is the style sheet for the login page only.

*************************************************************************************************/
* { 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
body {
	background: #e5e5e5;
	font-size: 62.5%;
	color: #fff;
	padding: 2em;
}

.clear-fix { clear:both; }
/*************************************************************************************************
Main pahe wrapper, holds everything */
div#wrapper {
	width:700px;
	margin:auto;
}
/*************************************************************************************************
Main container which holds the login form */
div#container {
	background: url(../images/template/login_backgrounds/1.gif) no-repeat top;
	border: 0px;
	width: 700px;
	height:433px;
	float:left;
	display:block;
}

/*************************************************************************************************
Error messages */
#Label1 {
	font-weight:normal;
	font-size:12px;
	background: url(../images/BoldAlert.gif) no-repeat top center;
	color:#fff;
	padding-top: 25px;
	display:block;
	width: 700px;
	height: 40px;
	text-align: center;
	float: left;
}

/*************************************************************************************************
HTML table that holds the login form */
.loginContainer {
	margin-top:275px;
	margin-left:75px;
	font-family: Verdana;
	font-size: 12px;
}

#reminder
{
	color: #000;
	width: 700px;
	text-align: center;
	float: left;
}

.Input
{
	border: solid 1px #000;
	padding: 5px;
	font-family: Verdana;
	font-size: 11px;
}

.Button
{
	padding: 5px;
	font-family: Verdana;
	font-size: 11px;
	border: solid 1px #000;
}

.TextButton
{
	padding: 5px;
	font-family: Verdana;
	font-size: 10px;
	border: 0px;
	background: none;
	color: Red;
	cursor: pointer;
	height: 19px;
}

.TextButton a:hover
{
	text-decoration: underline;
}


