﻿.popUpArrowPanel {
	display: none;    
}
.popUpArrowBoxTable{
	width: 400px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.popUpCellHeight {
	height: 28px; 
	background-image: url('../images/Break.gif'); 
	background-repeat: no-repeat;   
	}
.popUpArrowBoxTdTopLeft {
	width: 75px; 
	height: 28px; 
	background-image: url('../images/popUp/BoxTopLeft.png'); 
	background-repeat: no-repeat;    
}
.popUpArrowBoxTdTopSide {
	background-image: url('../images/popUp/BoxSideTop.png'); 
	background-repeat: repeat-x; 
	width: 300px;    
}
.popUpArrowBoxTdTopRight {
	width: 28px; 
	height: 28px; 
	background-image: url('../images/popUp/BoxTopRight.png'); 
	background-repeat: no-repeat;    
}
.popUpArrowBoxTdTopArrow {
	vertical-align: top; 
	background-image: url('../images/popUp/BoxTopLeftArrow.png'); 
	background-repeat: no-repeat; 
	position: relative; 
	left: 75px; 
	top: -28px; 
	height: 94px; 
	width:75px;
}
.popUpArrowBoxTdSideLeft {
	vertical-align: top; 
	width: 75px; 
	height: 120px; 
	background-image: url('../images/popUp/BoxSideLeft.png'); 
	background-repeat: repeat-y;    
}
.popUpArrowBoxTdContent {
	vertical-align: top; 
	background-color: White
}
.popUpArrowBoxTdSideRight {
	width: 28px; 
	height: 120px; 
	background-image: url('../images/popUp/BoxSideRight.png'); 
	background-repeat: repeat-y;

}
.popUpArrowBoxTdBottomLeft {
	width: 75px; 
	height: 28px; 
	background-image: url('../images/popUp/BoxBottomLeft.png'); 
	background-repeat: no-repeat;
}
.popUpArrowBoxTdBottomSide {
	background-image: url('../images/popUp/BoxSideBottom.png'); 
	background-repeat: repeat-x; 
	width: 300px;    
}
.popUpArrowBoxTdBottomRight {
	width: 28px; 
	height: 28px; 
	background-image: url('../images/popUp/BoxBottomRight.png'); 
	background-repeat: no-repeat;    
}
