/* Survey Custom Style */
.YourCompanyNameSurveyResults 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/*********************Bold*DNN*CommandButton **************************/
A.CommandButtonBold:link 
{
    text-decoration:    underline;
    color: #003366;    
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;    
}

A.CommandButtonBold:visited  
{
    text-decoration:    underline;
    color: #003366;
	font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;    
}

A.CommandButtonBold:hover    
{
    text-decoration:    underline;
    color: #ff0000;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;    
}

A.CommandButtonBold:active   
{
    text-decoration:    underline;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;    
}


/******************** Moderate*.ascx *******************************/
table.Moderate
{
    border-collapse: collapse;
    width: 600px;
}

table.Moderate tr.Title td, table.Moderate tr.Content td,  table.Moderate tr.Buttons td
{
	border: solid 2px #696969;
}

table.Moderate table tr td
{
	border-style: none;
}

table.Moderate tr.Title
{
	background-color: #696969;
	color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
}

table.Moderate tr.Content
{
	border: solid 1px #696969;
}

table.Moderate td.Thumbnail
{
	background-color: #FFFFFF;
}

table.Moderate tr.Buttons
{
	background-color: #D3D3D3;
	color: white;
}

table.Moderate tr.Pager
{
	background-color: #E9E9E9;
}

.WordBreak
{
	word-wrap: break-word;
}
/******************** Comments.ascx *******************************/

table.Comments
{
	 background-color: #f5f5f5;
}

table.GridComments
{
}

.GridCommentsGray
{	
	background-color:#f5f5f5;
}

.GridCommentsWhite
{	
	background-color:#ffffff;
}

.NormalTextBox
{
	background-color:Transparent;
}

