body {
  color: #000; background: #fff url(images/img_22_bmt.gif); /* bg image adapted from http://www.squidfingers.com */
  font-size: 87%;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0px;
}

/* The following rule will only be read by IE */
* html body {font-size: 77%;}

h1,h2 {text-align: center; margin: 1em auto;}
h3,h4 {text-align: left; margin-left: 12px;}
h1 {font-size: 150%;}
h2 {font-size: 125%;}

a {font-weight: bold; text-decoration: none;}
a:link,a:visited {color: #c00; background: transparent none;}
a:active {color: #c00; background: transparent none;}
a:hover {
  color: #006; background: #ffbfbf none; /* was  #fff and #cf2626  */
  border-bottom: 1px solid #c00; /* was #009 */
  text-decoration: none;
}

img, a:hover img {color: #006; background: #fff none; border: 0px;}

td a:hover {color: #eee; background: #c00 none; border: 0px; text-decoration: none; }

a.toTop:link,a.toTop:visited {
  color: #090; background: transparent none;
  font-weight: normal;
  font-size: 11px;
}

a.toTop:hover {color: #063; background: #bfffbf none; border-bottom-color: #060;} /* bg was #090 */

address {
  width: 14em;
  border: 1px dashed #c00;
  padding: 4px;
  margin: 0 1em;
}

acronym {
  border-bottom: 1px dashed #666;
  cursor: help;
}

/* %Left column
---------------------------------- */
#leftCol {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 180px;
  height: 100%;
  margin: 0;
  padding-right: 12px;
}

#logo {
  margin: 0;
  text-align: right;
}

#logoBMT {
  color: #c00; background: transparent none;
  font: normal 36px/1.2em ArialCYR,Arial,Helvetica,sans-serif;
  margin-bottom: .5em;
}

#logoHMT {
  color: #000; background: transparent none;
  font: bold 12px ArialCYR,Arial,Helvetica,sans-serif;
  margin-bottom: .5em;
}

#logoCKD {
  color: #000; background: transparent none;
  font: italic normal 11px ArialCYR,Arial,Helvetica,sans-serif;
  margin-bottom: 1em;
}

#lineBox {
  display: block;
  width: auto;
  height: 40px;
  color: #000; background: transparent url(images/line1px.gif) 50% repeat-x;
  text-align: center;
  margin: .5em auto 1em 1em;
}

#RedBox {
  float: right;
  width: 40px;
  height: 40px;
  color: #000; background: #c00 url(/images/line20px.gif) 0 50% no-repeat;
  text-align: right;
}

/* %Menu
---------------------------------- */
#menu {clear: right;}

#menu li {
  list-style: none;
  font: bold 15px/1.75em ArialCYR,Arial,Helvetica,sans-serif;
}

#menu ul.subLinks {
  margin-left: .5em;
  padding-left: .5em;
}

#menu ul.subLinks li {
  font: bold 12px/1.5em ArialCYR,Arial,Helvetica,sans-serif;
  margin-left: 0;
  padding-left: 0;
}

#menu ul.subLinks li a {font: bold 12px/1.5em ArialCYR,Arial,Helvetica,sans-serif;}

#copyright {
  position: relative;
  bottom: 1em;
  color: #000; background: transparent none;
  font: normal 11px Arial,Helvetica,sans-serif;
  text-align: right;
  margin: 3em 0 1em 0;
}

/* %Content divs
---------------------------------- */
#Main {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  left: 194px;
  color: #000; background: #fff url(images/us_flag_bg.jpg) 98% 25% no-repeat fixed;
  /* color: #000; background: #fff url(/images/LVFlag-600x564.gif) 98% 25% no-repeat fixed; */
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
  border-left: 2px ridge #c00;
  border-bottom: 2px ridge #c00;
}

/* The following rule will only be read by IE */
* html #Main {background: #fff url(images/us_flag_bg.jpg) 98% 30px repeat-y;}


#Main_full {
  color: #000; background: transparent none;  
  margin: 1em auto;
}

#header {
  position: relative;
  height: 50px;
  overflow: hidden;
  color: #000; background: transparent;
  border: 0;
  padding: 0;
  margin: 7px 1em 1em 12px;
}

/* html>body #header {margin-left: 0; /* the correct margin setting, IE won't read this } */

