﻿.masterContainerNormal
{
	margin: 0px auto; 
	background-color: #F0F8FF;
	height: 613px; 
	width: 1000px; 
	position: relative; 
	border-style: outset; 
	border-width:thin;  
	border-color: #000000;
}

.masterTopNavNormal
{
    position: relative;
    height: 26px;
	margin: 0;
	padding: 0;
    z-index: 200;
}

.masterLeftNavNormal
{
	background-color: #6989bc;
    position: relative;
    height: 556px;
    width: 176px;
	margin: 0;
	padding: 0;
    z-index: 100;
	border-right: ActiveBorder 1px solid;
}

.masterContentAreaNormal
{
    position: relative;
    height: 552px;
	margin: 0;
	padding: 0;
	overflow:auto;
    z-index: 180;
    width: 819px;
	border-right: ActiveBorder thin inset;
	border-top: ActiveBorder thin inset;
	border-left: ActiveBorder thin inset;
	border-bottom: ActiveBorder thin inset;
}

.masterFooterNormal 
{
    position: relative;
    height: 26px;
	margin: 0;
	padding: 0;
    /*z-index: 200;*/
}
.masterQueueAlertOff
{
      visibility: hidden;
      display: none;
      position: absolute;
      top: -100px;
      left: -100px;
}

.masterQueueAlertOn
{
	  font-weight:bold;
      visibility: visible;
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      text-align: center;
      width: 200px;
      height:  80px;
      background-color: #ffffff;
      color: #ff0000;
      font-size: 14px;
      border: dashed 1px #000000;
      padding: 9px;
}

.masterSessionAlertOff
{
      visibility: hidden;
      display: none;
      position: absolute;
      top: -100px;
      left: -100px;
}

.masterSessionAlertOn
{
      background-color: #ffffff;
      border: dashed 1px #000000;
      bottom: 170px;
      color: #ff0000;
      display: block;
      float:right;
      font-size: 14px;
	  font-weight:bold;
      height:  80px;
      padding: 9px;
      position: relative;
      right: 0px;
      text-align: center;
      width: 200px;
      visibility: visible;
      z-index:200;
}

.masterSessionAlertPopupOn
{
      background-color: #ffffff;
      border: dashed 1px #000000;
      bottom: 0px;
      color: #ff0000;
      display: block;
      float:right;
      font-size: 14px;
	  font-weight:bold;
      height:  80px;
      padding: 0px;
      position: fixed;
      right: 5px;
      text-align: center;
      width: 200px;
      visibility: visible;
      z-index:200;
}

.masterContainerPopup
{
	margin: 0px auto; 
	position: relative; 
    height:100%;
}

.masterContentAreaPopup
{
    /*position: relative;*/
	margin: 0;
	padding: 0;
}

.masterBodyNormal
{
	background-color: #6989bc;		/* dark blue for background */
	color: #000000;
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

.masterBodyPopup
{
	background-color: #F0F8FF;			/* aliceblue */
	color: #000000;
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	height: 100%;
}