/* Generic settings for all pages */
.important {
	color: #CC3333;
	font-weight: bold;
	text-transform: uppercase;
}

label {
	font-weight: bold;
}

label.language {
	font-weight: bold;
	padding-bottom: 10px;
}

span.label {
	font-weight: bold;
}

.formerror {
	border: 1px solid #999999;
	background-color: #FFAAAA;
	color: black;
	padding: 5px;
	margin: 0px 5px 10px 5px;
}

p.backToSearchLink {
	padding: 0px;
}

/* Settings for the main search page */
div.languageSelection {
	float: left;
	padding-bottom:20px;
	width: 100%;
}

div.inputrow {
	padding-bottom: 12px;
}

div.resultrow {
	margin: 0 auto;
	padding-bottom: 5px;
}

label.label {
	  display: inline-block;
	  text-align: right;
	  white-space: nowrap;
	  width: 40%;
}

div.inputrow{
    
}

label.result {
	text-align: left;
	display: inline;
}

span.resultValue {
	margin-right: 5%;
}

div.inputrow span.inputcontrol {
	padding-left: 2px;
	text-align: left;
	display:in-line;
}

div.inputrow span.inputnote {
	color: #666666;
}

div.buttonrow {
	margin: 0 auto;
     display: table;
    margin-top: 13px;
 }

/* Settings for the results page */
table#result {
	width: 100%;
	border-collapse: collapse;
	margin: 5px 0px 5px 0px;
}

table#result th {
	border: none;
	text-align: left;
	padding: 5px 3px;
	white-space: nowrap;
}

table#result thead tr {
	border: none;
}


table#result td {
	border: 0px;
	border-bottom: 1px dotted #C6C6C6;
	padding: 8px 3px;
}

button.linkButton {
	border-style: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	cursor: pointer;
	/* The next two lines are a hack so IE doesn't add huge margins. */
	width: 0;
	overflow: visible;
}

/* This is also part of the hack so that all non-IE browsers act normally. */
button.linkButton[class] {
	width: auto;
}

span.linkButtonText {
	color: blue;
	text-decoration: underline;
	text-transform: none;
}

/* Settings for the facility detail page */
img#facilityImage {
	float: right;
	width: 200px;
	height: 200px;
	padding: 0px 5px 0px 5px;
}

/* Static content pages */
ul#faq {
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

ul#faq li {
	list-style-type: none;
}

ul#faq li.question {
	font-weight: bold;
	padding-bottom: 5px;
}

ul#faq li.answer {
	padding-left: 15px;
	padding-bottom: 15px;
}

ul#faq li li {
	list-style-type: disc;
}

ul#privacy {
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

ul#privacy li {
	list-style-type: disc !important;
}

select {
font-family:arial unicode ms,arial,sans-serif;
}

 #recaptcha_widget_div { margin-left: -14px !important;  }