﻿.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(images/header-opened.png);
	cursor:move;
	font-weight:bold;
}

.dragContent
{
	/*Width:100%;*/ 
	overflow:scroll;
	background-color:#9CACBC;
	color:whitesmoke;
    border:Solid 2px black; 
    height:90%;
}

.dragHolder
{
	z-index: 20;
	left: 5%;
	position: absolute;
	top: 20%;
}

.imgBtn
{
	cursor:default;
}


.handleImage
{
	width:15px;
	height:16px;
	background-image:url(images/HandleHand.png);
	overflow:hidden;
	cursor:se-resize;
}

.handleText
{
	width:16px;
	height:16px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#B4D35D;
}

.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}

.pleaseWait
{
	
}

.phoneProdTitle
{
	font-size: 14pt;
	color: green;
	font-family: 'Microsoft Sans Serif';
}

.phoneBorder
{
	width:300px;
	text-align:center;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.DisplayMsgUC
{
	color: red;
	font-size: 10pt;
	border: Solid 1px #CCC889;
	background-color: #FFFBB8;
	height: 50px;
	vertical-align: middle;
	padding-left: 5px;
}

NPUT
{
	font-size: 8pt;
	font-family: 'Microsoft Sans Serif';
}
.BNav
{
	font-size: 7pt;
	color: #264B75;
	font-family: 'Microsoft Sans Serif';
}
.L
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: 'Microsoft Sans Serif';
	text-decoration: none;
}

.M
{
	font-size: 10pt;
	color: #FFFFFF;
	font-family: 'Microsoft Sans Serif';
	text-decoration: none;
}