
/* This sets the overall frame for the site */
body {
  margin:0px; background-color:#f7f7f7; 
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:11pt;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

/* The #gnaslogo element is the logo from $PageLogoFmt */
#gnaslogo { margin-top:0px; padding:4px; padding-left:8px; border-bottom:1px #cccccc solid; }

/* This controls the rest of the heading (primarily the search box) */
#gnashead { 
  position:absolute; right:10px; top:10px; 
  font-family: Mistral, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif; font-size:85%; 
}
#gnashead input { font-size:85%; } 

/* These are for the left-sidebar. */
#gnasleft { 
  width:120px; 
  padding:6px; border-right:1px #cccccc solid; 
  line-height:1.33em;
  font-size:9.4pt; font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
#gnasleft .vspace { margin-top:1.125em; }
#gnasleft a { text-decoration:none; color:black; }
#gnasleft a:hover { text-decoration:underline; color:blue; }
#gnasleft ul { list-style:none; padding:0px; margin:0px; }
#gnasleft li { margin:0px; padding-left: 6px; }
.sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-size:11pt; font-weight:bold; font-style:normal; 
}
.sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

/* These affect the main content area. */
#gnasbody { 
  padding:0px 10px 10px 10px; background-color:white; 
  font-size:11pt; 
}
#gnascmds { 
  float:right; white-space:nowrap; 
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif; font-size:80%; 
}
#gnascmds ul { list-style:none; margin:0px; padding:0px; }
#gnascmds li { display:inline; margin:0px 5px; }
#gnascmds li a { text-decoration:none; color:black; border:none; }
#gnascmds li a.createlink { display:none; }
#gnascmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; color:#e00034; }
.gnasaction { margin-top:4px; margin-bottom:4px; }
#gnastext { margin-top:12px; line-height:1.33em; }
#gnastext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */
#gnaslink { text-decoration:none; color:#222222; background-color:#f7f7f7; }
#gnaslink ul li a { text-decoration:none; color:#222222; background-color:#f7f7f7; }
/* These are for the edit form. */
#gnasedit form { margin:0px; width:100%; }
#gnasedit textarea { width:100%; }
.gnasmessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#gnasfoot { 
  padding-left:178px; padding-bottom:4px; border-top:1px #cccccc solid;
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif; font-size:80%; 
}

#pic { margin:5px; background-color:#f7f7f7; padding:6px; border:1px #cccccc solid;}
#red { color:#e00034; }
#date { color:#500050; }

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #gnashead, #gnasleft, #gnascmds, .footnav { display:none; }
  #gnasfoot { padding:2px; }
}

/* ===== Tooltip Popups (relative positioned) =====*/
span.poptip { display:none; background-color:#ffffee; }

a:hover span.poptip {
  display:block; position:absolute; width:200px; font-size:smaller; text-align:center;
  margin-left:50px;
  padding:5px; border: 1px solid black; z-index:2;
}

span.popup { display:none; background-color:#ffffdd; }
a { 
position:relative;
background-color:white;
}
a:hover span.popup {
  display:block; position:absolute; width:200px; font-size:smaller; text-align:center;
  padding:5px; margin:0 10px; border: 2px solid black; z-index:2;
}
