/* 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;
} 

/* GrupsLinksActiveRepeater */
/* ----------------------------------------------------- */
#GLAR,
#GLAR .ActiveGridHeader,
#GLAR .ActiveGridDataGrid
{
	width: 478px;
	border: none;
}
#GLAR .ActiveGridFooter
{
	width: 458px;
}
#GLAR.ActiveGrid table.ActiveGridDataGrid tr.DataGridItem td
{
	padding: 5px 6px;
}
#GLAR.ActiveGrid table.ActiveGridDataGrid tr.DataGridItemRow2 td
{
	padding: 0 15px;
}
#GLAR.ActiveGrid table.ActiveGridDataGrid tr.DataGridItemRow3 td
{
	border-bottom: solid 1px #CCC;
	padding: 5px 15px;
}
#GLAR .TitleColumn
{
}
#GLAR .UrlColumn a
{
	color: #000;
	text-decoration: underline;
}
#GLAR .UrlColumn a:hover
{
	color: #1170B2;
	text-decoration: underline;
}
#GLAR .UrlColumn a.NonEditable
{
	color: #666;
	text-decoration: none;
	cursor: default;
}
#GLAR
{
	padding: 20px 10px 10px 10px;
}

/* SocioLinksActiveRepeater */
/* ----------------------------------------------------- */
#SLAR,
#SLAR .ActiveGridHeader,
#SLAR .ActiveGridDataGrid
{
	width: 478px;
	border: none;
}
#SLAR .ActiveGridFooter
{
	width: 458px;
}
#SLAR.ActiveGrid table.ActiveGridDataGrid tr.DataGridItem td
{
	padding: 5px 6px;
}
#SLAR.ActiveGrid table.ActiveGridDataGrid tr.DataGridItemRow2 td
{
	padding: 0 15px;
}
#SLAR.ActiveGrid table.ActiveGridDataGrid tr.DataGridItemRow3 td
{
	border-bottom: solid 1px #CCC;
	padding: 5px 15px;
}
#SLAR .TitleColumn
{
}
#SLAR .UrlColumn a
{
	color: #000;
	text-decoration: underline;
}
#SLAR .UrlColumn a:hover
{
	color: #1170B2;
	text-decoration: underline;
}
#SLAR .UrlColumn a.NonEditable
{
	color: #666;
	text-decoration: none;
	cursor: default;
}
#SLAR
{
	padding: 10px;
}
