﻿.shame
{
    width:64px;
    height:64px;
    /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/mediaplayer2/images/shame.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.shame[class]
{
    width:64px;
    height:64px;
    background-image:url('images/shame.png');
}

.hmm
{
    width:64px;
    height:64px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/mediaplayer2/images/hmm.png');
}
.hmm[class] 
{
    width:64px;
    height:64px;
    background-image:url('images/hmm.png');
}

.sad
{
    width:64px;
    height:64px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/mediaplayer2/images/sad.png');
}
.sad[class]
{
    width:64px;
    height:64px;
    background-image:url('images/sad.png');
}

.vault
{
    width:64px;
    height:64px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/mediaplayer2/images/vault.png');
}
.vault[class]
{
    width:64px;
    height:64px;
    background-image:url('images/vault.png');
}

.login
{
    width:100px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/mediaplayer2/images/htmllogin.png');
}
.login[class] 
{
    width:100px;
    background-image:url('images/htmllogin.png');
}

.play 
{
    width:100px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/mediaplayer2/images/htmlplay.png');
}
.play[class] 
{
    width:100px;
    background-image:url('images/htmlplay.png');
}

.play_hot
{
    width:100px;
    height:50px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/mediaplayer2/images/htmlplay.png');
}
.play_hot[class]
{
    width:100px;
    height:50px;
    background-image:url('images/htmlplay.png');
}

.relatedcell
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/mediaplayer2/images/relatedcell.png');
}
.relatedcell[class]
{
    background-image:url('images/relatedcell.png');
}

.relatedcell_hot
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/mediaplayer2/images/relatedcell_hot.png');
}
.relatedcell_hot[class]
{
    background-image:url('images/relatedcell_hot.png');
}

.buttonGlow
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/theme/01/buttonglow.png');
}
.buttonGlow[class]
{
    background-image:url('/theme/01/buttonglow.png');
}
.infodiv
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/tips445X500.png');
}
.infodiv[class]
{
    background-image:url('/images/tips445X500.png');
}

.closeimg
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/DialogrutaXoff_1.png');
}
.closeimg[class]
{
    background-image:url('/images/DialogrutaXoff_1.png');
}
.closeimg_hot
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/DialogrutaXon_1.png');
}
.closeimg_hot[class]
{
    background-image:url('/images/DialogrutaXon_1.png');
}
.okimg
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/mediaplayer2/images/ok_normal.png');
}
.okimg[class]
{
    background-image:url('/mediaplayer_old/images/ok_normal.png');
}
.okimg_hot
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/mediaplayer2/images/ok_highlight.png');
}
.okimg_hot[class]
{
    background-image:url('/mediaplayer_old/images/ok_highlight.png');
}
.lankdiv
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/lank500X300.png');
}
.lankdiv[class]
{
    background-image:url('/images/lank500X300.png');
}
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.art
{
    border: solid 3px black;
}

.arthot01
{
    background-color: #FFFFDD;
}

.arthot02
{
    background-color: #DDDDFF;
}

.arthot10
{
    
    background-color: #FFDDFF;
}
