* {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

body {
  margin: 0px;
}

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 .pNav {
  padding: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#sidebar #primaryNavigation .pNavOff, .pNavOn {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 19px;
  text-decoration: none;
  font-weight: bold;
  color: black;
}

#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 {
  font-size: 11pt;
}

#main h3 {
/*   border-bottom: 1px solid #aaaaaa; */
  background-color: #f5f5f5;
  padding: 4px;
}

#main h3.downloadTitle {
/*   border-bottom: 1px solid #aaaaaa; */
  background-color: #e5ecf9;
  padding: 4px;
  border-bottom: 1px solid #c5cce9;
  border-right: 1px solid #c5cce9;
}

#main h4 {
  padding-left: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
  background-color: #f5f5f5;
  margin-bottom: 2px;
/*  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;*/
}

#main p {
  line-height: 1.4em;
}

/* Product Matrix */

.toolkitMatrix {
}

.toolkitMatrix p,
.toolkitMatrix ul li {
  font-size: .7em;
}

.toolkitMatrix {
  border: 1px solid #bbbbbb;
  border-collapse: collapse;
}

.toolkitMatrix thead td.graphic {
  border-bottom: 1px solid #bbbbbb;
  padding: 0px;
  width: 128px;
}

.toolkitMatrix thead td {
  background-color: #f5f5f5;
  color: #555555;
  font-size: 1.1em;
  margin: 0px;
}

.toolkitMatrix thead th {
  background-color: #f5f5f5;
  color: #555555;
  font-size: 8pt;
  margin: 0px;
  border-bottom: 1px solid #bbbbbb;
}

.toolkitMatrix tbody th {
  text-align: center;
  border-right: 1px solid #bbbbbb;
}

.toolkitMatrix tbody tr.odd th {
  background-color: #bbbbbb;
  border-bottom: 1px solid #dddddd;
  font-size: 12pt;
  color: white;
}

.toolkitMatrix tbody tr.odd td {
}

.toolkitMatrix tbody tr.even th {
  background-color: #bbbbbb;
  border-bottom: 1px solid #dddddd;
  font-size: 12pt;
  color: white;
}

.toolkitMatrix tbody tr.even td {
  background-color: #f5f5f5;
}

.toolkitMatrix tbody td {
  padding: 10px;
  width: 20%;
}

.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('/images/bg_quote_top.gif') top left no-repeat #C4CED9;
  clear: both;
}

blockquote p {
  color: #01224A;
  line-height: 15px;
  background: url('/images/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;
}

table tbody th {
  text-align: left;
}

form {
  margin: 0px;
  padding: 0px;
}

form label.errorLabel {
	color: red;
}

form .errorMessage {
	font-weight: bold;
	text-align: center;
	color: red;
	display: none;
}

.downloadNow {
	background-color: #e5ecf9;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

div.roundedGreyBox
{
	background-color: #f5f5f5;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.roundedGreyBox table,
div.roundedGreyBox p,
div.roundedGreyBox h3,
div.roundedGreyBox h2
{
	margin-left: 10px;
	margin-right: 10px;
}

div.roundedGreenBox
{
	background-color: #D6E3B5;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.roundedGreenBox table,
div.roundedGreenBox p,
div.roundedGreenBox h3,
div.roundedGreenBox h2
{
	margin-left: 10px;
	margin-right: 10px;
}

div.boxTitle
{
	background-color: #D4DDFF;
	padding-bottom: 4px;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	font-family: Trebuchet MS;
}

div#signInBox,
div#registerBox
{
	background-color: #fafafa;
	padding-top: 5px;
}

div#signInBox table,
div#registerBox table
{
	margin-left: auto;
	margin-right: auto;
}

div#signInBox p,
div#registerBox p
{
	padding-left: 10px;
	padding-right: 10px;
}

.new
{
	color: red;
	font-weight: bold;
	font-size: smaller;
}

#loginTable th { text-align: left; }
#loginTable td {  }
.login-required { }
form .required { color: #D12D33; }
form .hint { font-size: 8pt; font-weight: normal; color: #aaaaaa; }
.formTable td
{
	padding: 3px;
}
/* Product Matrix */

.toolkitMatrix {
  border: 1px solid #bbbbbb;
  border-collapse: collapse;
}

.toolkitMatrix p,
.toolkitMatrix ul li {
  font-size: .7em;
}

.toolkitMatrix thead td.graphic {
  border-bottom: 1px solid #bbbbbb;
  padding: 0px;
  width: 128px;
}

.toolkitMatrix thead td {
  background-color: #f5f5f5;
  color: #555555;
  font-size: 1.1em;
  margin: 0px;
}

.toolkitMatrix thead th {
  background-color: #f5f5f5;
  color: #555555;
  font-size: 8pt;
  margin: 0px;
  border-bottom: 1px solid #bbbbbb;
}

.toolkitMatrix tbody th {
  text-align: center;
  border-right: 1px solid #bbbbbb;
}

.toolkitMatrix tbody tr.odd th {
  background-color: #bbbbbb;
  border-bottom: 1px solid #dddddd;
  font-size: 12pt;
  color: white;
}

.toolkitMatrix tbody tr.odd td {
}

.toolkitMatrix tbody tr.even th {
  background-color: #bbbbbb;
  border-bottom: 1px solid #dddddd;
  font-size: 12pt;
  color: white;
}

.toolkitMatrix tbody tr.even td {
  background-color: #f5f5f5;
}

.toolkitMatrix tbody td {
  padding: 10px;
  width: 20%;
}

.toolkitMatrix ul {
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  list-style-type: none;
  text-align: center;
  line-height: 18px;
}