﻿html 
{
    overflow:hidden;
}

html, body
{
     padding: 0; margin: 0;
     height:100%;
     overflow:hidden;
}

body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	background-image:url('/EBF/Images/System/PageBG.png'); background-repeat:repeat-x;
    display:none;
}

#divPageTitle
{
	color:white;
	font-size:20px;	font-weight:bold;
	padding:0px 5px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
}

#imgPageTitle 
{
    display:none;
}

#divLogin
{
	border-bottom:2px solid lightblue;
	width:100%;
}

#divLoginSplashScreen 
{
    display:none;
}

#divLoginTitle
{
	background-image:url('/EBF/Images/System/ContentTitleBG.png'); background-repeat:repeat-x;
	background-color:White;
	font-family: 'Trebuchet MS','Verdana', 'Arial', sans-serif; font-size:14pt; font-size:16px; font-weight:bold;
	font-family: 'Arial', sans-serif; font-size:14pt; font-size:16px; font-weight:bold;
	padding-left:5px;
	color:#10428C;
	border-top:1px solid #6394CE;
	padding-top:5px;
	vertical-align:middle;
	height:25px;
}

#divLoginError {
    height:25px;
    line-height:25px;
    background-color:#FBF6D0;
    color:#333333;
    display:none;
    border-bottom:1px solid lightblue;
    margin-top:-4px;
}

#lblLoginError {
    margin-left:5px;
}

#divLoginTable {
	border-bottom:2px solid lightblue;
	color:Black;
	background-color:White;
}

#divLoginTable td, input, select {
	font-family: 'Verdana', 'Arial', sans-serif; font-size:9pt;
}

#divLoginTable .txtLogin {
	width:350px;
	border:1px solid lightgrey;
	font-family: 'Verdana', 'Arial', sans-serif; font-size:9pt;
}

#divLoginTable .txtPin {
	border:1px solid lightgrey;
    text-align:center;
    margin-right:26px;
	font-family: 'Verdana', 'Arial', sans-serif; font-size:9pt;
}

#divLoginTable select {
	width:354px;
	border:1px solid lightgrey;
	font-family: 'Verdana', 'Arial', sans-serif; font-size:9pt;
}


#divLoginMenu {
	width:100%;
	margin-bottom:5px;
	border-bottom:2px solid lightblue;
	background-color:#ADD8E6;

    /* IE only */
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='lightblue');
}

#divLoginMenu input {
	font-family: 'Verdana', 'Arial', sans-serif; font-size:8pt;
	color:black;
  	border:1px solid gray;
	background-color:buttonface;
	width:80px;

    /* IE only */
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='buttonface');
}

#divSecurity {
	margin-top:5px;
	display:none;
}

#divConfigURL 
{
	margin-top:5px;
	display:none;
}

#divConfigURL input 
{
    width:500px;
	border:1px solid lightgrey;
	font-family: 'Verdana', 'Arial', sans-serif; font-size:9pt;
}

#divFooter 
{
    height:20px;
	border-top:solid 1px #6394CE;
    font-family: 'Verdana', 'Arial', sans-serif;  font-size:8pt;
    color:White;
    background:#006699;
}
    
#divFooter a 
{
    padding-left:5px;
	color:#FFD800;
}

#lblConfigURL 
{
    display:none;
    margin-left:20px;
    font-size:8pt;
}

#lblUser
{
    margin-left:20px;
    font-size:8pt;
}

.gradient {
	color: #fff;

	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#00f), to(#fff));

	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #00f, #fff);

	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF);

	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF)";
}

#tdLogo 
{
    display:none;
}

#tdUserCode
{
    width: 100px;
}

#tdPinDigits
{
    width: 150px;
}

#tdPinControls
{
    white-space:nowrap;
}

#divLoginMenu 
{
    display:none;
}

#divLoginMenu input 
{
    display:none;
}

td#tdLoginTableTitle 
{
    font-size:140%;
    color:#333333;
    padding-bottom:10px;
    display:none;
}

#divLoginTableWelcome 
{
    background-color:#006699;
    color:White;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
}

#lblLoginTableWelcome 
{
    font-size:140%;
}

#divLoginTableWelcomeTag 
{
    padding-top:10px;
}

#divLoginTable #tdSignIn 
{
    text-align:right;
}

#tdSignIn input {
	font-family: 'Verdana', 'Arial', sans-serif; font-size:8pt;
	color:black;
	width:80px;
	margin:0;
}

#txtPin1On, #txtPin2On, #txtPin3On, #txtPin4On, #txtPin5On, #txtPin6On
{
    display:none;
}

