#home-content .invisible{
    display:none;
}
#home-content #imgDiv{
    width:768px;
    height:500px;
    margin:auto;
    z-index:-1;
}
#home-content #stagePicDiv{
    width:768px;
    height:500px;
    margin-bottom:-768px;
    position:relative;
}
#home-content #stagePic{
    min-width:767px;
    max-width:769px;
    min-height:499px;
    max-height:501px;
}
#home-content .entry{
    background-color:white;
    min-width:50px;
    min-height:30px;
    border:1px solid gray;
    border-radius:5px;
    font-size:.8em;
}
#home-content .entry p{
    margin:5px 10px;
}
#home-content .exiter{
    margin:0;
    padding:0;
}

#home-content small{
    font-size: .8em !important;
}
.regGrid 
{
    width: 100%;
}

.regGrid th
{
    padding: 0 4px;
    font-size: 0.85em;
    line-height: 1.7em;
}

.regGrid td
{
    padding: 0 4px;
    font-size: 0.75em;
    vertical-align: top;
}
.regGrid td span{
    padding: 0;
}

/* For paging controls at bottom of grid */
.regGrid td table td
{
    font-size: 1.25em;
    font-weight: bold;
}

/* Media Queries */
@media only screen and (max-width:900px){
	#home-content #imgDiv{
	    display:none;
	}
	#home-content #stagePicDiv{
	    display:none;
	}

}
