/* A CSS Framework by Mike Stenhouse of Content with Style

     Color pallete:
             #444        - dark gray (text)
             #3e9ade - medium blue (title)
             #b4c24b - lime (header 1)
             #ebf5fc - light cyan (hover text, footer)
             #d7e9f5    - medium cyan (tab)
             #1465b7 - dark blue (tab text, hyperlink)
             #ccc         - medium gray (line)
             #f7f7f7 - light gray (form background)
             #f90        - orange (required *)
*/ /* TYPOGRAPHY */


div {
    font-size: 1em;
}

title {
    margin-left:10px;
}    

/* LINKS */
a,a:link
            a:active {
    color: #1465b7;
    text-decoration: none;
}

a:visited {
    color: #1465b7;
    background-color: transparent;
}

a:hover {
    color: #cc0000;
    text-decoration: none;
}

/* END LINKS */ /* HEADINGS */
h1,h2,h3,h4,h5,h6 {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin: 0px 0 0.5em 0;
    padding: 0;
    color: #660000;   /*original=# b4c24b*/
    
}

div#branding h1 {
    font-size: 1.75em;
    margin: 0 0 0 0;
    color: #3e9ade;
    font-weight: normal;
}

h2 {
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
    padding: 0;
}

h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0 0 0.5em 0;
    padding: 0;
    color: black;
}

/* David took h4 over for labeling pages with tabs */
h4 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: -33px 0 15px 366px;
    padding: 0;
    color: #660000;
    width: 450px;
    letter-spacing: 1px;
    text-align: right;
    font-weight: bold;
}

h5 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0 0 0.25em 10;
    padding: 0;
    color: #000066;
}

h6 {
    font-size: 1em;
    line-height: 1.3em;
    margin: 0 0 0.25em 0;
    padding: 0;
    color: black;
}

/* END HEADINGS */ /* TEXT */
p {
    font-size: 1em;
    margin: 0 0 1.5em 0;
    padding: 0;
    line-height: 1.4em;
}

blockquote {
    border-left: 10px solid #ddd;
    margin-left: 10px;
}

pre {
    font-family: monospace;
    font-size: 12px;
}

strong,b {
    font-weight: bold;
}

em,i {
    font-style: italic;
}

code {
    font-family: "courier new", courier, monospace;
    font-size: 12px;
    white-space: pre;
}

/* END TEXT */ /* LISTS */
ul.glassList {
    list-style: url(../../images/aquadot.jpg) disc outside;
    vertical-align: top;
    line-height: 1.5em;
}

dl {
    margin: 0 0 1.5em 0;
    padding: 0;
    line-height: 1.4em;
}

dl dt {
    font-weight: bold;
    margin: 0.25em 0 0.25em 0;
    padding: 0;
}

dl dd {
    margin: 0 0 0 30px;
    padding: 0;
}

/* END LISTS */ 

/*********************************
           Project: CSS Table Galery
           Title: Like Adwords
           Author: Cleiton Francisco
           URL: http://www.cleiton.net/
           Country: Brazil
           Update: 2005-12-18
         *******************************/
.table {
    border-collapse: collapse;
    border: 2px solid #74B3DC; 
    color: #000;
    background: #fff;
    width: 100%;
}

.table caption {
    padding: 0.4em 0.6em;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    color: #000;
    background: transparent;
    position:relative;
}

/* For Tapestry's contribTable */
.table th table,.table th table td {
    width: 100%;
}

.contribTable th {
    padding: 0px !important;
    background: #d7e9f5;
}

.contribTable th .tableHeaderTable {
    margin: 0px !important;
}

.table td,.table th,.tableHeaderTable td {
    border: 1px solid #e0e0e0;
    padding: 0.25em 0.5em 0.25em 0.5em;
}

.table thead th,.tableHeaderTable td {
    border: 1px solid #e0e0e0;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    background: #d7e9f5;
}

.tableHeaderTable td a {
    text-decoration: none !important;
}

.table tfoot th,tfoot td {
    border: 1px solid #e0e0e0;
    text-align: left;
    font-size: 1em;
    background: #e8e8cf;
}

.table tfoot th {
    font-weight: bold;
}

.table tbody td a {
    background: transparent;
    text-decoration: none;
}

.table tbody td a:hover {
    background: transparent;
    text-decoration: underline;
}

.table tbody th a {
    background: transparent;
    text-decoration: underline;
    font-weight: bold;
}

.table tbody th,.table tbody td {
    text-align: left;
}

.table tfoot td {
    border: 1px solid #996;
}

.table tbody tr:hover,.table tr.over,.contribTable tr:hover {
    background: #ffffd9 !important; 
    /* important needed for Tapestry, as is .table tr:hover */
}

.contribTable tr.even {
    background: #fff !important;
}

.contribTable tr.odd {
    background: #eee !important;
}

/* END TABLE */
hr {
    display: none;
}

div.hr {
    height: 1px;
    margin: 1.5em 10px;
    border-bottom: 1px dotted black;
}
/* END TYPOGRAPHY */
