/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_Survey {
	width: 100%;
	margin-top:0px;
	vertical-align:top;
	background-color:#ffffff;


/*	background-color: #dfe5f2; 
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; */
}

.ContentPane{
	/*background-color:#81516c;*/
	color:#ffffff;
	}
.MiddlePane {
	background-color:#ffffff;
	color:#b6b688;
	}
.SurveyImage {padding-top:10px;padding-left:20px;}
.SurveyBody {padding-left:30px;}

.SurveyText {
	color:#b6b688;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
}
.SurveyText a, .SurveyText a:link, .SurveyText a:visited, .SurveyText a:active {
	color:#b6b688;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.SurveyText a:hover {
	text-decoration:underline;
}

}
.ContentPaneFull {
	background-color:#2EA6A8;
	color:#ffffff;
	}


.containermaster_Survey P, .containermaster_Survey .Normal, .containermaster_Survey label, .containermaster_Survey .NormalBold {color:#b6b688;}

/*.HeadingShade {
	font:"Arial Black", Arial;
	color:#B6FFFF;
	font-size:24px;
	font-weight:bolder;
}*/

.HeadingText {
	font:"Arial Black", Arial;
	color:#ffffff;
	font-size:24px;
	font-weight:bolder;

}

.YourCompanyNameSurveyResults 
{

    font-size: 12px;
    font-weight: bold;
	color:#b6b688;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	color:#b6b688;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited,  A.CommandButton:active{
	color:#b6b688;
	text-decoration:none;
}

