/****************
Testimonials Styles
*****************/


#testimonials
{
	width: 175px;
	font-size: 85%;
	
}

#testimonials div.hd {
	background-image: none;
	background-color: #e5d29d;
	border: #c29925 1px solid;
	color: #000000;
	font-style: normal;
}

#testimonials div.bd{
	border-color: #c29925;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	background-color: #fdfaf1;
	color: #000000;
	font-style: normal;
}

#testimonials div.ft {
	border-color: #c29925;
	border-width: 0px 1px 1px 1px;
	background-color: #fdfaf1;
	color: #000000;
	font-style: normal;
}

#testimonials div.underlay {
	background-color: #4a3e04;
	filter: alpha(opacity=50);
	opacity: .50;
	display: block;

}

#testimonial_newUL, #testimonialsUL
{
	margin-bottom: 0px;
	margin-left: -20px;  /* 0 in IE--see IE Specific .css */
}

#testimonial_newUL li, #testimonialsUL li
{
	list-style-type: none;
	list-style-position: outside;
	margin-left: -20px; /* 0 in IE--see IE Specific .css */
	margin-bottom: 5px;
	}
	
#testimonialsUL li p {
	margin: 0px 0px 8px 0px;
}

#testimonialsUL li {
	padding: 0px 0px 15px 0px;
	color: #00907c;
	font-style: italic;
}

#testimonial_newUL li div.readNode
{
	cursor:pointer;
	color: #FFFFFF;
	background-color: #b6b6b6;
	border: 1px dashed #f0f0f0;
	opacity: .30;
	filter: alpha(opacity=30);
	font-weight: bold;
	height: 20px;
}

#testimonial_newUL li div.readNode.hover
{
	background-color: #b6b6b6;
	color: #ffffff;
	border: 1px dashed #f0f0f0;
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: bold;
	height: 20px;
}

#testimonialsUL li div.readNode.testimonial
{
	cursor:move;
}

#testimonialsUL li div.readNode.testimonial a,
#testimonialsUL li a,
div.readNode.testimonial a
{
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	cursor: pointer;
}

#testimonialsUL li div.readNode.testimonial a,
div.readNode.testimonial a {
	color: #00907c;
}

#testimonialsUL li div.readNode.testimonial a:hover,
#testimonialsUL li a:hover,
#testimonialsUL li a:hover
{
	text-decoration: underline;
	
	
}

#testimonialsUL li div.readNode.testimonial a:visited,
#testimonialsUL li a:visited,
div.readNode.testimonial a:visited
{
	color: #A7CAC4;
}

#testimonialsUL li img
{
	margin-left: 8px;
	padding: 0px 2px;
	cursor:pointer;
}

#testimonialsUL li.unpublished
{
	background-color: #ffff99;
}

#testimonial_newUL li div.formNode div.formWrapper div,
#testimonialsUL li div.formNode div.formWrapper div
{
	margin-bottom: 5px;
} 

#testimonial_newUL li div.formNode div.formWrapper span.title_wrapper,
#testimonialsUL li div.formNode div.formWrapper span.title_wrapper
{
	font-weight: bold;
} 

#testimonial_newUL li div.formNode div.formWrapper span.requiredFieldIcon,
#testimonialsUL li div.formNode div.formWrapper span.requiredFieldIcon
{
	color: #FF0000;
} 

#testimonial_newUL li div.formNode div.formWrapper span.input_wrapper,
#testimonialsUL li div.formNode div.formWrapper span.input_wrapper
{
	display: block;
}

#testimonials div.button-group
{
	
}

#testimonial_newUL li div.formNode div.formWrapper span.input_wrapper textarea,
#testimonialsUL li div.formNode div.formWrapper span.input_wrapper textarea
{
	width: 220px;
	height: 220px;
}

/*
#testimonials div.button-group span
{
	cursor: pointer;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}

#testimonials div.button-group span:hover
{
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
	
}*/

#testimonials div.button-group.major span
{
	
}

#testimonials div.button-group.minor span
{
	
}


#testimonials span.button-group button.default, #testimonials span.button-group button  {
	background-color: #00423c;
	color: #faedc9;
	border-width: 1px;
	border-color: #00423c;
	border-style: solid;
	text-decoration: none;
	text-align: center;
	margin: 0px 1px 0 0;
	padding: 2px;
	cursor: pointer;
	display: inline;
	font-size: 92%;
}

#testimonials span.button-group button.hover
{
	background-color: #e4eaea;
	color: #00423c;
	border: 1px solid #00423c;
	
}

/****************
Miscellaneous Styles
*****************/



.hidden
{
	display: none;
}


.invisible
{
	visibility:hidden;
}