TABLE.centerTable
{
	margin-left: auto;
	margin-right:auto;
	width:936px;
}

TD.centerFrameLeft
{
	width:274px;
	vertical-align:top;
}

TD.centerFrameCenter
{
	width:12px;
	background-image:url('../images/subs/FrameSplit.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:left top;
}

TD.centerFrameRight
{
	width:650px;
	vertical-align:top;
}

TD.centerUp
{
	background-image:url('../images/main/ASLFrameUp.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:left top;
	height:117px;
	width:100%; 
}
TD.centerMiddle
{
	background-image:url('../images/main/ASLFrameMiddle.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:left top; 
	width:100%;
}
TD.centerDown
{
	background-image:url('../images/main/ASLFrameDown.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:left top; 
	height:95px; 
	width:100%;
	vertical-align:20%; 
}
TD.ul
{
	background-image:url('../images/table/1_UpperLeft.png');
	background-repeat:no-repeat;
	background-position:left top; 
	width:20px;
	height:20px;
}
TD.top
{
	background-image:url('../images/table/2_TopRepeat.png');	
	font-weight:bold;
	background-repeat:repeat-x;
	background-position:left top; 
	height:20px;
}
TD.ur
{
	background-image:url('../images/table/3_UpperRight.png');
	background-repeat:no-repeat;
	background-position:left top; 
	width:20px;
	height:20px;
}
TD.left
{
	background-image:url('../images/table/4_LeftRepeat.png');
	background-repeat:repeat-y;
	width:20px;
}
TD.right
{
	background-image:url('../images/table/5_RightRepeat.png');
	background-repeat:repeat-y;
	width:15px;
}
TD.bl
{
	background-image:url('../images/table/6_BottomLeft.png');
	background-repeat:no-repeat;
	background-position:left top; 
	width:20px;
	height:20px;
}
TD.bottom
{
	background-image:url('../images/table/7_BottomRepeat.png');
	background-repeat:repeat-x;
	height:20px;
}
TD.br
{
	background-image:url('../images/table/8_BottomRight.png');
	background-repeat:no-repeat;
	background-position:left top; 
	width:20px;
	height:20px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1536px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1536px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}