﻿/* This is client specific! */

html,
body
{
	font-size: 11px;
	margin-top: 0px;
	min-width: 980px;
	padding: 0px;
	background-image: url("../images/bg_landing.gif");
	background-repeat: repeat-y;
	background-position: center;
	background-color: #ece8e2;
	color: #4987c6;
}

a
{
	color: #ffffff;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
	color: #7e6a5c;
}

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: -493px;
    top: 0px;
	width: 986px;
	height: 100%;
	background-color: #ffffff;
}

/* 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_image.jpg");
	background-repeat: no-repeat;
	width: 986px;
	height: 469px;
	top: 0px;
	left: 0px;
}

/* The small round SyncForce symbol */
.SFsymbol
{
    position: absolute;
	top: 0px;
	right: 0px;
	width: 45px;
	height: 29px;
	background-image: url("../images/signin_sflogo.jpg");
	background-repeat: no-repeat;
}

.version
{
    position: absolute;
    bottom: 33px;
    left: 750px;
    color: #b5b4b4;
    font-size: 10px;
	z-index: 0;
}

.copyright
{
    position: absolute;
    bottom: 10px;
    left: 750px;
	width: 175px;
    color: #b5b4b4;
    font-size: 10px;
	z-index: 0;
}

.copyright a
{
    color: #b5b4b4;
}

/* Taalswitch */
.languageselectorholderlogin
{
    position: absolute;
    right: 10px;
    top: 80px;
    z-index: 10;
}
/* A friendly message */
.message
{
    color: Green;
}

.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-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
    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: 205px;
	left: 70px;
	width: 300px;
	height: 230px;
	background-image: url("../images/signin_extra.png");
}

.dialoguePanel .message,
.dialoguePanel .errorMessage {
    position: absolute;
    top: 285px;
	left: 20px;
	width: 270px;
}
.dialoguePanel .message span,
.dialoguePanel .errorMessage span {
	font-size: 11px;
}

div.dialoguePanel div.header
{
    position: absolute;
    top: 15px;
	font-size: 14px;
	font-weight: 600;
	color: #7e6a5c;
	width: 270px;
	left: 20px;
}

div.dialoguePanel div.text
{
    position: absolute;
    top: 40px;
    font-size: 11px;
	width: 270px;
	left: 20px;
	color: #ffffff;
}

div.dialoguePanel div.label
{
	float: none;
	font-weight: bold;
	color: #7e6a5c;
}

div.dialoguePanel input
{
	float: none;
}


/* ---------------------------------------- DEFAULT PAGE ---------------------------------------- */

div.dialoguePanel div.username
{
    position: absolute;
    top: 75px;
	left: 20px;
}

div.dialoguePanel div.password
{
    position: absolute;
    top: 85px;
	left: 20px;
}

div.dialoguePanel div.loginButton
{
    position: absolute;
    top: 115px;
    left: 20px;
}

div.dialoguePanel div.forgotPassword
{
    position: absolute;
    width: 200px;
	top: 165px;
	left: 20px;
	color: #ffffff;
}

div.dialoguePanel div.register
{
    position: absolute;
    width: 200px;
	top: 180px;
	left: 20px;
}


/* ---------------------------------------- FORGOT PASSWORD ---------------------------------------- */

div.dialoguePanel div.email
{
    position: absolute;
    top: 140px;
	left: 20px;
}

div.dialoguePanel div.goToLogin
{
    position: absolute;
    top: 185px;
	left: 20px;
}

div.dialoguePanel div.forgotPasswordOK
{
    position: absolute;
    top: 185px;
	left: 20px;
}


/* ---------------------------------------- CHANGE PASSWORD ---------------------------------------- */

div.dialoguePanel div.oldPassword
{
    position: absolute;
    top: 80px;
	left: 20px;
}

div.dialoguePanel div.newPassword
{
    position: absolute;
    top: 120px;
	left: 20px;
}

div.dialoguePanel div.confirmPassword
{
    position: absolute;
    top: 160px;
	left: 20px;
}

div.dialoguePanel div.changePasswordOK
{
    position: absolute;
    top: 200px;
	left: 20px;
}


/* ---------------------------------------- EXTRA ---------------------------------------- */

/* These extra divs/spans may be used as catch-alls to add extra imagery */

/* At the top of the page */
.extraDiv1
{
    position: absolute;
}

.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-size:12px;
	color: #ffc20e;
	font-weight: bold;
}
.txt
{
	font-size:10px;
	color: #ffffff;
	font-weight: normal;
}
.txt a
{
	color: #ffc20e;
	text-decoration: underline;
}

