/****************************************************/
/* TEMPLATED OBJECTS								*/
/****************************************************/
.clear {
	clear: both;
}
.search-highlight{
	background-color:#2AAEDC;
	color:#FFF;
}
.red{
	color:#f00;
}

/*---- QUESTIONNAIRE ------*/
table.questionnaireTable td {
	padding-bottom:5px;
}
table.questionnaireTable td.topAlign {
	vertical-align:top;
	padding-left: 5px;
	padding-right: 5px;
}
table.questionnaireTable td.noLeftPadding {
	padding-left: 0px;
}
div.prizeImageWrapper {
	margin-top:8px;
	width:158px;
	float:left;
	overflow:hidden;
	margin-right:15px;
}
div.prizeImageWrapper a img {
	padding:5px;
	margin-top:10px;
	border:1px solid #2A6A80;
}
div.questionnaireTableWrapper {
	margin: 3px;
	padding: 10px;
	-moz-border-radius: 6px;
	background: #F6F6F6;
}


/*---- Side Grey Feature ----*/
.sideGreyFeature {
	background-color: #f6f6f6;
	padding: 10px 10px 15px 10px;
}
.sideGreyFeature h3 {
	padding: 0 0 3px 0;
	margin: 0;
	color: #2A6A80;
	font-size: 1em;
	font-weight: bold;
}
.sideGreyFeature h3 a {
	text-decoration: none;
}
.sideGreyFeature h3 a:hover {
	text-decoration: underline;
}
.sideGreyFeature p {
	padding: 0 0 4px 0;
	margin: 0;
	border-bottom: 1px solid #cdcdcd;
}

/*---- Side Grey ImageFeature ----*/
.sideGreyImageFeature {
	background-color: #f6f6f6;
	padding: 10px 10px 15px 10px;
}
.sideGreyImageFeature td {
	vertical-align: top;
}
.sideGreyImageFeature h3 {
	padding: 0 0 3px 0;
	margin: 0;
	color: #2A6A80;
	font-size: 1em;
	font-weight: bold;
}
.sideGreyImageFeature h3 a {
	text-decoration: none;
}
.sideGreyImageFeature h3 a:hover {
	text-decoration: underline;
}
.sideGreyImageFeature p {
	padding: 0 0 4px 0;
	margin: 0;
}

/*---- Blue Title ----*/
#blueTitle h2 {
	font-size: 1.3em;
	background: #14b3e9 url(../images/homeFeatures-bg-light.gif) repeat-x left top;
	display: block;
	color: #FFF;
	padding: 5px 10px;
	margin-top: 20px;
}

/*---- Content List Item ----*/
.contentList {
	background-color: #f6f6f6;
	padding: 10px 20px;
	width: 500px;
}
.contentList h3 {
	font-weight: bold;
	color: #2A6A80;
	font-size: 1.2em;
}
.contentList ul {
	list-style: none;
}
.contentList li {
	background: url(/images/site/list-dot.gif) no-repeat 0 50%;
	padding-left: 8px;
}

/* -----[ Data FAQ ]--------------------------------------------------------------------- */

.dataFAQ {
	margin: 10px 0;
}
.dataFAQ h3 {
	padding-top: 10px;
}
.dataFAQ p {
	padding: 0;
}
.dataFAQ th{
	padding: 10px;
}
.dataFAQ td {
	padding: 2px 35px;
}
.dataFAQ td {
	background: #F6F6F6;
	border-bottom: 2px solid #FFF;
}
.dataFAQ .faqQuestion {
	background: #E3E3E3 url(/images/site/question-ask.png) no-repeat 13px 16px;
}
.dataFAQ .faqAnswer {
	background: #F6F6F6 url(/images/site/question-answer.png) no-repeat 13px 16px;
}
.dataFAQ th {
	color: #FFF;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.0;
	text-align: left;
	vertical-align: top;
	background: #2A6A80;
}

/* -----[ Data Form ]--------------------------------------------------------------------- */

