﻿.Tile
{
    position:absolute;
    overflow:hidden;
    color:White;
}
.tileTable
{
     display:table;
     height:100%;
}

.tileTable div
{
     display:table-cell;
     vertical-align:middle;
}

.Tile h1
{
    font-size:18px;
}
.Tile h2
{
    font-size:14px;
    font-weight:normal;
    padding:5px;
}
.OneWide
{
    width:238px;
}
.TwoWide
{
    width:486px;
}
.ThreeWide
{
    width:734px;
}
.FourWide
{
    width:982px;
}
.OneTall
{
    height:238px;
}
.TwoTall
{
    height:486px;
}
.ThreeTall
{
    height:734px;
}
.FourTall
{
    height:982px;
}
.col1
{
    left:9px;
}
.row1
{
    top:9px;
}
.col2
{
    left:257px;
}
.row2
{
    top:257px;
}
.col3
{
    left:505px;
}
.row3
{
    top:505px;
}
.col4
{
    left:753px;
}
.row4
{
    top:753px;
}
.row5
{
    top:1001px;
}
.tileTitle
{
    position:absolute; 
    font-size:28pt; 
    color:#a9b6c2; 
    left:200px; 
    top:40px; 
    font-family:Lao UI; 
    font-weight:bold;
    text-shadow: -1px -1px 0px #ffffff, 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff;
}
        
.highlight
{
    position:absolute;
    left:0;top:0;right:0;bottom:0;
    background-color:black;
    opacity:0.4;
    filter:alpha(opacity=40);
    display:none;
}