div.iPopup_container
{
	POSITION: absolute;
	TOP: 0px;
	LEFT: 0px; 
	HEIGHT: 50px;
	WIDTH: 50px;
}
SPAN.iPopup_title
{
	FONT-SIZE: 14pt;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	COLOR: white;
	FONT-FAMILY: Helvetica;
    text-shadow: 0px 1px 0px #000;
    WHITE-SPACE: nowrap;
	TEXT-OVERFLOW: ellipsis;
	OVERFLOW: hidden;
	POSITION: absolute; 
	LEFT: 5px; 
	TOP: 8px;
}
SPAN.iPopup_footer
{
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: right;
	COLOR: white;
	FONT-FAMILY: Helvetica;
    text-shadow: 0px 1px 0px #000;
    WHITE-SPACE: nowrap;
	TEXT-OVERFLOW: ellipsis;
	OVERFLOW: hidden;
	POSITION: absolute; 
}
DIV.iPopup_border
{
	background-color: transparent;
	POSITION: absolute; 
	LEFT: 0px; 
	TOP: 0px; 
	height: 150px; 
	WIDTH: 42px;
	-moz-box-shadow: 0 0 10px 10px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,0.20);
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.20);
	BORDER-RADIUS: 8px;
	border: 1px solid black;
}
DIV.iPopup_background
{
	POSITION: absolute; 
	LEFT: 0px; 
	TOP: 0px; 
	height: 150px; 
	WIDTH: 30px;
	border-radius: 8px;
	background-color: #666666; 
	opacity: 0.65; 
	border: 1px solid #666666;
}
DIV.iPopup_inner
{
	POSITION: absolute; 
	LEFT: 6px; 
	TOP: 0px; 
	height: 150px; 
	WIDTH: 30px;
	FONT-FAMILY: Helvetica;
	FONT-SIZE: 12pt;
	OVERFLOW-Y: auto;
	OVERFLOW-X: hidden;
	background-color: transparent;
}
DIV.iPopup_inner_background
{
	POSITION: absolute; 
	LEFT: 0px; 
	TOP: 0px; 
	height: 150px; 
	WIDTH: 30px;
	OVERFLOW: hidden;
	border-radius: 8px;
	border: 1px solid gray;
}
.iPopup_right_arrow_window {
  	Z-INDEX: 999;
  	POSITION: absolute;
  	TOP: 0px;
  	HEIGHT: 27px;
  	WIDTH: 12px;
  	display: block;
	BACKGROUND: url(../images/mobile/popover_right_header.png) 0px 0px no-repeat;
}
.iPopup_left_arrow_window {
  	Z-INDEX: 999;
  	POSITION: absolute;
  	TOP: 0px;
  	HEIGHT: 27px;
  	WIDTH: 12px;
  	display: block;
	BACKGROUND: url(../images/mobile/popover_left_header.png) 0px 0px no-repeat;
}
.iPopup_top_arrow_window {
  	Z-INDEX: 999;
  	POSITION: absolute;
  	TOP: 0px;
  	HEIGHT: 15px;
  	WIDTH: 31px;
  	display: block;
	BACKGROUND: url(../images/mobile/popover_top_header.png) 0px 0px no-repeat;
}
.iPopup_bottom_arrow_window {
  	Z-INDEX: 999;
  	POSITION: absolute;
  	TOP: 0px;
  	HEIGHT: 15px;
  	WIDTH: 31px;
  	display: block;
	BACKGROUND: url(../images/mobile/popover_bottom_white.png) 0px 0px no-repeat;
}
.iPopup_right_arrow_no_border {
  	Z-INDEX: 999;
  	POSITION: absolute;
  	TOP: 0px;
  	HEIGHT: 31px;
  	WIDTH: 12px;
  	display: block;
	BACKGROUND: url(../images/mobile/popover_right_white.png) 0px 0px no-repeat;
}
.iPopup_left_arrow_no_border {
  	Z-INDEX: 999;
  	POSITION: absolute;
  	TOP: 0px;
  	HEIGHT: 31px;
  	WIDTH: 12px;
  	display: block;
	BACKGROUND: url(../images/mobile/popover_left_white.png) 0px 0px no-repeat;
}
.iPopup_top_arrow_no_border {
  	Z-INDEX: 999;
  	POSITION: absolute;
  	TOP: 0px;
  	HEIGHT: 15px;
  	WIDTH: 31px;
  	display: block;
	BACKGROUND: url(../images/mobile/popover_top_white.png) 0px 0px no-repeat;
}
.iPopup_bottom_arrow_no_border {
  	Z-INDEX: 999;
  	POSITION: absolute;
  	TOP: 0px;
  	HEIGHT: 15px;
  	WIDTH: 31px;
  	display: block;
	BACKGROUND: url(../images/mobile/popover_bottom_white.png) 0px 0px no-repeat;
}
.iPopup_right_arrow_border {
  border-color: transparent transparent transparent #171B21;
  border-style:solid;
  border-width: 10px 10px 10px 10px;
  width:0;
  height:0;
  line-height: 1px;
  Z-INDEX: 999;
  TOP: 0px;
  POSITION: absolute;
  display: block;
}
.iPopup_left_arrow_border {
  border-color: transparent #171B21 transparent transparent;
  border-style:solid;
  border-width: 10px 10px 10px 10px;
  width:0;
  height:0;
  line-height: 1px;
  Z-INDEX: 999;
  TOP: 0px;
  POSITION: absolute;
  display: block;
}
.iPopup_top_arrow_border {
  border-color: transparent transparent black transparent;
  border-style:solid;
  border-width: 10px 10px 10px 10px;
  width:0;
  height:0;
  line-height: 1px;
  Z-INDEX: 999;
  TOP: 0px;
  POSITION: absolute;
  display: block;
}
.iPopup_bottom_arrow_border {
  border-color: #171B21 transparent transparent transparent;
  border-style:solid;
  border-width: 10px 10px 10px 10px;
  width:0;
  height:0;
  line-height: 1px;
  Z-INDEX: 999;
  TOP: 0px;
  POSITION: absolute;
  display: block;
}
.iPopup_no_arrow {
  display: none;
}
.iPopup_header_left
{
	POSITION: absolute;
	HEIGHT: 36px;
	WIDTH: 6px;
	OVERFLOW: hidden;
	BACKGROUND: url(../images/mobile/header_popup_left.png) 0px 0px no-repeat;
	left: 0px;
	top: 0px;
}
.iPopup_header_mid
{
	POSITION: absolute;
	HEIGHT: 36px;
	WIDTH: 6px;
	left: 6px;
	top: 0px;
}
.iPopup_header_right
{
	POSITION: absolute;
	HEIGHT: 36px;
	WIDTH: 6px;
	OVERFLOW: hidden;
	BACKGROUND: url(../images/mobile/header_popup_right.png) 0px 0px no-repeat;
	left: 12px;
	top: 0px;
}
IFRAME.iPopup_iframe
{
	POSITION: absolute;
	VISIBILITY: hidden;
	Z-INDEX: 1000;
}
IFRAME.iPopup_iframe_scroll
{
	POSITION: absolute;
	VISIBILITY: hidden;
	Z-INDEX: 1000;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
DIV.iPopup_previous_next_background
{
	POSITION: absolute;
	HEIGHT: 42px;
	TOP: 42px;
	LEFT: 0px;
	WIDTH: 100px;
	BACKGROUND-COLOR: transparent;
}
DIV.iPopup_previous
{
	POSITION: absolute;
	HEIGHT: 30px;
	WIDTH: 65px;
	OVERFLOW: hidden;
	BACKGROUND: url(../images/mobile/header_previous.png) 0px 0px no-repeat;
	left: 10px;
	top: 0px;
    FONT-FAMILY: Helvetica;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
	COLOR: white;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
}
DIV.iPopup_next
{
	POSITION: absolute;
	HEIGHT: 30px;
	WIDTH: 66px;
	OVERFLOW: hidden;
	BACKGROUND: url(../images/mobile/header_next.png) 0px 0px no-repeat;
	left: 75px;
	top: 0px;
    FONT-FAMILY: Helvetica;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
	COLOR: white;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
}