﻿/* Master Page: Public. used as the master page for all publicly accessible pages except the sign in page */
.masterPublic
{
	color: #808080;
}

	.masterPublic h3
	{
		color: #005295;
	}

#MasterPublicContainerOuter /*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%;
}

#MasterPublicContainerInner /*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;
}

.masterPublicTitle 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: 10px;
}

	.masterPublicTitle h1 span
	{
		display: none;
	}

.masterPublicLogo
{
	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;
}

	.masterPublicLogo span
	{
		display: none;
	}

.masterPublicTitle p.p1
{
	display: none;
}

.masterPublicTitle p.p2
{
	display: none;
}

.masterPublicTitle p.p3
{
	left: 15px;
	top: -90px;
	*top: -100px;
	width: 448px;
	position: relative;
}

#MasterPublicSpacerPre, #MasterPublicSpacerPost
{
	display: none;
}

	#MasterPublicSpacerPre hr,
	#MasterPublicSpacerPost hr
	{
		display: none;
	}

#MasterPublicFormOuter
{
	width: 420px;
	position: relative;
	top: -540px;
	left: 510px;
}

#MasterPublicFormInner
{
	width: 420px;
	overflow: auto;
	padding: 0 6px;
}

.masterPublic .pageContents
{
	padding: 0;
	margin: 0;
}

.validationSummaryPublic
{
	*width: 96%;
}

.masterPublic .fieldsetGeneral
{
	*width: 90%;
}

.masterPublic .fieldsetGeneral legend
{
	color: #BE1E2D !important;
}

.masterPublic .fieldsetGeneral label
{
	color: #005295 !important;
}


.masterPublic a.formButton.red
{
	color: white;
	background: transparent url(default/FormButtonRedRight.png) no-repeat scroll right top;
}

	.masterPublic a.formButton.red span
	{
		background: transparent url(default/FormButtonRedLeft.png) no-repeat scroll left top;
	}

.masterPublic a.formButton.blue
{
	color: white;
	background: transparent url(default/FormButtonBlueRight.png) no-repeat scroll right top;
}

	.masterPublic a.formButton.blue span
	{
		background: transparent url(default/FormButtonBlueLeft.png) no-repeat scroll left top;
	}


.masterPublic #RightButtons
{
	*position: static;
	padding: 0;
	margin: 0;
}


/* ------------------------ */