/*
	Maximillian Stylesheet
	2005(c)dmK
*/

A {
	color: #523821;
	font-weight:bold;
	margin-bottom:4px;
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}
/*
H1 {
	color: #296DA6;
	font-weight:bold;
	font-size:16px;
	margin-bottom:4px;
}
*/
H1 {
	color: #090909;
	font-weight:bold;
	font-size:16px;
	margin-bottom:4px;
}
H2 {
	color: #090909;
	font-weight:bold;
	font-size:14px;
	margin-bottom:3px;
}
BODY {
	font: 12px Arial, Helvetica, sans-serif;
	background: url('/_img/bg.gif');
	margin:0px;
	padding:0px;
}
HR{
        color: #523821;
}

TABLE {
	font: 12px Arial, Helvetica, sans-serif;

        
}
.maintable{
	font: 12px Arial, Helvetica, sans-serif;
        max-width: 1024px;
        width:expression(document.body.clientWidth > 1024? "1024px":"auto" );
}

table.playbill{
border-collapse:separate;
}

table.playbill td{
padding:5px 10px;
border:1px solid #BDBB9F;
}

#playbill_header
{
background-color: #EDEDE1
}
#holiday
{
background-color: #FEEDE7;
}

table.cart{
border-collapse:separate;
}

table.cart td{
padding:2px 5px;
border:1px solid #BDBB9F;
}

IMG {
	border: 0px;
}




INPUT {
	font: 12px Arial, Helvetica, sans-serif;
	border:1px solid #BDBB9F;
	width:100%;
}

INPUT .checkbox{
        width:0%;
	border:1px solid #BDBB9F;
	
}

SELECT {
	font: 12px Arial, Helvetica, sans-serif;
}


P {
	text-align:justify;
}

TEXTAREA {
	font: 13px Arial, Helvetica, sans-serif;
	border:1px solid #BDBB9F;
	width:100%;
	overflow:auto;
}

TH {
	text-align:left;
	background-color: #E4E1C1;
	border-bottom: 2px solid #BDBB9F;
	padding-left:10px;
	padding-right:10px;
}

#anons{
        border:1px solid #C3C1A8;
        padding:5px;
        background-image: url('/_img/main_cr.jpg'); 
        background-position: right top; 
        background-repeat: no-repeat; 
}
.autoW {
	width:auto;
}

.nav {
	background: url('/_img/bg_nav.jpg') repeat-x top;
	width:100%;
	text-align:center;
}

#nav {
	position:relative;
}

.cNav {
	background: url('/_img/bg_navover1.gif') no-repeat left;
	padding-left:30px;
	margin-right: 16px;
	padding-bottom:2px;
}


.aNav {
	background: url('/_img/bg_navout1.gif') no-repeat left;
	padding-left:30px;
	margin-right: 16px;
	padding-bottom:2px;
}

.aNav:hover {
	background: url('/_img/bg_navover1.gif') no-repeat left;
}

.tblNav {
	width:100%;
	margin-bottom:5px;
        max-width: 1280px;
        width:expression(document.body.clientWidth > 1280? "1280px":"100%" );
}

.warea {
	background-color:#FFF;
	padding-top:13px;
	padding-bottom:15px;
	padding-left:7px;
	vertical-align:top;
	white-space:nowrap;
}

.waRight {
	background:#FFF url('/_img/wa_connerBot.jpg') no-repeat right bottom;
	vertical-align:top;
}

.banners {
	padding-top: 45px;
	padding-left: 10px;
	vertical-align:top;
	height:100%;
}

.mc {
	background-color:#FFF;
	vertical-align:top;
}

.mb {
	background-color:#FFF;
	text-align:right;
}

.main {
	background-color:#FFF;
	padding-top:13px;
	padding-bottom:20px;
	vertical-align:top;
	width:100%;
	height:100%;
}

.b {
	background:url('/_img/bg_b.jpg') repeat-x top;
}

.f {
	background:url('/_img/bg_f.jpg') repeat-x top;
	text-align:right;
	padding:12px;
}

.menuBack {
	background-color: #FFF;
	position:absolute;
	top: -1000px;
	right: 1000px;
	width:200px;
	filter: alpha(opacity=60);
}

.menuBody {
	color:#FFF;
	border: 1px solid white;
	padding: 4px 8px 4px 8px;
	white-space: nowrap;
	position:absolute;
	top: -1000px;
	right: 1000px;
	width:200px;
}

.menuLink {
	width:100%;
	color: #000;
	text-decoration:none;
	display:block;
	margin:0px;
}

.menuLink:hover {
	color: #523821;
	background-color:#FFF;
	text-decoration:none;
}

.error {
	color:red;
}

.header {
	color: #090909;
	font-weight: bold;
	font-size: 14px;
	margin-bottom:10px;
}

/*
.mItem {
	color: #000;
	border:1px solid #BDBB9F;
	display:block;
	margin-bottom:4px;
	width:100%;
	padding: 2px;
	text-decoration: none;
}

.mItem:hover {
	background-color: #E4E1C1
}
*/

.mItem {
	color: blue;
	display:block;
	text-decoration:none;
	width:1px;
}

.mItem:hover {
	color: red;
}

.errField {
	background-color:#FFD1D7;
	border: 1px solid red;
}

.errAlert {
	color: red;
	display: inline;
}

