﻿.HeaderRow
{
    background-image:url(../images/NewTemplate/headerrow.jpg);
    background-repeat:repeat-x;
}

.HeaderMiddle
{
    background-image:url(../images/NewTemplate/headermiddle.jpg);
    background-repeat:repeat-x;  
    
    border-left:solid 1px white;
    border-right:solid 1px white;    
}

.MiddleRow
{    
    background-image:url(../images/NewTemplate/middle.jpg);
    background-repeat:repeat;     
}

.MiddleMiddle
{
    background-color:white; /*#0e3070;*/
    background-image:  url(../images/NewTemplate/middleimage.gif);
    background-position:left top;
    background-repeat:repeat-y;
    
    border-left:solid 1px white;
    border-right:solid 1px white;
}

.MiddleMiddleWhite
{
    background-color:white; /*#0e3070;*/
    background-image: url(../images/whiteblock.gif);
    border-left:solid 1px white;
    border-right:solid 1px white;
}

.FooterRow
{
    background-color:#ebebeb;
}

.FooterMiddle
{
    background-color:White;
    
    border-left:solid 1px white;
    border-right:solid 1px white;
}