﻿#ctl00_ContentPlaceHolderMain_PanelContent {
/* Typical fixed height and fixed width example */
width: 175px;
height: 199px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-left: 12px;
margin-top: 26px;

}

#ctl00_ContentPlaceHolderMain_PanelPhone {
/* Typical fixed height and fixed width example */
width: 196px;
height: 318px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin-left: auto;
margin-right: auto;
margin-top: 0px;

}

.hideEditor
{
	display:none;
}
.showEditor
{
	display:block;
}

.LoadingContent {
/* Typical fixed height and fixed width example */

overflow:visible;
/* IE overflow fix, position must be relative or absolute*/
position:relative;
margin-left: 50px;
margin-top: 50px;

}
#progressBackgroundFilter {
  position:absolute;
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px;
  overflow:hidden; 
  padding:0;
  margin:0; 
  background-color:#000; 
  filter:alpha(opacity=20); 
  opacity:0.5;
  z-index:1000; 
} 

#processMessage { 
  position:absolute; 
  top:45%; 
  left:45%;
  z-index:1001; 
} 

.phoneIframe
{
	/* Typical fixed height and fixed width example */
width: 266px;
height: 524px;

/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-left: 0px;
margin-top: 0px;
margin-bottom:0px;
padding:0px,0px,0px,0px;
}
#Phone
{
background-image: url(../../Images/n958gb.png);
width: 296px;
height: 544px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin-left: auto;
margin-right: auto;
margin-top: 0px;
}

#PhoneContent
{
width: 269px;
height: 459px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin-left: 27px;
margin-top: 85px;
}

select.phoneContentList
{
	width: 300px;
	height: 210px;
	font-family: Verdana;
	font-size: 10px;
	margin-top:-2px;
	margin-left:-2px;
}
	
.phoneContentPreview
{
	width: 350px;
	height: 250px;
	font-family: Verdana;
	font-size: 10px;
	overflow: auto; /* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-top:4px;
	padding:1px,1px,1px,1px;	
}

.phoneContent
{
	/* Typical fixed height and fixed width example */
	width: 176px;
	height: 200px;
	overflow: visible; /* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-left: 11px;
	margin-top: 22px;
	margin-bottom: 0px;
}

#ScrollUp
{
width: 65px;
height: 25px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin-left: 114px;
margin-top: -107px;

}

#backButton
{
width: 75px;
height: 23px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin-left: 190px;
margin-top: -20px;

}

#ScrollDown
{
width: 65px;
height: 25px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin-left: 114px;
margin-top: 5px;

}

#ScrollLeft
{
width: 20px;
height: 20px;
overflow: auto;
float: left;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin-left: 110px;
margin-top: 2px;

}

#ScrollRight
{
width: 20px;
height: 20px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin-left: 163px;
margin-top: 2px;

}