/* globals */
body 
{
	margin: 0;
   padding: 0;
	font-family: verdana,arial,helvetica,sans-serif;
	color:#000;
	background-color:#dcdcdc;
}
div, p, td, li, span 
{
	font-size:10px;
   line-height: 140%;
}
p, ul
{
   margin-top: 10px;
}
.right 
{
	float:right;
}
.left
{
	float:left;
}
a img 
{
	border:none;
	margin:0;
	padding:0;
}
div.clear 
{
   margin: 0;
   padding: 0;
   clear: both;
   display: block;
   height: 1px;
   font-size: 1px;
   line-height: 1px;
}

/* forms */
form 
{
	display:inline;
	margin:0;
	padding:0;
}
.inputbox 
{
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size:10px;
	color:#333;
	background-color:#fff;
  	border: 1px solid #666;
}
select 
{
	font-family: verdana,arial,helvetica,sans-serif;  
	font-size:10px;
	color:#333;
	background-color:#fff;
}
textarea 
{
	font-family: verdana,arial,helvetica,sans-serif;  
	font-size:10px;
	color:#333;
	background-color:#fff;
  	border: 1px solid #666;
}
.button 
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:10px;  
	color:#333;
	background-color:#fff;
}
.label 
{
   font-weight:bold;
   background-color:#fafaeb;
}
.field 
{
   background-color:#e2e2be;
}
.required 
{
   font-weight: bold;
   color:#000;
}

/* links */
a:link, a:visited 
{
	color:#810000;
   text-decoration: none;
}
a:hover 
{ 
   text-decoration: underline;
}
a.sec:link, a.sec:visited
{  
   color: #fff;
}
a.sec:hover
{  
   text-decoration: underline;
}
#content .special a, #content .callout a
{
   color: #000;
}

/* global */
.column
{
   background-color: #fff;
   border-top: 5px solid #fff;
   border-left: 5px solid #fff;
   border-right: 5px solid #fff;
   width: 770px;
}
.rightcolumn
{
   background-color: #fff;
}
.titolocolonna {
	background-color: #E0E6EB;
	margin-top: 0;
	padding: 5;
	line-height: 18px;
	color: #000;
	font-weight:bold;
}
.rightcolumnform
{
   background-color: #747474;
}
.sectionlabel
{
}
.sectionlabel img
{
   margin: 15px;
}
.buttons img
{
   border-bottom: 1px solid #999;
}
h1
{
	font-size: 14px;
	font-weight: bold;
	color: #ffcc00;
}
h2
{
   text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #ffcc00;
}
.highlight
{
	color: #ffcc00;
}

/* top bar */
#topbar 
{ 
}
#utilnav 
{
   height: 40px;
	background-color: #999;
}
#utilnav div
{
   padding: 13px 0;
   float: right;
}
#mainnav
{
   float: right;
}

/* breadcrumb */
#breadcrumb td
{
   color: #666;
}
#breadcrumb a:link, #breadcrumb a:visited
{
   color: #666;
}

/* footer */
#footer
{
   margin: 0;
   border-top: 5px solid #fff;
   padding: 3px 0;
	background-color: #fff;
}
#footer a {
	color: #5C5C5C;
	text-decoration:none;
}
#footer a:hover {
	color: #000;
}

/* content */
#content
{
   padding: 0;
   margin: 0;
}
#content .nav
{
   background-color: #F5F5F5;
   border: 1px solid #999;
} 
#content .main
{
   padding: 15px;
   background-color: #fff;

} 
#content .main2
{
   color: #333;
   padding: 15px 15px 15px 14px;
   background-color: #CCCCCC;
   border-left: 1px solid #666;
} 
#content .main2 td
{
   color: #333;
}
#content .main form td, #content .main2 form td
{
   padding: 0 5px 5px 0;
}
#content .mainfull
{
   background-color: #646464;
} 
#content .special
{
   background-color: #fff;
   border: 1px solid #999;
} 
#content .callout
{
   background-color: #fff;
} 
#content .special, #content .callout
{
   line-height: 120%;
   margin: 5px 10px;
   color: #333;
} 
.small
{
   font-family: arial,helvetica,sans-serif;
   line-height: 120%;
   font-size: 9px;
}
#content .divider
{
   background-color: #dcdcdc;
}
#content .divider2
{
   background-color: #dcdcdc;
   border-left: 1px solid #666;
}
#content .divider3
{
   background-color: #999;
}
#content .dividervert
{
   background-color: #666;
}

