﻿
/* ------- This is the CSS Reset ------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body, .line
{
	*zoom:1;
}
body:after, .line:after
{
	clear:both;
	display:block;
	visibility:hidden;
	overflow:hidden;
	height:0!important;
	line-height:0;
	font-size:xx-large;
	content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

/* ------- HTML5 display-role reset for older browsers ------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	text-align:center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------- Remove Chrome's border around active fields ------- */

*:focus {
	outline: none;
}

/* ------- Disable background and border for input fields ------- */

input {
	background: transparent;
	border: 0;
}



/* --------------------------------------------------------------- */

/* ------- Body ------- */

body {
	background: #eeeeee url(../img/bg.jpg) top left repeat;
}


/* ------- Container ------- */

#container {
	margin: auto;
	margin-top: 60px;
	width: 524px;
	height: 262px;
	text-align: left;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
}

.AppLogo
{
    width:524px;
    height:125px; 
    margin:50px auto 0px auto;
    text-align:center;
}

.AppLogo img
{
    width:85px;
    height:85px; 
}
.AppLogo div
{
    font-family:Calibri;
    font-size:80px;
    padding-left:20px;
    font-weight:bolder;
}

/* ------- Login Form ------- */

.clientLogo
{
    margin-left:36px;
    margin-top:26px;
    float:left;
}
div.welcome {
	background-image: url(../img/form-bg.png);
	background-position: 0px 0px; 
	background-repeat:no-repeat;
	width: 524px;
	height: 262px;
	padding-top: 1px;
	position:relative;
}

.login
{
    padding-left:50px;
}
.login, .welcome-user {
	width: 470px;
	float: left;
	margin-top: 33px;
	margin-left: 40px;
	font-size: 20px;
}
.username-text {
	width: 70px;
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}

.password-text {
	width: 70px;
	float: left;
	margin-top: 0px;
	margin-left: 40px;
}

.welcome-text {
	width: 360px;
	float: left;
	margin-top: 50px;
	margin-left: 40px;
	line-height: 16px;
}

.username-field {
	height: 38px;
	float:left;
	margin-top: 20px;
	margin-left: 0px;
	/*background: url(../img/TFL/username-field_Combined.png) center left no-repeat;
	background-position: 0 0;*/
}
/*
.username-field:hover {
	background-position: 0px -38px;
}
*/
.password-field {
	height: 38px;
	float:left;
	margin-top: 10px;
	margin-left: 0px;
	/*background: url(../img/TFL/password-field_combined.png) center left no-repeat;
	background-position: 0 0;*/
}
/*
.password-field:hover {
	background-position: 0px -38px;
}
*/
input[type="text"], input[type="password"] {
	width: 250px;
	height: 16px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #2d2d2d;
	background-color:#ffffff;
	padding:6px;
}

/* ------------ Custom Checkbox ------------------------------- */

/* Works for browsers with CSS3 support (with or without Javascript) */
/* Works for Internet Explorer 6-8 (without CSS3 support) with Javascript */
/* If Javascript isn't available this doesn't work for Internet Explorer 6-8 */

input[type="checkbox"] {
	position: absolute;
	left: -999px;
}

input[type="checkbox"] + label {
	width: 132px;
	height: 24px;
	float: left;
	margin-top: 26px;
	margin-left: 37px;
	padding-left: 28px;
	display: block;
	position: relative;
	line-height: 24px;
	background: url(../img/checkbox-off.png) top left no-repeat;
}

input[type="checkbox"]:checked + label {
	background: url(../img/checkbox-on.png) top left no-repeat;
}

input[type="checkbox"]:checked:hover + label, input[type="checkbox"]:checked:focus + label {
	background: url(../img/checkbox-on-hover.png) top left no-repeat;
}

input[type="checkbox"]:not(:checked):hover + label, input[type="checkbox"]:not(:checked):focus + label {
	background: url(../img/checkbox-off-hover.png) top left no-repeat;
}

/* -------------------------------------------------------------------------- */

.forgot-usr-pwd {
	width: 220px;
	float: left;
	margin-top: 26px;
	margin-left: 0;
	color: #cccccc;
	line-height: 24px;
}

.forgot-usr-pwd b {
	color: #cccccc;
	text-decoration: none;
	cursor:pointer;
}

.forgot-usr-pwd a:hover, .forgot-usr-pwd a:focus {
	text-decoration: underline;
}

input[type="button"] {
	width: 95px;
	/*height: 73px;
	position: absolute;*/
	float: right;
	margin-top: 12px;
	margin-right: 6px;
	font-family: Verdana, Arial;
	font-size: 26px;
	color: #ffffff;
	height: 240px;
	padding-top: 170px;
	padding-bottom:10px;
	left: 420px;
}

input[type="button"]:hover, input[type="button"]:focus {
	background: url(../img/go-hover.png) bottom left no-repeat;
}

.home {
	width: 70px;
	height: 73px;
	float: left;
	margin-top: 122px;
	margin-left: 21px;
	font-size: 20px;
	padding: 25px 0 0 15px;
}

.home:hover, .home:focus {
	background: url(../img/go-hover.png) top left no-repeat;
}

.home a, .home a:hover, .home a:focus {
	color: #ffffff;
	text-decoration: none;
}

.form-validation
{
    width: 524px; 
    margin-left:auto; 
    margin-right:auto;
}
.validation-summary-valid
{
	display:none;
}
.validation-summary-ok
{
	position:relative;
	font-size:15px;
	color:White;
	font-weight:bold;
	margin-top:25px;
	padding:12px;
	border:2px solid #FFF;
	background:#85D311;
	background:-moz-linear-gradient(top,#A4DE4D 0,#89D311 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#A4DE4D),color-stop(100%,#89D311));
	-pie-background:linear-gradient(top,#A4DE4D 0,#89D311 100%);
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-box-shadow:1px 1px 5px 2px #c3c3c3;
	-webkit-box-shadow:1px 1px 5px 2px #c3c3c3;
	box-shadow:1px 1px 5px 2px #c3c3c3;
	font-family:Calibri;
    text-shadow: 0 0 0;
}
.validation-summary-errors,
.warning
{
	position:relative;
	font-size:15px;
	color:White;
	font-weight:bold;
	margin-top:25px;
	padding:12px;
	border:2px solid #FFF;
	background:#d31145;
	background:-moz-linear-gradient(top,#de4d74 0,#d31145 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#de4d74),color-stop(100%,#d31145));
	-pie-background:linear-gradient(top,#de4d74 0,#d31145 100%);
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-box-shadow:1px 1px 5px 2px #c3c3c3;
	-webkit-box-shadow:1px 1px 5px 2px #c3c3c3;
	box-shadow:1px 1px 5px 2px #c3c3c3;
	font-family:Calibri;
    text-shadow: 0 0 0;
}

.validation-summary-errors li, .validation-summary-ok li
{
	list-style-type: none;
}
