<%@ Page Language="vb" AutoEventWireup="false" Inherits="lobbyists.policy" CodeFile="policy.aspx.vb" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>Policy</title>
		<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
		<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<asp:HyperLink id="HyperLink5" style="Z-INDEX: 105; LEFT: 576px; POSITION: absolute; TOP: 16px"
				runat="server" Font-Names="Verdana" Font-Size="8pt" NavigateUrl="lobbyistexpenditures.aspx">Return to Menu</asp:HyperLink>
			<asp:Label id="Label4" 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:RadioButtonList id="quarterlist" style="Z-INDEX: 103; LEFT: 144px; POSITION: absolute; TOP: 64px"
				runat="server" Font-Names="Verdana" Width="80px" 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:Label id="Label2" style="Z-INDEX: 100; LEFT: 16px; POSITION: absolute; TOP: 16px" runat="server"
				Width="288px" Font-Names="Verdana" Font-Size="16pt">Policy Areas</asp:Label>
			<asp:RadioButtonList id="yearlist" style="Z-INDEX: 102; LEFT: 40px; POSITION: absolute; TOP: 64px" runat="server"
				Font-Names="Verdana" Width="80px" 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: 104px" runat="server"
				Text="Refresh"></asp:Button>
			<TABLE id="Table1" style="Z-INDEX: 106; LEFT: 8px; POSITION: absolute; TOP: 176px" cellSpacing="0"
				cellPadding="0" width="300" border="0">
				<TR>
					<TD>
						<asp:DataGrid id="DataGrid1" runat="server" OnSortCommand="sortdata" AllowSorting="True" Font-Names="Verdana"
							Width="800px" Font-Size="8pt" AutoGenerateColumns="False" Height="40px" CellPadding="2" BackColor="White"
							BorderWidth="1px" OnItemDataBound="ComputeSum" ShowFooter="True" BorderStyle="None" BorderColor="#CCCCCC">
							<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"
								BackColor="#FFFFC0"></HeaderStyle>
							<FooterStyle Font-Bold="True" HorizontalAlign="Right"></FooterStyle>
							<Columns>
								<asp:TemplateColumn SortExpression="subject matter" HeaderText="Policy Area">
									<ItemTemplate>
										<A HREF='policydetail.aspx?policy=<%# server.urlencode(DataBinder.Eval(Container, "DataItem.Subject Matter")) %>'>
											<asp:Label runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Subject Matter") %>'>
											</asp:Label>
										</A>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Subject Matter") %>'>
										</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=TextBox1 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}") %>'>
										</asp:Label>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Section 3 Expenses", "{0:C}") %>'>
										</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}") %>'>
										</asp:Label>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Direct Communication", "{0:C}") %>'>
										</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}") %>'>
										</asp:Label>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Indirect Communication", "{0:C}") %>'>
										</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}") %>'>
										</asp:Label>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.TOTAL", "{0:C}") %>'>
										</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>