.buttonBB {
	background-color: #E4E1C1;
	width: 50px;
	cursor:hand;
}
.buttonBB2 {
	background-color: #E4E1C1;
	padding: 0px 5px;
	width:auto;
	cursor:hand;
}

.button {
	background-color: #E4E1C1;
	cursor:hand;
	width:auto;
}

.tin {
	background-color: #E4E1C1;
	cursor:hand;
	width:auto;
	margin-top:4px;
	display:block;
}


.hand {
	cursor:hand;
	border:1px solid #C3C1A8;
        padding:2px;
}

.checkbox {
	border: 0px;
	width:auto;
}

.maxSize {
	width: 100%;
	height: 100%;
}

.halfLeft {
/*       border-right: 1px solid #000;*/
	width:50%;
	vertical-align:top;
/*	padding-right: 10px; */
/*        border:1px solid #C3C1A8; */
/*       padding:10px; */
        
}

.halfRight {
	width:49%;
	vertical-align:top;
/*	padding-left: 10px; */

}

.theatre_short{

        border-top:1px solid #C3C1A8;
        border-bottom:1px solid #B3B198;
        border-left:1px solid #C3C1A8;
        border-right:1px solid #B3B198;
        background-image: url('/_img/main_cr.jpg'); 
        background-position: right top; 
        background-repeat: no-repeat; 

}

.theatre_short_td{
        padding:10px;


}

.theatreLeft {
	border-right: 1px dashed #BDBB9F;
	width:50%;
	vertical-align:top;
	padding:10px 10px 10px 0px;
	border-bottom: 1px dashed #BDBB9F;

}

.theatreRight {
	width:50%;
	vertical-align:top;
	padding:10px 0px 10px 10px;
	border-bottom: 1px dashed #BDBB9F;
}


.name {
	color: #296DA6;
	font-weight:bold;
	font-size:16px;
	margin-bottom:4px;
}

.adr {
	color: #523821;
	margin-bottom:4px;
}

.imgBorder {
	border:1px solid #C3C1A8;
        padding:2px;
}

.theatre_info {
	width:100%;
	vertical-align:top;
	padding-right:30px;
}

.museum_info {
	width:100%;
	vertical-align:top;
	padding-right:30px;
}

.sp_link {
	font-weight:normal
}


.link_admin {
	color:#00F;
	font:11px Verdana;
	text-decoration:none;
	display:block;
	width:1px;
}

.link_admin:hover {
	color:#F00;
	font:11px Verdana;
	text-decoration:none;
}

.admin_sub {
	padding-left:10px;
	margin-bottom:10px;
}

.res_list {
	border-bottom:1px dashed #BDBB9F;
	padding: 4px 0px 4px 0px;
}

.qt_select {
	width:100%;
	font-size:10px;
}

.links_list {
	width:100%;
	border-bottom:1px dashed #BDBB9F;
	margin:20px 0xp 10px 0px;
}

#left_menu {
	padding: 0px 0px 20px 10px;
}

#left_menu a {
	display: block;
	margin-bottom: 2px;
}

/* left and right parts of the some pages */
.partLeft {
	width: 100%;
	vertical-align: top;
	padding-right: 20px;
}
.partRight {
	vertical-align: top;
}

/* 21.02.06 */
a.name {
	color: #296DA6;
	font-weight:bold;
	font-size:16px;
	padding-bottom:4px;
	display: block;
}
a.name2 {
	color: #C5030C;
	font-weight:bold;
	font-size:16px;
	padding-bottom:0px;
	display: block;
}
a.name:hover {
	text-decoration: underline;
}

/*21.03.06 highlight rows*/
.iClass {
	clear: both;
	padding: 10px 40px 10px 10px;
        border-top:1px solid #C3C1A8;
        border-bottom:1px solid #B3B198;
        border-left:1px solid #C3C1A8;
        border-right:1px solid #B3B198;
        background-image: url('/_img/ticket.gif'); 
        background-position: right top; 
        background-repeat: repeat-y; 
        
}

.iClass1 {
	clear: both;
	padding: 10px 10px 10px 40px;
        border-top:1px solid #C3C1A8;
        border-bottom:1px solid #B3B198;
        border-left:1px solid #C3C1A8;
        border-right:1px solid #B3B198;
        background-image: url('/_img/ticket1.gif'); 
        background-position: left top; 
        background-repeat: repeat-y; 
        
}

.iClass1 .img{
	float: right;
	padding: 0px 5px 5px 10px;
}

.iClass .img{
	float: left;
	padding: 0px 10px 5px 5px;
}
.imgright{
	float: right;
	padding: 10px 0px 0px 10px;
}



.i_link {
	display:block;
	font-weight:bold;
	margin-top:4px;
}

/* 22.03.06 */
.highlight {
	background: #E4E1C1;
}
.light1 {
	background: #E4E1C1;
}

/* order form */
#orderForm {
	background-color:#E4E1C1;
	border:1px solid #BDBB9F;
	padding:4px;
}
#orderForm h1{
	font-size: 14px;
	border:0px;
	margin:10px 0px;
	padding:0px;
}

/* markedArea */
.markedArea {
	background-color:#E4E1C1;
	border:1px solid #BDBB9F;
	padding:4px;
}
.markedArea h1{
	font-size: 14px;
	border:0px;
	margin:10px 0px;
	padding:0px;
}

/* names for subitems */
span.name{
	color:#C5030C;
}