﻿/*Modal Popup*/
.modalBackground {
	background: #1D1D21;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup 
{
	position:relative;
	background-color:#F1F1F1;
	border-width:3px;
	border-style:outset;
	border-color:Gray;
	padding:0px;
    width:670px;
    height:580px;
}

#divTitle
{
	position:absolute;
    width:510px;
	margin-top:-44px;    
	margin-left:50px;    
    font-size: 1.3em;
    color: White;
    height:25px;
}

#divNavigate
{
	position:absolute;
    width:600px;
    height:35px;
	margin-top:-15px;    
}

#divImage
{
	position:absolute;
    width:645px;
    height:495px;
	margin-left:-5px;    
	margin-top:25px;    
}

.modalPopup h2
{
	background: #F1F1F1 url('images/popup_header.jpg') repeat-x left top;
    margin-top: 0px;
    font-size: 1.3em;
    /*background: #5A626C url(../../images/menubox.gif) repeat-x left top;*/
    color: White;
    height:25px;
    vertical-align:middle;
    padding-left: 12px;
    padding-top: 3px;  
    font-variant:small-caps;
}

.modalPopupContainer {
}


 .popupblock
{
    padding: 16px;
    margin-bottom: 8px;
}


/*Popup Control*/
.popupControl{
	position:absolute;
	background-color:White;
	visibility:hidden;
}


.fieldsetarea
{
	float:left;
    background: url('images/area.png') no-repeat;
    background-position: left top;
    height:140px;
/*    width:730px;*/
    border:none;
    padding-left:160px;
    padding-top:20px;
}
.CancelButton
{
	float:left;
    background: url('images/close.jpg') no-repeat;
    border:none;
    padding:0px;
    margin-top:2px;
    margin-right:12px;
    width:28px;
    height:15px;
}
.PreLoadCancelButtonHover
{
    background: url('images/closehover.jpg') no-repeat;
    border:none;
    display:none;
}

.CancelButton:hover
{
    cursor:pointer;
}

.NextButton
{
    background: url('images/next.jpg') no-repeat;
    border:none;
    padding:0px;
    margin-top:2px;
    margin-left:15px;
    width:35px;
    height:24px;
}
.PreLoadNextButtonHover
{
    background: url('images/nexthover.jpg') no-repeat;
    border:none;
    display:none;
}

.NextButton:hover
{
    cursor:pointer;
}

.PrevButton
{
    background: url('images/prev.jpg') no-repeat;
    border:none;
    padding:0px;
    margin-top:2px;
    margin-left:15px;
    width:35px;
    height:24px;
}

.PreLoadPrevButtonHover
{
    background: url('images/prevhover.jpg') no-repeat;
    border:none;
    display:none;
}

.PrevButton:hover
{
    cursor:pointer;
}

