#mytable {
	border-spacing:1px;
	background-color:#aaa;
	width: 100%;
}

#mytable caption {
	background: #666666;
	border-bottom: 2px solid #333333;
	font: bold 14px/14px Arial, Tahoma, sans-serif;
	color: #FFFFFF;
	padding:6px;
	text-align: left;
}

#mytable td, th {
	padding: 4px;
}

#mytable thead th {
	text-transform: uppercase;
	text-align: center;
	background: #d5d5d5;
	color: #000000;
	border: 1px solid #eee;
}

#mytable tbody th {
	font-weight: bold;
}

#mytable tbody tr		{
	background-color:#FFFFFF; 
	text-align:left;
	vertical-align: top;
}
#mytable tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFFFFF;
}

#mytable tbody th a:link, tbody th a:visited{
	color:#333333;
	text-decoration: underline;
	background:url() no-repeat; 
}
#mytable tbody th a:hover{
	color:#007cc2;
	text-decoration: none;
	cursor: pointer;
}

#mytable tbody tr td { 
	background: #FFF;
	border: 1px solid #FFF;
}

#mytable tbody tr.odd td {
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

#mytable table td a:link, table td a:visited {
	color: #333333;
	text-decoration: underline;
}

#mytable table td a:hover {
	color: #007cc2;
	text-decoration: none;
	cursor: pointer;
}
#mytable tbody td a[href=""] {
	margin: 0 auto;
	height: 15px;
	background: url() no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}

#mytable table a[title^="Download"] { 
	background: url() no-repeat center;
	padding:20px 0px 0px 15px;
}

#mytable tfoot th, tfoot td {
	background-color:#FFFFFF; padding:10px;
	text-align:right; 
	border-bottom:0px solid #CCC;
	border-top:1px solid #DFDFDF;
}
