/* $Id: screen.css,v 1.1 2003/06/20 17:21:21 julian Exp $ */

body {
    background-image: url("/logo-noborder.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 1em;
    padding-top: 0;
    margin-left: 70px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
}

h2 {
    color: forestgreen;
}

p.menu {
    margin-right: -12px;
    padding-right: 12px;
}

p.footer {
    margin-right: -12px;
    padding-right: 12px;
    padding-bottom: 50em;
}

a {
    color: #7f7f7f;
}

a:link, a:visited, a:active {
}

a:hover {
    color: #e01040;
}

.box-green *, .box-yellow *, .box-red *, .box-blue *, .box-gray * {
    color: black;
}

.box-green a, .box-yellow a, .box-red a, .box-blue a, .box-gray a {
    text-decoration: none;
}

.box-green a:hover, .box-green a:hover * {
    color: green;
}

.box-yellow a:hover, .box-yellow a:hover * {
    color: #f08000;
}

.box-blue a:hover, .box-blue a:hover * {
    color: mediumblue;
}

.box-gray a:hover, .box-gray a:hover * {
    color: #707070;
}

h2 a {
    color: forestgreen;
}

a.thumbnail:visited img {
    border: 1px solid #cccccc;
}

a.thumbnail:active img, a.thumbnail:hover img {
    border: 1px solid #e01040;
    background-color: #e6eaff; /* #dde2f7, #c7d0f0 */
}

.box-green {
    border-color: #d0f0d0;
    background-color: #d0f0d0;
}

.box-yellow {
    border-color: #ffe7b0;
    background-color: #ffe7b0;
}

.box-red {
    border-color: #ffc0c0;
    background-color: #ffc0c0;
}

.box-blue {
    border-color: #c7d0f0;
    background-color: #c7d0f0;
}

.box-gray {
    border-color: #e0e0e0;
    background-color: #e0e0e0;
}

.tab {
    padding: 0 0.5em;
    background-color: #cccccc;
    color: black;
}

input[type="text"], input[type="password"] {
    background-color: transparent;
}

.box-green  input[type="text"], .box-green  input[type="password"],
.box-yellow input[type="text"], .box-yellow input[type="password"],
.box-red    input[type="text"], .box-red    input[type="password"],
.box-blue   input[type="text"], .box-blue   input[type="password"],
.box-gray   input[type="text"], .box-gray   input[type="password"] {
    border: 1px solid white;
}

select {
/*    border: 1px dashed white; */
/*    background-color: transparent; */
}

/***** ViewCVS styles: *****/

/* navigation header */
.vc_navheader {
    border-bottom: 1px dotted black;
}

