﻿body 
{
	background-color: #EAEAEA;
	font-size: 13px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #564b47;
	padding: 0px;
	margin: 0px;
}

h1 
{
	font-size: 1em;
	padding: 5px 15px;
	margin: 0px 
}

h2 
{
    font-size: 1.5em;
    font-weight: normal;
    padding: 5px 5px 0 10px;
    margin:0px;
    color: #000;
}

h3 
{
    font-size: 1.25em;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0;
    color: #000;
}

label
{
    width: 250px;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block;
    margin-left: 3em;
    color: #274076;
    vertical-align: bottom;
}

/*------container to center layout------*/

#container 
{
	width: 974px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*------banner------*/
/* Top menu container */ 
.header_top_menu { /*background & container */
	background:url(../Content/header_top_menu_973x56.gif) no-repeat 0 0;
	position:relative;
	top: 0;
	left: 0;
	vertical-align:top;
	height:28px;
	width:100%;
	margin: -13px 0 18px 0;
}
.header_top_menu span {display:none !important;text-indent: -9999px;} /* hide text in links */

.header_top_menu ul {height:28px;line-height:28px;list-style: none;}
.header_top_menu li {float:left;}

.header_top_menu ul a {display:block;height:25px;line-height:25px;}
.header_top_menu ul a:hover {background-color:transparent;}

.header_top_menu a.home1 {background-position:0px 0px;width:130px;margin-left:-40px;}
.header_top_menu a.home2 {background-position:-130px 0px;width:90px;}
.header_top_menu a.residents {background-position: -220px 0px;width:90px;}
.header_top_menu a.business {background-position: -310px 0px;width:90px;}
.header_top_menu a.government {background-position:-400px 0px;width:95px;}
.header_top_menu a.visitors {background-position: -495px 0px;width:73px;}
.header_top_menu a.services {background-position: -568px 0px;width:120px;}
.header_top_menu a.help {background-position:-950px 0;width:90px;margin-left: 180px;}

.header_top_menu a.home1:hover		{background-position:0px 0px;width:130px;margin-left:-40px;}
.header_top_menu a.home2:hover		{background:url(../Content/header_top_menu_973x56.gif) no-repeat -130px -28px;width:90px;}
.header_top_menu a.residents:hover		{background:url(../Content/header_top_menu_973x56.gif) no-repeat -220px -28px;width:90px;}
.header_top_menu a.business:hover			{background:url(../Content/header_top_menu_973x56.gif) no-repeat -310px -28px;width:90px;}
.header_top_menu a.government:hover		{background:url(../Content/header_top_menu_973x56.gif) no-repeat -400px -28px;width:95px;}
.header_top_menu a.visitors:hover	{background:url(../Content/header_top_menu_973x56.gif) no-repeat -495px -28px;width:73px;}
.header_top_menu a.services:hover		{background:url(../Content/header_top_menu_973x56.gif) no-repeat -568px -28px;width:120px;}
.header_top_menu a.help:hover	{background:url(../Content/header_top_menu_973x56.gif) no-repeat -868px -28px;width:90px;}




/* Bottom menu container */
.header_bottom_menu {
	position:absolute;
	top:142px;
	width:972px;
	background:#fff url(http://www.sfethics.org/ethics/images/ethics_nav_1px.png); /* Graidient BG */
	height:34px;
    line-height:34px;
	border-bottom:1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	clear:left;
}
.header_bottom_menu a {
	text-align:center;
	margin-top:-13px;
	color:#333;
	font-weight:bold;
	font-size:.95em;
	line-height:34px;
	text-decoration: none;
	font-family: Helvetica, Arial, Geneva, sans-serif;
 }
.header_bottom_menu li {
	display:block;
	float:left;
	position:relative;
}
.header_bottom_menu li a {display:block;background: url(http://www.sfethics.org/ethics/images/dividero.png) no-repeat right bottom;}/* Divider img between links */
.header_bottom_menu li a.nobord {background-image:none;}/* Removed divider from last link */
.header_bottom_menu li ul {/* Hide sub menu & position it under parent link till mouse over */
	list-style:none;
	display:none;
	position:absolute;
	top:32px; /* Where the sub menu sits below the parent link */
	left:-42px; /* Where the sub menu sits to the left of the parent item */
	background-color:#FFF;
	height:100%;
	border-top:1px solid #ccc;/* Gives top of sub menu the space needed for mouse over to work correctly */
}
* html .header_bottom_menu li ul {left:-45px;} /* IE6 hack */
*:first-child+html .header_bottom_menu li ul {left:-40px;} /* IE7 Hack */

.header_bottom_menu li.over ul, /* <=IE6 uses this to reconize li:hiover using JS */
.nav li:hover ul {display:block;} /* All others use this */

.header_bottom_menu li ul li { /* sub menu container */
	width:210px; 
	clear:left;
	background-color:#ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.nav li ul li a {
	clear:left;
	position:relative;
	z-index:1000;
	text-align:left;
	margin-bottom: 10px;
    padding:0 .75em;
    background: #fff;
    border:1px solid #ccc;
}
.nav li ul li.over a, /* <=IE6 li:hover hack again */
.nav li ul li:hover a {
	clear:left;
	position:relative;
	z-index:1000;
	height:75%;
	background:#D0EEFE url(http://www.sfethics.org/ethics/images/arrow_right_dropdown.gif) no-repeat center left;
}

.header_bottom_menu a:hover         {color:#176FC1;}
.header_bottom_menu a.home			{width:94px;margin-left:-40px;}
.header_bottom_menu a.about		    {width:162px;}
.header_bottom_menu a.news			{width:80px;}
.header_bottom_menu a.edu			{width:97px;}
.header_bottom_menu a.forms		    {width:125px;}
.header_bottom_menu a.research	    {width:103px;}
.header_bottom_menu a.laws			{width:104px;}
.header_bottom_menu a.complaints	{width:104px;}
.header_bottom_menu a.contact		{width:103px;}

#banner 
{
	background: url(../Content/ethics_commission_header_974x98.png) no-repeat 0 0;
	left: 0;
	padding: 0;
	text-align: left;
	height: 98px;
	width: 974px;
    border-bottom: solid 1px #BDCDD7;
    background-color: #EBEBEB;
}

.banner 
{
	color: #0A0A0A;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px !important;
	padding: 0 0 0 10px;
}

.banner a
{
    text-decoration: underline;
    color: #CB3F2E;
    padding: 0;
}

.banner a:hover
{
    color: #01328F;
    font-style: italic;
    text-decoration: none;
    background-color: #BDCDD7;
    border-top: solid 1px #5C87B2;
    border-right: solid 1px #5C87B2;
    border-bottom: solid 1px #01328F;
    border-left: solid 3px #01328F;
    padding: 0 2px 0 2px;
}

/*------search bar------*/

#searchbar 
{
    background: transparent;
	padding: 0px;
	margin: -25px 0 0 0;
	height: 25px;
	text-align: right;
	border-bottom: solid 1px #5C87B2;
	width: 972px;
}

.search
{
    vertical-align: bottom;
}

/*------main content------*/
#main
{
    position: absolute;
    top:176px;
    margin: 0;
    padding: 0;
    width: 974px;
    background-color: #5C87B2;
}
#content 
{
	background-color: #FEFEFE;
	padding: 0 5px 5px 0;
	margin: 0 0 0 215px;
	border-right: solid 1px #BDCDD7;
	color: #0A0A0A;
    min-height: 650px;
}
.disclaimer
{
    margin: 5px 0 -5px 10px;
    padding: 0;
    color: Red;
    font-weight: bold;
    font-size: 14px;
}
.notice
{
    padding-top: 6px;
    color: Red;
}
.option
{
    font-size: 11px;
}
#content h1
{
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 0 10px;
	color: #0A0A0A;
}

#content h2
{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 10px;
	color: #0A0A0A;
	line-height: 8px;
}

#content h3
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	color: #0A0A0A;
}

#content fieldset
{
	background-color: #FFFEEF;
	margin: 5px 5px 0 5px;
	border: 1px solid #5C87B2;
	padding: 10px 5px 5px 5px;
	color: #000;
}

#content label
{
	font-size: 1.1em;
	text-align: left;
	margin: -5px 0 5px 5px;
}

#content label a
{
	color: #000;
	text-decoration: underline;
}

#content label a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #5C87B2;
	padding: 0 10px 0 10px;
}

#content a 
{
    color: #000;
    border-left: solid 3px #FFFEEF;
    padding: 0 4px 0 3px;
}

#content a:hover 
{
    color: #01328F;
    text-decoration: none;
    background-color: #BDCDD7;
    border-top: solid 1px #5C87B2;
    border-right: solid 1px #5C87B2;
    border-bottom: solid 1px #01328F;
    border-left: solid 3px #01328F;
    font-style: italic;
    padding: 0 2px 0 2px;
}

#content p 
{
	padding: 10px 0 0 15px;
	margin:0px;
}

.chart
{
    border: solid 1px #01328F;
    background-color: #BDCDD7;
    margin: 10px 5px 0 5px;
    padding: 2px;
    float: right;
    width: 440px;
    min-height: 320px;
    height: 320px;
}

.chart-big
{
    border: solid 1px #01328F;
    background-color: #BDCDD7;
    margin: 10px 5px 0 5px;
    padding: 2px;
    width: 740px;
    min-height: 500px;
    height: 500px;
}

.bold 
{
    font-weight:bold;
}

.address 
{
    padding-bottom: 20px;
}

.note
{
    font-size: 10px;
}

.note-list
{
    font-size: 10px;
    margin-top: 0;
}

.details
{
    width: 500px;
}

hr 
{
    margin-left: 10px;
    width: 600px;
}

.clear
{
    clear: both;
}

.bullets 
{
    margin-top: 4px;
    margin-bottom: 2px;
    list-style-type: square;
    list-style-position: outside;
}

/*------directories------*/

#directory
{
   margin: 10px 0 10px 0;
}

#directory h3
{
    color: #0A0A0A;
    margin: -15px 0 5px -10px;
    font-size: 13px;
}

#directory a
{
    color: #0A0A0A;
    margin: -15px 0 10px -10px;
    border-left: solid 2px #FFFEEF;

}

#directory a:hover
{
    text-decoration: none;
    color: #003596;
    background-color: #BDCDD7;
    border-top: solid 1px #5C87B2;
    border-right: solid 1px #5C87B2;
    border-bottom: solid 1px #01328F;
    border-left: solid 3px #01328F;
    padding: 0 5px 0 5px;
    font-style: italic;
}

#directory fieldset
{
    margin: 0 0 0 5px;
}

#directoryinfo
{
    width: 100%;
}

/*------lobbyist directory------*/

#lobbyistdirinfo
{
    width: 100%;
}

#lobbyistcontact
{
    width: 230px; 
    float: left;
    padding: 0 0px 10px 20px;
    margin-top: -15px;
}

.lobbyistimage
{
    padding-top: 5px;
    padding-left: 5px;
    font-size: 7px;
}

.directory-image
{
    border: solid 1px #01328F;
    height: 56px;
    width: 49px;
}

.lobbyist
{
    list-style: none;
}

.reported-contacts
{
    list-style: none;
}

.reported-contacts li
{
    list-style: none;
    margin: -5px 0 -7px 0;
}

.reported-contacts li a
{
    text-decoration: none;
}

/*------details pages------*/

#details
{
   margin: 10px 0 10px 0;
}

#details fieldset
{
    margin: 0 0 0 5px;
}

#details p
{
    margin-bottom: -3px;  
}

#details h3
{
    margin: 0 0 5px -15px;  
}

#detailsimage
{
    height: 149px;
    width: 130px;
    top: auto;
    float: left;
    border: solid 1px #01328F;
    margin: 0px 5px 0px 0;
}

caption
{
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 2px 1px;
}

.detailsimage
{
    height: 149px;
    width: 130px;
}

.details-lobbyist
{
    margin: -4px 0 0 136px;
    font-size: 16px;
}

/*------left menu------*/

#menu 
{
	background-color: #5C87B2;
    float: left;
	width: 215px;
	padding: 0px;
}

.menulinks 
{
	background-color: #FFFEEF;
	border: double 5px #5C87B2;
	margin: 5px 5px 5px 5px;
}

.menulinks a
{
	display: list-item;
	color: #0A0A0A;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}

.menulinks a:hover
{
	color: #01328F;
	background-color: #BDCDD7;
	padding: 0 0 0 3px;
	font-style: italic;
}

.menulinks h2
{
	color: #01328F;
	background-color: #BDCDD7;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	padding: 3px 0 3px 0;
	border-bottom: solid 1px #5C87B2;
	text-align: center;
}

.menulinks ul
{
    list-style: none;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: -1px;
}

.menulinks li
{
    margin: 0 0 0 -32px;
    border-bottom: solid 1px #5C87B2;
    display: list-item;
	color: #0A0A0A;
	text-decoration: none;
	font-weight: bold;
}

.menulinks li:hover
{
    border-bottom: solid 1px #01328F;
    border-left:  solid 3px #01328F;
    color: #FAFAFA;
	font-style: italic;
}

/*------footer------*/

#footer 
{
	clear: both;
	margin: 0 0 -13px 0px;
	padding: 0px;
	text-align: center;
	background-color: #EAEAEA;
	border-top: solid 1px #BDCDD7;
	color: #564b47;
}

#footer p
{
   margin: 0 0 13px 0;
   font-size: 11px;
}
/*------tab menu------*/

ul#tabmenu
{
    padding: 0 10px 2px 0;
    margin: 10px 0 0 20px;
    text-align: left;
}

ul#tabmenu li
{
    display: inline;
    list-style: none;
}

ul#tabmenu li a
{
    text-decoration: none;
    background-color: #5C87B2;
    color: #FFF;
    border: solid 2px #5C87B2;
}

ul#tabmenu li a:hover
{
    background-color: #FFFFE0;
    color: #000;
    text-decoration: none;
    padding: 5px 5px 2px 5px;
    border-top: solid 2px #5C87B2;
}

/*------transaction search pages------*/

.searchform-main
{
    width: 742px;
    margin: 10px 5px 5px 5px;
    padding: 2px;
    border: solid 1px #01328F;
    background-color: #BDCDD7;
}

.searchform-bg
{
    width: 740px;
    border: solid 1px #0A0A0A;
    background-color: #FFFEEF;
    padding: 5px 0 10px 0;
}

.searchform-table
{
    width: 730px;
    border: none;
    background-color: #FFFEEF;
    margin-right: auto;
    margin-left: auto;
}

.searchform-table th
{
    border: none;
    background-color: #FFFEEF;
    color: #01328F;
}

.searchform-table td
{
    background-color: #FFFEEF;
}

.range
{
    text-align: left;
}

.graphs
{
    margin: 0 0 0 5px;
    width: 750px;
    background-color: #BDCDD7;
    border: solid 1px #5C87B2;
}

.graphs2
{
    margin: 0 0 0 5px;
    width: 370px;
    height: 260px;
    background-color: #BDCDD7;
    border: solid 1px #5C87B2;
}

.graphs2-float
{
    margin: 0 0 0 5px;
    width: 370px;
    height: 260px;
    float: right;
    background-color: #BDCDD7;
    border: solid 1px #5C87B2;
}

.graphs_1
{
    margin-left: 5px;
    margin-bottom: 5px;
    border: solid 1px #01328F;
    background-color: #BDCDD7;
    width: 440px;
    height: 320px;
    padding: 2px;
}

.graphs_2
{
    margin-left: 5px;
    margin-bottom: 5px;
    border: solid 1px #01328F;
    background-color: #BDCDD7;
    width: 364px;
    height: 300px;
    padding: 2px;
}

.graphs_2_float
{
    margin-left: 5px;
    border: solid 1px #01328F;
    background-color: #BDCDD7;
    float: right;
    width: 364px;
    height: 300px;
    padding: 2px;
}

.graphs_3
{
    border: solid 1px #000;
    width: 245px;
    height: 250px;
}

.graphs_3_float
{
    border: solid 1px #000;
    float: right;
    width: 245px;
    height: 250px;
    margin-right: 3px;
}

/*------form elements------*/

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
    font-weight: bold;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.5em;
    padding: 2px 4px 8px 7px;
    color: #000;
}

.legendlink a:link
{
    text-decoration: none;
    color: #5c87b2;
}

.legendlink a:hover
{
    text-decoration: none;
    color: #000;
}

/*------tables------*/

table 
{
  border-collapse: collapse;
}

table th
{
  padding: 5px 0 5px 5px;
  text-align: left;
  background-color: #5C87B2; 
  color: #FFFEEF;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
}

table td 
{
  padding: 5px 0 5px 5px;   
  background-color: #FAFAFA;
  font-size: 13px;
  line-height: 8px;
  overflow: hidden;
}

table a
{
    color: #000;
	text-decoration: underline;
	padding: 0;
}

table a:hover
{
    color: #FFF;
	text-decoration: none;
	background-color: #5C87B2;
	padding: 0 5px 0 5px;
}

.amount
{
    width: 20%;
}

/*------Activity Expense Table Classes------*/

.ae
{
    width: 10%;
}

.ae-date
{
    width: 10%;
}

.ae-amount
{
    width: 10%;
}

.ae-lobbyist
{
    width: 10%;
}

.ae-payee
{
    width: 10%;
}

.ae-description
{
    width: 10%;
}

.ae-salary
{
    width: 10%;
}

.ae-details
{
  padding-left: 10px;
  width: 10%;
}

/*------Contacts of Public Officials Table Classes------*/

.cpo
{
    width: 10%;
}

.cpo-date
{
    width: 10%;
}

.cpo-client
{
    width: 20%;
}

.cpo-lobbyist
{
    width: 20%;
}

.cpo-official
{
    width: 20%;
}

.cpo-department
{
    width: 15%;
}

.cpo-issue
{
    width: 30%;
}

.cpo-details
{
  padding-left: 10px;
  width: 10%;
}

/*------Political Contributions Table Classes------*/

.pc
{
    width: 10%;
}

.pc-date
{
    width: 10%;
}

.pc-amount
{
    width: 10%;
}

.pc-lobbyist
{
    width: 10%;
}

.pc-committee
{
    width: 30%;
}

.pc-candidate
{
    width: 30%;
}

.pc-source
{
    width: 30%;
}

.pc-details
{
  padding-left: 10px;
  width: 10%;
}

/*------Political Contributions Table Classes------*/

.pp
{
    width: 10%;
}

.pp-date
{
    width: 10%;
}

.pp-amount
{
    width: 10%;
}

.pp-client
{
    width: 10%;
}

.pp-lobbyist
{
    width: 10%;
}

.pp-committee
{
    width: 10%;
}

.pp-candidate
{
    width: 10%;
}

.pp-source
{
    width: 10%;
}

.pp-details
{
  padding-left: 10px;
  width: 10%;
}

.amount-ae
{
    width: 10%;
}

.amount-pc
{
    width: 10%;
}

.amount-pp
{
    width: 10%;
}

.date
{
    width: 20%;
}

.date-ae
{
    width: 10%;
}

.date-cpo
{
    width: 10%;
}

.date-pc
{
    width: 10%;
}

.date-pp
{
    width: 10%;
}

.details-ae
{
    width: 10%;
}

.details-cpo
{
    width: 10%;
}

.details-pc
{
    width: 10%;
}

.details-pp
{
    width: 10%;
}

.client-pp
{
    width: 50%;
}

.lobbyist-pp
{
    width: 20%;
}

.phone
{
    width: 20%;
}

.source
{
    width: 50%;
}

.details-h4
{
    margin: 0 0 5px 2px;
    font-size: 13px;
}

.contactinfo
{
    width: 270px;
    font-size: 12px;
    line-height: 19px;
}

.details-table
{
    width: 735px;
    border: solid 1px #01328F;
}

.details-table th
{
    width: 735px;
    text-align: left;
    border-bottom: solid 1px #01328F;
}

.details-table td
{
   vertical-align: top;
   text-align: left;
   font-size: 12px;
   line-height: 14px;
   border-top: solid 1px #5C87B2;
}

.details-table-date
{
    width: 10px;
}

.lobbyist-table
{
   width: 100%;
   vertical-align: top;
   border: solid 1px #01328F;
}

.lobbyist-table th
{
   vertical-align: top;
   text-align: left;
   border-bottom: solid 1px #01328F;
}

.lobbyist-table td
{
   vertical-align: top;
}

.lobbyist-table td p
{
   vertical-align: top;
   margin: -3px 0 -9px -10px;
}

.directory-table
{
   width: 100%;
   vertical-align: top;
   border: solid 1px #01328F;
}

.directory-table th
{
   vertical-align: top;
   text-align: left;
   border-bottom: solid 1px #01328F;
}

.directory-table td
{
   vertical-align: top;
   text-align: left;
   border-top: solid 1px #5C87B2;
   font-size: 12px;
   line-height: 14px;
}

.directory-table td a
{
  text-decoration: underline;
}

.directory-table td a:hover
{
  text-decoration: none;
  border-left: solid 2px #01328F;
}

.directory-table td p
{
   vertical-align: top;
}

.directory-table-td-address
{
    width: 350px;
}

.lobbyist-photo
{
    width: 70px;
    padding-left: 7px;
}

.lobbyist-name
{
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: 12px;
}

.contacts-table
{
   width: 100%;
   vertical-align: top;
   border: solid 1px #01328F;
}

.contacts-table th
{
   vertical-align: top;
   border-bottom: solid 1px #01328F;
}

.contacts-table td
{
   vertical-align: top;
   text-align: left;
   border-top: solid 1px #5C87B2;
   font-size: 11px;
   line-height: 11px;
}

.contacts-table td a
{
  text-decoration: underline;
}

.sidehead-table
{
    width: 595px;
    color: #000;
    margin: 0 0 5px 0;
    border: solid 1px #01328F;
    font-size: 11px;
    line-height: 9px;
}

.sidehead-table th 
{
    background-color: #BDCDD7;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 0 3px 3px;
    color: #000;
    border: solid 1px #5C87B2;
    
}

.sidehead-table td
{
    width: 55%;
    color: #000;
    background-color: #FAFAFA;
    border: solid 1px #BDCDD7;
    padding-top: 4px;
    font-size: 11px;
    line-height: 9px;
}

.sidehead-table td:hover
{
    background-color: #FFFEEF;
}

.sidehead-details-table
{
    width: 598px;
    color: #000;
    margin: 0 0 5px 0;
    border: solid 1px #01328F;
    font-size: 12px;
    line-height: 11px;
}

.sidehead-details-table th 
{
    width: 30%;
    background-color: #BDCDD7;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0 3px 3px;
    color: #000;
    border: solid 1px #5C87B2;
    
}

.sidehead-details-table td
{
    color: #000;
    background-color: #FAFAFA;
    border: solid 1px #01328F;
    padding-top: 4px;
    font-size: 12px;
    line-height: 11px;
}

.sidehead-details-table td:hover
{
    background-color: #FFFEEF;
}

.sidehead-table-short
{
    border: none;
    width: 100%;
    color: #000;
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 10px;
    border: solid 1px #5C87B2;
}

.sidehead-table-short th 
{
    background-color: #BDCDD7;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0 6px 3px;
    color: #000;
    border: solid 1px #5C87B2;
}

.sidehead-table-short td
{
    width: 50%;
    color: #000;
    background-color: #FAFAFA;
    padding-top: 4px;
    vertical-align: middle;
}

.sidehead-table-long
{
    width: 100%;
    background-color: #BDCDD7;
    vertical-align: top;
    font-size: 12px;
    line-height: 10px;
    padding: 6px 0 6px 3px;
    color: #000;
    border: solid 1px #5C87B2;
}

.sidehead-table-long th 
{
    background-color: #BDCDD7;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0 6px 3px;
    color: #000;
    border: solid 1px #5C87B2;
}

.sidehead-table-long td
{
    width: 65%;
    color: #0A0A0A;
    background-color: #FAFAFA;
    padding-top: 4px;
    vertical-align: middle;
    border: solid 1px #5C87B2;
    font-size: 12px;
    line-height: 12px;
}

.partial-list-table
{
    margin: 0 0 0 -10px;
    vertical-align: top;
    color: #0A0A0A;
    text-align: left;
    border: none;
    background-color: Transparent;
}

.partial-list-table td
{
    margin: -2px 0 0 0;
    vertical-align: top;
    color: #0A0A0A;
    text-align: left;
    border: none;
    background-color: Transparent;
    font-size: 12px;
}

.partial-list-table-nolink
{
    margin: 0 0 0 -5px;
    vertical-align: top;
    color: #0A0A0A;
    text-align: left;
    border: none;
    background-color: Transparent;
}

.partial-list-table-nolink td
{
    margin: -2px 0 0 0;
    vertical-align: top;
    color: #0A0A0A;
    text-align: left;
    border: none;
    background-color: Transparent;
    font-size: 12px;
}

.partial-list-ul
{
    list-style-type: none;
    margin-left: 0;
}

.td-link
{
  text-decoration: none;
  padding-left: 10px;
}

.td-details-link
{
  padding-left: 10px;
  width: 10%;
}

.td-name-link
{
  text-decoration: none;
  padding-left: 10px;
  width: 55%;
}

.lobbyist-th-img
{
    background-color: Transparent;
}

.lobbyist-td-img
{
    width: 80px;
    min-height: 120px;
}

/*------misc junk------*/
.session_identity
{
  text-align: center;
  background-color: #EAEAEA;
  font-size: 11px; 
}

.buildinfo
{
  text-align: center;
  background-color: #EAEAEA;
  font-size: 11px; 
}

.error
{
    color: Red;
}

.rss
{
    float: right;
    padding: 5px 3px 0 0;
    font-size: 11px;
}

.rss a
{
    margin-left: 10px;
}

.rss a:hover
{
    margin-left: 13px;
}

.oldfilings
{
    float: right;
    padding: 5px 10px 0 0;
    font-size: 11px;
}

.selectquarter
{
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.quarterlinks
{
    float: right;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
}

.selectedquarter
{
    color: #fff;
    background-color: #5c87b2;
    padding: 0 3px 0 3px;
    border: solid 1px #01328f;
}

.directoryStatus
{
    color: Red;
    font-weight: bold;
    float: right;
    border-top: 1px solid #153560;
    border-right: 1px solid #153560;
    border-left: 1px solid #153560;
    padding: 0 2px 0 2px;
    margin: 0;
}

.detailsStatus
{
    color: Red;
    font-weight: bold;
    float: right;
    padding: 0 2px 0 2px;
    margin: 0;
}

