/* 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 (GPAG) */
/* ----------------------------------------------------- */
#GPAG,
#GPAG .ActiveGridHeader,
#GPAG .ActiveGridDataGrid
{
	width: 478px;
	border: none;
}
#GPAG .ActiveGridFooter
{
	width: 458px;
}
#GPAG .CheckBoxColumn
{
	width: 20px;
	background-color: #F3F8FB;
}
#GPAG .TitleColumn a
{
	color: #000;
	text-decoration: underline;
}
#GPAG .TitleColumn a:hover
{
	color: #1170B2;
	text-decoration: underline;
}
#GPAG .TitleColumn a.NonEditable
{
	color: #666;
	text-decoration: none;
	cursor: default;
}
#GPAG.ActiveGrid table.ActiveGridDataGrid tr.DataGridItem td,
#GPAG.ActiveGrid table.ActiveGridDataGrid tr.DataGridAlternatingItem td
{
	height: 24px;
	border-bottom: dotted 1px #CCC;
	padding: 0 6px;
}
#GPAG
{
	padding: 20px 10px 10px 10px;
}

/* SocioadiccionsNewsActiveGrid (SPAG) */
/* ----------------------------------------------------- */
#SPAG,
#SPAG .ActiveGridHeader,
#SPAG .ActiveGridDataGrid
{
	width: 478px;
	border: none;
}
#SPAG .ActiveGridFooter
{
	width: 458px;
}
#SPAG .CheckBoxColumn
{
	width: 20px;
	background-color: #F3F8FB;
}
#SPAG .TitleColumn a
{
	color: #000;
	text-decoration: underline;
}
#SPAG .TitleColumn a:hover
{
	color: #1170B2;
	text-decoration: underline;
}
#SPAG .TitleColumn a.NonEditable
{
	color: #666;
	text-decoration: none;
	cursor: default;
}
#SPAG.ActiveGrid table.ActiveGridDataGrid tr.DataGridItem td,
#SPAG.ActiveGrid table.ActiveGridDataGrid tr.DataGridAlternatingItem td
{
	height: 24px;
	border-bottom: dotted 1px #CCC;
	padding: 0 6px;
}
#SPAG
{
	padding: 10px;
}
