<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*

This file is part of the Hystrix Audio Website
Copyright 2008 Novimir Antoniuk Pablant

This work is licensed under the Creative Commons Attribution-Share Alike 3.0 United States License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/us/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.

*/

img {
    border-style: none;
    }

a:link{
    color: #666666;
    text-decoration: none;
}
a:visited{
    color: #666666;
    text-decoration: none;
}
a:hover{
    color: #222222;
}
a:active{
    color: #aa2222;
}

a.body:link{
    color: #444444;    
    font-weight: bold;
    text-decoration: none;
}
a.body:visited{
    color: #444444;
    font-weight: bold;
    text-decoration: none;
}
a.body:hover{
    color: #000000;
}
a.body:active{
    color: #aa3333;
}

a.whisper:link{
    color: #888888;    
    font-weight: bold;
    text-decoration: none;
}
a.whisper:visited{
    color: #888888;
    font-weight: bold;
    text-decoration: none;
}
a.whisper:hover{
    color: #444444;
}
a.whisper:active{
    color: #aa3333;
}

span.black{
    color: #000000;
    font-weight:bold;
}
span.complete{
    color: #bbbbbb;
    }

span.whisper{
    font-size: 8pt;
    color: #aaaaaa;
}

p.indent{
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0;
}
h3 {
    margin-bottom: 0;
}

#sub_header {
    background-color: #ffffff;
    width: 100%;
    positon: relative;
    padding-left: 10px;
    font-size: 14pt;
    font-weight: normal;
}

#page_background {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#title_box {
    position: absolute;
    left: 275px;
    top: 50px;
}

#nav_bar {
    position: absolute;
    left: 0px;
    top: 0px;
}

#nav_bar_top {
    background-image: url('images/nav_bar_logo_top.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 250px;
    height:220px;
    left: 0px;
    top: 0px;
    z-index: 1;
    position: relative;
}
#nav_bar_mid {
    background-image: url('images/nav_bar_logo_mid.gif');
    background-repeat: repeat-y;
    background-position: 0px 0px;
    width: 250px;
    height:300px;
    left: 0px;
    top: 0px;
    z-index: 1;
    position: relative;
}
#nav_bar_bottom {
    background-image: url('images/nav_bar_logo_bottom.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 200px;
    height:35px;
    left: 0px;
    top: 0px;
    z-index: 1;
    position: relative;
}
#nav_bar_body {
    width: 110px;
    left: 65px;
    top: 200px;
    z-index: 2;
    position: absolute;
    line-height: 35px;
    font-weight: bold;
    font-size: 10pt;
}

#body_frame {
    z-index: 2;
    position: absolute;
    left: 225px;
    top: 175px;
    margin-right: 25px;
    padding-bottom: 25px;
    width: auto;
}
#main_body {
    z-index: 2;
    min-width: 400px;
    min-height: 280px;
    color: #444444;
}
#footer {
    z-index: 2;
    font-size: 8pt;
    font-weight: normal;
    color: #888888;
    margin-top: 25px;
    margin-left: 150px;
    margin-right: auto;
    max-width: 150px;
    text-align: center;
    position: relative;
}


/* ------------------------------------------------------------------ */
/* 
   This section includes all the setting for the item lists.
   Right now these list are used only in progress.html.
*/
/* ------------------------------------------------------------------ */
#item_head_1 {
    background-color: #cccccc;
    border-style: solid;
    border-color: #663333;
    margin-bottom: 2px;
    padding: 4px;
    position: relative;
    font-size: 14pt;
    color: #333333;
}
#item_desc {
    background-color: #eeeeee;
    border-style: dashed;
    border-width: 1px;
    margin-left: 20px;
    margin-bottom: 2px;
    padding: 2px 30px 2px 2px;
    position: relative;
    min-height: 22px;
    font-size: 12pt;
}
#item_priority {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    right: 2px;
    border-style: dotted;
    border-width: 1px;    
}
#item_priority.done {
    background-color: #66bb66;
}
#item_priority.p0 {
    background-color: transparent;
}
#item_priority.p1 {
    background-color: #ee3333;
}
#item_priority.p2 {
    background-color: #eeaa33;
}
#item_priority.p3 {
    background-color: #eeee33;
}</pre></body></html>