#logo h1 {
	margin-bottom: 0;
}

#navigation ul {
	margin-left: 0;
	list-style: none;
}

#navigation li {
	float: left;
}

#appointmentNavigation a {
	margin-right: 3px;
}

.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
	height: 100px;
}

.pagedesign {
	background-image:url("images/banner.gif");
	background-repeat: repeat-x;
}

.title, .signin, .signin a {
	color: white;
	font-family: sans-serif;
}

.title {
	font-size: x-large;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url("images/logotitle.gif");
	background-repeat: no-repeat;
	padding-left: 40px;
	width: 258px;
	height: 52px;
}

.pagecontent {
	margin-top: 20px;
}

.selectable {
	cursor: pointer;
}

#countyCustomizationImage {
	background-image: url("../dynRes/img/customBannerImg");
	height: 136px;
	width: 136px;
	border-style: outset;
	border-width: 7px;
	border-color: #c4c2e5;
	align: right;
}

#countyCustomizationLogo {
	background-image: url("../dynRes/img/customBannerLogo");
	height: 136px;
	width: 136px;
	border-style: outset;
	border-width: 7px;
	border-color: #c4c2e5;
	align: right;
}

label {
	padding-right: 7px;
}

.topLabel {
	vertical-align:top;
	white-space: nowrap;
}

.fieldLayout label, .fieldLayout input {
	display: inline;
}

.horizontalFieldLayout span {
	display: block;
}

.horizontalFieldLayout label {
	font-style: italic;
	font-size: x-small;
	color: black;
	height: 10px;
	line-height: 10px;
}

label.error {
	font-style: normal;
	font-size: 12px;
	font-weight: 700;
	background: none repeat scroll 0 0 #FBE3E4;
    border-color: #FBC2C4;
    color: #8A1F11;
    margin-bottom: 1em;
    padding: 0.8em;
    line-height: 10px;
    vertical-align: baseline;
    
}

.horizontalFieldLayout input, .horizontalFieldLayout select {
	margin-top: 0px;
}

ul.fieldLayout, ul.horizontalFieldLayout {
	list-style: none;
	margin: 0;
 	padding: 0;
	padding-bottom: 10px;
}

ul.horizontalFieldLayout li {
	display: table-cell;
	line-height: 0;
	padding-right: 10px;
}

.spacer {
	padding-left: 80px;
}

.setting {
	display: inline;
	vertical-align: top;
}

.inputFields form {
	padding: 10px;
}

.inputFields input, .inputFields textarea {
	display: inline;
	vertical-align: top;
}

.inputFields label {
	vertical-align: top;
	display: block;
}

.tip {
	font-weight: bold;
	text-decoration: underline;
	cursor: help;
}

.controls {
	display: inline-block;
	margin-left: 10px;
	padding-left: 22px;
	text-align: left;
	color: #3a6bb0;
	height: 22px;
	width: 80px;
	line-height: 22px;
}

.edit {
	background-image: url("images/edit.gif");
	background-repeat: no-repeat;
}

.save {
	background-image: url("images/save.gif");
	background-repeat: no-repeat;
}

.revert {
	background-image: url("images/revert.gif");
	background-repeat: no-repeat;
}

label.status_bad {
    color: orangered;
}

label.status_good {
    color: forestgreen;
}

.horizontal_list {
	list-style: none;
}

.questionMark {
	margin:0.7em 0.5em 0.7em 0;
	padding:2px 5px 2px 3px;
	border:1px solid #ccc;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	background-color:#e8e9dc;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: x-small;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color: navy;
	cursor: pointer;
}

legend {
	color: navy;
}

span.field_desc {
    font-size: smaller;
}

input[type="button"] {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    border-color: #EEEEEE #DEDEDE #DEDEDE #EEEEEE;
    border-image: none;
    border-right: 1px solid #DEDEDE;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 130%;
    margin: 0.7em 0.5em 0.7em 0;
    padding: 5px 10px 5px 7px;
    text-decoration: none;
}

#nameSearchAdditionInfo {
	margin-top: 5px;
	margin-bottom: 5px;	
}

<!-- Tooltip Styles -->
.ui-tooltip {
	background: black;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 3px;
    background: #e5ebf1;
    border: 2px solid #3a6bb0;
    text-align: left;
    width: 250px;
    position: absolute;
}


div#ui-datepicker-div {
	display: none;
}

textarea.medium {
	height: 130px
}

#footer {
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: x-small;
	line-height:70%;
	font-weight:bold;
	color: #999999;
}