/* $Id: musycStyles.css,v 1.1.1.1 2009/12/22 02:28:44 www Exp $ */

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

#whole_page_table {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#main_content_area_table {
    height: 100%;
    width: 100%;
    background-color: white;
}

#main_content_area_cell {
    height: 100%;
    vertical-align: top;
}

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: 600px;
    top: 48px;
}

/* On a normal page, this exists to be 100% wide for exanding the window,
 * and to include #topb_contents_table, which does not expand.
 */
#topb_table {
    width: 100%;
    border: none;
}

#wide_topb_cell {
    width: 100%;
    background-image: url(/images/2009/topb/topb_bkg.gif);
    background-repeat: repeat-x;
    vertical-align: top;
    border: none;
}

#topb_contents_table {
    /* Don't want banner to change w/ expansion of window -- may cover search */
    /* width: 100%; */
    /*
    background-image: url(/images/2009/topb/topb_bkg.gif);
    background-repeat: repeat-x;
    */
    border: none;
    padding-left: 0;
    vertical-align: top;
}

#topb_contents_table #logo_cell{
    padding: 10px;
}

#topb_contents_table #topb_title_cell {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

div#logo_on_normal_page {
    background-color: white;
    width: 72px;
    height: 72px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #203b3f;
}

#logo_on_normal_page img {
    position: absolute;
    top: 2px;
    left: 2px;
}

td#menu_bkg_cell {
    height: 22px;
    width: 100%;
    background-color: #203b3f;
}

#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;
}

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-color: #203b3f;
    color: #fe8;
    font-weight: bold;
    padding: 5px;
}

.page_left_margin td {
    color: #fe8;
}

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

.page_left_margin a:hover {
    color: white;
}
