﻿div.hidePhotos
{
    background-color:Gray;
    height:1000px;
    width:1000px;
    margin-left:0px;
    position:absolute;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
}
div.photoRow
{
    margin:20px; float:left; width: 150px;
}
div.photoRow div.image
{
float:left; width:100px; margin-left:20px;
}
div.photoRow div.controls
{
    
}
div.photoRow input
{
    font-size:8pt; margin:3px;  
}
.gray
{
    background-color:Gray;
    margin-left:0px;
}
.none
{
    display:none;
}
.dialog
{
    display:block;
    border:solid 1px black; 
    background-color:White; 
    position:absolute; 
    left:100px; 
    top:80px; 
    z-index:1;
    
}
.photoUploadButton
{
    margin-top:10px;
    margin-left:10px;
    
    
}
.uploadPhoto
{
    margin-bottom:5px;
    
}
.dialog h5
{
    margin-bottom:0px;
    
}
.PanelEditPhoto td.popupClose
{
    text-align:right;
    
}
td.popupClose .closeButton
{
    float:right;
}

td.popupTitle
{
  background-color: #2f3164;   
  color:#ffffff;
  font-size:12pt;
}
input.closePhoto
{
    float:right;
}
