﻿.box
{
    width: 205px;
}
/**** styles for boxes with different subsections in default.aspx */
/* title in the box */
.box h1
{
    margin: 0 0 5px 0;
    padding: 0;
}
/* image in the box */
.box img
{
    display: block;
}
/* text in the box */
.box div
{
    margin: 0;
    padding-top: 11px;
    padding-bottom: 1px;
}

/*primary layout corner styles*/
.tl
{
    height: 9px;
    width: 9px;
    background-image: url(img/tl.png);
    background-color: inherit;
    color: #000000;
    background-repeat: no-repeat;
    font-size: 1px;
}
.tm
{
    height: 9px;
    background-image: url(img/tm.png);
    background-color: inherit;
    color: #000000;
    background-repeat: repeat-x;
    font-size: 1px;
}
.tr
{
    height: 9px;
    width: 9px;
    background-image: url(img/tr.png);
    background-color: inherit;
    color: #000000;
    background-repeat: no-repeat;
    font-size: 1px;
}
.lm
{
    width: 9px;
    background-image: url(img/lm.png);
    background-color: inherit;
    color: #000000;
    background-repeat: repeat-y;
    font-size: 1px;
}
.ce
{
    padding: 8px 10px;
    background-image: url(img/ce.png);
    background-repeat: repeat;
}
.rm
{
    width: 9px;
    background-image: url(img/rm.png);
    background-color: inherit;
    color: #000000;
    background-repeat: repeat-y;
    font-size: 1px;
}
.bl
{
    height: 9px;
    width: 9px;
    background-image: url(img/bl.png);
    background-color: inherit;
    color: #000000;
    background-repeat: no-repeat;
    font-size: 1px;
}
.bm
{
    height: 9px;
    background-image: url(img/bm.png);
    background-color: inherit;
    color: #000000;
    background-repeat: repeat-x;
    font-size: 1px;
}
.br
{
    height: 9px;
    width: 9px;
    background-image: url(img/br.png);
    background-color: inherit;
    color: #000000;
    background-repeat: no-repeat;
    font-size: 1px;
}

