/* CODESTARSCREEN.CSS
   FOR CODESTAR WEBSITE
   SCREEN-ONLY STYLES
   COPYRIGHT © 2005 MATT GIUCA
   Updated: 4/4/05
*/

/* ---- STYLES FOR TEMPLATE ---- */
body {
    margin: 0px;
    background: #f8f8f8 url(gfx/adback.gif) repeat-x;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

/* Top banner */
#mainhead {    /* Appears inside banner */
    background: url(gfx/mainhead.gif) no-repeat;
    width: 609px;
    height: 167px;
}
#mainhead a {    /* Floating clickpoint inside the banner */
    display: block;
    position: absolute;
    left: 173px; top: 37px;
    width: 172px;
    height: 68px;
}
#banner {
    background: url(gfx/bg.gif) repeat-x;
    position: absolute;
    left: 0; top: 120px;
    width: 100%;
}
#banner h1 {
    display: none;    /* Hide any h1 content inside the banner */
}

/* Side bar and boxes */
#sidebar {
    width: 150px;
    position: absolute;
    left: 0; top: 270px;
    padding: 0px;
    text-align: center;
}
#sidebar div, #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;
}
#sidebar h2 {
    font-size: 10pt;
}
#sidebar p {
    padding: 0 0 0 10px;
}
#sidebar li {
    padding: 3px 0;
}

/* Main area */
#main {
    position: absolute;
    left: 140px; top: 270px;
    padding: 10px;
}
#main2 {
    background: #fff;
    border: 1px solid #446;
    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 */
a:link {
    color: #0033cc;
}
a:visited {
    color: #333399;
}
a:hover {
    color: #0066cc;
}
a:active {
    color: #0066cc;
}

/* Code and other font styles */
pre {
    background: #cccccc;
    color: #002200;
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    padding: 5px;
}
pre.output {
    background: #666666;
    color: #ffffff;
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
}
