﻿body {
    font-family: Tahoma;
    margin: 30px 0px 0px 0px;
}
.footer {
    color: #c0c0c0;
    font-size: 9pt;
}

/* LEFT PANE */
.leftPane {
    height: 400px;
    margin: 0;
    padding: 0;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.leftPaneImage {
    height: 100%;
    width: 100%;
}

/* RIGHT PANE */
.rightPane {
    height: 400px;
    background-color: #666666;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.groupInstructions {
    padding: 10px 0px 20px 0px;
}
.groupInstructionsTitle {
    font: bold 14pt Tahoma;
    color: white;
    padding: 5px 10px 5px 10px;
}
.groupInstructionsText {
    font: normal 13pt Tahoma;
    color: white;
    padding: 0px 10px 0px 10px;
}
.groupRightButtons {
    text-align: center;
}
.groupBtnOuter {
    margin: 10px 0px 10px 0px;
}
.groupBtnInner {
    padding: 10px 0px 10px 0px;
    width: 250px;
}
.groupBtnInnerPTT {
    padding: 10px 0px 10px 0px;
    width: 350px;
}
.logoForPTT {
	margin: 0 0 20px 0;
}


/* Title */
.listTitle {
    font: 500 14pt Tahoma;
    text-align:left;
    margin: 10px 0px 0px 0px;
}
.listLine {
    width: auto;
    border: none;
    background-color: #c0c0c0;
}
.listBack {
    font-size: 12pt;
    font-family: Tahoma;
    font-weight: normal;
}
.listBackLink {
    font-size: 12pt;
    font-family: Tahoma;
    font-weight: normal;
}
.documentList {
    margin: 0px 0px 0px 15px;
}

.formTextSmall {
    max-width: 100px;
}
.formTextMedium {
    max-width: 200px;
}
.formTextLarge {
    max-width: 300px;
}

.myBorder {
    border: solid 1px red;
}

.myBorderSpecial {
    border: solid 1px black;
    background-color: yellow;
}


.formThanks {
    padding: 20px 0 20px 0;
    font-size: 12pt;
    font-family: Tahoma;
    font-weight: normal;
    text-align: center;
}

