﻿/* The styles in this sheet control the look of the modal pop up windows. */
.modal_background 
{
    background-color:gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}

/* Style of the pop-up update progress panel on the content management page. */
.content_management_update_progress 
{ 
	text-align:center;
    border-width: 1px; 
    border-style: solid; 
    background-color: #FFFFFF; 
    position: absolute; 
    width: 150px; 
    height: 45px;
    padding-top:12px;
} 

/* Style for the pop-up table of the error log page. */
.error_log_pop_up_table
{
	z-index:2;
	position:absolute;
	margin-left:20px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #eee;
	display:none;
}

/* TD style of the error_log_pop_up_table class. */
.popUpTable_l td 
{ 
	border: solid 0px; 
}
