﻿	.searchBox {
		background-color: #eeeeee;
	}
	.searchBox table {
		border-collapse:collapse; 
		background-color: #eeeeee;
		width: 100%;
	}	
	.searchBox th {
		width: 250px;
		text-align:right;
		background-color: #dbE4eb;
		border: solid 0px #ffffff;
	}	
	.searchBox td {
		padding: 3px 0 3px 10px;
		background-color: #eeeeee;
	}
	.panelUp {		 
		padding-left: 17px;
		height: 17px;
		background: url(vanstrich_hoch.gif) no-repeat 3px 2px;
		color: #cc3333;
	}	
	.panelUp:hover {
		color: #000000;
		cursor: pointer;
	}	
	.panelDown {		 
		padding-left: 17px;
		height: 17px;
		background: url(vanstrich_abwaerts.gif) no-repeat 3px 2px;
		color: #cc3333;
	}	
	.panelDown:hover {
		color: #000000;
		cursor: pointer;
	}	
	.ctrSearchCombobox {
		width: 305px;
	}	
	.ctrSearchTextBox {
		width: 300px;
	}	
	.ctrSearchTextBoxShort {
		width: 140px;
	}	

