﻿/* Master Page: Sign In. used as the master page for the sign in page */
.masterSignIn
{
	color: #808080;
}

.masterSignIn h3
{
	color: #005295;
}

#MasterSignInContainerOuter /*containing div primarily used to allow the page to be centered vertically*/
{
	position: absolute;
	top: 50%;
	height: 510px;
	margin-top: -300px;
	left: 0;
	width: 100%;
}

#MasterSignInContainerInner /*containing div primarily used to allow the page to be centered horizontally*/
{
	width: 960px;
	height: 510px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.masterSignInTitle h1
{
	width: 352px;
	height: 65px;
	background-color: Transparent;
	background-image: url(SignIn/KallidusLogo65px.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 520px;
	top: 50px;
}

	.masterSignInTitle h1 span
	{
		display: none;
	}

.masterSignInLogo
{
	width: 500px;
	height: 500px;
	background-color: Transparent;
	background-image: url(SignIn/KallidusSplashImage.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	top: -85px;
}

	.masterSignInLogo span
	{
		display: none;
	}

.masterSignInTitle p.p1
{
	display: none;
}

.masterSignInTitle p.p2
{
	display: none;
}

.masterSignInTitle p.p3
{
	left: 15px;
	top: -90px;
	*top: -100px;
	width: 448px;
	position: relative;
}

#MasterSignInSpacerPre, #MasterSignInSpacerPost
{
	display: none;
}

	#MasterSignInSpacerPre hr, #MasterSignInSpacerPost hr
	{
		display: none;
	}

#MasterSignInFormOuter
{
	width: 420px;
	position: relative;
	top: -500px;
	left: 510px;
}

#MasterSignInFormInner
{
	width: 420px;
	overflow: auto;
}


.masterSignIn a.formButton.red
{
	color: white;
	background: transparent url(default/FormButtonRedRight.png) no-repeat scroll right top;
}

	.masterSignIn a.formButton.red span
	{
		background: transparent url(default/FormButtonRedLeft.png) no-repeat scroll left top;
	}

.masterSignIn a.formButton.blue
{
	color: white;
	background: transparent url(default/FormButtonBlueRight.png) no-repeat scroll right top;
}

	.masterSignIn a.formButton.blue span
	{
		background: transparent url(default/FormButtonBlueLeft.png) no-repeat scroll left top;
	}

/* ------------------------ */

/* Page: Sign In (SignIn.aspx)*/
.signInMessage
{
	display: block;
	margin-bottom: 20px;
	max-height: 120px;
	overflow: hidden;
}

.signInButton
{
	cursor: pointer;
	float: right;
	color: white;
}

span.signInButton {
	border: none;
	padding-right: 5px;
	margin: 5px;
	height: 22px;
	background: transparent url(default/FormButtonRedRight.png) no-repeat scroll right center;
}

input.signInButton {
	border: none;
	margin: 0;
	text-align: center;
	height: 22px;
	background: transparent url(default/FormButtonRedLeft.png) no-repeat left center;
	text-indent: 5px;
}

#SignInSpacerPre,
#SignInSpacerPost
{
	display: none;
}

.signInAdditionalLinks
{
	list-style-type: none;
	margin: 40px 0 0 0;
	padding: 0;
}

	.signInAdditionalLinks li
	{
		margin-bottom: 5px;
	}

		.signInAdditionalLinks li.cookiePolicy {
			padding-top: 30px;
		}

.formSignIn label,
.formPasswordRecovery label,
.formIdentityConfirmation label
{
	line-height: 22px;
	vertical-align: middle;
	color: rgb(190,30,45);
}

table.formSignIn,
table.formPasswordRecovery,
table.formIdentityConfirmation
{
	width: 420px;
}

table.formPasswordRecovery,
table.formIdentityConfirmation
{
	margin-bottom: 20px;
}

	table.formSignIn tr,
	table.formPasswordRecovery tr,
	table.formIdentityConfirmation tr
	{
		height: 17px;
	}

		table.formSignIn tr th,
		table.formPasswordRecovery tr th,
		table.formIdentityConfirmation tr th
		{
			vertical-align: top;
		}

		table.formSignIn tr td,
		table.formPasswordRecovery tr td,
		table.formIdentityConfirmation tr td
		{
			padding-right: 4px;
			width: auto;
			vertical-align: text-bottom;
		}

.formSignIn input, .formSignIn input,
.formPasswordRecovery input, .formPasswordRecovery input,
.formIdentityConfirmation input, .formIdentityConfirmation input
{
	width: 99%!important;
	height: 17px;
	/*IE6 & IE7 Hacks*/
	*margin: 0;
	*padding: 0;
	*vertical-align: top;
	*float: right;
	*width: 280px!important;
	*height: 17px;
}
/* ------------------------ */