html {overflow-y: scroll;} 

body {
     background-image: url("../images/bg.jpg");
     background-color: #1F211E;
     color: #000000;
     font-family1: Verdana;
     font-size1: 9pt;
}

A:link {
  text-decoration: underline; color: #FFFFFF;
}
A:visited {
  text-decoration: underline; color: #FFFFFF;
}
A:active {
  text-decoration: underline; color: #FFFFFF;
}
A:hover {
  text-decoration: underline; color: #FFFFFF;
}

.midpanel a {
  text-decoration: underline; color: #000000;
}

.mainPageLinks {
  text-decoration: none; color: #000000;
}
.mainPageLinks:link {
  text-decoration: none; color: #000000;
}
.mainPageLinks:visited {
  text-decoration: none; color: #000000;
}
.mainPageLinks:active {
  text-decoration: none; color: #000000;
}
.mainPageLinks:hover {
  text-decoration: underline; color: #000000;
}

.topBanner {
  margin-left: 40px;
}

.editable{
     color: #000;
     background-color: #ffffd3;
 }

.leftpanel {
     text-align: right;
     width: 185px;
     vertical-align: top;
}

.rightpanel {
     text-align: left;
     width: 185px;
     vertical-align: top;
     font-family: "Courier New", Courier, monospace;
     font-size: 12px;
     color: #999999;
}

.leftpanel a, .rightpanel a {
     text-transform: lowercase;
     text-decoration: none;
}

.leftpanel .title, .rightpanel .title {
  font-family: Arial;
  color: #CCCCCC;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
}

.leftpanel .text, .rightpanel .text {
 font-family: Arial;
  font-size: 10pt;
  color: #999999;
  word-wrap: break-word;
}

.leftpaneltitle, .rightpaneltitle {
  font-family: Arial;
  color: #CCCCCC;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;

}

.leftpaneltext, .rightpaneltext {
  font-family: Arial;
  font-size: 10pt;
  color: #999999;
  word-wrap: break-word;
}


a.bandlinks {
  font-family: Arial;
  font-size: 9pt;
  color: #FFFFFF;
  text-transform: uppercase;
}

.rightpaneltext {
  font-family: Arial;
  font-size: 9pt;
  color: #000000;
  word-wrap: break-word;
}

.midpaneltext {
  font-family: Verdana;
  font-size: 10pt;
  font-weight: none;
  color: #000000;
}

td {
font-family: Verdana;
  font-size: 10pt;
  font-weight: none;
  color: #000000;
}

.bandname {
  font-family: Verdana;
  font-size: x-large;
  font-weight: bold;
  text-transform: uppercase;
}

.description {
  font-weight: 400;
}

table .mainlinks td {
  background-image : url("../images/tab.jpg");
  width: 121px;
  height: 27px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-size: 10pt;
  border-right: 1px #000000 solid;
  font-color: #0000ff;
}

table .mainlinks .tabend{
  background-image : url("../images/tabend.jpg");
  width: 117px;
  height: 27px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-size: 10pt;
}

.moveItem {
    border-width: 1px 1px 1px 1px;
    background-color: white;
    cursor: crosshair;
}

.normalItem {
    border-width: 0px;
    background-color: #D8D8D8;
}

.sortable-list-left {
    list-style-type : none;
    margin : 0;
}
.sortable-list-left li {
    margin : 0;
}

.sortable-list a:link {color: #000000}
.sortable-list a:visited {color: #000000}

<!-- Right Hand Boxes -->
.topBoxTop {
  background-image: url("../images/right_box_top_s.jpg");
  height: 4px;
}
.topBoxMid {
  background-image: url("../images/right_box_mid_s.jpg");
  font-size: 8pt;
  padding: 10px;
}
.topBoxBottom {
  background-image: url("../images/right_box_bottom_s.jpg");
  height: 4px;
}

.midBoxTop {
  background-image: url("../images/right_box_top_s2.jpg");
  height: 4px;
}
.midBoxMid {
  background-image: url("../images/right_box_mid_s2.jpg");
  font-size: 8pt;
  padding: 10px;
}
.midBoxBottom {
  background-image: url("../images/right_box_bottom_s2.jpg");
  height: 4px;
}

.botBoxTop {
  background-image: url("../images/right_box_top_s3.jpg");
  height: 4px;
}
.botBoxMid {
  background-image: url("../images/right_box_mid_s3.jpg");
  font-size: 8pt;
  padding: 10px;
}
.botBoxBottom {
  background-image: url("../images/right_box_bottom_s3.jpg");
  height: 4px;
}

.mainTop {
  background-image: url("../images/main_top.jpg");
  height:6px;
  width:655px;
}

.mainMid {
  background-image: url("../images/main_mid.jpg");
  color: #000000;
  padding: 10px;

}

.mainBottom {
  background-image: url("../images/bottom.jpg");
  background-repeat: no-repeat;
  height:94px;
  width:655px;
  font-size: 10pt;
  text-align: center;
}


.tabItem {
  border : 1px solid #000000;
  text-align: left;
  text-weight: 800;
  padding: 10px;
  padding-bottom: 8px;
  z-index: 100;
}

.tabItem a{
  text-decoration: none;
  text-color: #000000;
  text-weight: bold;
}

.tabItem a:hover{
  text-decoration: underline;
}

a.tab{
  padding: 2px 1em 2px 1em;
  text-decoration: none;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #c0c0c0;
  color: #000000;
}

div .tabMain {
  width: 500px;
  height: 13px;
  text-align: left;
  padding: 3px;
}

div.tabIframeWrapper {
  width: 510px;
}

iframe.tabContent {
  width: 500px;
  height: 520px;
  text-align: center;
}

.textGalleryTitle {
  background-color : #000000;
}

.textGalleryContent {
 background-color: #c0c0c0;
}

.textGalleryNotes {
 background-color : #000000;
}






