@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #e0e6d8;
	background-image: url(http://www.geffenplayhouse.org/images/bkg_body.jpg)
	background-repeat: repeat;
	background-position:left top;
}
.OnecolHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(http://www.geffenplayhouse.org/images/bkg_header.jpg);
	background-repeat:repeat-x;
	background-position:left top;
} 
.OnecolHdr #container #container1 { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.OnecolHdr #header { 
	padding: 0;
	height:295px;
	}
.OnecolHdr #menutop{
height: 30px;
width:1000px;
}
.OnecolHdr #menutop .btntabtop{
height:30px;
width:180px;
margin:0px;
float:left;
padding:0;
}
.OnecolHdr #menutop .shadetabstop{
border-bottom: 0;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin: 0;
height: 30px;
width:780px;
float:right;
}

.OnecolHdr #menutop .shadetabstop ul{
padding: 0px 2px 0 2px;
margin: 0 10px 0 0px;
font: bold 10px Verdana;
line-height:25px;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.OnecolHdr #menutop .shadetabstop li{
display: inline;
margin: 0;
	color:#9D8A7A;
}

.OnecolHdr #menutop .shadetabstop li a{
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	margin: 0;
	color:#9D8A7A;
	line-height:25px;
}

.OnecolHdr #menutop .shadetabstop li a:visited{
color:#9D8A7A;
}

.OnecolHdr #menutop .shadetabstop li a:hover{
text-decoration: none;
color:#CFCFCF;
}

.OnecolHdr #menutop .shadetabstop li.selected{
position: relative;
top: 1px;
}

.OnecolHdr #menutop .shadetabstop li.selected a{ /*selected main tab style */
color:#FFFFFF;
text-decoration: none;
}

.OnecolHdr #menutop .shadetabstop li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.OnecolHdr #hdrtop {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 172px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.OnecolHdr #hdrtop .sbrtabtop {
	float: right; /* since this element is floated, a width must be given */
	width: 940px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 2px 0;
}
.OnecolHdr #hdrtop .bnrtabtop{
	margin: 0 999px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*width:829px;*/
}
.OnecolHdr #menumain {
height:38px;
margin:0 auto;
}
.OnecolHdr #menumain .shadetabs{
margin: 0 auto;
padding: 10px 0 0 0;
}

.OnecolHdr #menumain .shadetabs ul{
padding: 0px;
margin: 0px auto;
font: 11px verdana,arial,helvetica,san-serif;
line-height:25px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.OnecolHdr #menumain .shadetabs li{
display: inline;
margin: 0;
line-height:25px;
}

.OnecolHdr #menumain .shadetabs li a{
	background-image: url(http://www.geffenplayhouse.org/images/BDY_B_inactive.gif);
	background-repeat:repeat-x
	border-color:#666666;
	text-decoration:none;
	color:#CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	text-decoration: none;
	line-height:26PX;
	padding: 6px 8px 7px 8px;
	margin: 0 1px 0 1px;
}

.OnecolHdr #menumain .shadetabs li a:visited{
color: #CACACA;
}

.OnecolHdr #menumain .shadetabs li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	border-color:#666666;
}

.OnecolHdr #menumain .shadetabs li.selected{
    position: relative;
    top: 0px;
	height:27px;
	color: #2d2b2b;
}

.OnecolHdr #menumain .shadetabs li.selected a{ /*selected main tab style */
	text-decoration: none;
	color: #2d2b2b;
	background-image: url(http://www.geffenplayhouse.org/images/BDY_B_active.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-top-color: #ccc;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	line-height:26PX;
}

.OnecolHdr #menumain .shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #2d2b2b;

}
.OnecolHdr #menuSub{
height:50px;
padding:18px 0 17px 0px;
}
.OnecolHdr #menuSub .shadetabSub{
border-bottom: 0;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin: 0;
height: 30px;
width:1000px;
}

.OnecolHdr #menuSub .shadetabSub ul{
padding: 0px 2px 0 2px;
margin: 0 10px 0 0px;
color:#382C1E;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration:none;
line-height:15px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.OnecolHdr #menuSub .shadetabSub li{
display: inline;
margin: 0;
color:#382C1E;
}

.OnecolHdr #menuSub .shadetabSub li a{
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	margin: 0;
	color:#382C1E;
	line-height:15px;
}

.OnecolHdr #menuSub .shadetabSub li a:visited{
	color:#000033;
}

.OnecolHdr #menuSub .shadetabSub li a:hover{
	text-decoration: none;
	color:#990000;
}

