.searchbox {
	text-align: center;
	padding-top: 40px;
}
.botImage {
	position: relative;
	left: -7px;
	text-align: center;
}
#empty td {
	text-align: center;
	font-weight: bold;
}
a.clear {
	text-decoration: none;
	color: #7289DA;
	font-weight: bold;
	position: relative;
	left: -20px;
}
.text-input-wrapper {
	background:white;
	border:1px solid;
	padding:1px 6px 1px 1px;
	display:inline-block;
}
.text-input-wrapper input {
	border:none;
	outline:none;
	padding:0 0;
	margin:0 0;
	font-family: Tahoma, Verdana, Arial;
}
.text-input-wrapper span {
	cursor:pointer;
	color:#7289DA;
	font-weight:bold;
}
html {
	overflow-y: scroll;
}
body {
	background: #2d3134;
	padding: 20px;
}
input {
	margin-bottom: 5px;
	padding: 2px 3px;
	width: 209px;
}
td {
	padding: 4px;
	border: 1px #CCC solid;
}
#table tr td:nth-child(1) {
	color: #7289DA;
	font-weight: bold;
}
/* #table tr td:nth-child(3), #table th:nth-child(3) {
    display: none;
} */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
table {
	width: 1000px;
	margin: auto;
	font-family: Tahoma, Verdana, Arial;
	border-collapse: collapse;
	border-spacing: 1px;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
tbody td{
	font-size: 13px;
	background: #36393E;
	color: #fff;
	border: 1px solid #2d3134;
	padding-left: 3px;
	height: 40px;
}
tbody td a:link{
	font-size: 12px;
	color:#FF6600;
	font-weight: bold;
	text-decoration: none;
}

tbody td a:hover{
	font-size: 12px;
	color:#FF6600;
	font-weight: bold;
	text-decoration: underline;
}

tbody td a:visited{
	font-size: 12px;
	color:#FF6600;
	font-weight: bold;
	text-decoration: line-through;
}
tbody th{
	background: #373B3E;
	color: #fff;
	text-align: left;
	padding-left: 4px;
	border: 1px solid #2d3134;
	width: 120px;
}
tbody th a:link{
	color: #fff;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}
tbody th a:hover{
	font-size: 13px;
	color: #fff;
	font-weight: bolder;

}
tbody th a:visited{
	text-decoration: line-through;
	font-size: 12px;
	color: #fff;
	font-weight: bolder;

}
tbody tr:hover{
	background: #333;
}
tbody [title^="~ps"] {
	font-size: 12px;
	color: #7289DA;
}
tbody a[title^="Download"] { 
	font-size: 12px;
	color:#FF6600;
	text-align: center;
}
tbody a[title^="Download"]:hover{
	text-decoration: underline;
	font-size: 12px;
	color:#FF6600;
}
tbody a[title^="Download"]:visited{
	text-decoration: line-through;
	font-size: 12px;
	color:#FF6600;
}
tfoot{
	background: #1F2A34;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
tfoot td{
	font-style:italic;
}
table caption{
	background: #1F2A34;
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}