/* Design 2 */

a[href $='.pdf']{
	background: url(/images/tm_pdf.gif) left center no-repeat;
	border: 0;
	padding: 0;
	padding-left: 20px;
}

table.Design2{
	border: 1px solid #666666;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.Design2 td,table.Design2 th,table.DesignEvents td,table.DesignEvents th{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: .5em 0.3em .5em 0.3em;
	vertical-align: top;
	text-align: left;
	font-size: x-small;
}

table.Design2 th{
	background-color: #E5E5E5;
	font-weight: normal;
	font-size: x-small;
}

table.Design2 tr:nth-child(2n+2){ background-color: #EEEEEE; }

table.DesignEvents{
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #666666;
}

.red{ color: #990000; }