#header h1 {
  position: absolute;
  top: 20px;
  left: -3600px;
  font: bold 1.5em/1em ArialCYR,Arial,Helvetica,sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0; margin: 0;
}

#header #lineBox2 {
  display: block;
  width: auto;
  height: 50px;
  color: #000; background: transparent url(images/line1px.gif) 50% repeat-x;
  text-align: center;
  padding: 0;
  margin: .5em auto 1em 1em;
}

#header #RedBox2 {
  float: right;
  width: 50px;
  height: 50px;
  color: #000; background: #c00 url(images/line25px.gif) 0 50% no-repeat;
  text-align: right;
}

#Main p, #Main div.wrapper {
  margin: 1em 12px 0 12px;  
}

#Main div.wrapper {
  margin-bottom: 2em;
}

#Main p {
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
}

#corner_alert {
  position: absolute;
  top: 0; left: 0;
}

#corner_alert a:hover, #corner_alert a:hover img {background: transparent; border: 0; text-decoration: none;}
  

/* %Classes
---------------------------------- */
.asterisk {
  color: #f00; background: transparent;
  font-weight: bold;
  font-size: 120%;
}

.attention {
  /* color: #005bcc; background: transparent; */
  color: #04c; background: transparent;
  font-size: 110%;
  margin-left: 1em;
}

.cdTitle {font-weight: bold; font-size: 125%;}

p.quote {font-style: italic;}

.floatL {
  display: block;
  width: 50%;
  float: left;
  background: transparent;
  font-size: 13px;
  border: 0;
  margin: 0 1em 1em 0;
}

.floatL h3 {background: transparent;}

.boxL {
  display: block;
  width: 16em;
  float: left;
  /* color: #006; background: #eff0fc none; */
  color: #009; background: #fff none;
  border: 4px double #f00;
  font-size: 13px;
  margin: 1em;
  padding: 0 12px 0 0;
}

.imgFloatR {
  float: right;
  margin: 0 0 .25em 2em;
}

.imgFloatL {
  float: left;
  margin: 0 2em .25em 0;
}

.highlight {background-color: #ffb;}

.artistbio {
  margin: 3em 1em 0 1em;
  clear: both;
}

.artistbio h2 {
  text-align: left;
  margin: 0 0 .5em 1em;
}

.artistbio img {margin: 0 1em 2em 1em;}

.progTitle,.showTitle {font-style: italic;}

.submenu-hz {margin: 0 0 2em 14em;}

.submenu-hz ul, .submenu-hz li {
  display: inline;
  list-style: none;
}

.submenu-hz a {font-size: 97%;}

img.captioned {margin-bottom: 0;}

ul.perf, ul.songs {
  font-style: italic;
  margin: 0 auto 1em auto;
}

ul.perf li, ul.songs li {
  text-align: left;
  margin-left: -1em;
  padding-left: .2em;
}

/* only IE sees this */
* html ul.perf li, * html ul.songs li { 
  margin-left: 2.5em;
  padding-left: .2em;
}

.here {color: #000; background: transparent;}

#notyet {
  font-weight: bold;
  text-align: center;
}

.PayPal, .PayPal input {display: inline;}

.PayPal a, .PayPal img {
  margin-top: 1em;
  vertical-align: middle;
}

.noPrint {display: block;}

/* %Calendar
---------------------------------- */
#cal_wrapper {
    width: 100%;
    height: 100%;
    background: transparent none;
}

#cal_header {
    color: #04c; background: transparent;
    font: bold 2em ArialCYR,Arial,Helvetica,sans-serif;
    text-align: left;
    margin-bottom: .5em;
    margin-left: 4em;
}
    
ul#calendar li {
    width: auto;
    list-style: none;
    text-align: left;
    margin-bottom: 2em;
    border-bottom: 2px dotted #ccd;
    padding-bottom: .75em;
}
    
.calDate {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5em;
}
  
ul#calendar .concertName {
    color: #04c; background: transparent;
    font: italic bold 1.25em ArialCYR,Arial,Helvetica,sans-serif;    
    line-height: 2em;
}
   
/* The following rules will only be read by IE */
* html #cal_wrapper {
  width: 100%;
  height: 100%;
  /*background: transparent url(/images/bg/hot_air_balloon_bg.gif) 98% 100% no-repeat;} */
}

/* %Photo pages
---------------------------------- */
#thumbBox,#thumbBox2 {
  height: auto;
  text-align: center;
  border: 0px;
}

