﻿.Box
{
    width: 5px;
    border-spacing: 0px;
}
.Box_Content
{
    border-spacing: 0px;
}
.Box_Title
{
    background-color: #ffffff;
    border-spacing: 0px;
}
.Box_TitleLeft
{
    background-image: url('images/Box_TitleLeft.png');
    background-position: center left;
    background-repeat: repeat-y;
}
.Box_TitleRight
{
    background-image: url('images/Box_TitleRight.png');
    background-position: center right;
    background-repeat: repeat-y;
}
.Box_TopLeft
{
    background-image: url('images/Box_TopLeft.png');
    background-position: top left;
    background-repeat: no-repeat;
}
.Box_TopRight
{
    background-image: url('images/Box_TopRight.png');
    background-position: top right;
    background-repeat: no-repeat;
}
.Box_BottomLeft
{
    background-image: url('images/Box_BottomLeft.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}
.Box_BottomRight
{
    background-image: url('images/Box_BottomRight.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.Box_Left
{
    background-image: url('images/Box_Left.png');
    background-position: center left;
    background-repeat: repeat-y;
}
.Box_Right
{
    background-image: url('images/Box_Right.png');
    background-position: center right;
    background-repeat: repeat-y;
}
.Box_Top
{
    background-image: url('images/Box_Top.png');
    background-position: center top;
    background-repeat: repeat-x;
}
.Box_Bottom
{
    background-image: url('images/Box_Bottom.png');
    background-position: center bottom;
    background-repeat: repeat-x;
}

.Box2
{
    width: 5px;
    border-spacing: 0px;
}
.Box2_Content
{
    border-spacing: 0px;
    background-color: #f2f2f2;
}
.Box2_TopLeft
{
    background-image: url('images/Box2_TopLeft.png');
    background-position: top left;
    background-repeat: no-repeat;
}
.Box2_TopRight
{
    background-image: url('images/Box2_TopRight.png');
    background-position: top right;
    background-repeat: no-repeat;
}
.Box2_BottomLeft
{
    background-image: url('images/Box2_BottomLeft.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}
.Box2_BottomRight
{
    background-image: url('images/Box2_BottomRight.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.Box2_Left
{
    background-image: url('images/Box2_Left.png');
    background-position: center left;
    background-repeat: repeat-y;
    background-color: #f2f2f2;
}
.Box2_Right
{
    background-image: url('images/Box2_Right.png');
    background-position: center right;
    background-repeat: repeat-y;
    background-color: #f2f2f2;
}
.Box2_Top
{
    background-image: url('images/Box2_Top.png');
    background-position: center top;
    background-repeat: repeat-x;
}
.Box2_Bottom
{
    background-image: url('images/Box2_Bottom.png');
    background-position: center bottom;
    background-repeat: repeat-x;
}
.Box2_DivideLeft
{
    background-image: url('images/Box2_DivideLeft.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #fff;
}
.Box2_DivideRight
{
    background-image: url('images/Box2_DivideRight.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #fff;
}
.Box2_DivideMiddle
{
    background-image: url('images/Box2_DivideMiddle.png');
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #fff;
}
.Box2_DivideLeft_Gray
{
    background-image: url('images/Box2_DivideLeft.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}
.Box2_DivideRight_Gray
{
    background-image: url('images/Box2_DivideRight.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}
.Box2_DivideMiddle_Gray
{
    background-image: url('images/Box2_DivideMiddle.png');
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #f2f2f2;
}

.FooterHyperlink
{
    color: #747C83;
    text-decoration: none;
}
.FooterHyperlinkDiv
{
    padding: 1px;
    padding-left: 3px;
}