/* CODESTAR.CSS
   FOR CODESTAR WEBSITE
   SHARED STYLES
   COPYRIGHT © 2005 MATT GIUCA
   Updated: 4/4/05
*/


/* ---- STYLES FOR INNER PAGE ---- */
/* Headings */
h1 {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
}
h2 {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}
h3 {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
h4 {
    color: #0066cc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
h5 {
    color: #003366;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

/* Internal formatting and images */
table {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
div.image {
    text-align: center;
    font-size: 7pt;
}
div.imageside {
    float: right;
    margin: 10px;
    text-align: center;
    font-size: 7pt;
}

/* Code and other font styles */
.codeshort {
    color: #004400;
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
}

.caption {
    font-size: 7pt;
}
.warning {
    color: #ff0000;
    font-weight: bold;
}

/* Articles (and other) tables */
th {
    background-color: #0088e0;
    color: #000;
}

tr.otherrow {
    background-color: #dddddd;
}

th.articlecol1a {
    width: 300px;
}
th.articlecol1 {
    width: 400px;
}
th.articlecolother {
    width: 100px;
}
