/* CFAjax demo styles */
html {
	font-size:84%;
	line-height:135%;
}
body {
	font-family:verdana, arial, sans-serif;
	font-size:1em;
	padding:0.5em;
}
h1 {
	font-size:1.6em;
}
h2 {
	font-size:1.1em;
}
a:hover {
	text-decoration:none;
}

/*BarneyB's ComboBox classes*/
.comboBoxList {
	padding: 0px;
	border: 1px solid #999;
	background-color: #f7f7ff;
	overflow: visible;
}
.comboBoxItem {
	margin: 0px;
	padding: 2px 5px;
	background-color: inherit;
	cursor: default;
}
.comboBoxSelectedItem {
	background-color: #ddf;
}