/* http://lab.christianmontoya.com/initial-css/initial.css */
/* Neutralize styling - elements to be cleaned entirely */
html, body, form, fieldset {
   margin: 0;
   padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, address { 
   margin: 1em 0;
   padding: 0;
}
dd, blockquote {
   margin-left: 2em;
}
/* Miscellaneous */
form label {
   cursor: pointer;
}
fieldset {
   border: none;
}
input, select, textarea {
   font-size: 100%;
   font-family: inherit;
}

/* http://www.blogherald.com/2006/09/08/css-tips-and-tricks/ */
body {
   background-color: #ffffff;
   color: #333333;
   font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
   /* resets font sizes for that 1em = 10px */
   font-size: 62.5%;
   line-height: 1.4;
   padding: 5px; 
}

/* http://www.sitepoint.com/article/browser-specific-css-hacks */
/* A browser detect hack is used to solve the problem of fonts */
/* appearing smaller in IE than in FF and Safari */
/* All browsers see the first line.  But IE can't see the second */
/* line which sets the font size correctly for all other browsers. */
body { font-size: 76.0%; }
html>body body { font-size: 62.5%; }

/* page layout */
td.marginLeft {
   width: 10%;
}
td.marginRight {
   width: 10%;
}
td.layoutHome {
   padding: 0px 0px 8px 0px;
   width: 80%;
}
td.layoutNav1 {
   width: 80%;
}
td.layoutChevron, td.chevron {
   border-color: #ffffff #ffffff #ffffff #ffffff;
   border-style: solid solid solid solid;
   border-width: 0px 0px 10px 0px;
   width: 80%;
}
td.layoutNav2, td.A2 {
   border-color: #aaaaaa;
   border-style: solid;
   border-width: thin;
   color: #000000;
   vertical-align: top;
   width: 15%;
}
td.layoutHeadlines {
   border-color: #94c6f7;
   border-style: none solid solid solid;
   border-width: 1px;
   color: #000000;
   vertical-align: top;
   width: 15%;
}
td.layoutContentHome {
   margin: 0px 0px 0px 0px;
   padding: 0px 12px 0px 12px; 
   vertical-align: top;
   width: 50%;
}
td.layoutContent, td.B2 {
   margin: 6pt 0pt 12pt 0pt;
   padding-left: 12pt ;
   padding-right: 12pt ;
   vertical-align: top;
   width: 65%;
}
td.layoutFooter, td.b3 {
   width: 80%;
}
/* links */
a {
   /* links are not normally underlined nor do they have outlines */
   outline: none;
   text-decoration: none;
}
a:hover {
   /* but links are underlined when hovered over */
   text-decoration: underline;
   /* ensure that cursor turns from arrow to hand */
   cursor: pointer;
}
a:visited {
   /* change visited link color for more contrast with plain text */
   color: #9900ff;
}
a.external:hover {
   /* external links are underlined and italicized when hovereed over */
   font-style: italic;
   text-decoration: underline;
}
/* text */
h1.hed1, h2.hed1, h3.hed1, h4.hed1, h5.hed1, h6.hed1 {
   font-size: 1.5em;
   font-weight: bold;
   margin: 8pt 0pt 0pt 0pt;
   text-indent: 0pt;
}
h1.hed1r {
   font-size: 1.5em;
   font-weight: bold;
   margin: 0pt 0pt 0pt 0pt;
   text-align: right;
   text-indent: 0pt;
}
h1 {
   font-size: 1.5em;
   font-weight: bold;
   margin: 0pt 0pt 0pt 0pt;
   text-indent: 0pt;
}
h1.perception {
   color: #ec008c;
   font-size: 1.8em;
   font-style: italic;
   font-weight: bold;
   margin: 0pt 0pt 0pt 0pt;
   text-indent: 0pt;
}
h2.perception {
   color: #ec008c;
}
h1.hed2, h2.hed2, h3.hed2, h4.hed2, h5.hed2, h6.hed2 {
   font-weight: bold;
   margin: 8pt 0pt 0pt 0pt;
   text-indent: 0pt;
}
h2 {
   font-size: 1.3em;
   font-weight: bold;
   margin: 8pt 0pt 0pt 0pt;
   text-indent: 0pt;
}
h1.hed3, h2.hed3, h3.hed3, h4.hed3, h5.hed3, h6.hed3 {
   font-style: italic;
   font-weight: bold;
   margin: 8pt 0pt 0pt 0pt;
   text-indent: 0pt;
}
h3 {
   font-size: 1.1em;
   font-weight: bold;
   margin: 8pt 0pt 0pt 0pt;
   text-indent: 0pt;
}
h2.bio {
   margin-top: 16pt;
   color: #004080;
}
h3.bio {
   font-size: 1.3em;
   margin: 0pt;
}
h1.pr, h2.pr, h3.pr, h4.pr, h5.pr, h6.pr {
   font-weight: bold;
   text-align: center;
}
p.Content {
   margin: 6pt 0pt 10pt 0pt;
   text-align: justify;
}
p.Caption {
   color: #996600;
   margin: 0px 0px 0px 0px;
   text-align: right;
}
p.Footer {
   /* font-style: italic; */
   color: #a0a0a0;
   margin: 0pt 0pt 2pt 0pt;
   text-align: center;
}
/* Increase margin of FAQ div for big space between pairs of Q&A */
/* Increase top padding so first div isn't too close to preceding element */
div.faq { 
   margin-bottom: 10pt; 
   padding-top: 10pt;
}
/* Decrease the spacing between a FAQ's Q and A */
p.faq {
   margin-top: -4pt ;
}
/* Style the first letter in a FAQ paragraph. */
p.faq:first-letter {
   color: #00406F;
   font-weight: bold;
}
p.partner {
   margin: 10px 0px 40px 0px;
}
p.prL {
   font-family: "Courier New", Courier, monospace;
}
p.prC {
   font-family: "Courier New", Courier, monospace;
   text-align: center;
}
li.liBullet {
   color: #000000;
   font-style: normal;
   font-weight: normal;
   margin-bottom: 0pt;
   margin-left: 0pt;
   margin-right: 0pt;
   margin-top: 0pt;
   text-align: left;
   text-decoration: none;
   text-indent: 0pt;
   vertical-align: baseline;
   text-transform: none;
}
li.nob {
   list-style-type: none;
}
p.CaptionL {
   color: #999999;
   margin-bottom: 0pt;
   margin-left: 0pt;
   margin-right: 0pt;
   margin-top: 0pt;
   font-style: normal;
   font-weight: normal;
   text-align: left;
   text-decoration: none;
   text-indent: 0pt;
   text-transform: none;
   vertical-align: baseline;
}
.nav1 {
   font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
   margin: 0px 0px 1px 0px;
   vertical-align: baseline;
}
.nav2Title {
   color: #313e7a;
   font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
   font-weight: bold;
   margin: 8px 0px 10px 4px;
}
.nav2 {
   font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
   margin: 0pt 0pt 0pt 4pt;
}
.nav2a {
   font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
   margin: 8pt 8pt 8pt 14pt;
   text-indent: -8pt;
}
.nav2b {
   font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
   margin: 0pt 8pt 0pt 22pt;
   text-indent: -8pt;
}
.nav2c {
   font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
   margin: 0pt 8pt 0pt 22pt;
}
.headlineTitle_old {
   border-bottom-color: #aaaaaa;
   border-bottom-style: dashed;
   border-bottom-width: thin;
   color: #555555;
   font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
   font-weight: bold;
   margin: 8px 0px 10px 4px;
}
.headlineTitle {
   border-collapse: collapse;
   border-color: #94c6f7;
   border-style: solid none solid none;
   border-width: thin;
   color: #333333;
   font-weight: bold;
   margin: 0px 0px 10px 0px;
   padding: 2px 0px 2px 0px;
   text-indent: 10px;
}
.Lead {
   color: #00406F;
   font-weight: bold;
}
.emph {
   font-weight: bold;
}
.Hilite {
   background: #ffff66;
}
.ggButton {
   font-weight: bold;
}
.ggHotkey {
   font-family: "Times New Roman", Times, serif;
   font-style: italic;
   font-weight: bold;
}
.ggTypein {
   font-family: "Courier New", Courier, monospace;
}
/* tables */
table.standard {
   border-collapse: collapse;
   border-color: #9999ff;
   border-style: solid;
   border-width: thin;
}
th.shaded {
   background-color: #dddddd;
   border-color: #9999ff;
   border-style: solid;
   border-width: thin;
   color: #313e7a;
   font-weight: bold;
   padding: 2pt 2pt 2pt 2pt;
   text-align: left;
}
td.standard {
   border-color: #9999ff;
   border-style: solid;
   border-width: thin;
   padding: 2pt 2pt 2pt 2pt;
   text-align: left;
}
td.center, td.standardC {
   border-color: #9999ff;
   border-style: solid;
   border-width: thin;
   padding: 2pt 2pt 2pt 2pt;
   text-align: center;
}
td.right, td.standardR {
   border-color: #9999ff;
   border-style: solid;
   border-width: thin;
   padding: 2pt 2pt 2pt 2pt;
   text-align: right;
}
.fig {
   color: #996600;
   text-align: right;
}
table.fig {
   border-width: 0pt 0pt 0pt 0pt;
   float: right;
   padding: 0pt 0pt 0pt 10pt;
}
caption.fig {
   caption-side: bottom;
   color: #a66d00;
   /* color: #996600; */
   margin: 0pt 0pt 10pt 10pt;
   text-align: right;
}
img.fig {
   border: 1px solid #ccc;
   border-right-color: #bbb;
   border-right-width: 3px;
   border-bottom-color: #bbb;
   border-bottom-width: 3px;
}
td.video {
   padding-top: 25px;
   vertical-align: top;
   width: 42%;
}
td.video h2 {
   font-size: 1.0em;
   margin: 4px 0px 0px 0px;
}
td.video p {
   margin: 0px;
}
/* Call to Action Buttons */
/* Note: Button images are 200px wide */
/* Note: Uses CSS3 border radius property */
div.action {
   float: right;
   margin: 0px 0px 10px 10px;
   width: 220px;
}
div.action img {
   border-width: 0.5px;
   margin-bottom: -10px;
   padding: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
}
div.action p {
   color: #e56717;
   text-align: center;
}
div.action a:link { color: #fefefe; }
div.action a:visited { color: #fefefe; }
div.action a:hover { color: #ff9933; }
div.action a:active { color: #ff9933; }
/* Tables */
table.form {
   border-collapse: collapse;
   border-style: none;
}
tr.formO {
   border-color: #9999ff;
   border-style: solid;
   border-width: thin;
}
th.form {
   background-color: #dddddd;
   color: #313e7a;
   text-align: left;
}
td.formL, TD.FormL {
   padding: 2pt 0pt 2pt 0pt;
   text-align: left;
   vertical-align: top;
}
td.formR, TD.FormR {
   padding: 2pt 5pt 2pt 0pt;
   text-align: right;
   vertical-align: top;
}
td.formC {
   text-align: center;
   vertical-align: top;
}
input.send {
   background-color: #003399;
   color: #ccccff;
}
table.sidebar, table.box {
   float: right;
   border-collapse: collapse;
   border-color: #ffffff;
   border-style: solid;
   border-width: 10px;
}
td.sidebar, td.box {
   background-color: #ffcc99;
   border-color: #000000;
   border-style: solid;
   border-width: thin;
   padding: 10px 10px 10px 10px;
}
table.partner {
   border-style: none;
   width: 100%;
}
tr.partner {
   padding-top: 20px;
}
td.partner_logo {
   padding-top: 20px;
   vertical-align: top;
   width: 25%;
}
td.partner_text {
   padding-top: 20px;
   vertical-align: top;
   width: 75%;
}
td.appL {
   padding-bottom: 20px;
   padding-right: 10px;
   vertical-align: top;
}
td.appR {
   padding-bottom: 20px;
   padding-left: 10px;
   vertical-align: top;
}
table.trex {
   border-style: none;
   border-collapse: collapse;
   margin-top: 20px;
   width: 100%;
}
td.trexL {
   border-style: none;
   /* border-style: solid; */
   border-width: 1px;
   border-color: #cccccc;
   padding-bottom: 10px;
   padding-right: 25px;
   vertical-align: top;
}
td.trexR {
   border-style: none;
   /* border-style: solid; */
   border-width: 1px;
   border-color: #cccccc;
   padding-bottom: 10px;
   padding-left: 25px;
   vertical-align: top;
}
td.trexB {
   border-style: none;
   /* border-style: solid; */
   border-width: 1px;
   border-color: #cccccc;
   padding-bottom: 10px;
   vertical-align: bottom;
}
h2.trex {
   margin-top: -8px;
}
span.trex {
   font-size: 1.25em;
   font-weight: bold;
}
table.distributor {
   border: 0px;
}
table.distributor td {
   padding-right: 15px;
   padding-top: 30px;
   vertical-align: top;
}
textarea:focus, input:focus {
   border: 2px solid #a0acbf;
}
hr.footRule {
   background-color: #107bef;
   color: #107bef;
}
td.Content {
   color: #000000;
   /* font-size: 10.000000pt; */
   font-style: normal;
   font-weight: normal;
   margin: 6pt 0pt 12pt 0pt;
   text-align: left;
   text-indent: 0.000000pt;
   vertical-align: baseline;
}
TD.ContentB {
   color: #000000;
   /* font-size: 10.000000pt; */
   font-style: normal;
   font-weight: Bold;
   margin-bottom: 12.000000pt;
   margin-left: 0.000000pt;
   margin-right: 0.000000pt;
   margin-top: 6.000000pt;
   text-align: right;
   text-decoration: none;
   text-indent: 0.000000pt;
   text-transform: none;
   vertical-align: baseline;
}
td.ContentTop {
   color: #000000;
   margin-bottom: 12.000000pt;
   margin-top: 6.000000pt;
   margin-left: 0.000000pt;
   margin-right: 0.000000pt;
   /* font-size: 10.000000pt; */
   font-style: normal;
   font-weight: normal;
   text-align: center;
   text-decoration: none;
   text-indent: 0.000000pt;
   text-transform: none;
   vertical-align: top;
}
th.Content {
   color: #000000;
   /* font-size: 10pt; */
   font-style: normal;
   font-weight: normal;
   margin-bottom: 12pt;
   margin-left: 0pt;
   margin-right: 0pt;
   margin-top: 6pt;
   text-align: left;
   text-decoration: none;
   text-indent: 0pt;
   text-transform: none;
   vertical-align: baseline;
}
TR.glfa {
   background-color: #ffffff;
}
TR.glfb {
   background-color: #dddddd;
}
TH.glf {
   /* font-size: 8pt; */
   font-weight: bold;
}
TD.glf {
   /* font-size: 8pt; */
}
TD.glfCenter {
   background: #FFFFFF;
   color: #000000;
   /* font-size: 8.000000pt; */
   font-style: normal;
   font-weight: normal;
   margin-bottom: 12.000000pt;
   margin-left: 0.000000pt;
   margin-right: 0.000000pt;
   margin-top: 6.000000pt;
   text-align: center;
   text-decoration: none;
   text-indent: 0.000000pt;
   text-transform: none;
   vertical-align: middle;
}
TD.glfPages {
   color: #000000;
   /* font-size: 8.000000pt; */
   font-style: normal;
   font-weight: normal;
   margin-top: 6.000000pt;
   margin-bottom: 12.000000pt;
   margin-right: 0.000000pt;
   margin-left: 0.000000pt;
   text-align: right;
   text-decoration: none;
   text-indent: 0.000000pt;
   text-transform: none;
   vertical-align: baseline;
}
table.ad05 {
   background: #030303;
   border-style: none;
}
.ad05 {
   border-collapse: collapse;
   color: #ffffff;
   line-height: 150%;
   padding: 0px 24px 0px 0px;
}
img.flag {
   border-color: #dddddd;
   border-style: solid;
   border-width: 1px;
}
img.badge {
   float: right;
   margin: 0px 0px 1px 1px;
   text-align: right;
}
img.badgeL {
   float: left;
   margin: 0px 5px 0px 0px;
   text-align: left;
}
.float_left {
   float: left;
   margin: 0px 20px 0px 0px;
}
table.Nav1 {
   background-color: #107bef;
   background-image: url('images/wave_bar_blue_595x32.png');
   background-repeat: no-repeat;
   border: 0px 0px 0px 0px;
   padding: 0px 0px 0px 8px;
   margin: 0px 0px 0px 0px; 
   width: 100%;
}
a.Nav1 {
   color: white;
   font-weight: bold;
}
a.Nav1:visited {
   color: white;
}
a.Nav1:hover {
   color: #000000;
   text-decoration: none;
}
a.Nav0 {
   color: #a0a0a0;
}
a.Nav0:visited {
   color: #a0a0a0;
}
a.Nav0:hover {
   color: #0000ff;
   text-decoration: none;
}
.HomeTag {
   font-size: 125%;
   font-style: italic;
   vertical-align: middle;
}
blockquote.userquote {
   /* border-color: #dddddd; */
   /* border-style: solid; */
   /* border-width: 1px; */
   font-weight: bold;
   margin-right: 10em;
   padding: 2px 2px 2px 2px;
}
div.dm {
   background: #ccccff;
   border-color: #dddddd;
   border-style: solid;
   border-width: 1px;
   float: right;
   padding: 0px 10px 0px 10px;
}
