head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2004.04.15.19.31.52;	author rse;	state Exp;
branches;
next	;


desc
@@


1.1
log
@add embedded Visio drawing and HTML+PNG generator stuff to CVS, too
@
text
@
body {
    background: #c0c0c0;
}

table.outer-canvas {
    border-top:    1px solid #999999;
    border-right:  1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left:   1px solid #999999;
    padding: 4px;
    margin: 10px;
}

table.canvas {
    margin: 0px;
    padding: 10px; 
    border: 0px solid #b0b0b0;
    border-spacing: 0px;
    border-collapse: collapse;
}
td.canvas-head-left {
    background: #000000;
    padding: 4px 10px 4px 10px; 
    margin: 0px;
}
td.canvas-head-right {
    background: #000000;
    padding: 4px 10px 4px 10px; 
    margin: 0px;
    text-align: right;
    vertical-align: bottom;
}
td.canvas-body {
    background: #000000;
    padding: 0px; 
    margin: 0px;
}

span.canvas-title {
    font-family: tahoma,arial,helvetica,sans;
    font-weight: bold;
    font-size:   300%;
    color:       #ffffff;
}
span.canvas-title a {
    text-decoration: none;
    color:       #ffffff;
}

span.canvas-subtitle {
    font-family: tahoma,arial,helvetica,sans;
    font-weight: bold;
    font-size:   140%;
    color:       #e0e0e0;
}

span.canvas-links {
    font-family: arial,helvetica,sans;
    font-size: 80%;
    color: #999999;
}
span.canvas-links a {
    color: #cccccc;
    text-decoration: none;
}
span.canvas-links a:hover {
    color: #000000;
    background: #f0f0f0;
}

table.navigation {
    color: #cccccc;
}

table.navigation {
    width: 100%;
    font-family: arial,helvetica,sans;
    font-weight: bold;
}
table.navigation td.left {
    text-align: left;
    width: 33%;
}
table.navigation td.middle {
    text-align: center;
    width: 33%;
}
table.navigation td.right {
    text-align: right;
    width: 33%;
}

table.navigation a {
    color: #ffffff;
    text-decoration: none;
}

table.navigation a:hover span {
    background: #f0f0f0;
    color: #000000;
}

table.navigation span {
    padding:       1pt 4pt 1pt 4pt;
    margin:        1pt 1pt 1pt 1pt;
    border-top:    1pt solid #999999;
    border-right:  1pt solid #666666;
    border-bottom: 1pt solid #666666;
    border-left:   1pt solid #999999;
}
table.navigation span.slidenum {
    text-align: right;
    width: 33%;
    border: 0pt;
}

@
