﻿.roundPanel
{
	color:White;
}

.roundPanel td.content
{
	background-position: left top;
	background-image: url(Images/Panel/b_c.gif);
	background-repeat: repeat;
	padding: 2px 10px 2px 10px;
	border-width:0px;
	margin:0px 0px 0px 0px;
}

.roundPanel td.topLeftBorder
{
	background-position: right bottom;
	background-image:url(Images/Panel/b_tl.gif);
	background-repeat:no-repeat;
	font-size:1px;
	width:11px;
	height:11px;
	margin:0px 0px 0px 0px;
	border-width:0px;
	padding:0px 0px 0px 0px;
}
.roundPanel td.topBorder
{
	background-position: left bottom;
	background-image:url(Images/Panel/b_t.gif);
	background-repeat:repeat-x;
	font-size:1px;
	height:11px;
	margin:0px 0px 0px 0px;
	border-width:0px;
	padding:0px 0px 0px 0px;
}
.roundPanel td.topRightBorder
{
	background-position: left bottom;
	background-image:url(Images/Panel/b_tr.gif);
	background-repeat:no-repeat;
	font-size:1px;
	width:11px;
	height:11px;
	margin:0px 0px 0px 0px;
	border-width:0px;
	padding:0px 0px 0px 0px;
}

.roundPanel td.leftBorder
{
	background-position: right top;
	background-image:url(Images/Panel/b_l.gif);
	background-repeat:repeat-y;
	font-size:1px;
	width:11px;
	margin:0px 0px 0px 0px;
	border-width:0px;
	padding:0px 0px 0px 0px;
}

.roundPanel td.rightBorder
{
	background-position: left top;
	background-image:url(Images/Panel/b_r.gif);
	background-repeat:repeat-y;
	font-size:1px;
	width:11px;
	margin:0px 0px 0px 0px;
	border-width:0px;
	padding:0px 0px 0px 0px;
}

.roundPanel td.bottomLeftBorder
{
	background-position: right top;
	background-image:url(Images/Panel/b_bl.gif);
	background-repeat:no-repeat;
	font-size:1px;
	width:11px;
	height:11px;
	margin:0px 0px 0px 0px;
	border-width:0px;
	padding:0px 0px 0px 0px;
}
.roundPanel td.bottomBorder
{
	background-position: left top;
	background-image:url(Images/Panel/b_b.gif);
	background-repeat:repeat-x;
	font-size:1px;
	height:11px;
	margin:0px 0px 0px 0px;
	border-width:0px;
	padding:0px 0px 0px 0px;
}
.roundPanel td.bottomRightBorder
{
	background-position: left top;
	background-image:url(Images/Panel/b_br.gif);
	background-repeat:no-repeat;
	font-size:1px;
	width:11px;
	height:11px;
	margin:0px 0px 0px 0px;
	border-width:0px;
	padding:0px 0px 0px 0px;
}

