﻿.modalPopup
{
	background-color: Gray;
	filter:alpha(opacity=40);
	opacity:0.7;
}
.panel_modal
{
	position:absolute;
	top: 10px; 
	width:700px;
	display: none;   
}
.portfolio_table
{
	border: none; 
}
.portfolio_heading_row
{
	width: 600px;
	height:25px;
	background-color:#DBDBDB;
	font-size: 16px;
	color: #404040;
	font-weight: bold;   
	border:1px solid #888888;
	text-indent: .5em;
	padding-top:5px;
}
.portfolio_detail_col
{
	padding: 10px;
}
.portfolio_image_thumb 
{
	width:150px;
	height:150px;
	border:1px solid gray;
}
.col_modal
{
	width:200px;
	text-align:left;
	vertical-align:top;    
}
.col_image_modal
{
	width:500px;
	height:400px;
	border:1px solid gray;
}
.col_heading_modal
{
	font-family:Tahoma;
	color:Maroon; 
	font-size: 12px;
	font-weight: bold; 
}
.col_data_modal
{
	font-family:Tahoma;
	color:Gray; 
	font-size: 10px; 
}
.col_modal_header
{
	height: 20px; 
	background-color:Silver;
	border: solid 1px Gray; 
	text-align: right; 
	font-weight: bold;  
}

.col_modal_footer
{
	height: 20px; 	
	background-color:Silver;
	border: solid 1px Gray;  
}
a.col_modal_close:link, a.col_modal_close:visited ,a.col_modal_close:active, a.col_modal_close:hover  
{
	font-family:Tahoma;
	color:white; 
	font-size: 11px; 
}
