﻿.body
{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    background-color : #fffaf0;
	font-family: Calibri;
	font-size: 0.8em;
	text-align: center;
	width:100%;
	table-layout:fixed;
       /* overflow: hidden;*/
            height:129%; /* fix height to 100% for IE */
    max-height:100%; /* fix height for other browsers */
    overflow:auto;
        padding:0; /*remove padding */
        margin:0; /* remove margins */
}
.Table
{
	width: 100%;
	height: 100%;
	 /* border: solid 1px #404040;*/
	text-align:center;
	background-color : 	#fffaf0;
	table-layout:fixed;
}
.Login
{
	vertical-align:text-top;	
	background-color : #fffaf0;
	table-layout:fixed;
    height:100%; /* fix height to 100% for IE */
    max-height:100%; /* fix height for other browsers */
    overflow:auto;
}
.image
{
	left: 1%;
}
.Login2
{
	
	background-color: White;
	border-style: groove;
	font-style: italic;
	color: Red;
	border: thin 1px #b6afa9;
	
}
.lables
{
	color:White;
}
.lables1
{
	color:Black;
}

.ErrMessage
{
	color: Red;
	font-style: italic;
}
.LoginHeader
{
	background-color: #c0272d;
	color: White;
	border: 1pt;
	font: Trebuchet ms;
	table-layout:fixed;
}
.LoginBtn
{
	width: 25%;
}
.ChangePassword-Skin-InstructionText
{
	color:White;
}
.Button
{
width:auto;	
}
.loginContent
{
	width:30%;
}	
.loginContentimg
{
	width:10%;
}
.leftmarginimg
{
width:100%;
height:100%;
}
.modalBackground
{
	background-color: Gray;
}

.modalPopup
{
	background-color: #CCCCFF;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	color: white;
	text-align: center;
}
.forgotPass
{
  background-color:White;	
  text-align:right;
  
  color:Blue;
  border-right: #ffffff thin solid; 
  border-top: #ffffff thin solid; 
  border-left: #ffffff thin solid; 
  border-bottom: #ffffff thin solid;
  cursor:pointer;
  font-size:xx-small;
}