body {
    width: 100%;
    height: 100%;
    background: #100002 url(../../img/bg_body.gif) repeat-x top;
    font-size: 0.8em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #636363;
}

html {
    min-height: 100%;
    background: #000000;
}

/* HYPERLINKS ----------------------------------------------------------*/

a {
    color: #ed1e24;
    font-weight: bold;
    text-decoration: none;
}

a img {
    border: 0px;
}

a:hover {
    color: #ed1e24;
    text-decoration: underline;
}

a:active {
    color: #ed1e24;
}

a.link_red {
    color: #ed1e24;
}

a.link_red:hover {
    color: #ed1e24;
}

a.link_red:active {
    color: #ed1e24;
}

a.link_light_brown {
    color: #b47b0d;
}

a.link_light_brown:hover {
    color: #7d1810;
    text-decoration: none;
}

a.link_light_brown:active {
    color: #b47b0d;
}

div.link_light_brown_actors {
    background: url(../../img/lupa.gif) no-repeat bottom right;
}

a.link_light_brown_actors {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    color: #b47b0d;
}

a.link_light_brown_actors:hover {
    color: #7d1810;
    text-decoration: NONE;
}

a.link_light_brown_actors:active {
    color: #b47b0d;
}

/* IMAGES ---------------------------------------------------------*/

img {
    border: 0px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* HEADINGS ----------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: bold;
}

h1 {
    /* font-size: 1.5em; */
    color: #811d13; /* bordo */
    font-weight: bold;
}

h2 {
    font-size: 1.5em;
    /* color: #b47b0d; light brown */
    font-weight: bold;
}

h3 {
    /* font-size: 1em; */
    color: #4a4d52; /* gray */

    font-weight: bold;
}

h4 {
    font-size: 1.1em;
}

h5,
h6 {
    font-size: 1em;
}

/* PARAGRAPHS  ----------------------------------------------------------*/

p {
    margin-top: 1em;
    margin-bottom: 1em;
    /*line-height: 1.6em;*/
}

/* SPANS ----------------------------------------------------------*/
.uppercase {
    text-transform: uppercase;
}

.bordo {
    color: #710406;
}

.bordo_small_italic {
    color: #710406;
    font-style: italic;
    font-weight: bold;
    font-size: 1em;
}

.bordo_medium_italic {
    color: #710406;
    font-style: italic;
    font-weight: bold;
    font-size: 1.1em;
}

.bordo_large_italic {
    color: #710406;
    font-style: italic;
    font-weight: bold;
    font-size: 1.3em;
}

.bordo_large {
    color: #710406;
    font-weight: bold;
    font-size: 1.3em;
}

.red_small {
    color: #ed1e24;
    font-weight: bold;
    font-size: 1em;
}

.red_medium {
    color: #ed1e24;
    font-weight: bold;
    font-size: 1.1em;
}

.red_large {
    color: #ed1e24;
    font-weight: bold;
    font-size: 1.3em;
}

.gray_small {
    color: #010300;
}

.light_brown_small {
    color: #b47b0d;
    font-weight: bold;
    font-size: 1em;
}

.light_brown_medium {
    color: #b47b0d;
    font-weight: bold;
    font-size: 1.1em;
}

.light_brown_large {
    color: #b47b0d;
    font-weight: bold;
    font-size: 1.3em;
}

/* LISTS ---------------------------------------------------------*/

ul.list_repertoire {
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
    list-style-image: url(../../img/arr_red.png);
    color: #636363;
    display: block;
    padding: 0 0 0 1em;
    font-size: 1.1em;
    font-weight: normal;
}

/* MENU ---------------------------------------------------------*/

#main_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#main_menu ul li {
    display: inline;
}

#main_menu ul li a {
    text-decoration: none;
    padding: 0 1em;
    color: #ffffff;
    text-transform: uppercase;
    border-right: solid 1px #ffffff;
}

#main_menu ul li a.last {
    border-right: solid 0px #ffffff;
}

#main_menu ul li a:hover {
    color: #ed1e24;
}

#footer_menu ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
}

#footer_menu ul li {
    display: block;
}

#footer_menu ul li a {
    text-decoration: none;
    padding: 0 0 0 1em;
    color: #636363;
    background: url(../../img/arr_red.png) no-repeat left;
    font-size: 1.1em;
    font-weight: normal;
}

