﻿.popupCont
{
    position:relative;
    z-index:30;
}

.IshurPopUp
{
    position:absolute;
    left:115px;
    top:12px;
    width:500px;
    min-height:300px;
    border: 1px solid gray;
    background:white;
}

.IshurPopUpHeader
{
    margin: 3px;
    width:494px;
    height:24px;
    background:#777777;
    position:relative;
    
}

.IshurPopUpMaane
{
    position:absolute;
    left:115px;
    top:120px;
    width:500px;
    min-height:150px;
    border: 1px solid gray;
    background:white;
}

.IshurPopUpMaane2
{
    position:absolute;
    left:115px;
    top:0px;
    width:500px;
    min-height:560px;
    border: 1px solid gray;
    background:white;
}

.IshurPopUpHeaderMaane
{
    margin: 3px;
    width:494px;
    height:24px;
    background:#777777;
    position:relative;
}

.IshurPopUpMask
{
	
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:black;
	z-index:2;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.IshurPopUpCloseImg
{
    position:absolute;
    right:6px;
    top:3px;
}

.IshurPopUpHeaderTitle
{
    text-align:center;
    color:White;
    padding-top:2px;
}

.IshurPopUpHourPadding
{
    padding:10px;
}

.clearBoth
{
    clear:both;
}

.fLeft
{
    float:left;
}

.fRight
{
    float:right;
}

.popupButtons
{
     position:absolute;
     bottom:10px;
     left:10px
}

