/* $Id: gsrcStyles.css,v 1.2 2009/09/24 19:25:40 www Exp $ */

@import url(front_page.css);
@import url(theme_page.css);
@import url(sig_page.css);
/* @import url(rounded_body_cell.css); */

a.author:link, a.author:visited {
    text-decoration: underline;
    color: black;
}
a.author:hover {
    text-decoration: underline;
    color: blue;
}

.headerSearch {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 75%;
    color: #000066;
}

div.headerSearch {
    position: absolute;
    left: 600;
    top: 55;
}

#topb_table {
    /* Don't want banner to change w/ expansion of window -- may cover search */
    /* width: 100%; */
    border: none;
    padding-left: 0;
    background-color: white;
}

#topb_table #logo_cell{
    padding: 10px;
}

#page_footer_table {
    /*
    border-top: 1px solid #006;
    border-bottom: 1px solid #006;
    */
    width: 100%;
}

#page_footer_table td {
    background-color: #eee;
}

img {
    border: none;
}

body.homePage {
    background: #f8f8f8;
}

table.page_contents {
    width: 100%;
    border-collapse: collapse;
    padding: 0px;
}

.page_contents > tr {
    margin: 0px;
}

td.page_body {
    vertical-align: top;
    width: 100%;
    padding: 10px;
    border: none;
}

.page_left_margin {
    background-image: url(/images/2009/left_margin_bkg.gif);
    background-color: #dee6ee;
    background-repeat: repeat-y;
    background-position: right;
    color: #006;
    font-weight: bold;
    padding: 5px;
}

.page_left_margin td {
    color: #006;
}

.page_left_margin a:visited,
.page_left_margin a:link {
    color: #006;
}

.page_left_margin a:hover {
    color: #707;
}

