﻿/* Styles for PopBox */

.popupMask 
{
    width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;	
	display:none;	
	background-color:transparent;
	background-color:#000000;
	opacity:.6;
	filter:alpha(opacity=60);
}

.imageContainer 
{
    position:absolute;    
    z-index:100;        
}

.imageContainerLTC 
{
    width:27px;
    height:25px;
    float:left;    
}

* html .imageContainerLTC 
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/main/popbox/containerLeftTop.png');    
}

.imageContainerLTC[class]
{
    background:url('../images/main/popbox/containerLeftTop.png');
}

.imageContainerT
{
    width:10px;
    height:25px;
    float:left;
}

* html .imageContainerT
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/main/popbox/containerTop.png');    
}

.imageContainerT[class]
{
    background:url('../images/main/popbox/containerTop.png');
}

.imageContainerRTC 
{
    width:27px;
    height:25px;
    float:right;
}

* html .imageContainerRTC 
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/main/popbox/containerRightTop.png');    
}

.imageContainerRTC[class]
{
    background:url('../images/main/popbox/containerRightTop.png');
}

.imageContainerL
{
    width:27px;
    height:10px;
    float:left;
}

* html .imageContainerL 
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/main/popbox/containerLeft.png');    
}

.imageContainerL[class]
{
    background:url('../images/main/popbox/containerLeft.png');
}

.imageContainerR
{
    width:27px;
    height:10px;
    float:right;
}

* html .imageContainerR 
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/main/popbox/containerRight.png');    
}

.imageContainerR[class]
{
    background:url('../images/main/popbox/containerRight.png');
}

.imageContainerLBC 
{
    width:27px;
    height:26px;
    float:left;
}

* html .imageContainerLBC 
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/main/popbox/containerLeftBottom.png');    
}

.imageContainerLBC[class]
{
    background:url('../images/main/popbox/containerLeftBottom.png');
}

.imageContainerB
{
    width:10px;
    height:26px;
    float:left;
}

* html .imageContainerB 
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/main/popbox/containerBottom.png');    
}

.imageContainerB[class]
{
    background:url('../images/main/popbox/containerBottom.png');
}

.imageContainerRBC 
{
    width:27px;
    height:26px;
    float:right;
}

* html .imageContainerRBC 
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/main/popbox/containerRightBottom.png');    
}

.imageContainerRBC[class]
{
    background:url('../images/main/popbox/containerRightBottom.png');
}