@CHARSET "ISO-8859-1";

.roundedPanel {
	position: relative;
	background-color: #fff;
}

.roundedPanel .contentDiv {
	border: 1px solid;
	border-width: 0px 1px;
	padding: 5px;
}

.roundedPanel .roundedPanelTitle {
	height: 26px;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
	padding-top: 2px;
	background: transparent url(/img/tables/titleTileGray.gif) repeat-x
		scroll right top;
}

.roundedPanel .roundedPanelBottomBar {
	height: 15px;
	overflow: hidden;
	position: relative;
}

.roundedPanel .bottomBorder {
	color: #999;
	background-color: #999;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 10px;
	right: 10px;
	margin: 0px;
}

.roundedPanel .cornerImage {
	position: absolute;
}

.roundedPanel .topLeftCorner,.roundedPanel .topRightCorner {
	top: 0px;
	background-color: #fff;
}

.roundedPanel .bottomLeftCorner,.roundedPanel .bottomRightCorner {
	bottom: -1px;
}

.roundedPanel .topRightCorner,.roundedPanel .bottomRightCorner {
	right: 0px;
}

.roundedPanel .topLeftCorner,.roundedPanel .bottomLeftCorner {
	left: 0px;
}

/*since IE 6 sucks*/
.roundedPanel .bottomRightCorner {
	_right: 2px;
	
}
.roundedPanel .bottomLeftCorner {
	_left: 2px;
}
.roundedPanel .bottomBorder {
	_width:85%;
	_bottom: -1px;
	line-height:1px;
	_left: 15px;
	_right: 11px;
}
