/*<Popup>*/
.popupCont
{
    position:absolute;
    left:725px;
    top:182px;
    width:283px;
    display:none;
}

.popupArrLeft
{
    position:absolute;
    left:0px;
    top:27px;
    background-image:url(../images/bubble_arr_left.gif);
    background-repeat:no-repeat;
    width:9px;
    height:17px;
}

.popupArrTop
{
    position:absolute;
    top: 0px;
    /*left:200px;*/
    left:178px;
    width:17px;
    height:9px;
    background-image:url(../images/bubble_arr_top.gif);
    background-repeat:no-repeat;
}
.popupContent
{
    margin-left:7px;
    border:2px solid #FFF;
	
}

.popupTableContent {
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	color:#17598B;
}

.popupTableContent td{
	vertical-align:top;
}
.popupContent1
{
    margin-top:7px;
    border:2px solid #FFF;
}

.popupContentMiddle
{
    border-top:1px solid #C7C7C7;
    border-right:1px solid #DEDEDE;
    border-left:1px solid #DCDCDC;
    border-bottom:1px solid #DADADA;
}
.popupContentInner
{
    border-top:1px solid #EBEBEB;
    border-right:1px solid #F8F8F8;
    border-left:1px solid #F8F8F8;
    border-bottom:1px solid #E9E9E9;
    padding:10px;    
/*height:170px;*/
    background-repeat:repeat-x;
    background-position:left bottom;
    background-color:#FFF;
}

.popupContentInnerLink
{
    text-align:right;
    border-top-color:#EBEBEB;
    border-top-width:1px;
    border-top-style:solid;
    color:#FF2B06;
    font-weight:bold;
    padding-top:5px;
    margin-top:2px;
    
}
.popupContentInnerLink span{
 color:#000000;

}
.popupContentInnerLink a{
 color:#FF2B06;
 text-decoration:none;

}
/*</Popup>*/ 