﻿body {
    font-family: Verdana, Arial;
    text-align: justify;
}

.absoluteTemplate {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.divBox {
    position: relative;
	font-size: 0.8em;
	color: #262626;
	margin-bottom: 10px;
	padding: 4px 26px 18px 17px;
}

.divBoxHeader {
    position: absolute;
    width: 100%;
    font-size: 1.4em;
    font-weight: bold;
    height: 32px;
    margin-top: -31px;
    text-align: center;
    left: 0px;
    color: Black;
}

.p {
    text-indent: 40px;
    margin-bottom: 15px;
}

.contentWindow {
    position: absolute;
    top: 150px;
    left: 315px;
}

.menuItemTable {
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    margin: 5px 0px 5px 0px;
}

.menuItemLeft {
    background: url('images/menuleft.png') no-repeat right;
}

.menuItemRight {
    background: url('images/menuright.png') no-repeat left;
}

.menuItemLeftSelected {
    background: url('images/menuleftselected.png') no-repeat right;
}

.menuItemRightSelected {
    background: url('images/menurightselected.png') no-repeat left;
}

.menuItemLeftLarge {
    background: url('images/menuleftlarge.png') no-repeat right;
}

.menuItemRightLarge {
    background: url('images/menurightlarge.png') no-repeat left;
}

.menuItemLeftSelectedLarge {
    background: url('images/menuleftselectedlarge.png') no-repeat right;
}

.menuItemRightSelectedLarge {
    background: url('images/menurightselectedlarge.png') no-repeat left;
}

.menuItemText {
    font-weight: normal;
    border-top: solid 1px #000066;
    border-bottom: solid 1px #000066;
    background-color: #d7ebff;
    cursor: pointer;
}

.menuItemTextHighlighted {
    font-weight: bold;
    border-top: solid 1px #000066;
    border-bottom: solid 1px #000066;
    background-color: #d7ebff;
    cursor: pointer;
}

.menuItemTextSelected {
    font-weight: bold;
    border-top: solid 1px #000066;
    border-bottom: solid 1px #000066;
    background-color: #42a0ff;
    cursor: pointer;
}

.spacer {
    width: 100%;
    height: 5px;
}

.boxart {
    float: left;
    margin-right: 15px;
    border: solid 1px black;
}
