*{  
   margin:0;  
   padding:0;  
} 

a {
    color: #FFFFCC;
    cursor: pointer;
    text-decoration: none;
}

h1 {
    font-size:28px;
}

html {
    height: 100%;
}

body {
    height:100%;
    padding: 0px;
    background:url('/img/back.jpg');
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 13px;
    margin: 0px;
    text-align:center;
}

img {
    border: none;
}

table {
    border: 0px;
}

table td {
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}


.topbar {
    width:960px; 
    background-color:#404B4C;; 
    line-height:28px; 
    text-align:center;
    font-size:20px;
    margin:0 auto;
    border-left: 7px solid black;
    border-right: 7px solid black;
}

.container {
    background-color: #404B4C;;
    width:940px; 
    margin:0 auto;
    text-align:left;
    padding: 10px;
    border-left: 7px solid black;
    border-right: 7px solid black;
}

.topbar h1 {
    margin-top: 0px;
    padding-top:5px;
}

.subheader {
    width:100%;
    background-color:#efefef;
    border-bottom: 1px solid #cbcbcb;
    line-height:22px;
    text-align:center;
}

.hellobox {
    background-color: #FFEFC6;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    color: #735005;
    padding: 15px 10px 15px 10px;
    margin-bottom: 10px;
    font-size:14px;
}

.hellobox a {
    color: #735005;
    font-size:14px;
}

.downloadbox {
    background-color: #AA9;
    padding: 10px;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}


.commentsbox {
    background-color: #DFDFDF;
    padding: 10px;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}

.searchbox {
    background-color: #E0EAF1;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    color: #3E6D8E;
    padding: 15px 10px 15px 10px;
    margin-bottom: 10px;
    font-size:14px;
}

.artist-tag {
    background-color: #E0EAF1;
    border-bottom: 1px solid #3E6D8E;
    border-right: 1px solid #7F9FB6;
    color: #3E6D8E;
    font-size: 90%;
    line-height: 2.4;
    margin: 2px 2px 2px 0px;
    padding: 3px 4px;
    text-decoration: none;
    white-space: nowrap;
}

.item-multiplier {
    color: #444;
    font-size: 120%;
    font-weight: bold;
    margin-right: 4px;
}

.inst-box {
    float:left;
    margin-right:5px;
    width:50px;
    height:40px;
    color: #555;
    padding: 0px 0px 7px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background-color: #EEE;
    line-height:50px;
}

.page-box {
    float:left;
    margin-right:5px;
    width:50px;
    height:40px;
    color: #999;
    padding: 0px 0px 7px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background-color: #DDD;
}

.boxtoptext {
    font-size: 150%;
    font-weight: bold;
    height: 25px;
}

.contentBottom {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size:12px;
    line-height:15px;
    clear:both;
    padding-top:15px;
}

.sheetinfo {
    float: left;
    margin-right:5px;
    color: #FFFFCC;
}

.sheetItem {
    padding: 11px 0px;
    float:left;
    width:50%;
}

.sheetinfotop {
    font-size: 16px;
    line-height: 30px;
}

.sheetinfobottom {
    color: #7E2217;
    padding: 0px 0px 7px;
    font-size: 12px;
}

.sheetinfotop a {
    font-weight: bold;
    color: #FFFFCC;
    cursor: pointer;
    text-decoration: none;
}

.sheetpreview {
    width: 250px;
    float: left;
}

.inst {
    float: left;
    font-size: 125%;
    margin-top: 35px;
    margin-bottom: 15px;
}


.inst a {
    color: white;
    display: block;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
}

.inst a:hover {
    background-color: black;
}

.inst ul {
    margin: 0px;
}

.inst li {
    list-style: none;
    background: #707070;
    display: block;
    float: left;
    margin-right: 7px;
}

.subHeader {
    border-bottom: 1px solid #666;
    clear: both;
    height: 34px;
    margin-bottom: 15px;
    margin-top: 30px;
    
}

.subheader h3 {
    float: left;
    font-size: 170%;
    line-height: 34px;
    margin-bottom: 0px;
}


.pages {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-numbers.current {
    background-color: #FFFFCC;
    border: 1px solid #FFFFCC;
    color: white;
    font-weight: bold;
}

.page-numbers {
    border: 1px solid #FFFFCC;
    color: #FFFFCC;
    display: block;
    float: left;
    font-family: sans-serif;
    font-size: 130%;
    margin-right: 3px;
    padding: 4px 4px 3px;
    text-decoration: none
}

.page-numbers.dots {
    border: 1px solid #FFFFCC;
}

.page-numbers.next, .page-numbers.prev {
    border: 1px solid #FFFFCC;
}

.footer {
    width:100%;
    background-color:#777777;
    color:#444;
    border-top:7px solid black;
    line-height:22px;
    text-align:left;
    height:25px;
}

.footer a {
    color: #cdcdcd;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
}

.footer a:hover {
    background-color: black;
}