
/* CSS only for musivine, for all of musivine, including the parts that get exported, but not when they are exported, only when they are local. */

div#layout {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: auto;
}

div#container {
    width: 940px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4px;
}

div#banner {
    height: 44px;
    top: 66px;
    width: 940px;
}

div#content {
    top: 80px;
}

div#buttons {
    height: 44px;
    width: 457px;
    margin: 0 auto;
}

div.buttonShape {
    height: 44px;
    width: 90px;
    float: right;
    margin: 0;
}

div.buttonShape a,
div.buttonShape a:hover,
div.buttonShape a:visited {
    font-size: 16px;
}

div.buttonHover a,
div.buttonHover a:hover {
    text-decoration: none;
}

div.buttonShape span {
    position: relative;
    top: 13px;
}

span.myAccount {
    top: 3px !important;
}

div#topContent {
    width: 700px;
    height: 74px;
    margin: 0 auto;
}

div.logo {
    width: 350px;
    height: 74px;
    float: left;
}

div.login {
    float: right;
    position: relative;
    top: 44px;
    margin-right: 34px;
}

div.footer {
    width: auto;
    margin-top: 40px;
    margin-bottom: 24px;
}

div.footer a, div.footer a:hover {
    font-size: 8pt;
}

div.footerStrip {
    height: 8px;
}

div.copyright {
    float:right;
    position: relative;
    top: 6px;
    margin-right: 20px;
    font-size: 7pt;
    font-family: Verdana, Arial, sans-serif;
}

div.tsandcs {
    float: left;
    position: relative;
    top: 6px;
    margin-left: 20px;
}


