﻿html,body {overflow-x:hidden;overflow-y:hidden;font-family: Arial; }
/*=== Style for div showing User and room # ===========*/

.HCHeaderImage
{
	position:absolute;
	left:0px;
	top:0px;
}

.HCDemoUser
{
	position: absolute;
	top: 48px;
	font-family: Mitel_53xx_Small_V2; 
	font-size: 11px; 
	text-decoration: none; 
	color: #000000;
	left: 5px; 
	width: 150px; /*115px;*/
	visibility: visible; 
}

.HCRoomNumber
{
	position: absolute;
	top: 57px;
	font-family: Mitel_53xx_Small_V2; 
	font-size: 11px; 
	text-decoration: none; 
	color: #000000;
	left: 96px;
	text-align: right;
	width: 60px;
	visibility: visible;
	vertical-align:bottom;
}

.HCDate
{
	font-size: 11px; 
	font-family: Mitel_53xx_Small_V2; 
	top: 30px;
}

.HCTime
{
	font-size: 11px; 
	font-family: Mitel_53xx_Small_V2; 
	top: 30px;
}

.HCTaskText
{
	position: relative; 
	left:20px; 
	top:-20px;
}

.HCTaskCheckBox1
{
	position:relative; 
	top:-2px;
}

.HCTaskTime
{
	position: relative; 
	text-align:right;
	left:8px;
	top: -63px;
}

.HCTaskTime2
{
	position: relative; 
	text-align:right;
	left:50px;
	top: -43px;
}

.HCTaskTitle
{
	font-weight: bold;
	text-align: center;
}

.HCTaskLabel
{
	font-weight: bold;
	left: 5px;
}


.HCDemoUserImageBox
{
	position: absolute; 
	left: 0px; 
	top: 45px;
}

.HCOnCallListImageBox
{
	position: absolute; 
	left: -4px; 
	top: 259px;
}

.HCNurseBedListBox
{
	position:absolute; 
	left: 0px; 
	top: 91px;
}

.HCCodesOnCallListBox
{
	position:absolute; 
	left: 0px; 
	top: 235px;
}

.HCOnCallText
{
	position: relative;
	left: 10px; 
}

.HCDemoTasksBox
{
	position: absolute; 
	left: 0px; 
	top: 91px;
}

.HCTab1Label
{
	position:absolute;
	left: 132px;
	top: 305px;
	width:15px;
	height:9px;
	text-align:center;
}

.HCTab2Label
{
	position:absolute;
	left: 112px;
	top: 305px;
	width:15px;
	height:9px;
	text-align:center;
}

.HCTab3Label
{
	position:absolute;
	left: 92px;
	top: 305px;
	width:15px;
	height:9px;
	text-align:center;
}

.HCTab4Label
{
	position:absolute;
	left: 72px;
	top: 305px;
	width:15px;
	height:9px;
	text-align:center;
}

.HCIcon
{
	font-family: Mitel_53xx_Small_V2; 
	font-size: 11px; 
	position: relative; 
	top: 0px;
}

.HCScreenKey
{
	font-family: Mitel_53xx_Small_V2; 
	font-size: 11px; 
	position: relative; 
	top: -18px; 
	left: 17px;
	width: 160px; /*200px;*/
}


/*=== Styles for positioning task time display divs next to phone key on the right side ===============*/
.PK4TimeReq, .PK5TimeReq, .PK6TimeReq,
.PK7TimeReq, .PK8TimeReq, .PK9TimeReq, .PK10TimeReq,
.PK4TimeDone, .PK5TimeDone, .PK6TimeDone,
.PK7TimeDone, .PK8TimeDone, .PK9TimeDone, .PK10TimeDone {
	font-family: Mitel_53xx_Small_V2;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	position:absolute;
	right:6px;
	width: 30px;
	text-align: right;
	z-index: 20;
}

.PK4TimeReq {
	top: 115px; /*120px;*/
}
.PK4TimeDone {
	top: 127px;
}

.PK5TimeReq {
	top: 139px;
}

.PK5TimeDone {
	top: 151px;
}

.PK6TimeReq {
	top: 163px;
}
.PK6TimeDone {
	top: 175px;
}

.PK7TimeReq {
	top: 187px;
}
.PK7TimeDone {
	top: 199px;
}

.PK8TimeReq {
	top: 211px;
}
.PK8TimeDone {
	top: 223px;
}

.PK9TimeReq {
	top: 235px;
}
.PK9TimeDone {
	top: 247px;
}

.PK10TimeReq {
	top: 259px;
}
.PK10TimeDone {
	top: 271px;
}


/*============== Code Alert box =========*/
.CodeDisplay 
{
	font-family: Mitel_53xx_Small_V2;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	position:absolute;
	top: 120px;
	left: 5px;
	width: 150px;
	height: 66px;
	text-align: left;
	visibility: hidden;
	z-index: 20;
}


/*================= Menu Back keys ========*/
/* Meant to reside in a PKxLarge class */
.backKeyLeft {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/icon-left.gif);
	position: relative;
	top: 5px;
}

.backKeyRight {
	background-position: right center;
	background-repeat: no-repeat;
	padding-left: 0;
	padding-right: 15;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../images/icon-right.gif);
	top: 5px;
}


