/* CODESTARSCREEN.CSS
   FOR CODESTAR WEBSITE
   PRINTER-ONLY STYLES
   COPYRIGHT © 2005 MATT GIUCA
   Updated: 4/4/05
*/

/* ---- STYLES FOR TEMPLATE ---- */
body {
    background: #fff;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

/* Top banner */
#mainhead {    /* Appears inside banner */
    background: url(gfx/logosolo.gif) no-repeat;
    width: 278px;
    height: 103px;
}
#banner h1 {
    margin: 0;
}

/* Side bar and boxes */
#sidebar {    /* Do not display the sidebar */
    display:none;
}
#main .box, #main .sidebox {
    background: #fff;
    border: 1px solid #446;
    margin: 10px;
    padding: 6px 10px;
    text-align: left;
    font-size: 8pt;
}
#main .sidebox {     /* Styles unique to #main .box */
    width: 250px;
}

/* Main area */
#main {
    padding: 10px;
}
#main2 {
    background: #fff;
    padding: 10px;
    text-align: left;
}
table.hidden {
    border: none;
    margin: 0;
    padding: 0;
}
table.hidden tr {
    margin: 0;
    padding: 0;
}
table.hidden td {
    margin: 0;
    padding: 0;
}
#copynotice {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: bold;
}
#copynotice a {
    color: #000;
    text-decoration: underline;
}

/* Generic styles */
ul.nobullet {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
    padding: 0 0 0 10px;
}
ul {
    list-style-type: disc;
    list-style-image: url(gfx/bullet.gif);
    margin-left: 0;
    padding: 0 0 0 21px;
}
img {
    border: none;
}


/* ---- STYLES FOR INNER PAGE ---- */

/* Links - no special colours */
a {
    color: #0033cc;
}

/* Code and other font styles */
pre {
    color: #000044;
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    padding: 5px;
}
pre.output {
    color: #440000;
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
}
