﻿* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #ffffff;
    font-family: Calibri, Arial, Geneva, sans-serif;
    font-size: 65.5%;
    border: none;
    color: #333333;    
}

p {
    font-size: 120%;
    line-height: 130%;
    padding-bottom: 1em;
}

h1 {
    font-size: 140%;
    padding-bottom: 1em;
    font-weight: bold;
}

h2 {
    font-size: 120%;
    padding-bottom: 1em;
    line-height: 12px;
    font-weight: bold;
}

h3 {
    font-size: 110%;
    padding-bottom: 1em;
    line-height: 12px;
    font-weight: bold;
}

h4 {
    font-size: 110%;
    padding-bottom: 1em;
    text-decoration: underline;
    font-weight: normal;
}

h4 a {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.text {
    overflow: auto;
}

#container {
    background-color: #FFFFFF;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;    
}

#footer ul {
    list-style-type: none;
    line-height: 20px;
}

#footer {
    float: left;
    width: 1176px;
    padding-right: 10px;
    padding-top: 5px;
    padding-left: 14px;
    background-color: #FFFFFF;
    color: Black;
    font-size: 110%;
}

#footer a {
    color: #000000;
}

#footer ul li {
    padding-right: 5px;
}

.largerText {
    font-size: 100%;
}

.fieldlabel {
    font-size: 13px;
    color: black;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    width: 500px;
}

.modalPopup {
    background-color: #FFFFFF; /*#ffffdd;*/
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 10px;
    width: 500px;
    z-index: 100000 !important;
}

.modalLabel {
    font-weight: bold;
    font-size: 120%;
    color: Black;
}

.modalListPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 5px;
    width: 1190px;
    z-index: 100001 !important;
}

.modalLabelwithRadControl {
    font-weight: bold;
    font-size: 110%;
    color: Black;
}

.modalPopup p {
    display: block;
}

.white-space {
    white-space: nowrap;
}
