* {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

#body {
  margin: 0px;
  background-image: url('../images/bodyBackground.png');
}

a {
  color: #003366;
}

img {
  border: 0px;
}

/* Header */

#header {
  padding: 10px 20px 10px 20px;
  background-image: url('../images/headerBackground.png');
  background-position: left bottom;
  background-repeat: repeat-x;
  height: 62px;
  background-color: white;
}

#header #logo {
  float: left;
  padding-top: 10px;
}

#header #tagline {
  position: absolute;
  left: 200px;
  padding-top: 18px;
  font-size: 10pt;
  font-weight: bold;
  color: #555555;
}

#header #userActions {
  float: right;
  font-size: .7em;
}

/* Sidebar */

#sidebar {
  position: absolute;
  left: 0px;
  top: 80px;
  width: 180px;
  padding-right: 3px;
  background-image: url('../images/corner.png');
  background-position: top right;
  background-repeat: no-repeat;
}

#sidebar #download {
  background-color: #336699;
  color: white;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: .9em;
}

#sidebar #download a {
  text-decoration: none;
  color: white;
}

/* Primary Navigation */

#sidebar #primaryNavigation {
  font-size: .7em;
  border-top: 1px solid #144268;
  background-color: white;
  padding-bottom: 10px;
}

#sidebar #primaryNavigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#sidebar #primaryNavigation ul li {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 19px;
}

#sidebar #primaryNavigation ul a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

#sidebar #primaryNavigation ul a:hover li {
  background-color: white;
}

/* Quotes */

#sidebar #quotes {
  font-size: 7pt;
  padding: 10px;
  color: #555555;
  line-height: 16px;
}

#sidebar #quotes p {
  margin-bottom: 20px;
}

#main, th, td {
  font-size: 10pt;
}

/* Main Content */

#main {
  position: absolute;
  left: 181px;
  top: 80px;
  right: 0px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

#main h1 {
  margin: 0px;
  padding: 0px;
  font-size: 14pt;
}

#main h2 {
  margin: 0px;
  padding: 0px;
}

#main h3 {
/*   border-bottom: 1px solid #aaaaaa; */
  background-color: #f5f5f5;
  padding: 4px;
}

#main p {
  line-height: 1.4em;
}

/* Product Matrix */

#toolkitMatrix {
}

#toolkitMatrix p,
#toolkitMatrix ul li {
  font-size: .7em;
}

#toolkitMatrix table {
  border: 1px solid #bbbbbb;
  border-collapse: collapse;
}

#toolkitMatrix table thead td {
  border-bottom: 1px solid #bbbbbb;
  padding: 0px;
  width: 128px;
}

#toolkitMatrix table thead th {
  background-color: #f5f5f5;
  color: #555555;
  font-size: 1.1em;
  margin: 0px;
  border-bottom: 1px solid #bbbbbb;
}

#toolkitMatrix table tbody th {
  border-right: 1px solid #bbbbbb;
}

#toolkitMatrix table tbody tr.odd th {
  background-color: #bbbbbb;
  border-bottom: 1px solid #dddddd;
  font-size: 12pt;
  color: white;
}

#toolkitMatrix table tbody tr.odd td {
}

#toolkitMatrix table tbody tr.even th {
  background-color: #bbbbbb;
  font-size: 12pt;
  color: white;
}

#toolkitMatrix table tbody tr.even td {
  background-color: #f5f5f5;
}

#toolkitMatrix table tbody td {
  padding: 10px;
  width: 33%;
}

#toolkitMatrix ul {
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  list-style-type: none;
  text-align: center;
  line-height: 18px;
}

#main .news .title {
  font-weight: bold;
}

#main .news .date {
  font-size: smaller;
  font-style: italic;
}

/* Footer */

#main #footer {
  border-top: 1px solid #aaaaaa;
  padding-top: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: .7em;
}

ul.oneline {
  margin: 0px;
  padding: 0px;
}

ul.oneline li {
  display: inline;
  padding-right: 10px;
}

blockquote {
  border: 1px #20558D solid;
  padding: 15px 25px 0px 20px;
  width: 80%;
  display: block;
  background: url('http://www.pingidentity.com/images/global/bg_quote_top.gif') top left no-repeat #C4CED9;
  clear: both;
}

blockquote p {
  color: #01224A;
  line-height: 15px;
  background: url('http://www.pingidentity.com/images/global/bg_quote_bottom.gif') bottom right no-repeat;
  padding-bottom: 10px;
}

blockquote small {
  font-size: 10pt;
  color: #666666;
  display: block;
}

.articleReprint {
  border: 1px dotted #888888;
  padding: 10px;
  background-color: #f5f5f5;
}

