﻿.PtLabel
{
    font-family:Cambria;
    font-size:20px;
    font-weight:bold;
    padding-left:50px;
    
}

.PtBigTextBox {
    width: 450px;
    font-family: Cambria;
    font-weight: bold;
    font-size: 18px;
    padding: 3px;
    border-radius: 5px;
    margin-left: 20px;
}

.PtTextBox
{
    width:250px;
    font-family:Cambria;
    font-weight:bold;
    font-size:18px;
    padding:3px;
    border-radius:5px;
    margin-left:20px;
}

.PtShortTextBox {
    width: 50px;
    font-family: Cambria;
    font-weight: bold;
    font-size: 18px;
    padding: 3px;
    border-radius: 5px;
    margin-left: 20px;
}

.PtMediumTextBox {
    width: 120px;
    font-family: Cambria;
    font-weight: bold;
    font-size: 18px;
    padding: 3px;
    border-radius: 5px;
    margin-left: 20px;
}

.PtTextArea {
    font-family: Cambria;
    font-weight: bold;
    font-size: 18px;
    padding: 3px;
    border-radius: 5px;
    margin-left: 20px;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    /*padding-top: 10px;
        padding-left: 10px;*/
    width: 500px;
    height: 450px;
    text-align: left;
}

    .modalPopup td {
        padding: 5px;
        cursor: pointer;
    }


.popupheader {
    height: 40px;
    background-color: #00718C;
    color: White;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 10px;
}

.searchsection {
    background-color: #3399FF;
    color: White;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight: bold;
}

.popupcontent {
    padding: 10px 10px 10px 20px;
}

.popupbutton {
    float: right;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.coloured_button {
    /*width: 70%;*/
    margin-left: 3%;
    margin-bottom: 25px;
    height: 40px;
    border-radius: 5px;
    outline: 0;
    -moz-outline-style: none;
    background: #e74c3c;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 200;
    cursor: pointer;
    transition: box-shadow .4s ease;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
    