table {
	font-family: Tahoma, Verdana, 'MS Sans Serif', 'Microsoft Sans Serif', Loma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.table {
}
td {
}
.td1 {
  background: url(/themes/Default/images/td1_bg.png);
 	border-bottom: #D7D7D7 1px solid;
}
.td2 {
	border-bottom: #D7D7D7 1px solid;
}
th {
	background: url(/themes/Default/images/th_bg.png) repeat-x;
}
.tableHead {
	background-color: #ff9933;
	color: #FFFFFF;
	font-weight: bold;
}
/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- 

table {
		border-collapse:collapse;
		background:#EFF4FB url(http://www.roscripts.com/images/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

td, th {
		padding:5px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}


table a {
		color:#950000;
		text-decoration:none;
}

table a:link {}

table a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
}

table a:hover {
		border-bottom: 1px dashed #bbb;
}



thead th, tfoot th, tfoot td {
		background:#333 url(http://www.roscripts.com/images/llsh.gif) repeat-x;
		color:#fff
}

tfoot td {
		text-align:right
}



tbody th, tbody td {
		border-bottom: dotted 1px #333;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

.odd {}

tbody tr:hover {
		background:#fafafa
}
*/

/*html body .tableHead {
	background: url(/themes/Default/images/head_bg.png) repeat-x;
	font-weight: bold;
	float: left;
	padding: 4px;
}
html> body .tableHead {
	background: url(/themes/Default/images/head_bg.png) repeat-x;
	font-weight: bold;
	float: left;
	padding: 4px;
	border: 0px solid;
}

.tableData {
	float: left;
	padding: 4;
	border: 1px solid;
}
.tableRow1 {
  background: url(/themes/Default/images/tablerow1_bg.png);
}
.tableRow2 {
}
.table {
	border: 1px solid #E3E3E3;
	width: 98%;
	padding: 2;
}*/

