﻿h3.popup-h3 { font: bold 11pt Arial;
    color: #a00028;}
.PopupPanel
{
	width : 600px;	
}

.popup_background
{
	background-color: #DDDDDD;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* Table based implementation */
.new_popup_table
{
	table-layout : fixed;	
}

.new_popup_table_header
{
}

.new_popup_table_header_left
{
	background-image : url(../../Images/New/Popup/top-left-blue.png);
	width : 9px;
	height : 28px;
}

.new_popup_table_header_middle
{
	height : 28px;	
	font-size : 13px;	
	background-image : url(../../Images/New/Popup/top-middle-blue.png);
	background-repeat : repeat-x;			
	width : 583px;	
}

.new_popup_table_header_right
{
	background-image : url(../../Images/New/Popup/top-right-blue.png);
	width : 15px;
	height : 28px;	
	background-repeat : no-repeat;
}

.new_popup_table_body
{
	
}

.new_popup_table_body_left
{
	background-image : url(../../Images/New/Popup/left-blue.png);
}

.new_popup_table_body_middle
{
	background-color : White;
}

.new_popup_table_content_container
{
	background-color : White;
	overflow : auto;
	margin : 2px 0px 2px 2px;
	font-size : 12px;
	text-align : justify;
	padding-right : 8px;
}

.new_popup_table_body_right
{
	background-image : url(../../Images/New/Popup/right-blue.png);
	background-repeat : repeat-y;		
}

.new_popup_table_footer
{
	
}

.new_popup_table_footer_left
{
	background-image : url(../../Images/New/Popup/bottom-left-blue.png);
	height : 15px;
}

.new_popup_table_footer_middle
{
	background-image : url(../../Images/New/Popup/bottom-middle-blue.png);
	background-repeat : repeat-x;
	height : 15px;
}

.new_popup_table_footer_right
{
	background-image : url(../../Images/New/Popup/bottom-right-blue.png);
	background-repeat : no-repeat;
	height : 15px;
}

.new_popup_title
{
	font-weight : bold;
}

.new_popup_close_button
{
	cursor : pointer;
	position : relative;
	top : 1px;
	left : -4px;
}


/* Popup content styles */
.popup_inside
{margin:25px;}

.popup_content_ul_x li

{
	list-style-type: disc;
	margin: 6px 15px 6px 5px;
}
.popup_content_ul_2 li
{
    list-style: disc inside;
    margin: 6px 30px 6px 10px;}
    
.popup_content_ul

{
	list-style-type: disc;
	margin-left : 20px;
	margin-right: 20px;
}

.PopupPanel P
{
	margin-bottom : 10px;
}