input.inputButton {
	color: #000;
	cursor: pointer;
	font-family: "Arial",sans-serif;
	font-weight: bold;
	padding: 3px 10px;
	margin-right: 5px;
}
input.signupButton {
	color: #000;
	cursor: pointer;
	font-family: "Arial",sans-serif;
	padding: 2px 5px;
	margin-right: 5px;
}
input.inputText:focus, select.inputText:focus, textarea.inputText:focus {
	background: #FFF4BF none repeat scroll 0%;
	color: #000;
}
input.inputText, select.inputText, textarea.inputText {
	background: #FFF;
	border-color:#BBB;
	border-style: solid;
	border-width: 1px;
}
input.inputText, select {
	padding:2px 3px;
}
.dataForm select {
	width: 300px;
}
.dataForm {
}
.dataForm h3 {
	padding-top: 10px;
}
.dataForm p {
	padding: 0;
}
.dataForm th,
.dataForm td {
	padding: 3px 0;
}
.dataForm th {
	width: 13em; /*7*/
	padding-top: 4px;
	padding-right: 10px;
	color: #AAA;
	font-weight: normal;
	line-height: 1.0;
	text-align: right;
	vertical-align: top;
}
.dataForm th label {
	position: relative; top: 3px;
}
.dataForm td.checkList label,
.dataForm td.radioList label {
	margin-right: 1em;
}
.dataForm td.checkList input {
	position: relative; top: -1px;
}
.dataForm td.radioList input {
	position: relative; top: 1px;
}
.dataForm .expandLink {
	vertical-align: top;
}

/* -----[ Bubble Wrap ]--------------------------------------------------------------------- */

.bubbleWrap {
	margin: 3px;
	padding: 10px;
	-moz-border-radius: 6px;
	background: #E3E3E3;
}
.hearingWrapLight {
	margin: 3px;
	padding: 10px;
	-moz-border-radius: 6px;
	background: #F6F6F6;
}

/* -----[ Data Form ]--------------------------------------------------------------------- */

.dataForm th {
	/*width: 6em;*/
	color: #000;
}

/* -----[ Form Inputs ]--------------------------------------------------------------------- */

input.single,
textarea.multi {
	width: 210px;
}
input.singleShort {
	width: 200px;
}
input.singleLong {
	width: 330px;
}
textarea.multiLong {
	width: 333px;
}
textarea.inputText {
	padding:1px 0pt 1px 3px;
}
input,
select,
textarea {
	font: 1em Tahoma,sans-serif;
}

/* -----[ Hearing Test ]--------------------------------------------------------------------- */

#newhearingTestResult {
width:550px;
float:left;
}


.hearingTestIntro {
	margin: 20px 0;
}
.hearingTestIntro ul {
	list-style: none;
	color: #2A6A80;
}
.hearingTestIntro li {
	padding: 5px 0;
	background: url(/images/site/bullet-grey-bold.gif) no-repeat left 14px;
	padding-left: 15px;
	display:block;
	width:550px;
}
.hearingTestTable {
}
.hearingTestTable th {
	width: 2em;
	vertical-align: top;
	padding-top: 12px;
}
.hearingTestTable .questionRow {
	padding: 0 10px;
	width: 100%;
	vertical-align: top;
}
.testSelect {
	margin-right: 10px;
	width: 8em;
	float: right;
}

/* -----[ A-Z Directory ]--------------------------------------------------------------------- */
.azDirectoryDetails {
	margin-top:25px;
}
.azDirectoryCharTitle{
	font-size:18px;
	font-weight:bold;
}

.azDirectoryOrgName{
	font-weight:bold;
}

.azDirectoryOrgMore{
	margin-bottom:10px;
	margin-top:10px;
	position:relative;
	float:left;
	font-weight:bold;
}

.orgName{
	font-size:12px;
	font-weight:bold;
	position:relative;
	width:450px;
float:left;

}

.orgListPaging{
	margin-bottom:20px;
}

#orgListPaging a{
	padding-right:1px;
	font-weight:bold;
}


.orgWrapperOdd{
	margin-top:14px;
	margin-bottom:14px;
	padding:3px;
}

.orgWrapperEven{
	margin-top:20px;
	margin-bottom:20px;
	padding-top:5px;
	padding:5px;
	background-color:#f5f5f5;
}

#orgDetailsHeader{
}

.orgDetailsName{
font-weight:bold;
}

.orgDetailsRegion{
}

.orgDetailsSubject{
	background-color:#f6f6f6;
	width:500px;
}

.orgDetailsMain{
}


.orgLogo img{
padding-left:15px;
position:relative;
float:right;
}

.orgDetailsText{
padding-top:15px;
}

.orgFindMore{
font-weight:bold;
}

.orgDetailsText p{
margin:0 0 0 0;
}

.orgDetailsImage{
padding-left:10px;
}

#orgDetailsGoBack{
padding-top:15px;
}
