.mainLayout{
	border-left:5px solid #2C2A42;
    border-bottom:5px solid #2C2A42;
   	borderRight:2px solid #2C2A42;
   	background: #2C2A42;
	color:white;
}

#ftling {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    /*img (width, height)(128,15)*/
    margin-top: -30px; /* Half the height */
    margin-left: -34px; /* Half the width */
}


body{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    
    overflow:hidden;
}


.btnActive{
	background: rgb(220, 220, 220) !important;
	background: rgba(220, 220, 220, 0.3) !important; 
	border: 0px !important;
	outline: none !important;
	moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.btnInactive{
	background: none;
	border: 0px;
	outline: none;
}

.cnxbutton{
	background: none;
	border: 0px;
	outline: none;
}
.toolBar table tr td button{
	padding-left: 4px !important;
	padding-right: 4px !important;
}

