/* CSS Document */

#rndc_container
{
	float:left;
	width:400px;
    z-index:20;
}

#rndc_upperRow
{
	float:left;
	width:100%;
	height:33px;
	font-size:1px;
}

#rndc_topCenter
{
	float:left;
	width:306px;
	height:33px;
	font-size:1px;
	background:url(images/tc.png) repeat-x top;
}

#rndc_bottomCenter
{
	float:left;
	width:306px;
	height:33px;
	font-size:1px;
	background:url(images/bc.png) repeat-x bottom;
}

#rndc_topLeftCorner
{
	float:left;
	height:33px;
	width:10px;
	background:url(images/tl_corner.png) no-repeat left;
}

#rndc_topRightCorner
{
	float:right;
	height:33px;
	width:10px;
	background:url(images/tr_corner.png) no-repeat right;
}

#rndc_centerBorderLeft
{
	float:left;
	width:100%;
	background:url(images/pixel.png) repeat-y left;
	background-color:#fffca0;
}

#rndc_centerBorderRight
{
	float:right;
	width:100%;
	background:url(images/pixel.png) repeat-y right;
}

#rndc_centerContent
{
	float:left;
    width:100%;
	padding:10px;
    overflow:auto;
}

#rndc_lowerRow
{
	float:left;
	width:100%;
	height:33px;
	font-size:1px;
}

#rndc_bottomLeftCorner
{
	float:left;
	height:33px;
	width:10px;
	background:url(images/bl_corner.png);
}

#rndc_bottomRightCorner
{
	float:right;
	height:33px;
	width:10px;
	background:url(images/br_corner.png);
}

#rndc_topLeftCallout
{
	float:left;
	height:33px;
	width:37px;
	background:url(images/tl_simple.png);
}

#rndc_topRightCallout
{
	float:right;
	height:33px;
	width:37px;
	background:url(images/tr_simple.png);
}

#rndc_bottomLeftCallout
{
	float:left;
	height:33px;
	width:37px;
	background:url(images/bl_simple.png);
}

#rndc_bottomRightCallout
{
	float:right;
	height:33px;
	width:37px;
	background:url(images/br_simple.png);
}