/* This sheet contains rules for */
/* RESET, BODY, HACKS, LAYOUT, LINKS, TEXT */
/* Search for =<rule>.  For example, =RESET */

/* =RESET ----------------------------------------------------------- */

/* 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;
}

/* =BODY ------------------------------------------------------------ */

/* 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; 
}

/* =HACKS ----------------------------------------------------------- */

/* 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%; }

/* =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%;
}
/* this is a bastard variation of the style above but will full */
/* borders for use on The Connector */
td.layoutHeadlines2 {
   border-color: #94c6f7;
   border-style: 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 {
   /* ensure that cursor turns from arrow to hand */
   cursor: pointer;
   /* but links are underlined when hovered over */
   text-decoration: underline;
}
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 {
   color: #004080;
   margin-top: 16pt;
}
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;
}
/* home page headings, table, and text */
h1.homey {
   color: #888888;
   font-size: 1.2em;
   margin-bottom: 10px;
   margin-top: 0px;
   text-align: center;
}
h2.homey {
   color: #000000;
   font-size: 1.0em;
   margin-bottom: 0px;
   margin-top: 15px;
   text-align: center;
}
p.homey {
   margin-top: 0px;
   text-align: center;
}
p.homey2 {
   background-color: #ffa07a;
   margin-top: 0px;
   text-align: center;
}
td.homey {
   padding-right: 5px;
   padding-top: 5px;
   vertical-align: top;
}
p.Content {
   margin: 6pt 0pt 10pt 0pt;
   text-align: justify;
}
p.Caption {
   color: #996600;
   margin: 0px 0px 0px 0px;
   text-align: right;
}
p.Footer {
   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;
}

/* Partner page */
p.partner {
   margin: 10px 0px 40px 0px;
}

/* News rleases */
p.prL {
   font-family: "Courier New", Courier, monospace;
}
p.prC {
   font-family: "Courier New", Courier, monospace;
   text-align: center;
}
p.CaptionL {
   color: #999999;
   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;
   text-transform: none;
   vertical-align: baseline;
}
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;
   text-transform: none;
   vertical-align: baseline;
}
li.nob {
   list-style-type: none;
}
.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;
}

/* text styles */
.Lead {
   color: #00406F;
   font-weight: bold;
}
.emph {
   font-weight: bold;
}
.Hilite {
   background: #ed9121;
}
.reqd {
   color: #ff0000;
}
.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;
}

/* formatting for figures (aka images) */
.fig {
   color: #996600;
   text-align: right;
}
table.fig {
   border-width: 0pt 0pt 0pt 0pt;
   clear: right;
   float: right;
   padding: 0pt 0pt 0pt 10pt;
}
caption.fig {
   caption-side: bottom;
   color: #707070;
   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;
}
.figex {
   color: #996600;
   text-align: left;
}
/* DIY training exercises */
img.diy {
   float: right;
   padding-left: 30px;
}
img.diy-nofloat {
   padding-left: 30px;
}
img.diy-nofloat-list {
   margin-left: -10px;
   padding-bottom: 5px;
   padding-left: 0px;
   padding-top: 5px;
}
img.diy-video {
   border-style: none;
   float: right;
   padding: 10px 0px 40px 40px;
}
/* Text styles to represent Pointwise software as used in DIY exercises. */
/* button text, labels, frame names */
.pwButton, .pwLabel {
   font-style: italic;
}
/* specific keys like Enter, Ctrl, and Alt */
.pwKey {
   font-style: normal;
   font-weight: bold;
}
/* text entered by user or messages from pw */
.pwText {
   font-family: "Courier New", Courier, monospace;
   font-style: normal;
}
/* para style for commentary within the diy list of steps */
p.diy-comment {
   margin: 3px 0px 3px 40px;
}

