/* --- STYLE.CSS --- */

body {
 background-color: #313F4E;
 font-family: Verdana;
 font-size: 8pt;
 color: #FFFFFF;
 margin: 8px;
 width: 700px;
}

body.menu {
 width: 110px;
}

table.visible {
 width: 478px;
 color: #FFFFFF;
 font-family: Verdana;
 font-size: 10pt;
 border-color: #4D5E6F;
 border-width: 2px;
 border-style: solid;
 padding: 4px;
}

table.hidden {
 color: #FFFFFF;
 font-family: Verdana;
 font-size: 8pt;
}

td.information {
 font-size: 8pt;
 vertical-align: top;
}


table.misc {
 color: #FFFFFF;
 font-family: Verdana;
 font-size: 8pt;
 border-color: #4D5E6F;
 border-width: 2px;
 border-style: solid;
 border-collapse: collapse;
 padding: 4px;
 background-color: #384756;
}

td.misc {
 color: #FFFFFF;
 font-family: Verdana;
 font-size: 8pt;
 border-color: #4D5E6F;
 border-width: 2px;
 border-style: solid;
 padding: 4px;
 vertical-align: top;
}

/* --- temp --- */
h1 {
 color: #FF0000;
}

h2 {
 color: #00FF00;
}

hr {
 color: #00FF00;
}

/* --- /temp --- */

pre {
 font-family: Courier New;
 font-size: 9pt;
 color: #666666;
 padding: 8px;
 background-color: #EEEEEE;
 border-style: dash;
 border-width: 1px;
 border-color: #CCCCCC;
}

span.code-comment {
 color: 007F00;
}

span.code-preproc {
 color: 808000;
}

ul {
 margin-top: 4px;
 margin-left: 16px;
 margin-bottom: 4px;
 padding: 0px;
 padding-left: 8px;
}

li {

 list-style-image: url(bullet.png)
}

a {
 color: #FFFFFF;
}

a.ex {
 padding-right: 12px;
 background-image: url(external.png);
 background-repeat: no-repeat;
 background-position: bottom right;
}

a.download {
 padding-right: 12px;
 background-image: url(download.png);
 background-repeat: no-repeat;
 background-position: bottom right;
}

a.zoom {
 padding-right: 17px;
 background-image: url(zoom.png);
 background-repeat: no-repeat;
 background-position: bottom right;
}

img {
 border-color: #4D5E6F;
}

span.title {
 color: #FFFFFF;
 font-family: Verdana;
 font-size: 16pt;
 font-weight: bold;
}

span.subtitle {
 color: #FFFFFF;
 font-family: Verdana;
 font-size: 13pt;
 font-weight: bold;
}

span.smalltitle {
 font-size: 8pt;
 font-weight: bold;
}

span.newsdate {
 font-weight: bold;
}

span.copyright {
 font-size: 7pt;
}

div.seperator {
 background-color: #384756;
 background-image: url(border.png);
 height: 4px;
 margin-top: 12px;
 margin-bottom: 12px;
 /* IE fix */
 font-size: 0px;
}

div.indent {
 padding: 6px;
 margin-top: 6px;
 margin-left: 0px;
 margin-bottom: 6px;
 background-color: #384756;
}

div.wikibar {
 width: 400px;
 padding: 10px;
 margin-top: 12px;
 margin-bottom: 12px;
 margin-left: auto;
 margin-right: auto;
 background-color: #384756;
 text-align: center;
 border:2px solid #4D5E6F;
 font-family: Arial;
 font-size: 9pt;
}

div.wiki-vapor {
 background-image: url(wiki_vapor.png);
 /*background-position: 5px 50%;
 background-repeat: no-repeat;*/
 width: 45px;
 height: 45px;
 float: left;
 margin-top: -7px;
}

span.wikibarsmall {
 font-size: 8pt;
}

div.floating {
 width: 110px;
 text-align: center;
}

/* --- menu --- */

body.menu {
 background-color: #313F4E;
 font-family: Verdana;
 font-size: 10pt;
 color: #FFFFFF;
 margin: 10px;
}

span.menutitle {
 font-family: Verdana;
 font-size: 10pt;
 font-weight: bold;
}

a.menusub {
 padding-left: 12px;
 background-image: url(arrow.png);
 background-repeat: no-repeat;
 background-position: center left;

 font-family: Verdana;
 font-size: 8pt;
 text-decoration: none;
 color: #FFCC00;
 text-decoration: none;
}

a.menusub:hover {
 text-decoration: underline;
}

/* --- END OF FILE --- */