/* 
	Web20 Table Style
	written by Netway Media, http://www.netway-media.com
*/
.table {
  border-collapse: collapse;
  border: 1px solid #666666;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #ffffff;
  text-align:left;
  }
.table caption {
  text-align: center;
  font: bold 16px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #CC00FF;
  text-transform: uppercase;
}
.table thead, tfoot {
background:url(../adminimages/bg1.png) repeat-x;
text-align:center;
height:30px;
}
.table thead th, tfoot th {
padding:5px;
}
.table a {
color: #333333;
text-decoration:none;
}
.table a:hover {
text-decoration:underline;
}
.table tr.odd {
background: #f1f1f1;
}
.table tbody.th, tbody.td {
padding:5px;
}
.table2 {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #003366;
  background: #f1f1f1;
  text-align:left;
}
.table2 th {
	background:url(../adminimages/bg1.png) repeat-x;
	text-align:left;
	height:30px;
}
.table2 td.odd {
background: #f1f1f1;
}
.table2 td.even {
background: #ffffff;
}