<%@ Page Language="vb" AutoEventWireup="false" Inherits="lobbyists.lobbyists" CodeFile="lobbyists.aspx.vb" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>Registered Lobbyists</title>
		<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK media="print" href="printstyle.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
		<asp:Label id="Label7" style="Z-INDEX: 107; LEFT: 392px; POSITION: absolute; TOP: 72px" runat="server"
				Font-Size="10pt" Font-Names="Verdana" Width="288px" Font-Italic="True">Totals include data through the end of 2006</asp:Label>
		
			<asp:label id="Label1" style="Z-INDEX: 101; LEFT: 16px; POSITION: absolute; TOP: 16px" runat="server"
				Font-Names="Verdana" Width="328px" Font-Size="16pt">Registered Lobbyists</asp:label>
			<asp:RadioButtonList id="quarterlist" style="Z-INDEX: 106; LEFT: 144px; POSITION: absolute; TOP: 56px"
				runat="server" Width="80px" Font-Names="Verdana" Font-Size="8pt" Height="72px" CellPadding="0" CellSpacing="0">
				<asp:ListItem Value="All" Selected="True">All</asp:ListItem>
				<asp:ListItem Value="q1">Quarter 1</asp:ListItem>
				<asp:ListItem Value="q2">Quarter 2</asp:ListItem>
				<asp:ListItem Value="q3">Quarter 3</asp:ListItem>
				<asp:ListItem Value="q4">Quarter 4</asp:ListItem>
			</asp:RadioButtonList>
			<asp:RadioButtonList id="yearlist" style="Z-INDEX: 103; LEFT: 32px; POSITION: absolute; TOP: 56px" runat="server"
				Width="80px" Font-Names="Verdana" Font-Size="8pt" Height="72px" CellPadding="0" CellSpacing="0">
				<asp:ListItem Value="All">All</asp:ListItem>
				<asp:ListItem Value="2006" Selected="True">2006</asp:ListItem>
				<asp:ListItem Value="2005">2005</asp:ListItem>
				<asp:ListItem Value="2004">2004</asp:ListItem>
				<asp:ListItem Value="2003">2003</asp:ListItem>
			</asp:RadioButtonList>
			<asp:Button id="Button1" style="Z-INDEX: 104; LEFT: 256px; POSITION: absolute; TOP: 96px" runat="server"
				Text="Refresh"></asp:Button><asp:hyperlink id="HyperLink5" style="Z-INDEX: 105; LEFT: 472px; POSITION: absolute; TOP: 16px"
				runat="server" Font-Names="Verdana" NavigateUrl="lobbyistexpenditures.aspx" Font-Size="8pt">Return to Menu</asp:hyperlink>
			<TABLE id="Table1" style="Z-INDEX: 107; LEFT: 24px; POSITION: absolute; TOP: 168px" cellSpacing="0"
				cellPadding="0" width="300" border="0">
				<TR>
					<TD>
						<asp:DataGrid id="DataGrid1" runat="server" Font-Names="Verdana" BorderColor="#CCCCCC" BorderStyle="None"
							BorderWidth="1px" BackColor="White" CellPadding="2" Height="104px" AutoGenerateColumns="False"
							Font-Size="8pt" showFooter="True" Width="800px" AllowSorting="True" OnSortCommand="sortdata" OnItemDataBound="ComputeSum">
							<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
							<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
							<ItemStyle ForeColor="#000066"></ItemStyle>
							<HeaderStyle Font-Bold="True" BorderWidth="1px" ForeColor="Black" BorderStyle="Solid" BorderColor="Black"
								CssClass="TaskGrid_Head" BackColor="#FFFFC0"></HeaderStyle>
							<FooterStyle Font-Bold=True HorizontalAlign=Right></FooterStyle>
							<Columns>
								<asp:TemplateColumn SortExpression="lobbyist" HeaderText="Lobbyist">
									<ItemStyle Font-Bold="True"></ItemStyle>
									<ItemTemplate>
										<A HREF='lobbyistdetail.aspx?lobby=<%# server.urlencode(DataBinder.Eval(Container, "DataItem.Lobbyist").replace("'","''")) %>'>
											<asp:Label id=Label1 runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Lobbyist") %>'>
											</asp:Label>
										</A>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox id=TextBox1 runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Lobbyist") %>'>
										</asp:TextBox>
									</EditItemTemplate>
								</asp:TemplateColumn>
								<asp:TemplateColumn SortExpression="[Personal/Office Expenses] desc" HeaderText="Personnel/Office Expenses">
									<ItemStyle HorizontalAlign="Right"></ItemStyle>
									<ItemTemplate>
										<asp:Label id=Label3 runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Personal/Office Expenses", "{0:C}") %>'>
										</asp:Label>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox id="Textbox2" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Personal/Office Expenses", "{0:C}") %>'>
										</asp:TextBox>
									</EditItemTemplate>
								</asp:TemplateColumn>
								<asp:TemplateColumn SortExpression="[Section 3 Expenses] desc" HeaderText="Section 3 Expenses*">
									<ItemStyle HorizontalAlign="Right"></ItemStyle>
									<ItemTemplate>
										<asp:Label runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Section 3 Expenses", "{0:C}") %>' ID="Label2" NAME="Label2">
										</asp:Label>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Section 3 Expenses", "{0:C}") %>' ID="Textbox3" NAME="Textbox3">
										</asp:TextBox>
									</EditItemTemplate>
								</asp:TemplateColumn>
								<asp:TemplateColumn SortExpression="[Direct Communication] desc" HeaderText="Direct Communication">
									<ItemStyle HorizontalAlign="Right"></ItemStyle>
									<ItemTemplate>
										<asp:Label runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Direct Communication", "{0:C}") %>' ID="Label4" NAME="Label4">
										</asp:Label>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Direct Communication", "{0:C}") %>' ID="Textbox4" NAME="Textbox4">
										</asp:TextBox>
									</EditItemTemplate>
								</asp:TemplateColumn>
								<asp:TemplateColumn SortExpression="[Indirect Communication] desc" HeaderText="Indirect Communication">
									<ItemStyle HorizontalAlign="Right"></ItemStyle>
									<ItemTemplate>
										<asp:Label runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Indirect Communication", "{0:C}") %>' ID="Label5" NAME="Label5">
										</asp:Label>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Indirect Communication", "{0:C}") %>' ID="Textbox5" NAME="Textbox5">
										</asp:TextBox>
									</EditItemTemplate>
								</asp:TemplateColumn>
								<asp:TemplateColumn SortExpression="[total] desc" HeaderText="TOTAL">
									<ItemStyle Font-Bold="True" HorizontalAlign="Right"></ItemStyle>
									<ItemTemplate>
										<asp:Label runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.TOTAL", "{0:C}") %>' ID="Label6" NAME="Label6">
										</asp:Label>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.TOTAL", "{0:C}") %>' ID="Textbox6" NAME="Textbox6">
										</asp:TextBox>
									</EditItemTemplate>
								</asp:TemplateColumn>
							</Columns>
							<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
						</asp:DataGrid></TD>
				</TR>
				<TR>
					<TD style="BORDER-RIGHT: silver 1px solid; BORDER-TOP: silver 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: silver 1px solid; BORDER-BOTTOM: silver 1px solid; FONT-FAMILY: Verdana"
						bgColor="#ffffc0">Based on data from the lobbyist expenditure forms filed with 
						the Office of the Secretary of the Senate.&nbsp; Senate rules allow lobbyists, 
						at their discretion, to report all expenses -- that is, money spent lobbying 
						the Senate, House and executive branch -- rather than breaking out Senate 
						lobbying only.&nbsp; Therefore, these numbers should be considered extimates of 
						total lobbying expenditures.</TD>
				</TR>
				<TR>
					<TD style="BORDER-RIGHT: silver 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: silver 1px solid; BORDER-BOTTOM: silver 1px solid; FONT-FAMILY: verdana"
						bgColor="#ffffc0">*Refers to the third definition of lobbying records provided 
						in the current version of SB1, which calls for reporting of "any gift, 
						entertainment, meal, transporation or lodging."</TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