#footer_menu ul li a:hover {
    color: #ed1e24;
}

#left_menu ul {
    margin: 0 0 20px 40px;
    padding: 0;
    list-style-type: none;
}

#left_menu ul li {
    display: block;
}

#left_menu ul li a {
    text-decoration: none;
    padding: 0 0 0 1em;
    color: #b47b0d;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.6em;
}

#left_menu ul li a:hover {
    color: #7d1810;
}

/* MASTER PAGE ----------------------------------------------------------*/
table {
    border-collapse: collapse; /* Equivalent to cellspacing="0px" */
    border-spacing: 0; /* Ensures no spacing between cells */
}

#table_main {
    width: 1000px;
    margin: 0 auto; /* Centers table horizontally */
}

#td_menu {
    height: 52px;
    margin-top: 15px;
}

#td_devider {
    height: 3px;
    background: #780b07;
}

#table_topBanner {
    height: 370px;
}

#td_topBanner_background {
    /* THIS IS NOT USED ANYWHERE */
    height: 370px;
    width: 1000px;
    background: url(../../img/top_banner_tickets.jpg) no-repeat center;
}

#td_topBanner {
    background: url(../../img/top_banner_frame.png) no-repeat;
    text-align: left;
    vertical-align: top;
}

.div_topLogo {
    float: left;
}

.img_logo {
    padding-top: 65px;
    padding-left: 18px;
    width: 100px;
}

#div_languageButtons {
    display: flex;
    align-items: center;
    float: left;
}

#td_middle_n_footer {
    background: #ffffff;
    text-align: left;
    vertical-align: top;
}

#tr_page_title {
    background: url(../../img/bg_page_title_description.gif) repeat-x;
    height: 80px;
    border-left: 1px solid #8c6c6c;
}

#td_page_title {
    width: 320px;
    text-align: center;
    vertical-align: middle;
}

.tr_left_column_content {
    border-bottom: 1px solid #d2d1d1;
    border-right: 1px solid #d2d1d1;
}

#td_top_paragraph {
    color: #222222;
    text-align: justify;
    vertical-align: middle;
    background: url(../../img/bg_page_description.gif) no-repeat;
    padding: 7px 40px 0 40px;
}

#td_top_paragraph p#p_td_top_paragraph {
    color: #222222;
}

#td_left_column_content {
    width: 320px;
    vertical-align: top;
    border-right: solid rgb(212, 212, 212) 1px;
}

.img_left_column_button {
    border: 0;
    width: 318px;
    height: 72px;
}

#p_left_column_paragraph {
    padding: 10px 37px 0px 46px;
}

#td_main_content {
    max-width: 680px;
    box-sizing: border-box;
    text-align: justify;
    vertical-align: top;
    padding: 0 20px 30px 30px;
}

#tr_footer {
    height: 194px;
    background: url(../../img/bg_footer.gif);
}

#td_footer_logo {
    width: 320px;
    text-align: center;
    vertical-align: middle;
}

#img_footer_logo {
    width: 232px;
    height: 122px;
}

#td_footer_content {
    text-align: left;
    vertical-align: top;
    padding: 20px 0 20px 0;
}

#td_footer_menu {
    width: 33%;
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 25px;
}

#td_footer_contacts {
    width: 33%;
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 0px;
}

#td_footer_copyright {
    width: 33%;
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 25px;
}

/* NEW work --------------*/

#navigation_menu_new {
    height: 54px;
    padding-top: 13px;
}

#main_menu_new ul {
    padding: 0;
    margin-top: 21px;
    list-style-type: none;
    text-align: center;
}

#main_menu_new ul li {
    display: inline;
}

#main_menu_new ul li a {
    text-decoration: none;
    padding: 0 1em;
    color: #ffffff;
    text-transform: uppercase;
    border-right: solid 1px #ffffff;
}

#main_menu_new ul li a.last {
    border-right: solid 0px #ffffff;
}

#main_menu_new ul li a:hover {
    color: #ed1e24;
}

#banner_new {
    width: 1000px;
    margin: 0 auto;
    min-height: 370px;
    background-position: center;
}

#table_main_new {
    width: 1000px;
    margin: 0px auto; /* Centers table horizontally */
    background: white;
}
