﻿/* This is client specific! */

html,
body
{
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0px;	
	min-width: 875px;	
	padding: 0px;
	background-color: #d1e8b3;
	background-image: url("../images/signin_bg.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	color: #797c7f;
}

a
{
	color: #797c7f;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
	color: #797c7f;
}

input
{
	font-family: Verdana;
	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: -438px;
    top: 0px;
	width: 875px;
	height: 100%;
	background-image: url("../images/signin_extra1.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* 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_kopje.jpg");
	background-repeat: no-repeat;
	width: 865px;
	height: 111px;
	top: 30px;
	left: 5px;
}

/* The small round SyncForce symbol */
.SFsymbol
{
    position: absolute;
	top: 0px;
	right: 5px;
	width: 33px;
	height: 30px;
	background-image: url("../images/signin_sflogo.jpg");
	background-repeat: no-repeat;
}

.version
{
    position: absolute;
    bottom: 20px;
    left: 10px;
    color: #b5b4b4;
    font-size: 10px;
}

.copyright
{
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #b5b4b4;
    font-size: 10px;
}

.copyright a
{
    color: #b5b4b4;
}

/* A friendly message */
.message
{
    color: Green;
    font-style: italic;
}

.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: 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
{
    xbackground-color:Aqua;
    position: absolute;
    top: 180px;
    left: 215px;
    z-index: 10;
    width: 558px;
    height: 260px;
    xborder: solid 1px #b5b4b4;
}

div.dialoguePanel div.message
{
    position: absolute;
    top: 10px;
    left: 7px;
	font-weight: bold;
	font-size: 11px;
	/*margin-left: auto;  /* Centering in           */
    /*margin-right: auto; /* FireFox, Safari, Opera */
	/*text-align: center; /* Centering in IE */
}

div.dialoguePanel div.errorMessage
{
    position: absolute;
    top: 15px;
    left: 0px;
    /*width: 210px;*/
	font-size: 11px;
	font-weight: bold;
	width: 250px;
	/*margin-left: auto;  /* Centering in           */
    /*margin-right: auto; /* FireFox, Safari, Opera */
	/*text-align: center; /* Centering in IE */
}

div.dialoguePanel div.header
{
    position: absolute;
    top: 30px;
    left: 0px;
	font-size: 12px;
	font-weight: bold;
	width: 450px;
	/*margin-left: auto;  /* Centering in           */
    /*margin-right: auto; /* FireFox, Safari, Opera */
	/*text-align: center; /* Centering in IE */
}

div.dialoguePanel div.text
{
    position: absolute;
    top: 45px;
    left: 0px;
	font-size: 11px;
	width: 450px;
}

div.dialoguePanel div.label
{
    position: relative;
}

div.dialoguePanel input
{
    position: relative;
    xleft: 110px;
    top: 6px;
}


/* ---------------------------------------- DEFAULT PAGE ---------------------------------------- */

div.dialoguePanel div.username
{
    position: absolute;
    top: 50px;
    left: 0px;
	font-weight: bold;
}

div.dialoguePanel div.password
{
    position: absolute;
    top: 50px;
    left: 250px;
	font-weight: bold;
}

div.dialoguePanel div.loginButton
{
    position: absolute;
    top: 95px;
    right: 150px;
}

div.dialoguePanel div.forgotPassword
{
    position: absolute;
    top: 100px;
    left: 0px;
}

div.dialoguePanel div.register
{
    position: absolute;
    top: 115px;
    left: 0px;
}


/* ---------------------------------------- FORGOT PASSWORD ---------------------------------------- */

div.dialoguePanel div.email
{
    position: absolute;
    top: 80px;
    left: 00px;
	font-weight: bold;
}

div.dialoguePanel div.goToLogin
{
    position: absolute;
    top: 128px;
    left: 30px;
}

div.dialoguePanel div.forgotPasswordOK
{
    position: absolute;
    top: 135px;
    left: 0px;
}


/* ---------------------------------------- CHANGE PASSWORD ---------------------------------------- */

div.dialoguePanel div.oldPassword
{
    position: absolute;
    top: 80px;
    left: 0px;
}

div.dialoguePanel div.newPassword
{
    position: absolute;
    top: 80px;
    left: 200px;
}

div.dialoguePanel div.confirmPassword
{
    position: absolute;
    top: 80px;
    left: 400px;
}

div.dialoguePanel div.changePasswordOK
{
    position: absolute;
    top: 115px;
    left: 400px;
}



/* ---------------------------------------- REGISTRATION FORM ---------------------------------------- */



/* ---------------------------------------- EXTRA ---------------------------------------- */

/* These extra divs/spans may be used as catch-alls to add extra imagery */
.signin_head
{
    position: absolute;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
    position: absolute;
    top: 180px;
    left: 215px;
	width: 416px;
	color: #21409a;
	z-index: 5;
}
.tekst
{
    position: absolute;
	visibility: hidden;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	top: 0px;	
	left: 50%;	
	color: #ffffff;
	z-index: 5;
}

/* At the top of the page */
.extraDiv1
{
    position: absolute;
    left: 5px;
	z-index: 5;
}

.extraDiv2
{
    position: fixed;
}

.extraDiv3
{
    position: absolute;
}

/* At the bottom of the page */
.extraDiv4
{
    position: absolute;
}

.extraDiv5
{
    position: absolute;
}

.extraDiv6
{
    position: absolute;
}
