table.searchtemplate {
	border-width: 0px;
	border-spacing: 0px;
	width: 100%;
}

table.searchtemplate_title {
	border-width: 0px;
	border-spacing: 0px;
	background-color: #7799CC;
	width: 100%;
	height: 25px;
	color: #ffffff;
}

table.searchtemplate_error {
	border-width: 0px;
	border-spacing: 0px;
	background-color: #ffffff;
	width: 100%;
	color: #ff0000;
	display: none;
}

table.searchtemplate_recordselect {
	border-width: 0px;
	border-spacing: 0px;
	width: 100%;
}

table.searchtemplate tr.searchcriteria td.spacing {
	width: 0px;
}

table.searchtemplate tr.searchcriteria td.criteriagroup {
	text-align: center;
	vertical-align: middle;
	min-width: 30px;
}

table.searchtemplate tr.searchcriteria td.criteriagroup-AND {
	text-align: center;
	vertical-align: middle;
	min-width: 30px;
	border: 1px solid black;
}

table.searchtemplate tr.searchcriteria td.criteriagroup-OR {
	text-align: center;
	vertical-align: middle;
	min-width: 30px;
	border: 1px solid black;
}

div.searchcriteria label {
	padding: 0px 5px;
}

div.searchcriteria label.title {
	font-weight: bold;
}

div.searchcriteria label.operator {
	font-style: italic;
}

div.searchcriteria label.rangeto {
	font-style: italic;
}

div.searchcriteria span.search_addoption {
	background: url(../image/searchtemplate/btnAdd.png) no-repeat;
	border: 0px;
	width: 16px;
	height: 16px;
	padding-left: 16px;
	cursor: pointer;
}

div.searchcriteria span.search_minusoption {
	background: url(../image/searchtemplate/btnMinus.png) no-repeat;
	border: 0px;
	width: 16px;
	height: 16px;
	padding-left: 16px;
	cursor: pointer;
}

div.searchcriteria label.label_selectedchoice {
	padding-left: 20px;
	font-style: italic;
}

div.searchcriteria label.label_choiceitem {
	padding-left: 2px;
	cursor: pointer;
}

div.searchcriteria_odd {
	background: #ffffff;
}

div.searchcriteria_even {
	background: #ebf5ff;
}

label.label_searchtemplate_title {
	padding: 0px 10px;
	font-weight: bold;
	font-color: #ffffff;	
}

label.label_recordperpage {
	padding: 0px 5px 0px 20px;
	font-weight:bold;
}

label.label_recordmaximum {
	padding: 0px 5px 0px 20px;
	font-weight:bold;
}

input.recordperpage {
	width: 24px;
}

input.recordmaximum {
	width: 40px;
}

span.switchsimpleswitch {
	background: url(../image/searchtemplate/btnSwitchMode.png) no-repeat;
	border: 0px;
	width: 16px;
	height: 16px;
	padding-left: 20px;
	padding-right: 10px;
	cursor: pointer;
	font-weight: bold;
	color: #ffffff;	
}

span.switchadvancedswitch {
	background: url(../image/searchtemplate/btnSwitchMode.png) no-repeat;
	border: 0px;
	width: 16px;
	height: 16px;
	padding-left: 20px;
	padding-right: 10px;
	cursor: pointer;
	font-weight: bold;
	color: #ffffff;	
}