﻿
/*
	Only used on the Login.aspx page
*/

body {
    font-family: 'Play', sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

.ltBlue {
	color: #4a6491;
}

.clear {
	clear: both;
}

.rightHeader {
	font-size: 30px;
	float: none;
	color: #666666;
	margin-bottom: 20px;
	font-variant: small-caps;
}

.lw_left, .lw_right {
	position: relative;
	float: left;
}

.lw_left {
	width: 300px;
	height: 295px;
	border-right: 1px #e6e5e5 solid;
}

.lw_right {
	width: 370px;
	height: 225px;
	padding: 20px;
}

	/*.lw_right p {
		padding: 12px 0px 8px 0px;
		margin: 0px;
	}*/

	.lw_right td {
		padding: 0;
	}

.lw_logo {
	position: absolute;
	top: 60px;
	left: 35px;
	width: 171px;
	height: 161px;
	padding-top: 10px;
}

	.lw_logo img {
		border: solid 1px #949393;
	}

.textBig {
	font-size: 15px !important;
	width: 250px !important;
	box-shadow: none !important;
}

.textMed {
	font-size: 15px;
}

.textSmall {
	font-size: 14px;
}

.testlabel {
	margin-left: 450px;
}

.welcome {
	color: #4a6491;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
	display: inline-block;
}

.validationBox {
	display: inline-block;
	position: absolute;
	right: 40px;
	padding-top: 4px;
}

.valMsg, .errorMsg {
	color: red;
	font-size: 16px;
	font-weight: bold;
}

.activated {
	background-color: #1f2b45;
	color: #fff;
	padding: 4px 10px;
	border-radius: 4px;
	margin-bottom: 5px;
	display: inline-block;
}

.messageSuccess {
	font-size: 16px;
	font-weight: bold;
	color: #1f2b45;
}

.css3button, .css3button_disabled {
	padding: 7px 15px;
}

.btnLogin {
	width: 120px;
}

/* in the Master page */
.masterContainer {
	margin-top: 5%;
	width: 740px;
	background-color: rgba(255,255,255,0.94);
	color: #3e3d3d;
	font-size: 14px;
}
