/** Big Blue Pad**/

.BigBluePad .headingRow
{
	height: 48;
}
.BigBluePad .contentRow
{
	background-color: White;
}
.BigBluePad .footingRow
{
	height: 8;
}


.BigBluePad .leftTopCorner
{
	background-image: url(../images/bigBluePad/topLeft.gif);
	width: 8;
}
.BigBluePad .headingCell
{
	background-image: url(../images/bigBluePad/topMiddle.gif);
}
.BigBluePad .rightTopCorner
{
	background-image: url(../images/bigBluePad/topRight.gif);
	width: 8;
}


.BigBluePad .leftContent
{
	background-image: url(../images/bigBluePad/middleLeft.gif);
}
.BigBluePad .rightContent
{
	background-image: url(../images/bigBluePad/middleRight.gif);
}


.BigBluePad .leftBottomCorner
{
	background-image: url(../images/bigBluePad/bottomLeft.gif);
	width: 8;
}
.BigBluePad .footingCell
{
	background-image: url(../images/bigBluePad/bottomMiddle.gif);
	background-color: White;
}
.BigBluePad .rightBottomCorner
{
	background-image: url(../images/bigBluePad/bottomRight.gif);
}


/** Small Blue Pad**/


.SmallBluePad .headingRow
{
	height: 23;
	font-size:medium;
	font-weight:bold;
}
.SmallBluePad .contentRow
{
	background-color: White;
}
.SmallBluePad .footingRow
{
	height: 4;
}


.SmallBluePad .leftTopCorner
{
	background-image: url(../images/smallBluePad/topLeft.gif);
	width: 3;
}
.SmallBluePad .headingCell
{
	background-image: url(../images/smallBluePad/topMiddle.gif);
}
.SmallBluePad .rightTopCorner
{
	background-image: url(../images/smallBluePad/topRight.gif);
	width: 3;
}


.SmallBluePad .leftContent
{
	background-image: url(../images/smallBluePad/middleLeft.gif);
}
.SmallBluePad .rightContent
{
	background-image: url(../images/smallBluePad/middleRight.gif);
}


.SmallBluePad .leftBottomCorner
{
	background-image: url(../images/smallBluePad/bottomLeft.gif);
	width: 3;
}
.SmallBluePad .footingCell
{
	background-image: url(../images/smallBluePad/bottomMiddle.gif);
	background-color: White;
}
.SmallBluePad .rightBottomCorner
{
	background-image: url(../images/smallBluePad/bottomRight.gif);
}

