﻿/*
 * Classes specific to emailing and printing. 
 */

/* body for print page */
body.print
{
    color: #444444;
    background-color: White;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}

/* body for email message */
body.email
{
    color: #444444;
    background-color: White;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    margin-left: 20px;
}

.PrintArticleBox
{
    color: #444444;
    background-color: White;
    width: 700px;
    margin: 0;
    padding: 20px;
}

.ModalPopup
{
    background-color: White;
    height: 130px;
    width: 210px;
    padding: 10px;
    border-color: #ff9900;
    border-style: solid;
    border-width: 2px;
}

.ModalPopupBackground
{
    background-color: #d9d9d9;
    filter: alpha(opacity=80); /* Transparency for IE*/
    -moz-opacity: 0.80; /* Transparency for Mozilla*/
    opacity: 0.80; /* Transparency for Gecko*/
}

.ModalPopupLiteral
{
    color: Black;
    font-size: 11px;
    font-weight: bold;
    text-align: center; 
}

.ModalPopupButtonBox
{
    text-align: center;
    padding: 10px; 
}

.ModalPopupButton
{
    color: Black; 
    width: 30px;
    border-style: outset; 
    border-width: 1px;  
}

.EmailArticleBox
{
    color: #444444;
    background-color: White;
    width: 680px;
    margin: 0;
    padding: 20px;
}

.EmailControlBox
{
    color: #444444;
    background-color: White;
    width: 500px;
    margin: 0;
    padding: 10px;
}

.EmailBox 
{
    margin: 20px; 
}

.EmailField
{
    color: #444444;
    background-color: White;
    font-size: 12px;
    margin: 0px 0 0 0;
    padding: 5px;
}

.EmailLabel
{
    float: left;
    height: 15px;
    width: 50px;
    margin: 10px 10px 0 0;
    font-weight: bold; 
    color: #496890; 
    vertical-align: top; 
    text-align: right; 
}

.EmailText
{
    height: 20px;
    width: 250px;
    margin: 0 10px 10px 0;
    padding: 2px 0 2px 2px; 
    border-style: solid;
    border-width: 1px; 
    border-color: #496890; 
    vertical-align: top; 
}

.EmailCheck
{
    color: #496890; 
}

.EmailButton
{
    float: left;
    height: 20px;
    width: 70px;
    margin: 10px 20px 10px 0;
    border-style: outset;
    border-width: 1px;     
}

.EmailMessage
{
    color: Red;
    height: 10px;
    margin: 0 20px 10px 0;
    width: 500px;
}

