﻿body
{
}

body #s4-simple-content
{
    margin-left: 0px;
}

.MainTable
{
    width: 100%;
}

.environment
{
    font-family: Calibri,Verdana, Arial, sans-serif;
    font-size:16px;
    color:Red !important;
    font-weight:bolder;
    text-align:center;
    /*padding-top:10px;*/
}

.SignInBox
{
    margin-left: 10px;
    margin-right: 10px;
}

.SystemMessage
{
    color: Red; 
    width:450px;
}

/* Sign In Page 
        .ontop
        {
            z-index: 100;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: none;
            position: fixed;
            color: #aaaaaa;
            filter: alpha(opacity = 80);
            background-color: #000;
            -moz-opacity: 0.8;
            -khtml-opacity: 0.8;
            opacity: 0.8;
            display: none;
        }
        #popup
        {
            width: 300px;
            height: 200px;
            position: absolute;
            color: #000;
            top: 50%;
            left: 50%;
            margin-top: -100px;
            margin-left: -320px;
            display: none;
        } 
        #popupWin
        {
            width: 300px;
            height: 200px;
            position: absolute;
            color: #000;
            top: 50%;
            left: 50%;
            margin-top: -100px;
            margin-left: -320px;
            display: none;
        }  
        .content a
        {
            text-decoration: none;
        }    
        .content
        {
            min-width: 600px;
            width: 600px;
            min-height: 150px;
            margin: 100px auto;
            background: #f3f3f3;
            position: relative;
            z-index: 103;
            padding: 10px;
            border-radius: 5px;
            box-shadow: 0 2px 5px #000;
        }
        .content p
        {
            clear: both;
            color: #555555;
            text-align: justify;
        }
        .content p a
        {
            color: #d91900;
            font-weight: bold;
        }
        .content .x
        {
            float: right;
            height: 35px;
            position: relative;
            width: 34px;
        }
        .content .x:hover
        {
            cursor: pointer;
        }
*/
