﻿/* This is client specific! */

html,
body
{
	font-size: 11px;
	margin-top: 0px;
	min-width: 970px;
	padding: 0px;
	color: #4d4d4d;
    background-image: url("../images/top_bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

a
{
	color: #4d4d4d;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
	color: #fff;
}

input
{
	font-size: 11px;
}

/* The distance determines whether the content floats in the vertical middle of the screen */
div.distance
{
    display: none;
}

.horizon
{
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    height: 100%;
    width: 0px;
}

/* The container contains everything else */
.container
{
    position: absolute;
    left: -480px;
    top: 0px;
	width: 960px;
	height: 100%;
}

/* Hacker Safe from Scan Alert */
.hackerSafeLogo
{
    display: none;
    position: absolute;
}

.hackerSafeLogoImg
{
    width: 115px;
    height: 30px;
    border: 0px;
}


/* The Owner Logo */
.logo
{
    position: absolute;
    background-image: url("../images/signin_logo.png");
	background-repeat: no-repeat;
	width: 250px;
	height: 55px;
	top: 25px;
	left: 20px;
}

/* The small round SyncForce symbol */
.SFsymbol
{
    position: absolute;
	top: 5px;
	right: 0px;
	width: 21px;
	height: 16px;
	background-image: url("../images/sfIcon.png");
	background-repeat: no-repeat;
}

.version
{
    position: absolute;
    bottom: 20px;
    left: 5px;
    color: #b5b4b4;
    font-size: 10px;
}

.copyright
{
    position: absolute;
    bottom: 10px;
    left: 5px;
    color: #b5b4b4;
    font-size: 10px;
}

.copyright a
{
    color: #b5b4b4;
}

/* Taalswitch */
.languageselectorholderlogin
{
    position: absolute;
    right: 0px;
    top: 110px;
    z-index: 10;
}
/* A friendly message */
.message
{
    color: #000;
}

.errorMessage
{
    color: #000;
}


/* ---------------------------------------- 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 0px 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: 160px;
	left: 0px;
	z-index: 2;

	width: 245px;
	min-height: 242px;
	padding: 40px 20px 20px 20px;
	float: right;

	background-color: #e85c0f;
	border-radius: 5px;
	overflow: hidden;

	text-align: left;
	color: #fff;

}

.dialoguePanel .message span,
.dialoguePanel .errorMessage span {
	margin: 0 20px 10px 20px;
	font-size: 11px;
}

div.dialoguePanel div.header
{
    position: relative;
	font-size: 1.20em;
	font-weight: bold;
	color: #fff;
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
}

div.dialoguePanel div.text
{
    position: relative;
	width: 90%;
	margin-left: 20px;
	margin-right: 20px;
	color: #fff;
}

div.dialoguePanel div.label
{
    display:block;
	margin-bottom:3px;
	padding-left: 5px;
	color: #fff;
}

div.dialoguePanel input
{
    position: relative;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #4f4f4f;
}

.sfi_button
{
    position: relative;
	width: 105%;
}
.sfi_button {
    color: #f25d00 !important;
	background-color: #fff;
    background-image: none;
    border: 0px solid #a3a3a3;
	padding: 5px 0px 5px 0px;
	height: 30px;
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
}

/* ---------------------------------------- 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;
}

#pnlIdpLoginButton {
	display: none;
}

div.dialoguePanel div.forgotPassword
{
    position: relative;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}

div.dialoguePanel div.register
{
    position: relative;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}


/* ---------------------------------------- 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/signin_extra.png");
	background-repeat: no-repeat;
	width: 650px;
	height: 302px;
	top: 160px;
	left: 0px;
}

.extraDiv2
{
    position: absolute;
}

.extraDiv3
{
    position: absolute;
}

/* At the bottom of the page */
.extraDiv4
{
    position: absolute;
}

.extraDiv5
{
    position: absolute;
}

.extraDiv6
{
    position: absolute;
}

.signin_links
{
    position: absolute;
	top: 135px;
	right: 0px;
	width: 828px;
}
/* ---------------------------------------- OWNER SPECIFIC HTML ---------------------------------------- */
.divOwnerLoginHtml
{
    position: absolute;
    top: 100px;
    left: 370px;
    color: #000000;
	width: 520px;
}

.txt_head
{
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #ffc20e;
	font-weight: bold;
}
.txt
{
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #ffffff;
	font-weight: normal;
}
.txt a
{
	color: #ffc20e;
	text-decoration: underline;
}