/* The Connector */
div.connMasthead {
   clear: both;
   width: 600px;
}
div.connMasthead p {
   background: #505050;
   color: #ffffff;
   font-weight: bold;
   margin-top: 0px;
   padding: 5px 10px 5px 0px;
   text-align: right;
}
/* NOTE: the connArticleBlock div is used for both the article blocks */
/* on the main page and the entire article on each article page. */
/* It would probably be better to use different but perhaps related */
/* styles for the two. */
div.connArticleBlock {
   clear: both;
   margin-bottom: 20px;
   width: 600px;
   /* The next 3 lines set the minimum height of the article block */
   /* to 125 pixels which is the height of the badge images. */
   /* This is done mainly to ensure consistent spacing between */
   /* article blocks on the main page */
   min-height: 125px;
   height:auto !important;
   height: 125px;
}
div.connArticleBlock h1, div.connArticleBlock h2, div.connArticleBlock h3 {
   color: #ef4035;
   margin-bottom: 6px;
}
h1.connLarger {
   font-size: 1.8em;
}
/* Next 3 sets of attributes style links in headers */
/* This is so article titles on main page can be links to the full
/* articles but they won't change color */
div.connArticleBlock h1 a:link {
   color: #ef4035;
}
div.connArticleBlock h1 a:visited {
   color: #ef4035;
}
div.connArticleBlock h1 a:hover {
   color: ##ef4035;
   text-decoration: none;
}
div.connArticleBlock p {
   margin-top: 0px;
}
div.connArticleBlock ol li {
   margin-top: 1em;
}
div.connArticleBlock hr {
   background-color: #aaaaaa;
   border: 0px;
   color: #aaaaaa;
   height: 1px;
   margin-top: 30px;
}
img.connArticleBlock {
   float: right;
   padding-left: 20px;
}
img.connArticleBlockBorder {
   border-color: #ccc;
   border-width: 1px;
   float: right;
   margin-left: 20px;
}
div.connArticleImage {
   /* NOTE: This limits images to 400px width! */
   margin-left: auto;
   margin-right: auto;
   padding: 20px 0px 20px 0px; 
   width: 400px;
}
div.connArticleImage p {
   /* Image caption */
   font-size: 80%;
   padding-top: 6px;
   text-align: left;
}
/* DIV for connArticleImage has been hijacked to hold tables */
div.connArticleImage table {
   border-collapse: collapse;
   width: 100% ;
}
div.connArticleImage th, div.connArticleImage td {
   border-bottom-color: #cccccc ;
   border-bottom-style: solid ;
   border-bottom-width: 1px ;
   text-align: left;
   vertical-align: top ;
}
div.connArticleImage table tbody tr:hover td {
   /* highlight the table row when it's pointed at */
   background-color: #eeeeee ;
}

/* UGM */
div.ugmHeader {
   /* Container for UGM Header Image */
   /* Note: hardcoded for an image of 600 pixel width */
   margin-bottom: 25px; 
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px; 
   width: 600px;
}
div.ugmHeader img {
   /* UGM Header Image */
   border-color: #58585a;
   border-style: solid;
   border-width: 2px;
}
h1.ugm, h2.ugm {
   /* Purple text */
   color: #99005a;
}
div.ugmBadge {
   /* For the UGM badge displayed in the sidebar */
   /* Note: hardcoded for an image of 125 pixel width */
   margin-left: auto;
   margin-right: auto;
   width: 125px;
}
div.ugmBadge p {
   /* no top margin on text to snug it up against the badge */
   margin-top: 0px;
   text-align: center;
}
div.ugmExhibitor {
   padding-top: 20px;
}
div.ugmExhibitor img {
   /* For exhibitor profiles on the CFD gallery page */
   clear: both;
   float: left;
   margin: 0px 20px 10px 0px; 
}
div.ugmExhibitor hr {
   background-color: #aaaaaa;
   border: 0px;
   clear: both;
   color: #aaaaaa;
   height: 1px;
}
div.ugmExhibitorLogos {
   /* For exhibitor logos on main UGM page */
   padding-bottom: 10px;
   text-align: center;
}
div.ugmExhibitorLogos img {
   margin-right: 20px;
}
p.ugmbiotitle {
   /* styles for paper titles on the presenters page */
   font-size: 1.3em;
   font-style: italic;
   margin: 0pt 0pt 8pt 0pt;
}
p.meshyqr {
   /* for Meshy Award QR page */
   font-size: 150%;
   font-weight: bold;
}

/* tables for Follow page */
div.follow {
   text-align: center;
}
div.follow table {
   border-width: 0px;
   margin: 20px;
   width: 100%;
}
div.follow td {
   text-align: center;
   vertical-align: top;
}

/* tables for Pointwise's New page */
table.pwnew {
   border-style: none;
}
table.pwnew td {
   margin: 0px 5px 0px 5px;
   padding: 15px 10px 5px 5px;
   vertical-align: top;
}
table.pwnew div {
   text-align: center;
}
img.shadow {
   -moz-box-shadow: 3px 3px 4px #000;
   -webkit-box-shadow: 3px 3px 4px #000;
   box-shadow: 3px 3px 4px #000;
}

/* tables for video page */
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;
}
.videoTitle {
   font-style: italic;
   font-weight: bold;
}

/* table of bios for webinar page */
table.webinar-bio {
   width: 100%;
}
table.webinar-bio tr {
   vertical-align: top;
}
table.webinar-bio td {
   padding: 10px;
}
table.webinar-bio img {
   float: right;
   margin-bottom: 10px;
   margin-left: 10px;
}

