@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url('/National_Library/oe_/https://support.ghs.com/static/fonts/Lato-Light.ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('/National_Library/oe_/https://support.ghs.com/static/fonts/OpenSans-Light.ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('/National_Library/oe_/https://support.ghs.com/static/fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('/National_Library/oe_/https://support.ghs.com/static/fonts/Lato-Regular.ttf');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans'), local('DroidSans'), url('/National_Library/oe_/https://support.ghs.com/static/fonts/DroidSans.ttf');
}

html, body, p, div, span, li, ul, ol {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

#headline { 
    color: #005195;
    font-size: 30pt;
    font-weight:400;
    /*font-family: "Lato", Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*text-shadow: 1px 1px 3px #999;*/
}

ul.breadcrumbs { margin-left: 20px; font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif; }
ul.breadcrumbs li:before { content: " > "; }
ul.breadcrumbs li:first-child:before {content: none; }
ul.breadcrumbs li {  display: inline; }
ul.breadcrumbs li a { text-decoration: none; content: none;}
ul.breadcrumbs li a:hover { text-decoration: underline; }

h2 {
    color: #005195;
    font-size: 18pt;
    font-weight: 400;
    /*font-family: "Lato", Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 1em;
    border-bottom: 1px solid #DDD;
    /*text-shadow: 1px 1px 2px #BBB;*/
    /*margin-bottom: 0px;*/
}

h3{
    color: #005195;
    font-size: 14pt;
    font-weight: 300;
    /*font-family: "Lato", Verdana, Arial, Helvetica, sans-serif;*/
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    margin-top: 1.8em;
    text-shadow: 1px 1px 2px #DDD;
    text-align: left;
    background-color: transparent;
    text-transform: none;
    margin-bottom: 0px;
}

h4 {
    color: #005195;
    font-size: 12pt;
    font-weight: 400;
    /*font-family: "Lato", Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 1em;
    /*text-shadow: 1px 1px 2px #BBB;*/
    margin-bottom: 0.2em;
    text-transform: none;
}

h5 {
    margin-left: 0.5em;
    font-style: italic;
}

.column {
    float: left;
    margin-left: 50px;
    width: 390px;
    padding-bottom: 1.5em;
}

/*.column li, tbody td {*/
    /*font-family: "Open Sans", Verdana, Arial, Helvetica;*/
    /*color: #555;*/
    /*height: 1.5em;*/
/*}*/
tbody img {
    margin-right: 9px;
    cursor: pointer;
}


.column li {
    clear: both;
    padding-left: 5px;
    padding-right: 5px;    
}

table {
    border-collapse: collapse;
    font-size: 9pt;
}

#patch-table {
    margin-left: 50px;
    margin-bottom: 20px;
    margin-left: 0.5em;
    font-size: 9pt;
}
#patch-table tr td {
    vertical-align: bottom;
}
th, td {
    padding-right: 10px;
}
td:last-child {
    padding-right: 0px;
}

p {
    padding-top: 0.4em;
    padding-bottom: 0px;
    margin-bottom: 0.8em;
    margin-left: 0;
    color: #444;
    font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 95%;
    line-height: 1.5em;
}

div#content  table {
    margin-left: 0;
}

.page-div {
    padding-top: 10px;
    clear: both;
}
a {
    cursor: pointer;
    color : #0267AD;
}
a:hover {
    color: #004779;
    text-decoration: underline;
}
.blue {
    color : #0267AD;
}
.name {
    font-size: 14px;
    color: #007700;
}

#content li {
    padding-bottom: 0.4em;
    /*color: #444;*/
    font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 95%;
    line-height: 1.5em;
}

#sidebar {
float: right;
text-align: center;
width: 168px;
border: 1px solid #ccc;
background: #eee;
margin-right: -30px;
}

#sidebar .buttons { width: 100%; }

#sidebar .button {
width: 120px;
display: inline-block;
position: relative;
left: 60px;
margin-left: -119px;
}



#cms_content pre, #cms_content code { font-family: monospace; white-space: pre; background: #eeeeee;  }
#cms_content pre { display: block; overflow: auto;  padding: 0.5em; margin-left: 0;  line-height: 1.4em;}
#cms_content tt { font-family: monospace; white-space: pre; }
#cms_content ol { list-style: decimal; margin-left: 2.6em; }
#cms_content ul { list-style: circle; margin-left: 2em;  }

#cms_content table td { padding: 0.5em 0.5em 0.5em 0; }
#cms_content table th { font-weight: bold; }
#cms_content table.profile_details th { text-align: right; }
#cms_content table.profile_details td { padding: 0.2em;}

#cms_content dt { 
    font-weight: bold; 
    font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}
#cms_content dd { 
    font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
    margin-left: 2em;
    line-height: 1.5em;
}

.generic-box {
    font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
    color: #0f0f0f; border-style: solid; border-width: 1px; border-color: #A8A8A8; padding:0.5em 1em 0.5em 0.7em;  margin:0.5em 0em; background-color: #EEEEEE; font-size:100%;
}
.form-specific-message {
    background-color: lightYellow; 
    font-size: 115%;
}

#top a.edit-link { color: lightYellow;  }
#top a.profile { float: left; margin-left: 20px; }
#top a.profile.login { color: lightYellow; }
#top a.profile.logout { margin-left: 0.5em; }

#screencast { margin-top: 1em; width: 100%; }
#screencast object { margin: 1em auto;}

/*#masthead { border-bottom: 1px solid lightgrey; }*/

div.search_result { margin-bottom: 2.5em; }

.search_result .highlighted { background-color: lightYellow;}

.search_result .breadcrumbs {
    margin-left: 20px;
    margin-top:  0;
    font-size: 85%;
}
.search_result p {
    margin-bottom:  0.2em;
}

#content .password_rules ul li { list-style: circle; margin-left: 2em; line-height: 1.3em;}

.buttons { 
    padding-top: 1em;
}

.buttons.small {
    padding: 0;
}

.buttons .button {
   border-top: 1px solid #006b36;
   background: #00542a;
   background: -webkit-gradient(linear, left top, left bottom, from(#006633), to(#00542a));
   background: -webkit-linear-gradient(top, #006633, #00542a);
   background: -moz-linear-gradient(top, #006633, #00542a);
   background: -ms-linear-gradient(top, #006633, #00542a);
   background: -o-linear-gradient(top, #006633, #00542a);
   padding: 5.5px 11px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;

   color: white;
   text-decoration: none;
   vertical-align: middle;
   font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   }

.buttons.small .button {
padding: 2px 5px;
font-size: 8px;
display: block;
min-width: 5px;
text-align: center;
}

.buttons .button:hover {
   border-top-color: #004799;
   background: #004799;
   color: #ffffff;
   }
.buttons .button:active {
   border-top-color: #01234a;
   background: #01234a;
   }

#cms_content table.highlighttable { background-color: #eee; padding: 0; width: 100%;}
#cms_content table.highlighttable td { padding:0; }
#cms_content table.highlighttable td pre { padding:0.2em; }


.highlight .hll { background-color: #ffffcc }
.highlight  { background: #f8f8f8; }
.highlight .c { color: #408080; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #7D9029 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
