/* application structural css */

#fixed_width_container {
   /* margin-left: auto;
    margin-right: auto; */
	min-width: 1080px;
    width: 100%; /* 960px */
    height: 820px;
}

#header {
    height: 72px;
    font-size: 28px;
    text-align: left;
}

.header-logo {
    height: 100%;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 20px;
}

#activity_area {
    padding: 10px; /* subtract 2*padding from desired w*h */
    width: 99%; /* 940px befor widening ... 960px - 2*padding */
	min-width:1280px;
    height: 760px; /* 720px - 2*padding */
}

    #workspace_container {
        height: 100%;
		width: 83%;
		min-width: 1060px;
    }

    #workspace {
        padding: 10px;
        /*height: 590px; */ /* (height of activity_area) - (2*padding) - (height of controls) */
        height: 740px;
    }


.card {
    /* orig 192x168 */
    width: 184px;
    height: 230px; /*204px*/
    margin: 1px;
    border: 2px solid;
    position: absolute;
}

#card_container1 {
    height: 570px; /*557*/
}

#card_container2 {
    height: 100%;
}
    #controls_container {
        width: 178px;
        height: 126px;
    }
    #controls {
        padding: 5px 5px;
        text-align: center;
    }

    #arrow_container {
        width: 130px;
        margin: auto;
    }
    .arrow .clone {
    /*    float: left;*/
    }

.zoomed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    vertical-align: center;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
}
    .zoomed .caption {
        word-spacing: normal;
        letter-spacing: normal;
    }
    .zoomed img {
        width: 560px; /* un-zoomed width 170px old zoom history: 400,510 */
        height: 700px; /* un-zoomed height 148px old zoom history 480, 444 */
    }
