
table.remoteTable {
	border-width: 6px;
	border-style: outset;
	border-color: #C6C6C6;
	border-collapse: separate;
	background-color: #E5E5E5;
        width: 100%;
        height: 93%;
        overflow-y: auto;
}

table.remoteTable td {
	padding: 0px;
	border-color: gray;
}

div.remoteDisplay{
        width: 100%;
        height: 100%;
        border-width: 1px 1px 1px 1px;
        border-spacing: 3px;
        border-color: black;
        border-collapse: collapse;
        text-align: left;
}



a.button {
    background: transparent url('../images/f.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 50px;
    margin-right: 2px;
    padding-right: 51px; /* sliding doors padding */
    text-decoration: none;
}


a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}