#thumbBox {width: 136px;}

#thumbBox2 {width: auto; margin: 1em auto;}

#thumbBox2 div {float: left; text-align: center;}

#thumbBox img, #thumbBox2 img {
  color: #006; background: #fff none;
  font-weight: normal;
  font-size: .85em;
  border: 0px;
}

#thumbBox2 img {margin: 0 .5em;}

#thumbBox a:hover, #thumbBox2 a:hover {
  color: #c00; background-color: transparent;
  border: 0;
  text-decoration: underline;
}

#thumbBox a:hover img, #thumbBox2 a:hover img {border: 0; text-decoration: none;}

#photoBox,#photoBox2 {
  position: relative;
  height: auto;
  border: 0px;
  padding: 0;
}

#photoBox {width: 500px; margin: 18px 0 0 175px;}

#photoBox2 {width: 640px; text-align: center; margin: 0 auto;}

* html #photoBox {  /* Only IE sees this */
  left: 50%;
  text-align: center; 
  margin-left: -250px;
}

* html #photoBox2 {  /* Only IE sees this */
  left: 50%;
  text-align: center; 
  margin-left: -350px;
}

#photoBox img, #photoBox2 img {border: 8px ridge #00c; /* border: 8px ridge #1d42ef; */ }

/* %Photo Credits
---------------------- */

.photoCredit, .photoCreditR {
  color: #666; background: transparent none;
  font: italic bold 12px ArialCYR,Arial,Helvetica,sans-serif;
  text-align: center;
  margin-left: 1em;
}

.photoCreditR {
  position: relative; 
  right: 0; 
  bottom: 2.5em;
  text-align: right;
  margin: 0;
  padding: 0;
}

.photoCredit2 {
  position: relative; top: 325px; right: -175px;
  color: #666; background: transparent none;
  font: italic bold 12px ArialCYR,Arial,Helvetica,sans-serif;
  margin-top: .5em;
  margin-bottom: 1em;
}

.photoCredit3 {
  position: relative; top: 415px; right: -225px;
  color: #999; background: transparent none;
  font: italic bold 12px ArialCYR,Arial,Helvetica,sans-serif;
  margin-top: .5em;
  margin-bottom: 1em;
}

.photoCredit4 {
  position: relative; top: 325px; right: -150px;
  color: #999; background: transparent none;
  font: italic bold 12px ArialCYR,Arial,Helvetica,sans-serif;
  margin-top: .5em;
  margin-bottom: 1em;
}

.photoCredit5 {
  position: relative; top: 240px;
  color: #eee; background: transparent none;
  font: italic bold 12px ArialCYR,Arial,Helvetica,sans-serif;
  margin-top: .5em;
  margin-bottom: 1em;
}

.photoCredit6 {
  position: relative; top: 620px; right: -150px;
  color: #eee; background: transparent none;
  font: italic bold 12px ArialCYR,Arial,Helvetica,sans-serif;
  margin-top: .5em;
  margin-bottom: 1em;
}

/* %Photo Captions
---------------------- */

#photoCapt {
  font-size: 12px;
  text-align: center;
}

#photoCapt2 {
  display: block;
  position: relative;
  top: 440px;
  color: #07087c; background: transparent none;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

#photoCapt3 {
  display: block;
  position: relative;
  top: 350px;
  color: #07087c; background: transparent none;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

#photoCapt4 {
  display: block;
  position: relative;
  top: 300px;
  color: #090; background: transparent none;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

#photoCapt5 {
  display: block;
  position: relative;
  top: 645px;
  color: #000; background: transparent none;
  font-weight: bold;
  font-size: 12px;
  text-align: center;  
}

/* %Photo Positioning
---------------------- */

#wmaaPhoto, #jazzPhoto, #ibsyPhoto, #swellwittyPhoto, #fabfiftiesPhoto, #emfabfiftiesPhoto, #loesserPhoto {
  display: block;
  position: relative;
  left: 50%;
  padding: 0;  
  text-align: center;
}

#wmaaPhoto span.imgReplace, #jazzPhoto span.imgReplace, #ibsyPhoto span.imgReplace, #swellwittyPhoto span.imgReplace, #fabfiftiesPhoto span.imgReplace, #emfabfiftiesPhoto span.imgReplace, #mercer100Photo span.imgReplace, #loesserPhoto span.imgReplace {margin-left: -3000px;}

