/* Neutralizing Default Styles */

body, div, ul, li, td, h1, h2, h3, h4, h5, h6, p {
font-size: 100%;
font-family: arial, helvetica, verdana, sans-serif;
}

body, div, span, img, form, h1, h2, h3, h4, h5, h6, p {
margin: 0px;
padding: 0px;
background-color: transparent;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

ul {
margin: 0;
padding: 0;
list-style: none;
}
/* End Neutralizing Default Styles */

/* General Styles */
p {
	padding: 5px 15px 5px 15px;
}

h2, h3 {
 	color: #803C31;
	font-weight: bold;
}


/* Begin Layout Styles */
body#interior {
	font-size: 62.5%;

}


/* CUBES */
#cubeTitle h2.selectedDay {
  float: right;
  border-right: 1px #000000 solid;
}

#showSchedule {
display: inline;
}

#cubes {
//width: 946px;
width: 976px;
background: #d3d3d3;
padding-bottom: 20px;
clear: both;
//margin-left: 32px;
margin-left: 2px;
}

#cubeHeads {
font-weight: bold;
//padding-left: 62px;
padding-left: 32px;
font-size: 110%;
//width: 918px;
width: 948px;
background: #ffffff;
overflow: hidden;
text-align: center;
}
#cubes span {
  display: block;
}

#cubeHeads div {
  float: left;
//  width: 77px;
  width: 73px;
  background: #000000;
  height: 70px;
  color: #ffffff;
  padding: 2px;
  margin: 0px 1px 0px 1px;
}

#cubes div.stage {
  float: left;
//  width: 81px;
  width: 76.5px;
  height: 680px;
  background: #d3d3d3;
  position: relative;
  padding: 1px;
}
#cubes div.act {
//  width: 76px;
  width: 71px;
  background: #ffffff;

  padding-top: 2px;
  border: solid 1px #000000;
text-align: center;
}
#cubes div.act:hover { 
}

#cubeTitle input {
  display: block;
  clear: both;
  float: left;
}
#cubes input {
  display: block;
  clear: both;
  position: relative;
  left: 20px;
  margin-bottom: 20px;
}

label.acts {
margin-left: 30px;
}
select.acts {
margin-left: 10px;
}

#cubes .quarter {

  height: 20px;
}

#cubes #times {
  width: 30px;
  padding-left: 2px;
}

span.startTime, span.endTime {
  font-size: 75%;
}


#cubes span.act {
  color: red;
}

#cubes span.act span.popOut {
  display: none;
}


.popped { 
  display: block; 
  border: 1px solid red;
  position: absolute;
  top: -20px;
  left: 30px;
  padding: 10px;
  font-size: 1.5em;
  background: #FFFFE5;
  color: #000000;
  width: 150px;
}

span.popped a.offsite {
	display: block;
}

span.popped span.addLink {
font-weight: bold;
font-size: 75%;
color: #000000;
}

span.popped span.addLink:hover {
color: red;
}
#cubes #kids_tent span.popped {
  width: 100px;
  left: 0px;
  top: 0;
}

#cubes span.act a {
  color: red;
}

div.line {
	clear: both;
	position: relative;	
	width: 100%;	
	text-align: center;
	color: #FFFFFF;
	background: #1d1424;
	height: 120px;
	padding-top: 5px;
	overflow: hidden;
}

#printLink {
  float:left;
  margin-left: 5px;
}


#closeLink {
  float: right;
  margin-right: 5px;
}

#emailLink {
  clear: both;
  float: left;
  margin-left: 5px;
}

#fullLink {
  clear: both;
  margin-left: 5px;
}

#linkBox {
  width: 300px;
  font-size: 16px; 
  color: #CC665D; 
}

#cubeLink {
  clear: both;
float: left;
  margin-left: 5px;
}
.selectedCubes a {
    color: #AC2937;
        font-weight: bold;
        text-decoration:none;
	color: #FF9900; 	
	font-size: 14px; 
}
.selectedCubes a:visited {
  color: #FF9900; 
  font-size: 14px; 
}

.selectedCubes a:hover {
        color: #666666;
}

.selectedCubes a:active {
        color: #000000;
}

.selectedCubes h2 {
	color: #006699;
	clear: both;
	font-size: 18px;
	padding: 10px 0 0 10px;
}

.selectedCubes {
    font-size: 62.5%;
        color: #000;
}

.selectedCubes tr.even {
  background: #FFFFE5;
}


td {
 border-top: solid 1px #000000;
}

table {
  border-bottom: solid 1px #000000;
  width: 100%;
}  



#mailform {
	background: #FFFFE5;
	padding: 20px;
}

.comment {
 font-size: 12px;
 color: #4F4F4F;
 margin-left: 25px;
}

div.label {
padding-top: 10px;
}

#text {
border: thin solid #000000; 
width: 400px; 
overflow:hidden;
font-size: 14px;
background: #FFFFFF;
}

div.flash {
 clear: both;
 border: thin solid #BFC5D5;
 width: 300px;
 margin: 100px;
 padding: 10px;
 text-align: center;
}


#wrapper {
	margin: auto;	
}

