.preview {
    background-image: url('/images/preview_watermark.png');
    background-repeat: repeat;
}

ul.main_menu_list {
    padding: 0px;
}

ul.main_menu_list li {
    display: inline;
    text-align: left;
    position: relative;
    float: left;
}

.main_nav_button {
    color: #39c;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.main_nav_button.selected {
    background-color: #fff;
    cursor: pointer;
}

.lightblue {
    background-color: #f5fcff;
}

.main_nav_button:hover {
    cursor: pointer;
    background-color: #f5fcff;
}

.submenu_container {
    position: relative;
}

.submenu {
    background-color: #f5fcff;
    min-width: 200px;
    z-index: 9999;
    position: absolute;
    top: 1px;
}

.submenu ul li {
    list-style-type: none;
    padding: 5px;
    display: list-item;
    clear: both;
}

.boxshadow {
    -moz-box-shadow: 0px 5px 5px #808080; /* Firefox */
    -webkit-box-shadow: 5px 5px 5px #808080; /* Safari, Chrome */
    box-shadow: 0px 5px 5px #808080; /* CSS3 */
}

a.sub_nav_button {
    min-width: 180px;
    text-decoration: none;
    font-size: 1em;
    color: #39c;
}

a.sub_nav_button:hover {
    cursor: pointer;
    text-decoration: underline;
}

p.small {
    margin-bottom: 0.2em;
}

.alignright {
    text-align: right;
}

.blue-box {
    border-top: solid 2px #CAE8F7;
}

.gray-box {
    background-color: #EEE;
}

.title-box {
    border-top: solid 2px #000;
}

.pad5 {
    margin: 5px;
}

p {
    margin: 5px;
}

.fullwidth {
    width: 100% !important;
}

hr.smallmargin {
    margin-bottom: 5px;
}

.gray-box-heading {
    font-size: 13px;
    font-weight: bold;
    color: #555;
    padding: 5px 10px;
    background-color: #e3e5e5;
    border: 2px solid #eee;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
