/*********************************************************************************************************************
    BOXTYPE 1
*********************************************************************************************************************/
		
.BoxType1
{
	width: 100%;
}
.BoxType1 .bottomLeft
{
	font-size: 1px;
	height: 4px;
	width: 4px;
	background: #ffffff url(../../images/gfx/corners.gif) no-repeat scroll bottom left;
}
.BoxType1 .bottomMid
{
	background: #ffffff url(../../images/gfx/horisontal_lines.gif) repeat-x scroll bottom left;
}
.BoxType1 .bottomRight
{
	font-size: 1px;
	height: 4px;
	width: 4px;
	background: #ffffff url(../../images/gfx/corners.gif) no-repeat scroll bottom right;
}
.BoxType1 .BoxContent
{
	padding: 8px;
}
.BoxType1 .midLeft
{
	background: #ffffff url(../../images/gfx/vertical_lines.gif) repeat-y scroll top left;
}
.BoxType1 .midRight
{
	background: #ffffff url(../../images/gfx/vertical_lines.gif) repeat-y scroll top right;
}
.BoxType1 .topLeft
{
	font-size: 1px;
	height: 4px;
	width: 4px;
	background: #ffffff url(../../images/gfx/corners.gif) no-repeat scroll top left;
}
.BoxType1 .BoxHeader
{
	background: #ffffff url(../../images/gfx/horisontal_lines.gif) repeat-x scroll top left;
}
.BoxType1 .topRight
{
	font-size: 1px;
	height: 4px;
	width: 4px;
	background: #ffffff url(../../images/gfx/corners.gif) no-repeat scroll top right;
}

table.ContentPadding1 .BoxContent
{
	padding: 7px 12px 20px 12px;
}

/***** Box type 2 *****/

.BoxType2
{
	width: 100%;
}
.BoxType2 .bottomLeft
{
	font-size: 1px;
	height: 4px;
	width: 4px;
	background: #ffffff url(../../images/gfx/corners2.gif) no-repeat scroll bottom left;
}
.BoxType2 .bottomMid
{
	background: #ffffff url(../../images/gfx/horisontal_lines2.gif) repeat-x scroll bottom left;
}
.BoxType2 .bottomRight
{
	font-size: 1px;
	height: 4px;
	width: 4px;
	background: #ffffff url(../../images/gfx/corners2.gif) no-repeat scroll bottom right;
}
.BoxType2 .BoxContent
{
	padding: 8px;
	background-color: #E0E3E8;
}
.BoxType2 .midLeft
{
	background: #ffffff url(../../images/gfx/vertical_lines2.gif) repeat-y scroll top left;
}
.BoxType2 .midRight
{
	background: #ffffff url(../../images/gfx/vertical_lines2.gif) repeat-y scroll top right;
}
.BoxType2 .topLeft
{
	font-size: 1px;
	height: 4px;
	width: 4px;
	background: #ffffff url(../../images/gfx/corners2.gif) no-repeat scroll top left;
}
.BoxType2 .BoxHeader
{
	background: #ffffff url(../../images/gfx/horisontal_lines2.gif) repeat-x scroll top left;
}
.BoxType2 .topRight
{
	font-size: 1px;
	height: 4px;
	width: 4px;
	background: #ffffff url(../../images/gfx/corners2.gif) no-repeat scroll top right;
}

