/* default.css --- copyright (c) Martin Lafaix, 1999      19991212 */
/*                                                                 */
/* revised 20011024 - added hover support + .micontents tweaking   */

BODY { background: white; }

hr {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0px;
  border-bottom: 1px;
  border-color: #c0c0c0;
  border-style: solid
}

.copyright {
 text-align: right;
 font-size: smaller;
 margin: 0
}

.path {
 color: #c0c0c0;
 font-family: Verdana, helv, sans-serif;
 font-size: smaller
}

#ihw { background-image: url(city.gif) }

#faq { background-image: url(questions.gif) }

BODY.toc { margin-left: 44px }

DIV.seealso {
 background: #4bac9e;
 color: white;
 margin: 0.1em;
 margin-top: 1em;
 border: solid;
 border-color: white;
 border-width: 0.1em;
 padding: 0.3em;
 font-family: Arial, helv, sans-serif
}

DIV.noimg IMG { display: none }

DIV.seealso A:link { color: white }
DIV.seealso A:visited {color: #115a5d }
DIV.seealso OL { padding: 0.5em }

DIV.sidebar {
 background: #4bac9e;
 color: white;
 margin: 0.1em;
 margin-top: 1em;
 border: solid;
 border-color: white;
 border-width: 0.1em;
 padding: 0.3em;
 font-family: Arial, helv, sans-serif
}

DIV.sidebar A:link { color: white }
DIV.sidebar A:visited {color: #115a5d }
DIV.sidebar OL { padding: 0.5em }
DIV.sidebar EM { font-style: normal }
DIV.sidebar EM EM { font-style: italic }
DIV.sidebar TT { font-family: monospace }

DIV.toolbar { text-align: center }

DIV.example {
 margin: 0.1em;
 border: solid;
 border-color: #ffa992;
 border-width: 0px;
 padding: 0.3em;
 border-left-width: thick
}

DIV.example PRE {
 margin: 0;
 padding: 0
}

A:link { color: #485eba }
A:visited { color: #51779c }
A:active { color: #eb769a }
A:hover {
 color: #eb769a;
 text-decoration: none
}


.comment { color: #4bac9e }
.string { color: #ffa992 }
.function { color: #93785f }
.instruction { color: #115a5d }

.added { background: yellow }

B.keywords { font-family: Arial, helv, sans-serif }
I.technicalterm { font-family: Arial, helv, sans-serif }

H1, H2, H3, H4, H5 {
 color: /* #00cc99; */ #485eba;
 font-family: "Arial Black", sans-serif
}

P.date {
 color: white;
 border: none;
 margin-right: 0.1em;
 background: #51779c;
 font-family: Arial, helv, sans-serif
}

P.date I { font-style: normal }

.header {
 background: black;
 color: white;
 font-family: WarpSans, Helvetica, helv, sans-serif;
 font-weight: bold;
 font-size: small;
 text-align: center
}

.header A:link {
 color: white;
 text-decoration: none
}

.header A:visited {
 color: white;
 text-decoration: none
}

BODY.toc DIV.header2 { margin-left: -44px }

.logo1 { color: #ff3030 }
.logo2 { color: yellow }
.logo3 { color: #00d000 }
.logo4 { color: blue }

.footer {
 background: black;
 color: white;
 font-family: Arial, helv, sans-serif;
 font-weight: bolder;
 font-size: 75%;
 text-align: right;
 text-decoration: none
}

.footer A:link {
 color: white;
 text-decoration: none
}

.footer A:visited {
 color: white;
 text-decoration: none
}

/* styles for ~/misc/* documents */

UL.micontents { list-style: none }

.micontents P {
 padding: 0.25em;
 padding-left: 0.5em;
 margin-right: 2em;
 margin-top: 0;
 margin-bottom: 0;
 color: white;
 font-size: 150%;
 font-weight: bolder;
 border: none
}

.micontents LI { padding: 0.25em }

.micontents A { text-decoration: none; color: white }
.micontents A:hover { text-decoration: underline }

#mibd { background: #b5a689 }
#micd { background: #c7d38e }
#mibooks { background: #d6b8d9 }
#mimovies { background: #eb769a }
#mimisc { background: #838ede }
