* {
	padding:0;
	margin:0;
}
.roundedDotMaster {
	clear:both;
}
.roundedDotActions, .roundedDotIcon {

}
.roundedDotActions {
	text-align:left !important;
}
.roundedDotIcon {
	background:#fff;

}
.roundedDotRow {
	/*background: #02498f; */
	
}
.roundedDotRow .Head {
	color: #000;
	border:0;
	font-size:1em;
}

.roundedDotMaster .contentPane { 
	
}

td.dotted_tl {
	background: url(images/dotted_tl.gif) no-repeat;
	width:15px;
	height:15px;
}
td.dotted_top {
	background: url(images/topbotdot.gif) repeat-x top;
}
td.dotted_tr {
	background: url(images/dotted_tr.gif) no-repeat;
	width:15px;
	height:15px;
}
td.dotted_bl {
	background: url(images/dotted_bl.gif) no-repeat;
	width:15px;
	height:15px;
}
td.dotted_bot {
	background: url(images/topbotdot.gif) repeat-x bottom;
}
td.dotted_br {
	background: url(images/dotted_br.gif) no-repeat;
	width:15px;
	height:15px;
}
td.dotted_left {
	background: url(images/sidedot.gif) repeat-y;
}
td.dotted_right {
	background: url(images/sidedot.gif) repeat-y right;
}