#wmaaPhoto {color: #eee; background: #000 url(/Photos/wmaa_500x332.jpg); width: 500px; height: 332px; margin: 1em auto 1em -250px; border: 8px ridge #00c;}

#jazzPhoto {color: #eee; background: #000 url(/Photos/artists_sm.jpg); width: 540px; height: 366px; margin: 1em auto 1em -270px; border: 8px ridge #000;}

#ibsyPhoto {color: #eee; background: #006 url(/Photos/ibsy_500.jpg); width: 500px; height: 332px; margin: 1em auto 1em -250px; border: 6px ridge #1d42ef;}

#swellwittyPhoto {color: #eee; background: #006 url(/Photos/BMT_Ensemble-Thou_Swell_700.jpg); width: 700px; height: 461px; margin: 1em auto 1em -350px; border: 6px ridge #1d42ef;}

#fabfiftiesPhoto {color: #eee; background: #5d0f9f url(/Photos/BMT_Ensemble-fabfifties_550.jpg); width: 550px; height: 367px; margin: 1em auto 1em -275px; border: 6px ridge #892dd7;}

#emfabfiftiesPhoto {color: #c00; background: transparent url(/Photos/BMT_Group-2008-550.jpg); width: 550px; height: 660px; margin: 1em auto 3em -275px; border: 6px ridge #c00;}

#mercer100Photo {color: #eee; background: #060 url(/Photos/Johnny_Mercer-G_Vershbow_200_grn.jpg); width: 200px; height: 300px; margin-right: 2em; border: 6px ridge #090;}

#loesserPhoto {color: #eee; background: #5d0f9f url(/Photos/bmtnov09-loesser-550.png); width: 550px; height: 367px; margin: 1em auto 1em -275px; border: 6px ridge #009;}

/* %Forms and Buttons
---------------------------------- */
#printable_form {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5em;
  text-align: center;
}

#printable_form img {
  margin: 0;
  padding: 2px 0;
  border-top: 2px dashed #c00;
  border-bottom: 2px dashed #c00;
}

a.button {
  display: block;
  width: 4em;
  color: #000; background: #cdcdcd none;
  font: bold 1em Arial,Helvetica,sans-serif;
  text-decoration: none;
  text-align: center;
  margin: 1em auto;
  padding: 0;
}

a.button:link,a.button:visited {
  border-top: 2px solid #eee;
  border-right: 2px solid #006;
  border-bottom: 2px solid #006;
  border-left: 2px solid #eee;
}

a.button:active {
  color: #c00; background: #dedede none;
  border-top: 1px solid #066;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  border-left: 1px solid #066;
}

a.button:hover {
  color: #eee; background: #c00 none;
  border-top: 2px solid #dedede;
  border-right: 2px solid #066;
  border-bottom: 2px solid #066;
  border-left: 2px solid #dedede;
}

/* %Footer
---------------------------------- */
#footer {
  position: relative;
  top: 1em;
  width: 100%;
  clear: both;
  color: #006; background: transparent none;
  font: normal .8em Arial,Helvetica,sans-serif;
  padding: 0;
  text-align: center;
  margin-left: -12px; /* for IE only */
}

 /* below are the correct margin settings, IE won't read this */
 html>body #footer {margin: 0 auto;}

/**************************************
  From here below not used yet

input.sendclear {
  color: #03c; background-color: #fff;
  font: bold .9em Arial,Helvetica,sans-serif;
}

.aside {
  color: #c03; background: transparent none;
  font-style: italic;
  font-size: 12px;
}

#formbox {
  width: 550px;
  color: #336; background: #ecf0ff none;
  border: 1px solid #009;
  margin: 1em auto;
  padding: 12px 5px;
  text-align: center;
}

form table#contact {
  position: relative;
  margin: 7px auto;
  text-align: center;
}

form table#contact td label {
  color: #336; background: #ecf0ff none;
  font: bold .9em Arial,Helvetica,sans-serif;
}

#tmbs {
  text-align: center;
  margin: 20px auto;
}

#tmbs ul {
  list-style: none;
  margin: 0 0 12px 0px;
  padding: 0px;
}

#tmbs ul li {display: inline; list-style: none; text-align: center;}
#tmbs ul img {border: 2px outset #009;}

*/
