/*Rounded corner box styles*/

.rightTopRndCorner
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 10px; 
	text-align: left;
	background-image: url(/webstore/mgs/roundboxes/corner1_top_right.gif);
    background-repeat: no-repeat; 
    text-align: right; 
	height: 23px;
}
.leftTopRndCorner
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 10px; 
	text-align: right;
	background-image: url(/webstore/mgs/roundboxes/corner1_top_left.gif);
	background-repeat: no-repeat;
	height: 23px;
}
.rightBottomRndCorner
{
	text-align: right; 
	height: 15px; 
	width: 10px; 
	background-image: url(/webstore/mgs/roundboxes/corner1_btm_right.gif);
    background-repeat: no-repeat;
}
.leftBottomRndCorner
{
	width: 10px; 
	text-align: right;
	background-image: url(/webstore/mgs/roundboxes/corner1_btm_left.gif);
	background-repeat: no-repeat; 
	height: 13px;
}

.centerTopRndCorner
{
	background-image: url(/webstore/mgs/roundboxes/1_top.gif); 
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}
.centerBottomRndCorner
{
	background-image: url(/webstore/mgs/roundboxes/1_btm.gif); 
	background-repeat: repeat-x;
    height: 15px;
}

.leftSideRndCorner
{
	width: 1px; 
	text-align: right; 
	background-image: url(/webstore/mgs/roundboxes/1_left.gif);
    background-repeat: repeat-y;
}
.rightSideRndCorner
{
	 width: 1px; 
	 text-align: right;
	 background-image: url(/webstore/mgs/roundboxes/1_right.gif);
     background-repeat: repeat-y;
}

.RoundedPanelTextTableWrapper
{
	padding: 5px;
	margin: 0px;
	border: 0px;
	width: 100%;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
}
