/* SearchPanel */
/* ----------------------------------------------------- */
#SearchPanel
{
	margin: 10px 10px 0px 10px;
	width: 478px;
}
#SearchPanel .Title
{
	width: 468px;
	
	padding-left: 10px;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
	white-space: nowrap;
	
	border-bottom: solid 1px #999;
	color: #FFF;
	background-color: #599BC9;
}
#SearchPanel .Label
{
	white-space: nowrap;
}
#SearchPanel .Entry
{
	float: left;
}
#SearchPanel .Button
{
	float: left;
	padding-top: 2px;
	padding-left: 1px;
}
#SearchPanel img
{
	margin: 0px;
	padding: 0px;
	border: none;
}
#SearchTextBox
{
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 1em;
	width: 250px;
} 

/* GrupsNewsActiveGrid (GNAG) */
/* ----------------------------------------------------- */
#GNAG,
#GNAG .ActiveGridHeader,
#GNAG .ActiveGridDataGrid
{
	width: 478px;
	border: none;
}
#GNAG .ActiveGridFooter
{
	width: 458px;
}
#GNAG .CheckBoxColumn
{
	width: 20px;
	background-color: #F3F8FB;
}
#GNAG .TitleColumn a
{
	color: #000;
	text-decoration: underline;
}
#GNAG .TitleColumn a:hover
{
	color: #1170B2;
	text-decoration: underline;
}
#GNAG .TitleColumn a.NonEditable
{
	color: #666;
	text-decoration: none;
	cursor: default;
}
#GNAG .MediaColumn
{
	width: 70px;
}
#GNAG.ActiveGrid table.ActiveGridDataGrid tr.DataGridItem td,
#GNAG.ActiveGrid table.ActiveGridDataGrid tr.DataGridAlternatingItem td
{
	height: 24px;
	border-bottom: dotted 1px #CCC;
	padding: 0 6px;
}
#GNAG
{
	padding: 20px 10px 10px 10px;
}
#GNAG .New
{
	color: Red;
	font-size: 12px;
	font-weight: bold;
}

/* SocioadiccionsNewsActiveGrid (SNAG) */
/* ----------------------------------------------------- */
#SNAG,
#SNAG .ActiveGridHeader,
#SNAG .ActiveGridDataGrid
{
	width: 478px;
	border: none;
}
#SNAG .ActiveGridFooter
{
	width: 458px;
}
#SNAG .CheckBoxColumn
{
	width: 20px;
	background-color: #F3F8FB;
}
#SNAG .TitleColumn a
{
	color: #000;
	text-decoration: underline;
}
#SNAG .TitleColumn a:hover
{
	color: #1170B2;
	text-decoration: underline;
}
#SNAG .TitleColumn a.NonEditable
{
	color: #666;
	text-decoration: none;
	cursor: default;
}
#SNAG .MediaColumn
{
	width: 70px;
}
#SNAG.ActiveGrid table.ActiveGridDataGrid tr.DataGridItem td,
#SNAG.ActiveGrid table.ActiveGridDataGrid tr.DataGridAlternatingItem td
{
	height: 24px;
	border-bottom: dotted 1px #CCC;
	padding: 0 6px;
}
#SNAG
{
	padding: 10px;
}
#SNAG .New
{
	color: Red;
	font-size: 12px;
	font-weight: bold;
}
