@charset "UTF-8";
@import url("Persistent.css");

/*
 * Presentation.css
 * Created on: Dec 31, 2007
 * $Revision$
 * $LastChangedDate$
 * Copyright 2007-2008 Steven Coco. All rights reserved, worldwide - use is restricted. www.StevenCoco.com
 */

#viewBox {
    width: 1120px;
    height: 600px;
    padding: 10px;
}

#viewControlsPort {
    float: left;
    width: 290px;
    height: 600px;
    border-right: thin solid black;
}

#viewControls {
    width: 290px;
    height: 42px;
    text-align: center;
}

#viewContents {
    width: 280px;
    height: 538px;
    padding: 10px 10px 0 0;
    border-top: thin solid black;
    overflow: scroll;
    font-family: sans-serif;
    font-size: smaller;
}

.ContentsItem, .ActiveContentsItem {
    text-decoration: underline;
    font-weight: bold;
    color: #000458; /* Dark Blue */
}
.ActiveContentsItem {
    background-color: #f1e24f; /* Info */
}

#viewPort {
    float: left;
    width: 800px;
    height: 600px;
    padding-left: 10px;
}
