﻿/* Compatible with device and browser - Specifically for eBattalion site */

.EbattalionNewsCell 
{
    width:604px;
    height:173px;
    background-image:url(images/feature_07.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}

.EbattalionNewsCellDiv
{
    height:173px;
    width:604px;
    overflow:hidden;
}

.EbattalionNewsCellText
{
    padding-left:30px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.EbattalionNewsCellText A:Link
{
	text-decoration:none;
	color:#456789;
}

.EbattalionNewsCellText A:Visited
{
	text-decoration:none;
	color:#456789;
}

.EbattalionNewsCellText A:Hover
{
	text-decoration:none;
	color:#305274;
}

.EbattalionGamesTextCell
{
    padding-left:10px;
    vertical-align:top;
}

