html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

img {
  border: 0;
}

body {
  background: #a9c9dc url('../_img/body_bg.gif') repeat-y fixed center;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 90%;
  overflow: -moz-scrollbars-vertical;
}

.body_top {
  width: 100%;
  height: 4px;
  background: #a9c9dc url('../_img/body_top.gif') no-repeat fixed top center;
}

.body_bottom {
  width: 100%;
  height: 5px;
  background: #a9c9dc url('../_img/body_bottom.gif') no-repeat fixed bottom center;
}

#mainBody {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

#mainBody .home {
  background: #a9c9dc url('../_img/body_bg_home.gif') repeat-y fixed center;
}

#mainBody td {
  text-align: center;
  vertical-align: top;
}

#mainBody div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#main {
  position: relative;
  padding: 15px 20px;
  width: 742px;
  height: 100%;
  
}

#mainHome {
  height: 275px;
}

#frameGall {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 160px;
  height: 275px;
}

#frameNews {
  position: absolute;
  top: 15px;
  left: 200px;
  width: 355px;
  height: 275px;
}

#frameSell {
  position: absolute;
  top: 15px;
  left: 567px;
  width: 160px;
  height: 275px;
}

#frameNav {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 160px;
}

#frameInfo {
  position: relative;
  top: 0px;
  left: 93px;
  width: 527px;
}

#framePict {
  width: 600px;
}

#frameShop {
  width: 662px;
}

#contentGall {
  padding: 5px 0;
}

#contentNews {
  padding: 5px;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 55%;
  color: White;
  text-align: justify;
}

#contentNews a:link, a:visited {
  color: #B4D1E3;
  font-weight: bold;
  text-decoration: none;
}

#contentSell {
  padding: 5px;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 55%;
  color: White;
  text-align: left;
}

#contentSell a:link, a:visited {
  color: #B4D1E3;
  font-weight: bold;
}

#contentNav {
  padding: 3px 3px 5px 3px;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 55%;
  color: White;
  text-align: left;
}

#contentNav a:link, a:visited {
  color: #B4D1E3;
  font-weight: bold;
  text-decoration: none;
}

#contentNav .circle {
  list-style-image: url('../_img/mini_circle.gif');
}

#contentNav .web {
  list-style-image: url('../_img/mini_web.gif');
}

#contentNav ul {
  margin: 0px;
  margin-left: 16px;
  padding: 0;
}

#contentNav li {
  margin-top: 7px;
  padding: 0;
}

#contentInfo {
  padding: 10px 8px 10px 8px;
  color: White;
  font-size: 70%;
  text-align: left;
}

#contentInfo h1 {
  color: Yellow;
  font-size: 145%;
}

#contentInfo h2 {
  color: White;
  font-size: 120%;
}

#contentInfo h3 {
  margin-top: 7px;
  margin-bottom: 3px;
  color: White;
  font-size: 120%;
}

#contentInfo a:link, a:visited {
  color: #B4D1E3;
  font-weight: bold;
  text-decoration:  none;
}

#contentLibretoIntro {
  padding: 70px 20px;
  text-align: center;
}

#contentLibreto {
  padding: 5px 5px;
}

#contentLibreto .song_name {
  color: Yellow;
  font-size: 160%;
  font-weight: bold;
}

#contentLibreto .song_orig_name {
  color: White;
  font-size: 120%;
  font-weight: bold;
}

#contentLibreto .persons {
  width: 497px;
  color: White;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 120%;
  font-style: italic;
  table-layout: fixed;
  border-collapse: collapse;
}

#contentLibreto .persons a {
  color: White;
}

#contentLibreto .persons td {
  text-align: left;
}

#contentLibreto .persons_col1 {
  font-weight: bold;
  width: 35%;
}

#contentLibreto .persons_col2 {
  width: 65%;
}

#contentLibreto .song {
  width: 497px;
  color: White;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 120%;
  table-layout: fixed;
  border-collapse: collapse;
}

#contentLibreto .song tr {
  padding-bottom: 3px;
}

#contentLibreto .song td {
  text-align: left;
}

#contentLibreto .song_col1 {
  width: 30%;
}

#contentLibreto .song_col2 {
  width: 70%;
}

#contentPersonList {
  color: White;
  table-layout: fixed;
  border-collapse: collapse;
}

#contentProduction {
  color: White;
  font-size: 150%;
  text-align: center;
}

#contentPersonList a:link, #contentPersonList a:visited {
  color: White;
}

#contentPersonList .td_left_1 {
  padding-right: 7px;
  font-size: 80%;
  font-weight: bold;
  text-align: right;
}

#contentPersonList .td_right_1 {
  padding-left: 7px;
  font-size: 80%;
  text-align: left;
  vertical-align: bottom;
}

#contentPersonList .td_left_2 {
  padding-right: 7px;
  font-size: 70%;
  font-weight: bold;
  text-align: right;
}

#contentPersonList .td_right_2 {
  padding-left: 7px;
  font-size: 70%;
  text-align: left;
  vertical-align: bottom;
}

#contentRoles {
  padding: 0px 20px;  
}

#contentRoles .role {
  margin-left: 90px;
  padding: 2px 10px;
  height: 90px;
  background: #347094 url('../_img/layout_decor.gif') no-repeat scroll top right;
  text-align: right;
}

