/*
  The style sheet for a popup that displays and drives the blocking of requests.

  Copyright 2010, 2011 Brian Kennish

  Licensed under the Apache License, Version 2.0 (the "License"); you may not
  use this file except in compliance with the License. You may obtain a copy of
  the License at

    http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  License for the specific language governing permissions and limitations under
  the License.

  Brian Kennish <byoogle@gmail.com>
*/
#disconnect-popup * {
	font-size: small;
	font-weight: normal;
	font-family: Arial, sans-serif;
	line-height: 12px;
	color: black;
	background: transparent;
	text-shadow: none;
	z-index: 2147483647;
}

#disconnect-popup, #disconnect-popup #services td { text-align: center }

#disconnect-popup, #disconnect-popup #search { font-size: x-small }

#disconnect-popup {
  margin: 0;
  width: 140px;
  font-family: Arial, sans-serif;
  z-index: 2147483647;
}

#disconnect-popup table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse
}

#disconnect-popup input { margin-left: 0 }

#disconnect-popup :link, #disconnect-popup :visited { color: #003ea8 }

#disconnect-popup .deactivated { color: graytext }

#disconnect-popup .mouseover { background: #f4f6fc }

#disconnect-popup #services {
  color: #333;
  font-size: small
}

#disconnect-popup #services tr {
  border: solid #edeff5;
  border-width: thin 0;
  cursor: pointer
}

#disconnect-popup #services tr:first-child { display: none }

#disconnect-popup #services td { padding: 3px 0 3px 6px }

#disconnect-popup #services td:last-child {
  padding-right: 6px;
  width: 100%
}
