/* 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: #000000;
}

input {
	float: none;
	padding: 0px;
	margin-right: 6px;
}

.tbwd
{
	width: 100%;
}

#contentWrapperDiv {
	background-image: url('images/table-bg.jpg');
	background-color: #F5F5F5;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	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 {
	background-color: #F5F5F5;
	max-height:370px;
	overflow:auto;
}

#results_table {
	width:188px;
}
