
.hidden {
    display: none;
}

.notVisible {
	border: 0 none;
	border-collapse: separate;
	display: none;
	visibility: hidden;
}

.imageOverlay {
	background-color: #EEEEEE;
	position: absolute;
	z-index: 500;
}

.chartOverlay {
	background-color: #EEEEEE;
	left: 7px;
	position: absolute;
	top: 60px;
	z-index: 500;
}

.transparent {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.buttonTable {
    border: 0 none;
    border-collapse: separate;
}

.buttonTable td {
    border: 0 none;
}

/*****************************************************************************
 * Style for Installer Raw Data Page
 *****************************************************************************/
#installerSelector {
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
}

#installerData {
    height: 575px;
    margin-top: 100px;
    position: relative;
}

.installerDataTable {
    
}

.installerDataTable thead {
	position: absolute;
	top: -87px;
}

.installerDataTable tbody {
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
}

.installerDataTable td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.installerDataTable th {
    padding-left: 10px;
    padding-right: 10px;
}