
table.rounded_table {
    border-collapse:collapse;
	width:700px;
	background-color:transparent;
	color: #fff;
}

table.rounded_table td, th {
	color: #fff;
    border-left:solid #aaaaaa 1px;
    border-top:solid #aaaaaa 1px;
	padding:5px !important;
	font-size:14px;
	
	background-color:transparent;
}

table.rounded_table th {
    /*background-color: blue;*/
	padding:5px !important;
    border-top: none;
	height:auto;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	text-align:left;
	background:url(/images/system/rounded_table_header_BG.png) 0 0 repeat-x;
}

table.rounded_table td {
	font-weight:normal;
	background:url(/images/system/rounded_table_body_BG.png) repeat;
	color: #fff;
}

table.rounded_table td:first-child, th:first-child {
     border-left: none;
}

table.rounded_table tr.hover {
   background: #555;
   cursor: pointer;
   /* whatever other hover styles you want */
}

table.rounded_table tr.clicked {
	background: #555;
	cursor:default;
	/* whatever other hover styles you want */
}

.rounded_div {
	border:solid #aaaaaa 1px; 
	border-radius:6px; 
	-moz-border-radius:6px; 
	overflow:hidden; 
	width:700px; 
	padding-top:20px; 
	padding-bottom:20px;
}

div.rounded_shaded_div {
	border:solid #aaaaaa 1px; 
	border-radius:6px; 
	-moz-border-radius:6px; 
	overflow:hidden; 
	width:700px; 
	padding-top:20px; 
	padding-bottom:20px;
	background:url(/images/system/rounded_table_body_BG.png) repeat;
}