.OnecolHdr #menuSub .shadetabSub li.selected a{
	color:#990000;
	text-decoration: none;
    font-weight: bold;
}

.OnecolHdr #menuSub .shadetabSub li.selected a:visited{
	color:#990000;
	text-decoration: none;
    font-weight: bold;
}

.OnecolHdr #menuSub .shadetabSub li.selected a:hover{
	color:#000033;
	text-decoration: none;
    font-weight: bold;
}


.OnecolHdr #mainContent {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.OnecolHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(http://www.geffenplayhouse.org/images/bkg_footer.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height:165px;
	text-align: center;
}
.OnecolHdr #footercontent { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(http://www.geffenplayhouse.org/images/bkg_footerCnt.jpg);
	background-repeat:no-repeat;
	background-position: LEFT bottom;
	height:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#9D8A7A;
	padding-top:5px;
}
.OnecolHdr #footercontent a{ 
	color:#9D8A7A;
	text-decoration:none;
}

.OnecolHdr #footercontent a:hover{ 
	color:#fff;
	text-decoration:none;
}
 
.OnecolHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.submenu{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#9D8A7A;
}
.submenu a {
color:#382c1e;
text-decoration:none;
}
.submenu a:hover{
color:#670102;
text-decoration:none;
}

h1, .header {
	font-family:"Times New Roman", Times, Garamond, Georgia, serif;
	font-size:29px;
	color:#670102;
	font-weight:bold;
	margin: 0 0 5px 0;
	line-height:25px;
	}
h2, .subheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#898858;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:none;
	}
p, .text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	}
td.text{
	padding-right: 5px;
	margin-right:5px;
}

a.text {
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	text-decoration:none;
	}

a:visited.text{
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	text-decoration:none;
	}

a:hover.text{
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	text-decoration:none;
	}
a.red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#990000;
	text-decoration:none;
	}

a:visited.red{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#990000;
	text-decoration:none;
	}

a:hover.red{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#990000;
	text-decoration:none;
	}
a.red2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	text-decoration:none;
	}

a:visited.red2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	text-decoration:none;
	}

a:hover.red2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	text-decoration:none;
	}

a.black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	}

a:visited.black{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	}

a:hover.black{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	}
	
.lg {
background-color:#CCCCCC:
}

td.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #531E1C;
}
div.calendar { position: relative; }

.calendar {
  border: 0px solid #206A9B;
  font-size: 12px;
  color: #fff;
  cursor: default;
  font-family: verdana, arial, tahoma, sans-serif;
}
.calendar table {
  border: 1px solid #5C7B96;
  font-size: 12px;
  color: #fff;
  cursor: default;
  font-family: verdana, arial, tahoma, sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #3A4B55 url(http://www.geffenplayhouse.org/images/spacer.gif) no-repeat 1% 1%;
  font-size: 10px;
  font-weight: bold;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #3A4B55;
  color: #fff;
  padding: 2px;
  border: 1px solid #5C7B96;
}

.calendar thead tr { /* Row <TR> containing navigation buttons */
  background: #3A4B55;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #5C7B96;
  border: 1px 0px 0px 0px solid #5C7B96;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  background: #5C7B96;
  border-bottom: 1px solid #206A9B;
  padding: 2px;
  text-align: center;
  color: #fff;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #fff;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #5C7B96;
  color: #000;
  border: 1px solid #016DC5;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #006AA9;
  border: 1px solid #008AFF;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  background: #3A4B55;
  width: 2em;
  color: #fff;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #fff;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fff;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #2E3A44;
}

.calendar tbody .rowhilite td {
  background: #3A4B55;
}

.calendar tbody .rowhilite td.wn {
  background: #3A4B55;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #2E3A44;
  padding: 1px 3px 1px 1px;
  border: 1px solid #8FC4E8;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #2E3A44;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 0px solid #A1502C;
  padding: 1px 3px 1px 1px;
  background: #415562;
  color: #fff;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #fff;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #3A4B55;
}

.calendar tbody .disabled { color: #000; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #206A9B;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #000;
  color: #fff;
  border-top: 1px solid #206A9B;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #B8DAF0;
  border: 1px solid #178AEB;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #006AA9;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #13273D;
  color: #fff;
  font-size: 90%;
  visibility: hidden;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #13273D;
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  font-weight: bold;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #F1F8FC;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #E3F0F9;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #F1F8FC;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #267DB7;
  color: #fff;
}

.calendar td.time span.active {
  border-color: red;
  background-color: #000;
  color: #A5FF00;
}

