﻿.WhiteContainer {
    border: 1px solid #9d9879;
    background-color: #FFFFFF;
    position: relative;
}

.GrayContainer {
    border: 1px solid #9d9879;
    background-color: #F0F0F0;
    margin: 10px;
    padding: 10px;
}

.EmailFooter {
    font-size: 11px;
    text-align: center;
    padding-bottom: 20px;
}

.av-alert
{
    font-style: italic;
    font-weight: bold;
    color: #CC0000;
    margin: 10px;
}

#loading
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    visibility: hidden;
}

#loadingBackground
{
    filter: Alpha(Opacity=65); 
    opacity: 0.65;
    width: 100%; 
    height: 100%; 
    background-color: #CCCCCC;
    position: absolute;
    z-index: 500;
    top: 0px; 
    left: 0px;
}

#loadingContent
{
    position: absolute;
    z-index: 750;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-top: 50px;
}

#RegistrarLink {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}

#CommentsEmailLink {
    margin-top: 10px;
    text-align: center;
    font-size: 11px;
}

button.Export {
    height: 22px;
    line-height: 0;
    vertical-align: middle;
}

.SmallText {
    font-size: 12px;
    line-height: 18px;
}

@media print {
    #vt_header {
        display: none;
    }

    #vt_main_nav {
        display: none;
    }

    #vt_pageTitle {
        display: none;
    }

    #vt_body_col {
        padding: 0px;
    }

    .WhiteContainer {
        border: 0px;
    }

    .GrayContainer {
        display: none;
    }

    #CommentsEmailLink {
        display: none;
    }

    .vt-footer-container {
        display: none;
    }
}