/* set a class for the button border top */
body {
	margin: 0px;
	padding: 0px;
}

body, div, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

input {
	float: none;
	padding: 0px;
}

.tbwd
{
	border-top: 1px dotted #FFFFFF;
	width: 90%;
}

#contentWrapperDiv {
	background-color: #ca2b19;
	margin: 0px;
	padding: 5px;
	overflow:auto;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
	background: url('images/ico-arrow-right.png') no-repeat right center;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #bababa;
	text-decoration: none;
	padding-left: 0px;
	padding-right:8px;
}

a:hover,
a:focus,
a:active {
	background:url('images/ico-arrow-right-hover.png') no-repeat right center;
	color:#366bd5;
}

#Wrapper {
	max-height:370px;
	overflow:auto;
}

#results_table {
	width:188px;
}