/* And Just in case  your wondering why I put a super in front of everything 
its because it makes everything better even if it does not mean anything! */

.ImageBorderCell
{
Filter: Glow(Color=black,Strength=2);
}

.ButtonCellStyle
{
text-align: center;
vertical-align: center;
background-image:url('images/ButtonGraphics/RedGlassIdle.png');
background-repeat:no-repeat;
background-position:center center;
height: 36px;

}

.ButtonCellStyleOver
{
text-align: center;
vertical-align: center;
background-image:url('images/ButtonGraphics/RedGlassActive.png');
background-repeat:no-repeat;
background-position:center center;
height: 36px;
}

.NewsText
{
width: 288;
padding-top: 0px;
padding-bottom: 16px;
border-style: solid;
border-width: 0;
color: grey;
Filter: Glow(Color=black,Strength=2);
height: 0;
}

.FeaturedEventPanelGraphic
{
position: relative;
posTop: 12;
width: 300;

}

.AddressText
{
padding-top: 4px;
padding-bottom: 4px;
border-style: solid;
border-width: 0;
color: silver;
Filter: Glow(Color=black,Strength=4);
height: 0;
}

.NavigationText
{
border-style: solid;
border-width: 0;
color: Black;
width: 196;
Filter: Glow(Color=white,Strength=3);
}
