/******************** Search.ascx *******************************/
.WordBreak
{
	word-wrap: break-word;
}

/******************** Comments.ascx *******************************/
table.Comments
{
	 background-color: #f5f5f5;
}

/*********************Grid*Comments(Comments)**************************/
table.GridComments
{	
	width:100%;	
}

.GridCommentsGray
{ 
	background-color:#f5f5f5;
}

.GridCommentsWhite
{ 
	background-color:#ffffff;
}

/******************** 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 DimGray;
}

table.Moderate table tr td
{
	border-style: none;
}

table.Moderate tr.Title
{
	background-color: DimGray;
	color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
}

table.Moderate tr.Content
{
	border: solid 1px DimGray;
}

table.Moderate td.Thumbnail
{
	background-color: #FFFFFF;
}

table.Moderate tr.Buttons
{
	background-color: LightGrey;
	color: white;
}

table.Moderate tr.Pager
{
	background-color: #E9E9E9;
}

/*********************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;
}

/*******************Related*Videos*Panel(Details)*********************/
div.PanelSize
{
	 width:100%;
	 overflow:auto;
}

.NormalTextBox
{
	background-color:Transparent;
}

.panel
{
	height: 100px;
	overflow-y: scroll;
	border: solid 1px Gray;	
}