﻿.box
{
    position: relative;
    padding: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 12px;
    float: left;
    width: 100%;
}

.boxTopLeft, .boxTopRight, .boxBottomLeft, .boxBottomRight
{
    position: absolute;
    width: 50%;
    height: 6px;
    margin: 0px;
}

.boxTopLeft
{
    top: 0px;
    left: 0px;
    background-image: url(../Img/Box/topLeft.png);
    background-position: left;
}

.boxTopRight
{
    top: 0px;
    right: 0px;
    background-image: url(../Img/Box/topRight.png);
    background-position: right;
}

.boxBottomLeft
{
    bottom: 0px;
    left: 0px;
    height: 7px;
    background-image: url(../Img/Box/bottomLeft.png);
    background-position: left;
}

.boxBottomRight
{
    bottom: 0px;
    right: 0px;
    height: 7px;
    background-image: url(../Img/Box/bottomRight.png);
    background-position: right;
}

.innerBox
{
    position: relative;
    margin-bottom: 1px;
    margin-top: -1px;
}

.innerBoxLeft
{
    background-image: url(../Img/Box/left.png);
    background-repeat: repeat-y;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 5px;
    height: 100%;
}
    
.innerBoxRight
{
    background-image: url(../Img/Box/right.png);
    background-repeat: repeat-y;
    background-position: right;
    position: absolute;
    top: 1px;
    right: 0px;
    width: 5px;
    height: 100%;
}
    
.boxContent
{
    background-color: White;
    margin: 0px 5px 0px 5px;
    z-index: 10;
}

.boxBottomFix
{
	height: 1px; 
	width: 100%; 
	display: inline-block; 
	background-color: transparent;
	overflow: hidden;
	visibility: hidden;
}

.box p
{
    margin: 0px 7px 10px 7px;
}

.mainRight p
{
	margin-left: 0px;
}

h3
{
    background-color: #bfda36;
    margin: 0px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    line-height: 22px;
    margin-bottom: 5px;
}

.topLeftCorner, .topRightCorner, .bottomLeftCorner, .bottomRightCorner
{
    position :absolute;
    width: 4px;
    height: 4px;
}

.topLeftCorner
{
    top: 0px;
    left: 0px;
    background-image: url(../Img/Box/roundedTopLeftCorner.png);
}

.topRightCorner
{
    top: 0px;
    right: 0px;
    background-image: url(../Img/Box/roundedTopRightCorner.png);
}

.bottomLeftCorner
{
    bottom: 0px;
    left: 0px;
    background-image: url(../Img/Box/roundedBottomLeftCorner.png);
}

.bottomRightCorner
{
    bottom: 0px;
    right: 0px;
    background-image: url(../Img/Box/roundedBottomRightCorner.png);
}

h3.grey
{
    background-color: #919191;
    color: white;
}

h3.green
{
    background-color: #bfda36;
    color: black;
}

h3.silver
{
    background-color: #dbdbdb;
    color: #434343;
}

