#closeOverlay {
	position:absolute;
	right: 0;
    top: 0;
    padding: 0 10px;
    line-height: 0;
	cursor: pointer;
    background-color: #7B0002;
}
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity:.80;
	filter: alpha(opacity=80);
    z-index: 8030;
}
.messageContainer {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:8032;
	text-align:center;
	height:100%;
	overflow: hidden;
}
#defaultContent {
	padding: 16px;
}
.loadedMessage {
	padding: 16px;
}
.popup {
	display: none;	
}
#loadedContent .popup {
	display: block;	
}
.popupWrapper {
	display: table-cell; 
	vertical-align: middle;	
}
.messageContentWrapper {
	text-align: left;
	background-color:white;
    display: inline-block;
	border: 1px solid #9fa18a;
    border-radius: 0.3rem;
	z-index: 11033;
	overflow: hidden;
	margin: auto;
	min-width: 300px;
    max-width: 95%;
    position: relative;
}
.overlayTitle {
    background-color: #57c5c7;
    padding: 5px 10px;
    border-bottom: 1px solid #57c5c7;
    display: none;
    background-image: url("../images/felt/expresso.png");
    color: white;
    font-size: 1.5rem;
    font-weight: normal;
    padding-right: 65px;
}
.overlayButtons {
    display: none;
}
.overlayButtons button {
    width: 50%;
    border: 0;
    padding: 10px 0;
}
.overlayButtons button:first-child {
    border-left: 0;
    border-radius: 0 0 0 0.1rem; 
}
.overlayButtons button:last-child {
    border-right: 0;
    border-radius: 0 0 0.1rem 0; 
}

.messageContent {
	padding: 0;
	overflow: hidden;
}
.messageContent table.homeList {
	width: 100%;
}
.messageContent table.homeList td{
	padding: 0 10px;
}