/* table on Contact Us page */
table.contact {
   background: #ffffff;
   border-collapse: collapse;
   margin-bottom: 20px;
   margin-top: 0px;
}
table.contact td {
   border-bottom-color: #dddddd ;
   border-bottom-style: solid ;
   border-bottom-width: 1px ;
   padding: 10px 20px 10px 20px ; 
   vertical-align: top ;
}
table.contact td p {
   margin: 0px;
   padding-bottom: 6px;
}
table.contact td.bold {
   font-weight: bold;
}
table.contact tbody tr:hover td {
   /* highlight the table row when it's pointed at */
   background-color: #dddddd ;
}
table.contact th {
   background: #ffffff;
   color: #107bef;
   font-size: 1.3em;
   padding-top: 20px;
   text-align: left;
}

/* table on Distributors page */
table.distributors {
   border-collapse: collapse;
   margin-bottom: 20px;
   margin-top: 20px;
}
table.distributors td {
   padding: 5px 20px 20px 20px ; 
   vertical-align: top;
}
table.distributors td p {
   margin: 0px;
   margin-bottom: 6px;
}
table.distributors td p img {
   vertical-align: middle;
}
table.distributors tbody td:hover {
   /* highlight the table cell when it's pointed at */
   background-color: #dddddd ;
   /* the pointer was removed when the Javascript was removed */
   /* that made the entire TD the link target */
   /* cursor: pointer; */
}
table.distributors tbody td.nohover:hover {
   /* don't highlight the table cell when it's pointed at */
   background-color: #ffffff ;
}

/* table on a distributor's page */
table.distributor {
   border: 0px;
}
table.distributor td {
   padding: 5px 40px 10px 20px ;
   vertical-align: top;
}

/* table for meshy award entries */
table.meshy {
   border: 0px;
}
table.meshy td {
   padding: 10px 10px 5px 10px;
   /* images are 300px plus 10px padding each side */
   width: 320px; 
}
table.meshy em {
   font-style: normal;
   font-weight: bold;
}

/* 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 used for forms */
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;
}

/* tables used for sidebar insets */
table.sidebar2 {
   border-collapse: collapse;
   border-color: #eeeeee;
   border-style: solid;
   border-width: 1px;
   float: right;
   width: 200px;
}
table.sidebar2 td {
   background-color: #cae1ff;
   border-color: #444444;
   border-style: solid;
   border-width: thin;
   padding: 10px 10px 10px 10px;
}

/* what follows are old versions of the styles */
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;
}

/* tables on partner page */
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%;
}

/* tables on Applications page */
td.appL {
   padding-bottom: 20px;
   padding-right: 10px;
   vertical-align: top;
}
td.appR {
   padding-bottom: 20px;
   padding-left: 10px;
   vertical-align: top;
}

/* Special formatting for pointwise.com/T-Rex landing page */
table.trex {
   border-style: none;
   border-collapse: collapse;
   margin-top: 20px;
   width: 100%;
}
td.trexL {
   border-style: none;
   border-width: 1px;
   border-color: #cccccc;
   padding-bottom: 10px;
   padding-right: 25px;
   vertical-align: top;
}
td.trexR {
   border-style: none;
   border-width: 1px;
   border-color: #cccccc;
   padding-bottom: 10px;
   padding-left: 25px;
   vertical-align: top;
}
td.trexB {
   border-style: none;
   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;
}

/* Hililight form elements when they have focus */
textarea:focus, input:focus {
   border: 2px solid #a0acbf;
}

/* Put text in the bg of a textarea element */
textarea.comments {
   background: url('images/comments-bg-200x60.png') center center no-repeat;
   border: 1px solid #888;
}

hr.footRule {
   background-color: #107bef;
   color: #107bef;
}
td.Content {
   color: #000000;
   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-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-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-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;
}

