
/* begin Box, BlueBorder */


.BlueBorder-tl
{
	width: 7px;
	height: 7px;
	background:url(images/BlueBorder-s.png) no-repeat;
}

.BlueBorder-tr
{
	width: 7px;
	height: 7px;
	background:url(images/BlueBorder-s.png) no-repeat;
	background-position: -7px 0px;
}

.BlueBorder-bl
{
	width: 7px;
	height: 7px;
	background:url(images/BlueBorder-s.png) no-repeat;
	background-position: 0px -7px;
}

.BlueBorder-br
{
	width: 7px;
	height: 7px;
	background: url(images/BlueBorder-s.png) no-repeat;
	background-position: -7px -7px;
}

.BlueBorder-tc, .BlueBorder-bc
{
	height: 7px;
	background: url('images/BlueBorder-h.png') repeat-x;
}

.BlueBorder-tc
{
	background-position: 0px 0px;
}

.BlueBorder-bc
{
	background-position: 0px -7px;
}

.BlueBorder-cr, .BlueBorder-cl
{
	width: 7px;
	background: url('images/BlueBorder-v.png') repeat-y;
}

.BlueBorder-cr
{
	background-position: -7px;
}

.BlueBorder-cl
{
	background-position: 0px;
}

.BlueBorder-cc
{
	background-color: #ffffff;
	margin:5px;
}

.BlueBorder
{
	margin: 7px;
}

/* end Box, BlueBorder */

/* begin BlueBorderHeader */
.BlueBorder-header
{
	float:left;
}
.BlueBorderHeader
{
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
	color:#111111;
}

.BlueBorderHeader span
{
	color:#111111;
}

/* end BlueBorderHeader */


/* begin BlueBorderFooter */
.BlueBorder-footerl
{
	float:left;
}
.BlueBorder-footerr
{
	float:right;
}
.BlueBorder-footer5
{
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
	color:#111111;
}

.BlueBorderFooter span
{
	color:#111111;
}

/* end BlueBorderFooter */
