/* #Tables
============================================== */

table {
	width:100%;
	font-size:12px;
	margin:2em 0;
	border:1px solid #aaa;
	border-top:2px solid #444;	
	background:#fff url(../images/bkgs/stripes_tiny_05.pg) repeat;
	border-collapse: collapse;
	border-spacing: 0;
}

table.tablesorter td {
	padding:5px 10px;
	vertical-align: middle;
	line-height:17px;
}

table.schedule td{
	padding:5px 10px;
	line-height:17px;

}

table th {
	text-transform:uppercase;
	text-align:left;	
	border-bottom:1px solid #bbb;
	background:#074a72 url(../images/bkgs/stripes_tiny_05.png) 0 1px repeat;*/
	background:rgba(0,0,0, .2); 
	font-weight:bold;
	color:#fcfcfc;
	padding:5px 10px;
}

tbody.zebra tr:nth-child(even) {
   background-color: #ebf2ff;
}

table.noborders {
	border-style: none;
	background: transparent;
}

table.noborders a[href="#"] {
	color: #c0c0c0;
}

td.boldtext {
	font-weight: bold;
}

table table {
	margin: 0;
	padding: 0;
}