﻿.Table
{
    -moz-border-radius: 35px;
    margin-top: 10%;
    width: 48%;
    padding: 0px;
    background-color: #ffffff;
    border: thin solid #FFFFFF; /*height: 100%;*/
}

.TitleFontSize
{
    color: #328ECC;
    font-size: 20px;
    font-weight: bold;
}

.TableHeader
{
    background-color: #01499D;
    height: 80px; /*font-size: 40px;*/ /*color: White;	*/
    -moz-border-radius-topright: 35px;
    -moz-border-radius-topleft: 35px; /*font-weight: bold; */
    height: 80px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.TableHeaderLabel
{
    font-size: 25px;
    color: white;
    font-family: Baskerville Old Face;
    color: #FFCA50;
}

.TableContent
{
    border: 0px;
    padding: 1px;
}

.TableFooter
{
    background-color: #0352AE;
    height: 50px;
    font-family: Batang;
    -moz-border-radius-bottomright: 35px;
    -moz-border-radius-bottomleft: 35px;
}

.UnitImage
{
    /*border-style: solid;*/
    border-color: Black; /*border-width: 5px;*/
    /*-moz-border-radius: 35px;*/
    vertical-align: middle;
    background-image: url(../Images/School.jpg);
    width: 30%;
    height: 0;
    background-size:100% 100%;
}

.ImageBorder
{
    -moz-border-radius: 35px;
}
