
/* Body*/

body {
  background-color: white;
  color: #292929;
}

body.public {
  background-color: white;     /*#FDF5E6;*/		/*F2E7C9;*/
  color: #292929;
}

body, body.public  {
font-family: Verdana, Arial, sans-serif;
font-weight: normal;
font-size: .83em;/*.7083em;*/
}

LI LI, LI P, TD P, BLOCKQUOTE P,TD select, TD input, TD button {font-size:1em}

.bold	 { font-weight: bold;}

hr {
  border: none 0; 
  border-top: 1px dashed #cd6600; 
  width: 100%;
  height: 1px;
}

li {
  margin: 2px 2px 6px 2px;
}

p.more {
  margin-top: 0;
  padding-top: 0;
}

/* Links*/

a, a:link, a:visited {
  color: #cd6600; /*cd6600, bb803a;*/
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

a.nav:link, a.nav:visited {
  font-size: 1em;
  font-weight: bolder;
  color: #cd6600;
  text-decoration: none;
  white-space: nowrap;
}

a.nav:hover {
  text-decoration: underline;
  cursor: pointer;
}

.leftnav {
  color: black;
  font-weight: bold;
}

/* Paragraph */

p {
  margin: 12px;
}

.section {
  display: block;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  margin: 8px 0 2px 0;
}

.subsection {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  margin: 8px 0 2px 0;
}

.galleryheadingname {
  color: #cd6600;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 7px;
}


.profileheadingname {
  color: #cd6600;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0px;
}

/* Tables */


table.galleryimage {
  width: 206px;
  height: 206px;
  border: 1px solid #cd6600;
  background-color: white;
  margin: 3px;
}

td.faqcomment {
}

td.faqsection {
    font-weight: bold;
    font-size: 1.2em;
}

table.faqanswertable {
  width: 100%;
}

td.faqanswertop {
  text-align: right;
  white-space: nowrap;
}

td.faqanswernumber {
  font-weight: normal;
}

td.faqanswerheading {
  font-weight: normal;
  width: 100%;
}

td.faqquestion {
}

td.flyerbanner {
  font-family: "Trebuchet MS", "Sans-Serif";
  font-size: 64pt;
  font-weight: bold;
  text-align: center;
}

td.theatre {
  vertical-align: top;
 /* padding: 6px 6px 6px 6px;*/
}

td.galleryheading {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  margin: 0;
  height: 36px;
}

td.fieldlabel {
  font-weight: bold;
  white-space: nowrap;
}

td.optionalfieldlabel {
  white-space: nowrap;
}

/* Image styles */

img.gallery {
  width: 200px;
  border: 3px solid #cd6600;
  margin: 2px 8px 2px 2px;
}

img.profileprimary {
  width: 200px;
  border: 3px solid #cd6600;
}

img.profile {
  border: 3px solid #cd6600;
}

/* Form styles */

input[type="reset"], input[type="button"], input[type="submit"] {
  background-color: #cd6600;
  color: black;
  font-weight: bold;
  border: 1px solid black;
  cursor: pointer;
}

button {
  background-color: #cd6600;
  color: black;
  font-weight: bold;
  border: 1px solid black;
  cursor: pointer;
}

select {
	color: black;
	font-weight: bold;
}

/* Generic styles */

.banner {
  color: black;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 40px;
  font-weight: bold;
  white-space: nowrap;
}

.bannerbar {
  background-color: black;
}

.border {
  border: 1px solid black;
}

.box {
  width: 12px;
  height: 12px;
  margin: 2px;
  border: 1px solid black;
  text-align: center;
  font-size: 10px;
}

.calendaricon {
  border: 1px solid red;
  cursor: pointer;
}

.error {
  color: #cd0000;
  font-weight: bold;
}

.center	{
	text-align: center;
}

.nav {
  color: gray;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
  font-weight: bolder;
  white-space: nowrap;
}

.newsdate {
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}

.newsitem {
  vertical-align: top;
}

@media print {
    .pagebreak {
	page-break-before: always;
    }
}

.pagetitle0 {
  color: #ee7817;
  font-family: "Postino Std",Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 6px;
}

.pagetitle {
  color: black;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}


/* Profile styles */

.profilename {
  color: #cd6600; /*#bb803a;*/
  font-size: 1.1em;
  font-weight: bold;
}

#wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 740px;
}

#masthead {
  position: relative;
  width: 740px;
}

#masthead .logo img {
  border: 0;
}

#navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  line-height: 1.875em;
  margin-right: 2px;
}

#footer {
  clear: both;
  padding-top: 16px;
  position: relative;
}

#leftfooter {
  position: absolute;
  left: 0;
  bottom: 0;
}

#rightfooter {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

#pagecontent {
  margin-top: 3em;
}

.fb_click_to_play {
    position:absolute;
    bottom: -16px;
    left: 4px;
    white-space: nowrap;
}

.icon {
    height: 16px;
}
