﻿/*
	Copyright (C) 1999-2020 Empresa Limited - All Rights Reserved
	This resource is subject to the terms of the e-StudentTracker Full Code Access license.				
	A copy of this license can be found at:
		http://www.e-studenttracker.co.uk/Licenses/Full-Code-Access/
		licensing@e-studenttracker.co.uk
*/

.lockedScrollingTable {float: left; margin: 0; overflow: hidden; padding: 0; width: 100%;}
.lockedScrollingTable .topLeft, .lockedScrollingTable .topRight, .lockedScrollingTable .bottomLeft, .lockedScrollingTable .bottomRight {float: left; margin: 0; overflow: hidden; padding: 0;}
.lockedScrollingTable .topLeft {width: 10000px;}
.lockedScrollingTable .topRight {width: 10000px;}
.lockedScrollingTable .bottomLeft {height: 400px; width: 10000px;}
.lockedScrollingTable .bottomRight {height: 400px; left: 0; overflow: scroll; position: relative; top: 0; width: 10000px;}
    .lockedScrollingTable table {border-collapse: collapse; float: left; margin: 0; padding: 0; width: auto;}
        /*.lockedScrollingTable table tr th, .lockedScrollingTable table tr td {border: 1px solid #333; margin: 0; padding: 3px;}
        .lockedScrollingTable table tr td {border: 1px solid #ebebeb; }*/