/*
// (C) Stephen Daly
// www.stephendaly.org
// Date: 11/3/2008
*/
/* Div to disable background */
#backgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.5;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
/* POPUP WINDOW */
#popupWindow
{
    position: absolute;
    width: 150px;
    height: auto;
    padding: 1px;
    z-index: 1005;
    display: none;
    background-color: #efefef;
    border: 1px solid #cccccc;
    text-align:right;
    direction:rtl;
    font-family:Tahoma;
	font-size:8pt;
}
#popupWindow img{
	border:0;
}
#topLeft
{
    width:150px;
    float:left;
}
#topRight
{
    width:23px;
    float:left;
}
#popupBody
{
    width:150px;
    margin: 1px;
}