/* Glyph Script Exchange index pages */
TR.glfa {
   background-color: #ffffff;
}
TR.glfb {
   background-color: #dddddd;
}
TH.glf {
   font-weight: bold;
}
TD.glf {
}
TD.glfCenter {
   background: #FFFFFF;
   color: #000000;
   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-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 for supported platforms */
table.platforms {
   border-collapse: collapse;
   margin: 10px;
}
table.platforms td, table.platforms th { 
   border-bottom-color: #cccccc ;
   border-bottom-style: solid ;
   border-bottom-width: 1px ;
   padding: 5px; 
   text-align: center;
   vertical-align: middle;
   width: 20% ;
}
table.platforms th {
   border-bottom-width: 3px ;
   height: 40px ;
}
table.platforms tbody tr:hover td {
   /* highlight the table row when it's pointed at */
   background-color: #eeeeee ;
}

/* Table for training schedule and events page */
table.training {
   border-collapse: collapse;
   margin: 10px;
}
table.training td, table.training th { 
   border-bottom-color: #cccccc ;
   border-bottom-style: solid ;
   border-bottom-width: 1px ;
   padding: 5px 20px 5px 20px ; 
}
table.training th {
   border-bottom-width: 3px ;
   height: 40px ;
}
table.training td.cancel {
   background-image: url('images/canceled-67x30.png');
   background-repeat: no-repeat;
   background-position: center center;
}
table.training tbody tr:hover td {
   /* highlight the table row when it's pointed at */
   background-color: #eeeeee ;
}

/* Table for news */
table.news td, th {
   border-collapse: collapse;
   margin: 10px;
   padding: 2px;
}
table.news th {
   text-align: left;
}
table.news td.date {
   /* To keep the date text from wrapping, set a min. column width. */
   /* Designed to accomadate dates of the form DD_MMM (6 chars) */
   min-width: 6em;
}
table.news tbody tr:hover td {
   /* highlight the table row when it's pointed at */
   background-color: #eeeeee ;
}

/* New Applications Main Page - Sep 2011 */
.appMain {
   float: left;
   margin: 0px 30px 20px 0px;
   /* images are 150px, then add an arbitrary amount */
   width: 380px;
}
.appMain img {
   /* put a border around the images */
   border-color: #ccc;
   border-width: 1px;
}
.appMain p {
   /* this contains the image */
   float: left;
   width: 42%;
}
.appMain ul {
   /* this contains the text */
   float: left;
   line-height: 250%;
   list-style: none;
   /* this is a hack to move the list closer to the image */
   text-indent: -20px;
   width: 40%;
}

/* I think this is an old table used when */
/* 2005's ad images were on the home page */
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-width: 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;
}

/* Submit button on forms. */
/* Normally orange with white text */
/* But blue text with pointer cursor when hovered over */

input.send {
   background-color: #f47321;
   border: 1px solid;
   border-color: #ffffff;
   color: #ffffff;
   font-size: 150%;
   font-weight: bold;
   padding: 8px;
}
input.send:hover {
   border-color: #003399;
   color: #003399;
   cursor: pointer;
}

blockquote.userquote {
   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;
}

/* ******************** */
/* Nav1 drop-down menus */
/* Original CSS and images downloaded from */
/* http://www.cssmenumaker.com/builder/menu_info.php?menu=057 */

/* colors */
/* wave bar dark blue: #107bef */
/* wave bar med. blue: #677abe */

.menu{
   background: #107bef;
   border: none;
   border: 0px;
   margin: 0px;
   padding: 0px;
}
.menu ul{
   background: #107bef url('images/wave_bar_blue_595x32.png') no-repeat;
   height: 32px;
   list-style: none;
   margin: 0;
   padding: 0;
}
.menu li{
   float: left;
   padding: 0px 10px 0px 10px;
}
.menu li a{
   /* background:#107bef url("images/nav1_seperator.gif") bottom right no-repeat; */
   color: #ffffff;
   display: block;
   /* font-weight:normal; */
   font-weight: bold;
   line-height: 32px;
   margin: 0px;
   padding: 0px 25px;
   text-align: center;
   text-decoration: none;
}
.menu li a:hover, .menu ul li:hover a{
   background: #107bef url("images/nav1_hover.gif") bottom center no-repeat;
   color: #ffffff;
   text-decoration: none;
}
.menu li ul{
   background: #107bef;
   display: none;
   height: auto;
   padding: 0px;
   margin: 0px;
   border: 0px;
   position: absolute;
   width: 225px;
   z-index: 200;
   /*top:1em;
   /*left:0;*/
}
.menu li:hover ul{
   display: block;
}
.menu li li {
   /* background:url('images/nav1_sub_sep.gif') bottom left no-repeat; */
   display: block;
   float: none;
   margin: 0px;
   padding: 0px;
   width: 225px;
}
.menu li:hover li a{
   background:none;
}
.menu li ul a{
   display:block;
   height:32px;
   font-size:12px;
   font-style:normal;
   margin:0px;
   padding:0px 10px 0px 15px;
   text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
   background:#4a9cf7 url('images/nav1_hover_sub.gif') center left no-repeat;
   border:0px;
   color:#ffffff;
   text-decoration:none;
}
.menu p{
   clear:left;
}	
.menu form {
   float: right;
   padding: 5px 5px 0px 0px;
}
		
/* Focal Point table of issues */
table.fpissues td {
   vertical-align: top;
}
table.fpissues td ul {
   list-style: none;
}

/* Focal Point layout */
div.fp {
   margin-top: 40px;
}
div.fp img {
   border-style: none;
   float: left;
   padding-right: 20px;
}
div.fp h2 {
   font-size: 1.0em;
   font-weight: bold;
}
div.fp ul {
   line-height: 200%;
   list-style-position: inside;
}
div.fp p {
   clear: both;
   /* padding-top: 20px; */
}

