
	.ui-widget{
		font-size:13px;
	}
	.ui-autocomplete {
		max-height: 400px;
		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: 400px;
	}
	
	.invisible {
		/* display:none;
		   visibility:hidden */
		opacity:0;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	.visible {
		/* display:table-cell;
		   visibility:visible; */
		opacity:1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}
	.secondHalf {
		display:inline-block;
		vertical-align:top;
		margin-left:30px;
	}
	.generalQuestions table tr td {
		padding:5px;
	}
	.generalQuestions table tr:hover td button {
		opacity:1 !important;
	}


.pageTitle {
	display:block;
	font-size:40px;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
}

#tabs {
	
}
#tabs ul {
	display:table;
	width:100%;
}
#tabs ul li {
	display:table-cell;
	height:31px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	line-height:31px;
	background-color:#AA8968;
	border-left:solid 2px #ffffff;
	border-right:solid 2px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff,
				inset 0px 1px 0px 1px #75583B;
	cursor:pointer;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#tabs ul li:hover {
	background-color:#9C754F;
	box-shadow:inset 0px 1px 0px 0px #ffffff,
				inset 0px 1px 0px 1px #2B1600;
}
#tabs ul li.selectedTab {
	background-color:#ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff,
				inset 0px 1px 0px 1px #75583B;
}
#tabs ul li.selectedTab a {
	color:#2B1600;
}
#tabs ul li a {
	color:#ffffff;
	font-weight:normal !important;
}
#tabs > div {
	position:absolute;
	width:89%;
	height:85%;
	overflow:hidden;
	background-color:#ffffff;
	z-index:-1;
	box-shadow:inset 0px -1px 0px 0px #ffffff,
				inset 0px -1px 0px 1px #000000;
	overflow:auto;
	padding:20px;
}
#tabs > div.tabContent {
	z-index:1;
}
.originalHorizontalSection {
	display:none;
}
.horizontalSection {
	
}