#contentRoles .role_name a {
  color: Yellow;
  font-size: 160%;
}

#contentRoles .role_actor_name a {
  color: White;
  font-size: 110%;
  font-weight: 700;
  line-height: 15px;
}

#contentPict {
  padding: 7px 7px 0px 7px;
  color: White;
  font-size: 60%;
}

#tableGallery {
  width: 410px;
  border: solid 1px White;
  background-color: White;
}

#tableShowtimes {
  width: 497px;
  border-collapse: collapse;
  border-top: solid 3px Black;
  border-bottom: solid 3px Black;
  table-layout: fixed;
}

#tableShowtimes td {
  text-align: left;
}

#tableShowtimes .head {
  border-left: solid 1px #315d77;
  border-right: solid 1px #315d77;
  background-color: #315d77;
  font-size: 75%;
  font-weight: bold;
  color: white;
}

#tableShowtimes .headleft {
  padding: 2px 0px 3px 5px;
  border-bottom: solid 1px black;
}

#tableShowtimes .headright {
  padding: 2px 5px 3px 0px;
  border-bottom: solid 1px black;
  text-align: right;
}

#tableShowtimes .headright a {
  color: #f3d69b;
  text-decoration: none;
}

#tableShowtimes .names {
  border-left: solid 1px #f6f6f6;
  border-right: solid 1px #f6f6f6;
  background-color: #f6f6f6;
  font-size: 70%;
}

#tableShowtimes .names td {
  padding: 10px 3px 2px 3px;
  border-bottom: solid 1px #e0e0e0;
}

#tableShowtimes .week {
  font-size: 60%;
  background-color: #f8f8f8;
  vertical-align: top;
}

#tableShowtimes .week td {
  padding: 5px 3px 2px 3px;
  border: solid 1px #e4e4e4;
}

#tableShowtimes .weekEnd {
  background-color: #fdeded;
}

#contentCast {
  padding: 0px 10px;
  color: White;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}

#contentShop {
  width: 632px;
  padding: 0px 16px;
}

#tableShop {
  width: 600px;
  border-collapse: collapse;
  border-top: solid 3px Black;
  border-bottom: solid 3px Black;
  table-layout: fixed;
}

#tableShop .col1 {
  width: 50%;
  text-align: left;
}

#tableShop .col2 {
  width: 10%;
  text-align: right;
}

#tableShop .col3 {
  width: 23%;
  text-align: right;
}

#tableShop .col4 {
  width: 17%;
  text-align: right;
}

#tableShop input {
  width: 40px;
  height: 16px;
  padding: 0 1px;
  font-family: Verdana, Sans-Serif;
  font-size: 9px;
  text-align: right;
}

#tableShop .head {
  background-color: #315d77;
  font-size: 75%;
  font-weight: bold;
  color: White;
}

#tableShop .head td {
  padding: 2px 5px 3px 5px;
  border-bottom: solid 1px black;
}

#tableShop .cells {
  font-size: 70%;
  background-color: #f8f8f8;
}

#tableShop .cells td {
  padding: 10px 5px 2px 5px;
  border-bottom: solid 1px #e4e4e4;
  vertical-align: top;
}

#tableShop .foot {
  background-color: #f6f6f6;
  font-size: 75%;
  font-weight: bold;
}

#tableShop .foot td {
  border-top: solid 2px #d0d0d0;
  padding: 15px 5px 3px 5px;
}

#contentIdentShop {
  width: 632px;
  padding: 0px 150px;
}

#tableIdentShop {
  width: 332px;
  border-top: solid 3px Black;
  border-bottom: solid 3px Black;
  font-size: 110%;
}

#tableIdentShop .input {
  height: 16px;
  padding: 0px 1px;
  font-family: Verdana, Sans-Serif;
  font-size: 10px;
}

#tableIdentShop .head {
  padding: 2px 5px 3px 5px;
  border-bottom: solid 1px black;
  background-color: #315d77;
  font-weight: bold;
  color: White;
}

#tableIdentShop .body {
  padding: 10px 10px 3px 10px;
  background-color: #f8f8f8;
  color: Black;
}

#contentPrices {
  color: White;
}

#contentPrices table {
  width: 497px;
  table-layout: fixed;
  border-collapse: collapse;
}

#contentPrices table td {
  color: White;
  font-size: 70%;
  text-align: left;
}

.frame {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.frame_topleft  { background-image: url('../_img/frame_topleft.gif'); width: 7px; }
.frame_top      { background-image: url('../_img/frame_top.gif'); height: 7px; }
.frame_topright { background-image: url('../_img/frame_topright.gif'); width: 7px; }

.frame_header   { font-size: 0px; }
.frame_left     { background-image: url('../_img/frame_left.gif'); width: 7px; }
.frame_center   { background-color: #347094; }
.frame_right    { background-image: url('../_img/frame_right.gif'); width: 7px; }

.frame_botleft  { background-image: url('../_img/frame_bottomleft.gif'); width: 7px; }
.frame_bot      { background-image: url('../_img/frame_bottom.gif'); height: 9px; }
.frame_botright { background-image: url('../_img/frame_bottomright.gif'); width: 7px; }


.divider {
  width: 742px;
  height: 7px;
  font-size: 0px;
  background-color: white;
}

.padder {
  height: 15px;
  font-size: 0px;
}

.picture {
  border: solid 1px white;
}
