table.table1 {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 595px;
	margin: 10px;
}

table.table1 table {
	background: none;
}

table.table1 table tr.odd,table.table1 table tr.even {
	background: none;
}

table.table1 thead tr {
	background-image: url('table1_thbgr.jpg')
		;
}

table.table1 tfoot tr {
	background-image: url('table1_tfbgr.jpg')
		;
}

table.table1 thead th {
	text-align: left;
	padding: 6px 4px 2px 4px;
}

table.table1 tfoot td {
	text-align: left;
	padding: 6px 4px 2px 4px;
}

table.table1 td {
	padding: 0;
	overflow: hidden;
	table-layout: fixed;
	font-size: 11px;
}

table.table1 tr td table tr td {
	padding: 2px 4px;
	overflow: hidden;
}

table.table1 td img {
	margin: 0 3px;
}

table.table1 td.title {
	/*background: url('td_title_bgr.png') #A8CFF0 right no-repeat;*/
	border-bottom: 1px solid #CCCCCC;
	border-left: 4px solid #999999;
}

table.table1 tr {
	background-color: #F3F3F3;
}

table.table1 tr.even {
	background-color: #F3F3F3;
}

table.table1 tr.odd {
	background-color: #FFFFFF;
}

table.table1 tr.selected {
	background-color: #7FAAD4;
}

table.table1 tr.empf {
	background-color: #CCCCCC;
}

table.table1 tr.row-subtitle {
	background-color: #598ed0;
	color: #EEEEEE;
}

table.table1 tr.row-subtitle td {
	padding: 3px 4px 2px 2px;
}

table.table1 tr:hover {
	background-color: #DDDDDD;
}

table.table1 tr.even:hover {
	background-color: #DDDDDD;
}

table.table1 tr.odd:hover {
	background-color: #DDDDDD;
}

table.table1 tr.selected:hover {
	background-color: #8BB5E0;
}

table.table1 tr.empf:hover {
	background-color: #BBBBBB;
}

table.table1 tr.spacer,
table.table1 tr.spacer:hover {
	background: none;
}

table.table1 table,table.table1 table tr,table.table1 table tr td,table.table1 table tr.odd,table.table1 table tr.empf
	{
	background: transparent;
}

a.image {
	background: none;
	border: 1px solid transparent;
}
a.image:hover {
	background: none;
	border: 1px solid #4b4b4b;
}
a.image.active {
	background: url('sort_active.png') no-repeat center center;
	border: 1px solid transparent;
}

a img,
a.image img {
	border: 0;
}

form.containerinquiry {
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
}
