﻿/* ---------------------------------------- G E N E R A L ---------------------------------------- */

html,
body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
		color:#999999;
		font-size:10px;
		background-image:url('../images/portal_bg.jpg');
		background-repeat: repeat-x;
		width:100%;
}

a
{
	color: #45392c;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

input
{
	font-size: 11px;
}

/* The distance determines whether the content floats in the vertical middle of the screen */
div.distance
{
	/*margin-bottom: -321px;
	height: 50%;*/
}

.horizon
{
    text-align: center;
	position: absolute;
	top: 0px;
	left: 50%;
}

/* The container contains everything else */
.container
{
    position: absolute;
    top: 0px;
    left: -480px;
	width: 960px;
	xheight: 100%;
	/*margin-left: auto;  /* Centering in           */
    /*margin-right: auto; /* FireFox, Safari, Opera */
    text-align: left;
}

/* Hacker Safe from Scan Alert */
.hackerSafeLogo
{
    display: none;
    position: absolute;
}

.hackerSafeLogoImg
{
    display: none;
    width: 115px;
    height: 30px;
    border: 0px;
}


/* The Owner Logo */
.logo
{
		background-image:url('../images/portal_logo1.jpg');
		position: absolute;
		background-repeat: no-repeat;
		width:305px;
		height: 81px;
		top: 0px;
}

/* The small round SyncForce symbol */
.SFsymbol
{
    position: absolute;
	top: 103px;
	right: 0px;
	width: 21px;
	height: 16px;
	background-image: url("../images/sficon.png");
	background-repeat: no-repeat;
}

.version
{
	position: absolute;
    top: 505px;
    leftt: 0px;
    color: #c1c1c1;
    font-size: 10px;
}

.copyright
{
    position: absolute;
    top: 520px;
    left: 0px;
    color: #c1c1c1;
    font-size: 11px;
}

.copyright a
{
    color: #c1c1c1;
}
/* Taalswitch */
.languageselectorholderlogin
{
    position: absolute;
    right: 0px;
	top: 150px;
	z-index: 5;
}


/* A friendly message */
.message
{
    color: #28ba2f;
}

.errorMessage
{
    color: #ff0000;
}



/* ---------------------------------------- C O N T R O L S ---------------------------------------- */
/* This section provides more detailed styling than sfi_controls.css */

.standardLabel
{
    width: 200px;
}

.standardTextbox
{
    width: 300px;
    height: 14px;
    border: #9598a1 1px solid;
    background: #ffffff;
    font-weight: normal;
    font-size: 11px;
}

.textbox150
{
    width: 150px;
}

.textbox175
{
    width: 175px;
}

.standardDdl
{
    width: 305px;
}

.button
{
    font-size: 11px;
    width: 100px;
}

.button75
{
    font-size: 11px;
    width: 75px;
}

.button150
{
    font-size: 11px;
    width: 150px;
}

.button175
{
    font-size: 11px;
    width: 175px;
}

.button200
{
    font-size: 11px;
    width: 200px;
}


/* ---------------------------------------- DIALOGUE PANEL ---------------------------------------- */
/* The dialogue panel contains the controls that form the dialogue. This dialogue panel is used in several login pages */

div.dialoguePanel
{
	position: relative;
	top: 234px;
	left: 0px;
	width: 260px;
	xmin-height: 100px;
	padding:20px;
	background-color:rgba(0,0,0,0.2);
	color:#606060;
	overflow:hidden;
	float:right;
	border: solid 1px #606060;
}

.dialoguePanel .message,
.dialoguePanel .errorMessage {
	margin: 0 20px 10px 20px;
}
.dialoguePanel .message span,
.dialoguePanel .errorMessage span {
	font-size: 11px;
}

div.dialoguePanel div.header
{
    position: relative;
	font-size: 1.20em;
	font-weight: bold;
	color: #0b3274;
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
}

div.dialoguePanel div.text
{
    position: relative;
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
}

div.dialoguePanel div.label
{
    display:block;
	margin-bottom:3px;
	font-size: 10px;
}

div.dialoguePanel input
{
    position: relative;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #a3a3a3;
}

.sfi_button
{
    position: relative;
	width: 105%;
}
.sfi_button {
    color: #ffffff !important;
	background-color: #000000;
    background-image: none;
    border: 0px solid #a3a3a3;
	padding: 5px 0px 5px 0px;
	height: 30px;
}

/* ---------------------------------------- DEFAULT PAGE ---------------------------------------- */

div.dialoguePanel div.username
{
    position: relative;
	xfloat:left;
	margin-left: 20px;
	margin-right: 20px;
}

div.dialoguePanel div.password
{
    position: relative;
	padding-top: 10px;
	xfloat:left;
	margin-left: 20px;
	margin-right: 20px;
}

div.dialoguePanel div.loginButton
{
    position: relative;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

div.dialoguePanel div.forgotPassword
{
    position: relative;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

div.dialoguePanel div.register
{
    position: relative;
	margin-left: 20px;
	margin-right: 20px;
}


/* ---------------------------------------- FORGOT PASSWORD ---------------------------------------- */

div.dialoguePanel div.email
{
    position: relative;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

div.dialoguePanel div.goToLogin
{
	display: none;
    position: relative;
	margin-left: 20px;
	margin-right: 20px;
	margin:20px;
	padding-top: 10px;
}

div.dialoguePanel div.forgotPasswordOK
{
    position: relative;
	margin-top: 10px;
	overflow: hidden;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
}


/* ---------------------------------------- CHANGE PASSWORD ---------------------------------------- */

div.dialoguePanel div.oldPassword
{
    position: relative;
	margin:20px;
	padding-top: 10px;
}

div.dialoguePanel div.newPassword
{
    position: relative;
	margin:20px;
	padding-top: 10px;
}

div.dialoguePanel div.confirmPassword
{
    position: relative;
	margin:20px;
	padding-top: 10px;
}

div.dialoguePanel div.changePasswordOK
{
    position: relative;
	margin:20px;
	padding-top: 10px;
}



/* ---------------------------------------- EXTRA ---------------------------------------- */

/* These extra divs/spans may be used as catch-alls to add extra imagery */

/* At the top of the page */
.extraDiv1
{
    position: absolute;
		background-image:url('../images/portal_logo2.jpg');
		background-repeat: no-repeat;
		width:242px;
		height: 77px;
		top: 0px;
		right: 0px;
}

.extraDiv2
{
    position: absolute;
		background-image:url('../images/Signin_image.jpg');
		background-repeat: no-repeat;
		width:302px;
		height: 54px;
		top: 180px;
		right: 0px;
}

.extraDiv3
{
    position: absolute;
		background-image:url('../images/Signin_extra1.jpg');
		background-repeat: no-repeat;
		width:620px;
		height: 140px;
		top: 305px;
		left: 0px;
}

/* At the bottom of the page */
.extraDiv4
{
    position: absolute;
}

.extraDiv5
{
    position: absolute;
}

.extraDiv6
{
    position: absolute;
}
/* ---------------------------------------- OWNER SPECIFIC HTML ---------------------------------------- */
.divOwnerLandingPageHtml
{
    position: absolute;
    top: 0px;
    left: 00px;
    color: #000000;
    font-size: 10px;
}

.headertxt
{
    position: absolute;
    top: 180px;
    left: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #606060;
	width: 600px;
    line-height: 120%;
}

.customtxt
{
    position: absolute;
    top: 200px;
    left: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #606060;
	width: 600px;
    line-height: 18px;
}

.customtxt a
{
	color: #606060;
	text-decoration: underline;
}
.customtxt a:hover
{
	color: #b11015;
	text-decoration: none;
}
