﻿/* ajax modal dialog styles */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalBox {
    background-color: #f5f5f5;
    border-width: 3px;
    border-style: solid;
    border-color: #ff974f;
    padding: 3px;
}

    .modalBox caption {
        background-image: url(images/window_titlebg.gif);
        background-repeat: repeat-x;
    }

/* tweb modal dialog styles */
.modalPanelTitle td {
    padding: 3px;
    font-weight: bold;
    font-size: 0.9em;
    background-image: url(images/window_titlebg.gif);
    cursor: pointer;
    color: black;
    font-family: Verdana;
    width: 100%;
    height: 30px;
    background-color: #6f90dc;
}

.modalPanel {
    z-index: 500;
    width: 500px;
    border: solid 1px #ff974f;
    position: absolute;
    border-collapse: collapse;
    background-color: #f0faff;
}

    .modalPanel td {
        vertical-align: top;
    }

.titleIcon {
    padding-right: 20px;
}

.txt {
    border-radius: 2px;
    border: 1px solid #ff974f;
    padding: 0.4em;
    background-color: #EAEAE3;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) inset;
    font-family: Arial,Tahoma,Calibri;
    font-size: 12px;
    color: #3C3C3C;
    font-weight: bold;
    width: 256px;
}

.txtSmall {
    border-radius: 2px;
    border: 1px solid #ff974f;
    padding: 0.4em;
    background-color: #EAEAE3;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) inset;
    font-family: Arial,Tahoma,Calibri;
    font-size: 12px;
    color: #3C3C3C;
    font-weight: bold;
    width: 206px;
}

.txtHalf {
    border-radius: 2px;
    border: 1px solid #ff974f;
    padding: 0.4em;
    background-color: #EAEAE3;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) inset;
    font-family: Arial,Tahoma,Calibri;
    font-size: 12px;
    color: #3C3C3C;
    font-weight: bold;
    width: 120px;
}

.txtVerySmall {
    border-radius: 2px;
    border: 1px solid #ff974f;
    padding: 0.4em;
    background-color: #EAEAE3;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) inset;
    font-family: Arial,Tahoma,Calibri;
    font-size: 12px;
    color: #3C3C3C;
    font-weight: bold;
    width: 35px;
}

.txtLarge {
    border-radius: 2px;
    border: 1px solid #ff974f;
    padding: 0.4em;
    background-color: #EAEAE3;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) inset;
    font-family: Arial,Tahoma,Calibri;
    font-size: 12px;
    color: #3C3C3C;
    font-weight: bold;
    width: 365px;
    height: 126px;
}

.trainingPageContent {
    color: #cccccc;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    ";
}