/* lists */
ul.listing
{
   list-style: none;
   margin: 10px 0 0 0;
   padding: 0;
}
ul.listing li
{
   line-height: 120%;
   margin-bottom: 10px;
}
ul.navlist
{ 
   list-style: none;
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #666;
}
ul.navlist li
{
   width: 180px;
   border-top: 1px solid #666;
}
ul.navlist li a:link, ul.navlist li a:visited
{
   display: block;
   padding: 5px 15px;
   color: #000;
   width: 100%;
} 
ul.navlist li a:hover
{  
   background-color: #dcdcdc;
   text-decoration: none;
}
ul.navlist li.sub
{
   border-top: none;
}
ul.navlist li.active a:link, ul.navlist li.active a:visited
{
   font-weight: bold;
   background-color: #dcdcdc;
}
ul.navlist li.sub a:link, ul.navlist li.sub a:visited
{
   background-color: #dcdcdc;
   padding: 3px 15px 3px 30px;
}
ul.navlist li.sub a:hover
{
   text-decoration: underline;
}
ul.navlist li.sub a.active
{
   font-weight: bold;
}
#content .callout ul
{
   list-style: none;
   margin: 0;
   padding: 0;
}
#content .callout ul li
{
   list-style: none;
}
#content .callout ul li a:link, #content .callout ul li a:visited
{
   color: #000;
   padding-top: 2px;
   text-decoration: none;
} 
#content .callout ul li a:hover
{  
   text-decoration: underline;
}

/* current season */
.playitem
{
   margin-bottom: 15px;
}
.quote
{
   color: #ffcc00;
   font-size: 12px;
}
.bioname
{
   font-weight: bold;
   color: #810000;
   font-size: 12px;
}
.photocredit
{
   color: #999;
}

/* about us */
.featureitem
{
   margin-bottom: 15px;
}

/* box office */
.netpare
{
   text-decoration: line-through;
}

/* events */
.lottery
{
   line-height: 120%;
}

/* press room */
.pressrelease
{
   padding: 15px;
   border-bottom: 1px solid #999;
} 
.imagegallery
{
   padding: 15px;
   border-bottom: 1px solid #999;
}
.imagegallery h1
{
   padding: 0;
   margin: 0;
}

/* popups */
.poptitle
{
   padding: 5px 15px;
   background-color: #666;
}
.popfooter
{
   color: #fff;
   padding: 0px 15px;
   background-color: #666;
}
#popup .pad
{
   padding: 10px 15px;
}
#tellafriend, #popup
{
   color: #333;
   background-color: #999;
}
#tellafriend .form
{
   padding: 10px;
}
#tellafriend .thankyou
{
   padding: 15px;
}
#tellafriend form td
{
   padding: 5px;
}

/* calendar */
#calendar th, #calendar td
{
   padding: 2px 3px;
}
#calendar th
{
   font-size: 11px;
   color: #fff;
   font-weight: normal;
}
#calendar td
{
   text-align: center;
   font-size: 11px;
   color: #333;
}
#calendar td a:link, #calendar td a:visited
{
   color: #333;
   text-decoration: underline;
}
#calendar td a:hover
{
   color: #fff;
}
#calendar td.today
{
   color: #fff;
}
.day
{
   font-weight: bold;
   font-size: 12px;
   text-transform: uppercase;
   color: #ffcc00;
}
.date
{
   font-weight: bold;
   text-transform: uppercase;
   color: #000;
}
.time
{
   font-weight: bold;
   text-transform: uppercase;
   color: #810000;
}
.img {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	background-color: #999999;
}
.main3 {
	background-color: #fff;
	padding: 0px;
}
.main3 a {
	color: #5C5C5C;
	text-decoration:none;
}
.main3 a:hover {
	color: #000;
}
.main4 {
	background-color: #666666;
	padding: 15px;
}
