/* 
================================
 Container Styles for DotNetNuke
================================
*/   

* {
	margin: 0;
	padding: 0;
}

table.transparent
{
	padding: 0px;
	margin: 0px;

}

table.transparent_testimonials
{
	margin-bottom: 10px;

}

.transparent
{
	width: 100%;
	background-color: transparent;
}

.contentPane_teasertransparent
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}


.Head
{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family:Verdana;
}

.contentPane_testimonial
{
	background-color: #ffcd9e;
         padding: 15px 30px 15px 30px;
         color: #000000;
         font-family: Arial;
         font-size: 12px;
         font-weight: none;
         text-decoration: none;
         text-align: left;
	 border: 2px solid #9d3500;
}

.contentPane_testimonial_links
{
	background-color: #ffcd9e;
         width: 100%;
         padding: 10px;
         color: #0465B5;
         font-family: Arial;
         font-size: 12px;
         font-weight: none;
	 border: 2px solid #9d3500;
	 height: 50px;
	 vertical-align: middle;
	 text-align: center;
}


.contentPane_testimonial_links p
{
	margin-bottom: 0px;
	text-align: center;
}

.contentPane_testimonial_links a
{
	font-family: Arial;
	color: #0465B5;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.contentPane_testimonial_links a:hover
{
	font-family: Arial;
	color: #0465B5;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}