/*
    dwm.css: /dwm/css-lib/dwm.css

    author: andrew depratt
    revised: 2005
*/

/* general ------------------------- */

body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: rgb(255, 255, 255);
    /* background-image: url('/dwm/images/stage/'); */
} /* body */

table {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
    border-style: none;
} /* table */

tr {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
    border-style: none;
} /* tr */

td {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
    border-style: none;
} /* td */

img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
    border-style: none;
} /* img */

hr {
    color: rgb(204, 204, 204);
    noshade: noshade;
} /* hr */

.stone {
    margin: 0px 0px 0px 0px;
    padding: 4px 4px 4px 4px;
    border-width: 0px;
    border-style: none;
    background-color: rgb(238, 238, 238);
    background-image: url('/dwm/images/stage/bgs/stone.jpg');
} /* .stone */

.notes {
    position: static;
    margin: 0px 0px 0px 0px;
    padding: 8px 8px 8px 8px;
    border-top: 2px solid rgb(153, 0, 0);
    border-bottom: 2px solid rgb(153, 0, 0);
    background-color: rgb(255, 255, 204);
    /* background-image: url('/dwm/images/stage/'); */
} /* .notes */

.on {
    position: static;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
    border-style: none;
    background-color: rgb(204, 204, 204);
    /* background-image: url('/dwm/images/stage/'); */
} /* .on */

.off {
    position: static;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
    border-style: none;
    background-color: rgb(238, 238, 238);
    /* background-image: url('/dwm/images/stage/'); */
} /* .off */

.red {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: rgb(153, 0, 0);
    /* background-image: url('/dwm/images/stage/'); */
} /* red */

.white {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: rgb(255, 255, 255);
    /* background-image: url('/dwm/images/stage/'); */
} /* white */

.blue {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: rgb(0, 0, 153);
    /* background-image: url('/dwm/images/stage/'); */
} /* blue */

/* specific ------------------------- */

table.head {
    position: static;
    width: 772px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
    border-style: none;
} /* table.head */

table.body {
    position: static;
    width: 772px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
    border-style: none;
} /* table.body */

table.foot {
    position: static;
    width: 772px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
    border-style: none;
} /* table.foot */

/* text ------------------------- */

.hot {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: rgb(0, 0, 0);
} /* .hot */

.cold {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: rgb(0, 0, 153);
} /* .cold */

.warm {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    color: rgb(0, 0, 0);
} /* warm */

.cool {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    color: rgb(0, 0, 153);
} /* .cool */

.tag {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: rgb(153, 0, 0);
} /* .tag */

/* links ------------------------- */

a:link {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
    color: rgb(153, 0, 0);
} /* a:link */

a:visited {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
    color: rgb(153, 0, 0);
} /* a:visited */

a:active {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
    color: rgb(153, 0, 0);
} /* a:active */

a:hover {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
    color: rgb(255, 0, 0);
} /* a:hover */

a.hot:link {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: rgb(153, 0, 0);
} /* a.hot:link */

a.hot:visited {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: rgb(153, 0, 0);
} /* a.hot:visited */

a.hot:active {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: rgb(153, 0, 0);
} /* a.hot:active */

a.hot:hover {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: rgb(255, 0, 0);
} /* a.hot:hover */

a.cold:link {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: rgb(0, 0, 153);
} /* a.cold:link */

a.cold:visited {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: rgb(0, 0, 153);
} /* a.cold:visited */

a.cold:active {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: rgb(0, 0, 153);
} /* a.cold:active */

a.cold:hover {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: rgb(0, 0, 255);
} /* a.cold:hover */