﻿/*-----------POP UP-----------*/
/*----------------------------*/


.popBg {
	background-color: #000000;
	filter: alpha(opacity: 75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#popOverlay {
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
	/* ie6 hack */
	_position: absolute;
    _height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    _width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

#popWindow 
{
    background:#fff;
	color: #000;
	position: fixed;
	text-align: left;
	z-index: 101;
	/*margin-left = -1/2 width of the window */
	left: 50%;
	width: 630px;
	margin-left: -315px;
	/*margin-top = -1/2 height of the window */
	top: 50%;
	min-height: 500px;
	margin-top: -250px;
	display: block;
    /* ie6 hack */
    _position: absolute;
    _margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
    
}

#popWindow .closeBtn {
    background: transparent url(../Images/popup/btnClose.gif) left 50% no-repeat;
    position: absolute;
    top: 17px;
    right: 18px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    height: 15px;
    padding-left: 20px;
    padding-top: 4px;
    text-transform: uppercase;    
    color: #fff;
    text-decoration: none;
    z-index: 500;
}

#popHead {
    background: #231f20 url(../images/shopping/popUp/popHeadBg.gif) top left repeat-x;
    color: #fff;
    font-family:Times New Roman,Times,Serif;
    font-size:25px;
    padding: 14px 0 12px 18px;
    width: 612px;
}

#popBody {
    margin: 20px 0 0 0;
    padding-bottom: 40px;
}


#popBody ol, #popBody ol li {
    list-style: disc;
}

#popBody li {
    margin-bottom: 3px;
    margin-left: 20px;
}

#popFooter {
    color: #fff;
    background: #231f20 url(../images/shopping/popUp/popFooterBg.gif) top left repeat-x;
    font-size: 10px;
    padding: 12px 0 10px 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 612px;
}

#popFooter li {
    display: inline;
    margin-right: 18px;
}

#popFooter a {
    color: #fff;
}
#popFooter a.disabled, #popFooter a:hover.disabled {
    text-decoration:none;
}


#directoryTable #popFooter a {    
    background: none;
    padding-left: 0;
}

#popFooter a:hover {
    text-decoration: underline;
}

#footerPopUp {
    display: none;
    border-top: 1px solid #000;
    margin-top: 30px;
    padding-top: 25px;
}


/*---TENANT DATA---*/
/*-----------------*/

#popLeft, #popRight {

    float: left;
}

#popLeft {
    padding: 0 20px;
    width: 359px;
    min-height: 1%;
}

#popLeft img {
    display: block;
    margin: 12px 0 0 30px;
}

#popLeft div#tenantDesc {
    margin-bottom: 33px;
    height: 232px;
    overflow: auto;
    padding-right: 10px;
    padding-top: 15px;
}

#popLeft #tenantDesc p {
    line-height: 15px;
    margin-bottom: 12px;
}

#popRight {
    border-left: 1px solid #cccccc;
    font-size: 11px;
    padding: 30px 25px 20px 25px;
    width: 180px;
}

#popRight h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
    text-transform: uppercase;
}

#popRight p {
    margin-bottom: 15px;
    line-height: 14px;
}

#popRight p.noMargin {
    margin-bottom: 0;
}

#tenantJobs {
    margin-bottom: 15px;
}

#tenantJobs li {
    margin-left: 0;
}
    


/*---TOURISM PROGRAM POP---*/
/*-------------------------*/
    
#popLeft.popTourismInfo div#tenantDesc {
	font-family: Trebuchet MS, Arial, Hevetica, Sans-Serif;
    font-size: 12px;
    padding-top: 20px;
}

#popLeft.popTourismInfo #tenantDesc h2 {
    margin-bottom: 5px;
}

#popLeft.popTourismInfo .popTourismDetails ul {
    padding-left:10px;
}

#popLeft.popTourismInfo .popTourismDetails ul li {
    background:transparent url(../images/wrap/listDot.gif) no-repeat scroll left 6px;
    font-size: 12px;
    margin-left: 0;
    padding-left:12px;
}/**/



