body {
	font-family:	"Arial",  "Verdana", "Trebuchet MS", "Helvetica", "sans-serif";
	font-size: 		12pt;
}

#topicNav {
	font-size: 8pt;
}
#memberComments {
	clear: left;
}

#newCommentInput {
	background-color: rgb(255, 250, 230);
	height: 45px;
	width: 90%;
	margin: 15px;
}

#newResCommentInput {
	background-color: rgb(255, 250, 230);
	height:	90px;
	width:	110px;
	margin:	15px;
}

.tinyLinks {
	font-size: 7pt;
}
.staffCommentLink {
	font-size: 7px;
	margin-right: 10px;
}
.login_error{
	color: 				#A00;
	background-color: 	rgb(242, 247, 68);
	font-weight: 		bold;
	font-size: 			16px;
	margin: 			15px;
}
.memberCommentsTitle {
	font-size:			9px;
	font-weight:		bold;
	padding:			3px;
	color: 				#000;
	background-color: 	#FFC;
}

.noteBig {
	font-size:			14px;
	font-weight:		bold;
	padding:			3px;
	color: 				#000;
	background-color: 	#FFC;
	margin: 			6px;

}
.submitButton {
	background-color:	rgb(255, 204, 0);
	font-weight: 		bold;
	margin:				5px;
}
.freeCommentTime {
	text-align:		right;
	font-style:		italic;
	color: 			#408080;
	font-weight:	normal;
	font-size:		9px;
}

.freeComment {
	clear: left;
	font-style: 	italic;
	font-size: 		11px;
	font-weight: 	normal;
	padding-bottom: 1px;
}
.freeCommentImage {
	float: left;
	padding-right: 10px;
}
.ui-tooltip {
	font-size: 11px;
}

.slider {
	height: 15px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	cursor: pointer;
}

.left_slider_caption {
	float: left;
	margin-left: 20px;
	font-size: 9px;
	font-weight: normal;
}
.right_slider_caption {
	float: right;
	margin-right: 20px;
	font-size: 11px;
	font-weight: bold;
}
.question {
	color: black;
	font-size: 12px;
}
.questions {
	margin: 2px;
	padding: 6px;
	margin-bottom: 40px;
}
.ans {
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
}
.pans {
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	text-align: left;
}

.importance {
	font-size: 12px;
	font-weight: normal;
	padding: 6px;
/*	margin-left:auto;
	margin-right:auto; */
}
.center_it {
	text-align: center;
}


.background_1 {
	background-color: #fff3eb;
}
.background_2 {
	background-color: #ffe8d8;
}
.background_3 {
	background-color: #ffdcc4;
}
.background_4 {
	background-color: #ffd1b1;
}
.background_5 {
	background-color: #ffc59d;
}
.background_6 {
	background-color: #ffba8a;
}
.background_7 {
	background-color: #ffae76;
}
.background_8 {
	background-color: #ffa362;
}
.background_9 {
	background-color: #ff974f;
}
.background_10 {
	background-color: #ff8c3c;
}
.background_11 {
	background-color: #ff7d23;
}

.bg_b {
	background-color: lightblue;
}
.bg_r {
	background-color: pink;
}
.bg_g {
	background-color: lightgreen;
}
.bg_x {
	background-color: #F8F8F8;
	color: grey;
}

.dim_imp {
	display: none;
}

.ui-button:hover {
	background-color: #FFF27D ;
}

.ui-state-active {
	background-color: #FFE303;
}
.ui-button-text {
	font-size: 8px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor
{

    margin-left: auto;
    margin-right: auto;
    padding-top: 0 em;
    padding-right: 1em;
    padding-bottom: 0em;
    padding-left: 1em;
    font-size: 12px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
	background-color: #ddd;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	background-color: #ddd;
  color: #555555;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
	background-color: #fc0;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	background-color: #fc0;
  color: #212121;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover{

	background-color: #fff27d ;  //  other tabs
  border: 1px solid #ccf;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	background-color: #fff27d;
  color: #212121;
  text-decoration: none;
}
.loginToComment {
	background-color: #000;
	color: #fc0;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}
.firstCom{
	text-align: center;
	font-size: 16px;
	background-color: lightgreen;
	font-weight: bold;
	padding: 5px;
	bottom-margin: 25px;
	border: 2px solid red;
}