
* {

}



#headtable {
background-color: #2b2a29;					/* #999999;	*/
background-image: url(../images/aps6.gif);
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
border-bottom: 3px solid black;
height:57px;
width:100%;
position:fixed;
top:0px;
left: 3px;
right: 3px;
z-index:7;

}

#bgimage {
background-image: url(../images/aps1.png);
vertical-align:top;
opacity: 0.3;
background-repeat: no-repeat;
background-size: 100%;
background-position: top;

}

#mainTable{
border-top: 1px solid black;
position:absolute;
top:58px;
bottom:83px;
right: 3px;
left: 3px;
z-index:3;
overflow-y:scroll;
overflow-x:hidden;

}


#userTable {
position: absolute;
top: 0%;
width: 258px;
height: auto;
z-index: 4;
}




#eventTable {
position: absolute;
left:264px;
padding-left: 2px;
right:1px;
top: 0%;
border-right: solid black;
border-left: solid black;
z-index:3;
overflow-x:scroll;
overflow-y:hidden;
}



#syncScroller {
position:absolute;
left:270px;
right:24px;
bottom: 83px;
z-index:3;
/*	border-right: solid black;
	border-left: solid black;	*/
overflow-x:scroll;
overflow-y:hidden;

}



#legend {
border-top:solid;
height:80px;
position:fixed;
bottom:0px;
left: 3px;
right: 3px;
z-index:4;

}
