﻿@import url("../../General/webfont/vagRounded.css");
@import url("flexibg.css");
/* This is client specific! */

/* ---------------------------------------- G E N E R A L ---------------------------------------- */

html,
body
{
	font-size: 11px;
	margin-top: 0px;
	min-width: 890px;
	padding: 0px;
	color: #797979;
}

a
{
	color: #013863;
	text-decoration: underline;
	font-size:12px;
	line-height:15px;
}

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-top: 0px;
}

/* The container contains everything else */
.container
{
    position: relative;
    /*top: 156px;*/
	width: 950px;
	height: 100%;
	min-height: 600px;
	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
{
    width: 115px;
    height: 30px;
    border: 0px;
}


/* The Owner Logo */
.logo
{
    position: absolute;
    background-image: url("../../General/img/signin_logo.png");
	background-repeat: no-repeat;
	width: 240px;
	height: 49px;
	top: 20px;
	left: 30px;
	z-index: 50;
}

/* The small round SyncForce symbol */
.SFsymbol
{
    position: absolute;
	top: 0px;
	right: 0px;
	width: 41px;
	height: 36px;
	background-image: url("../images/signin_SFsymbol.gif");
	background-repeat: no-repeat;
}

.version
{
	display: none;
    position: absolute;
    top: 450px;
    left: 672px;
    color: #454545;
    font-size: 10px;
}

.copyright
{
    position: absolute;
    top: 460px;
    left: 653px;
    color: #454545;
    font-size: 10px;
	width: 309px;
	text-align: center;
}

.copyright a
{
    color: #454545;
}
/* Taalswitch */
.languageselectorholderlogin
{
	display: none;
    position: absolute;
    right: 30px;
	top: 170px;
    z-index: 10;
}

/* A friendly message */
.message
{
    color: #28ba2f;
}

.errorMessage
{
    color: #d01f30;
}


/* ---------------------------------------- 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: 10px;
}

.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: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	padding:20px;
	padding-top: 200px;
	background-color: #fff;
	color:#666666;
	overflow:hidden;
	margin-right: 0px;
	float:right;
	text-align: left;
	z-index: 2;
}

.dialoguePanel .message span,
.dialoguePanel .errorMessage span {
	margin: 0px 5px 10px 7px;
	font-size: 11px;
}

div.dialoguePanel div.header
{
    position: relative;
	font-size: 1.20em;
	font-weight: bold;
	color: #da1e48;
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
}

div.dialoguePanel div.text
{
    position: relative;
	width: 90%;
	margin-left: 20px;
	margin-right: 20px;
	color: #5f6a7b;
}

div.dialoguePanel div.label
{
    display:block;
	margin-bottom:3px;
	color:#666666;
}

div.dialoguePanel input{
    position: relative;
	width: 94%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#e1e0d6;
	border:0px;
	color:#898982;
	padding:3%;
}

.sfi_button {
	background-color:transparent !important;
	position: relative;
	width: 100% !important;
	display:block;
	font-family:'VAGRounded-Light', arial, verdana;
	color:#dd5429 !important;
	font-size: 21px !important;
	text-align: left;
	border-bottom: 3px dotted #e1e0d6 !important;
	height: 50px;
	background-image: url("../images/signin_arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	cursor:pointer;
}

.sfi_button:hover {

	color:#013863 !important;
}


div.dialoguePanel div.loginButton .sfi_button {padding-left: 0px !important;}

/* ---------------------------------------- DEFAULT PAGE ---------------------------------------- */

div.dialoguePanel div.username
{
    position: relative;
	xfloat:left;
	margin-left: 10px;
	margin-right: 10px;
}

/* labels above input */
div.dialoguePanel div.username .label span,
div.dialoguePanel div.password .label span {font-family:'VAGRounded-Light', arial, verdana; color:#dd5429; font-size:16px;}

div.dialoguePanel div.password
{
    position: relative;
	padding-top: 10px;
	xfloat:left;
	margin-left: 10px;
	margin-right: 10px;
}

div.dialoguePanel div.loginButton
{
    position: relative;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

div.dialoguePanel div.forgotPassword
{
    position: relative;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

div.dialoguePanel div.register
{
    position: relative;
	margin-left: 10px;
	margin-right: 10px;
}


/* ---------------------------------------- FORGOT PASSWORD ---------------------------------------- */

div.dialoguePanel div.email
{
    position: relative;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

div.dialoguePanel div.goToLogin
{
	display: none;
    position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin:20px;
	padding-top: 10px;
}

div.dialoguePanel div.forgotPasswordOK
{
    position: relative;
	margin-top: 10px;
	overflow: hidden;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}


/* ---------------------------------------- CHANGE PASSWORD ---------------------------------------- */

div.dialoguePanel div.oldPassword
{
    position: relative;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
}

div.dialoguePanel div.newPassword
{
    position: relative;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
}

div.dialoguePanel div.confirmPassword
{
    position: relative;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
}

div.dialoguePanel div.changePasswordOK
{
    position: relative;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
}



/* ---------------------------------------- EXTRA ---------------------------------------- */

/* These extra divs/spans may be used as catch-alls to add extra imagery */

/* At the top of the page */
.extraOuterDiv1
{
    position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 5px;
	background-image: url("../images/top_bg.png");
	background-repeat: repeat-x;
	background-position: top;
	z-index: 100;
}

.extraDiv2
{
    position: absolute;
}

.extraDiv3
{
    position: absolute;
}

/* At the bottom of the page */
.extraDiv4
{
    position: absolute;
}

.extraDiv5
{
    position: absolute;
}

.extraDiv6
{
    position: absolute;
}

.landing_txt
{
    visibility: visible;
    position: absolute;
    top: 85px;
    left: 30px;
    color: #013863;
    font-size: 12px;
    width: 230px;
	line-height: 15px;
	z-index: 51;
}

.landing_txt a
{
    color: #c98d2d;
    text-decoration: underline;
}
