﻿
.logBody
{
  background-color:#7ea4d4;
/*  text-align: center; */
}



.logDiv_Main
{
    width: 600px;
    text-align: center;   
    margin-left: auto;   
    margin-right: auto;
    margin-top:125px;
    position:relative;
   /* background-color:Red; */
    
}

.logDiv_content
{
    width:400px;
    text-align:center;
    background-color:#2D60A0;
    margin-left: auto;   
    margin-right: auto;

}

.logLogin
{
    text-align: center;
    vertical-align: middle;
}
  
.logLoginTextBox
{
    height: 1.1em;
    margin-top: 1.1em;
    margin-left: 1em;
    margin-right: 5px;
    padding-left: 5px;
    width: 125px;
    color: #4e4e4e;
    border-right: #a5b4c0 1px solid;
    border-top: #a5b4c0 1px solid;
    border-left: #a5b4c0 1px solid;
    border-bottom: #a5b4c0 1px solid;
    font-size: small;
}

.logLoginLabel
{
    font-size: 110%;
    text-align: left;
    padding-left: 2em;
    padding-top: 1.4em;
    color: white;
}
  
.logLabel_FloatingWarning
{
  position: absolute;
  background-color: Red;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 6px;
  color: #FFFFFF;
  font-weight: bold;
}

  
.logLoginButton
{
  text-decoration: none;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 1px;
  padding-top: 1px;
  border: white 1px solid;
  color: #336699;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-right: 13px; 
  text-align: center;
  font-size: 90%;
  width: 132px;
  height: 1.9em;
}

.logLoginButton:hover
{
    background-color: #DDDDDD;
}

.logRequestButton
{
  text-decoration: none;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 3px;
  border: gray 1px solid;
  color: #336699;
  background-color:White;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
  vertical-align:top;
  font-size: 90%;
  height:18px;
}


.logRequestButton:hover
{
    background-color: #DDDDDD;
}
  
.logImage_MepsLogo
{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 1em;
  padding-top: 2.5em;
  width:200px;
}

.logLoginTitleText
{
  color: white;
  margin-top: 1em;
  padding-bottom: .75em;
  font-size: medium;
}


.dialog {
 position:relative;
 margin-right: auto;
 margin-left: auto;
 margin-left:15px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 padding-top:15px;
 width:425px; 
 color:#ffffff ;
 z-index:1;

 text-align:center;
}

.dialog .content /*, .dialog .t, .dialog .b, .dialog .b div */
{
  /*  background: url(Images/loginBackground.png) no-repeat right top; */
  background-color:#2D60A0;
}



.dialog .content
{
  position: relative;
  zoom: 1;
  _overflow-y: hidden;
  padding: 0em 0px 0em 0px;
  margin: auto;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:20px; /* height of bottom cap/shade */

}

.dialog .b {
 background-position:bottom right;
 
}

.dialog .b div 
{
    padding-left:0;
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px; 
 background-position:bottom left;
}


/* AJAX TOOLKIT DRAG PANEL */
.logDragContainer{
	position: relative;
	background-color: white;
	width: 375px;
	border: 3px solid red;
	z-index:6000;
	margin-left:auto;
	margin-right:auto;
	top:50px;	
	overflow:visible;

}

.logDragHeader{
	background-color: red;
	color:White;
	font-weight:bold; 
	height: 25px;
	width: 360px;
	padding-left:15px;	

}

.logDragBody
{
  padding: 15px 16px 15px 15px;
  width: 360px;
  color: black;
  text-align: center;
  font-size:110%;
  overflow:visible;
}

.logTextbox_Warning
{
  border-style: none;
  width: 300px;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}