﻿/* '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
CSS Stylesheet: Main content 
This stylesheet defines styles for the main content section of the web page.
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

/* Standard content boxes */
div.main 
{
    min-width: 500px;
    padding: 10px 15px 20px 15px;
    border: 1px solid #009900;
    font-family: Arial, Sans-Serif;
    font-size: .9em;
    background-color: #ffffff;
    position: relative;
    top: 0px;
    right: 0%; 
    margin:auto; 
}

div.main1 
{
    padding: 10px 15px 10px 15px;
    border: 1px solid #009900;
    font-family: Arial, Sans-Serif;
    font-size: .9em;
    background-color: #ffffff;
    position:relative;
    width:auto;
    /*  
    min-width: 500px;
    top: 0px;
    right: 0%;  
    margin:auto; */
}


div.mainMiddleRight 
{
    padding: 0px 10px 0px 10px;
    font-family: Arial, Sans-Serif;
    background-color: #ffffff;
}
    
h1.mainTitle, h2.mainTitle, span.mainTitle
{
    position: absolute;
    top: -5px;
    right: 15px;
    background-color: #ffffff;
    color: #990000;
    font-weight:bold;
    font-size: 1em; 
}

/* Error message class */
.ErrorMsg {text-align: center; padding: 10px 10px 10px 10px; margin-top: 10px;
    font-weight: bold; font-size: 9pt;
    border: 1px solid #cc0000; color: #cc0000;}
