﻿@import url("../content_menu.css");

#theater
{
    clear:left;
}
.detail
{
    width:590px;
    border-top:dotted 1px #cccccc;
    border-left:dotted 1px #cccccc;
    border-right:dotted 1px #cccccc;
    margin-top:15px;
}
.detail th
{
    background-color:#c69c6c;
    border-bottom:dotted 1px #cccccc;
    border-right:dotted 1px #cccccc;
    text-align:right;
    padding-right:5px;
    color:White;
    font-weight:bold;
    width:120px;
}
.detail td
{
    background-color:#ffffff;
    border-bottom:dotted 1px #cccccc;
    text-align:left;
    padding:1em 0.7em;
    line-height:1.5em;
    width:470px;
}

#innerlinks
{
    width:500px;
    padding:15px 0 0 0;
    text-align:center;
    vertical-align:middle;
    margin-right:auto;
    margin-left:auto;
}

#mapinfo
{
    width:590px;
    border:dotted 1px #cccccc;
    margin-top:15px;
    text-align:center;
	padding-bottom:15px;
}
#mapinfo td
{
    height:3em;
}
#maptitle
{
    text-align:left;
    padding-left:5px;
}
#map
{
    width:450px;
    height:450px;
    border:solid 1px;
    margin-left:auto;
    margin-right:auto;
	padding-bottom:10px;
    text-align:center;
}
