﻿/* For Pupup */

#layer1
	 {
	position:absolute;
	visibility: hidden;
	width: 650px;
	height: 350px;
	overflow:scroll;
	margin-top: 100px;
	margin-left:500px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 2px;
	z-index:9999;
}

#close {
	float: right;
}

body
{
    margin: 0px;
}
#modalPage
{
    display: none;
   
    position:relative;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:750;
}
 
.modalContainer
{
    position:absolute;
    width: 300px;
    left:40%;
    margin-top:65%;
    z-index:750;
}
 
.modalContainerBranch
{
    position:absolute;
    width: 300px;
    left:30%; 
    margin-top:48%;
    z-index:750;
}
.modal
{
    background-color: #F5F5F5;
    border: solid 1px black; position: relative;
    top: -150px;
    left: -150px;   
    width: 265px;
    height: 77px;
    padding: 0px;
}
.modalTop
{
    width: 268px;
    background-color: #0F5B9B;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
}

.dprShow
{
	z-index:200px;
	background:#B92207;
	width:30px;
}


 