/* pk-edge container stylesheet */

.pk-edge {
	width: 100%;
}

.pk-edge_header_left {
	background: url('images/grey-topleft.png') no-repeat;
	width: 11px;
	height: 13px;
}

.pk-edge_header {
	background: url('images/grey-top.png') repeat-x;
	height: 13px;
	color: #FFFFFF;
	font: 13px Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.pk-edge_header_right {
	background: url('images/grey-topright.png') no-repeat;
	width: 11px;
	height: 13px;
}

.pk-edge_left {
	background: url('images/grey-left.png') repeat-y;
	width: 11px;
}

.pk-edge_center {
	color: #000000;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	background-color: #CCCCCC;
}

.pk-edge_right {
	background: url('images/grey-right.png') repeat-y;
	width: 11px;
}

.pk-edge_footer_left {
	background: url('images/grey-bottomleft.png') no-repeat;
	width: 11px;
	height: 13px;
}

.pk-edge_footer {
	background: url('images/grey-bottom.png') repeat-x;
	height: 13px;
}

.pk-edge_footer_right {
	background: url('images/grey-bottomright.png') no-repeat;
	width: 11px;
	height: 13px;
}

.dnn_junkfoo {
	float: right;
}



