﻿/* Model Popup Control, used when user clicks on employee name and a popup dialog with user info comes up */
.modalBackground
{
	background-color: #000000;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.closeDiv
{       
    text-align:right; 
    height:25px; 
    margin:3px;   
    
}
.closeDiv img
{
    border:none;
}

.modalPopup
{
	background-image: url(  '../../images/contact/contactsback4.gif' );
	padding: 0px;
}
.panels
{
    width:800px;
    height:600px;        
    background-color:White;
    border-width:3px;
	border-style:solid;
	border-color:#ffcc00;
	z-index:3;
}
.LayoutImg
{
    
    max-height:324px;
    max-width:694px;
}

.labelCursor
{
    cursor:pointer;
}

.images
{
    text-align:center;
    margin:3px 20px 3px 20px;
}
/* Page Titles */
.modalPopupTitle
{  
    font-size:x-large;
    text-align:center;
    font-weight:bold;
} 
.paragraph
{
    margin:10px 40px 3px 40px;
    text-align:justify;
}
.caption
{
    font-size:small;
    text-align:center;
}