/*

	BACKGROUND / RESET
	
*/



body,html{
	height: 100%; min-height: 100%;
}    

body {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWMwYzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e9 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e8e8e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e9',GradientType=0 ); /* IE6-8 */
	margin: 0 auto;
	font-family: verdana, arial, san-serif;
	color: #5a5b5d;
}

img {
	border: 0;
}




/*

	LOGO
	
*/



#logo {	/* Not used often */
	margin: 10px auto 0;
	width: 215px;
	height: 266px;
	display: block;
}

#logo_sm {
	margin: 0 auto;
	width: 150px;
	height: 185px;
	display: block;
}    

.tagline {
	text-align:center;
}



/*

	JQUERY UI AUTOCOMPLETE
	
*/



.ui-autocomplete {
	max-height: auto;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	list-style-type: none;
	width: 130px;
	padding:1px 10px 10px;
	line-height:1.2em;
}

/* 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;
}

.ui-autocomplete, .ui-menu, .ui-widget, .ui-widget-content  {
	z-index: 5 !important;
}

.ui-autocomplete a {
	cursor: pointer;
	text-decoration: none;
	color: #333;
}

.ui-autocomplete li {
	padding: 10px;
	border: 1px solid #F8E4B7;
	font-size:10pt;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGU0YjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8e4b7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8e4b7));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8e4b7 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f8e4b7 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f8e4b7 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f8e4b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8e4b7',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

}

.ui-helper-hidden-accessible { 
	display:none; 
}


/*

	RESULTS PAGE
	
*/

.left-col {
	overflow: auto !important;
	white-space: normal !important;
	width:80% !important;
	font-weight: normal;
	font-size: 12px;
}

.right-col {
	width:15% !important;
}


/* 
	
	LARGE TEXTAREA

 */
 
textarea.ui-input-text{
	height: 100px !important;
}

/* --------Added for the star rating.------------------- */
.starform {
	display: block;
	padding: 5px 0 10px;
	width: 250px;
	/*height: 30px;*/
	overflow: hidden;
	direction: rtl;
	text-align: left;
}

.starform input {
	position: relative;
	width: 20px;
	height: 20px;
	font: 50px/50px Helvetica, sans-serif;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.starform input:checked {
	transition: all .45s ease-out;
	transform-origin: 20px 20px;
	transform: rotate(360deg);
}

.starform input::after {
	content: "*";
	position: absolute;
	color: #ccc;
	text-stroke: 2px #aaa;
}

.starform input:hover::after, input:hover ~ input::after {
	color: #aaa;
	text-stroke-color: #888;
}

.starform input:checked::after, input:checked ~ input::after, input:hover ~ input:checked::after {
	color: #ffe100;
	text-stroke-color: #ffd400;
	text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

.starform input:checked:hover::after, input:checked:hover ~ input::after, input:checked ~ input:hover::after, input:checked ~ input:hover ~ input::after, input:hover ~ input:checked::after, input:hover ~ input:checked ~ input::after{
	color: #ffc700;
	text-stroke-color: #ff9d00;
}
/* --------End of the star rating additions.------------------- */

/* --------Additional formatting for comments counter.------------------- */
.note-count {
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	float: right;
	padding: 0 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}

.comment-text {
	overflow: auto !important;
	white-space: normal !important;
	font-weight: normal;
	font-size: 12px;
}

/* --------End of formatting for comments counter.------------------- */
