.popup_window {
	display: none;
	position: fixed;     
	-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;  
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .5) 0 0 18px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .5) 0 0 18px 0;
	-moz-box-shadow: rgba(0, 0, 0, .5) 0 0 18px 0;
	letter-spacing: 0.5px;
}

.popup_window_shade{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);      
}
.popup_window_noshade { background-image: url('images/popup_noshade.png'); opacity:0; filter:alpha(opacity=0); }

.popup_topic_cancel{
	position: absolute;
	right: 15px;
	top: 15px;    
	font-size: 11px;
	cursor: pointer;
	padding: 2px;
}
.popup_topic_cancel:hover{
	color: #0088d6;
}

.popup-content {    
	overflow-y:auto;
	overflow-x:auto;
}

/* LEFT NAV */
.popup-leftnav {
	font-size: 14px;
	border-right: 1px #D2D2D2 solid;
}
.popup-leftnav ul { padding-bottom: 10px; font-size: 0; list-style-type: none; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-start: 0; }
.popup-leftnav li {
	white-space: nowrap;
	font-size: 14px;
	padding: 14px;
	padding-right: 18px;
	-webkit-box-shadow: inset 0px -1px 0px 0px #D2D2D2;
	-moz-box-shadow: inset 0px -1px 0px 0px #D2D2D2;
	box-shadow: inset 0px -1px 0px 0px #D2D2D2;	
}
.popup-leftnav li:hover {
	color: #0088d6;
	-webkit-box-shadow: inset 0px -3px 0px 0px #0088d6;
	-moz-box-shadow: inset 0px -3px 0px 0px #0088d6;
	box-shadow: inset 0px -3px 0px 0px rgba #0088d6;	
	cursor: pointer;
}
.popup-leftnav li.selected {
	color: #0088d6;
	-webkit-box-shadow: inset 0px -3px 0px 0px #0088d6;
	-moz-box-shadow: inset 0px -3px 0px 0px #0088d6;
	box-shadow: inset 0px -3px 0px 0px rgba #0088d6;
	cursor: pointer;
}



/* HEADER */
.popup-header{ 
	-webkit-box-shadow: inset 0px -1px 0px 0px #D2D2D2;
	-moz-box-shadow: inset 0px -1px 0px 0px #D2D2D2;
	box-shadow: inset 0px -1px 0px 0px #D2D2D2;	
	font-size: 14px;
}
.popup-header .popup-topic { 
	padding: 12px 0;
	text-align: center;  
	font-weight: bold;  
}
.popup-header ul { font-size: 0; list-style-type: none; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-start: 0; }
.popup-header li {
	font-size: 14px;
	display: inline-block;
	padding: 13px;	
}
.popup-header li:hover {
	color: #0088d6;
	-webkit-box-shadow: inset 0px -3px 0px 0px #0088d6;
	-moz-box-shadow: inset 0px -3px 0px 0px #0088d6;
	box-shadow: inset 0px -3px 0px 0px rgba #0088d6;	
	cursor: pointer;
}
.popup-header li.selected {
	color: #0088d6;
	-webkit-box-shadow: inset 0px -3px 0px 0px #0088d6;
	-moz-box-shadow: inset 0px -3px 0px 0px #0088d6;
	box-shadow: inset 0px -3px 0px 0px rgba #0088d6;
	cursor: pointer;
}



.popup-footer{ 
	-webkit-box-shadow: inset 0px 1px 0px 0px #D2D2D2;
	-moz-box-shadow: inset 0px 1px 0px 0px #D2D2D2;
	box-shadow: inset 0px 1px 0px 0px #D2D2D2;	
	font-size: 14px;
}
.popup-footer ul { font-size: 0; list-style-type: none; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-start: 0; }
.popup-footer li {
	font-size: 14px;
	display: inline-block;
	padding: 13px;	
}
.popup-footer li:hover {
	color: #0088d6;
	-webkit-box-shadow: inset 0px 3px 0px 0px #0088d6;
	-moz-box-shadow: inset 0px 3px 0px 0px #0088d6;
	box-shadow: inset 0px 3px 0px 0px rgba #0088d6;	
	cursor: pointer;
}
.popup-footer li.selected {
	color: #0088d6;
	-webkit-box-shadow: inset 0px 3px 0px 0px #0088d6;
	-moz-box-shadow: inset 0px 3px 0px 0px #0088d6;
	box-shadow: inset 0px 3px 0px 0px rgba #0088d6;
	cursor: pointer;
}


.popup_window .popup-title {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

.popup_window .popup-text {
	color: #797979;
    font-size: 16px;
    text-align: center;
}

.popup_window .popup-confirm { margin-top: 30px; text-align: center; }
.popup_window .popup-confirm-yes { margin-left: 20px; }
