#myTable pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	width: 100%;
}
#myTable h1 {
		
	font-size: 20px;
	color: #4D4D4D;
}
#myTable h3 {
	font-size: 16px;	

	color: #3D3D3D;
}
/*
#myTable th {
	text-align: left;
	padding: 5px;
	background-color: #6E6E6E;
}

#myTable td {
	color: #000;
	padding: 5px;
}
#myTable table {
	font-size: 12px;
	background-color: #4D4D4D;
	width: 1024px;
	border: 1px solid #000;
}
*/
#myTable .even {
	background-color: #3D3D3D;
}
#myTable .odd {
	background-color: #6E6E6E;
}
#myTable .highlight {
	background-color: #3D3D3D;
	font-weight: bold;
}
#myTable .header {
	
	background-image: url(../img/small.gif);
	background-repeat: no-repeat;
	background-position:0% 50%;
	padding-left: 20px;
	/* 
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;	
	background-repeat: no-repeat;
	background-image: url(../img/header-bg.png);
	height: auto;
border-right: 1px solid #000;
	*/
}
#myTable .headerSortUp {
	background-image: url(../img/small_asc.gif);
	background-repeat: no-repeat;
	background-position:0% 50%;
	padding-left: 20px;
/*
	background-image: url(../img/header-asc.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
*/
}
#myTable .headerSortDown {
	background-image: url(../img/small_desc.gif);
	background-repeat: no-repeat;
	background-position:0% 50%;
	padding-left: 20px;
/*
	background-image: url(../img/header-desc.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto; */
}