﻿/*Revision History:	
VSS           DATE      INITIALS  PILOT ITEM #
09.03.26.0001	03/26/2009	  gio     11676 
*/

body, html
{
    margin: 0;
    padding: 0;
}

.global
{
    width: 956px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -478px;
    z-index: -1;
}

.mainmenu
{
    position: absolute;
    margin-top: -10px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
}

/*IE*/
.mainmenu
{
    text-align: center;
}

/*Firefox*/
.mainmenu
{
    text-align: -moz-center;
}

.pagecontent
{
    width: 956px;
    position: absolute;
    top: 80px;
    left: 0px;
    text-align: center;
    z-index: -1;
    border-width: 2px;
    border-color: #B0C4DE;
    border-style: solid;
    padding: 10px;
}

/** Timeout Control START **/
    .timoutMessage
    {
        border: steelblue thin solid;
        background-color: White;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
        width: 350px;
        z-index:50000;
    }
    
       
    .sessionwarningtitle
    {
        width:100%; 
        font-size:large; 
        clear:both;
    }             
    
    .sessionwarningmessage
    {
        width:100%; 
        vertical-align:middle; 
        text-align:center; 
        clear:both; 
        padding:5px; 
        margin-top:5px; 
    }
    
    .sessionwarningcommands
    {
        width:100%; 
        margin-top:10px; 
        clear:both; 
        padding:5px;    
    }        
    
    /*IE*/
    .centered
    {
        text-align: center;
    }

    /*Firefox*/
    .centered
    {
        text-align: -moz-center;
    }  
    
/** Timeout Control END **/


/*Javascript and Cookies Error pages*/

.mainhelppage
{
    position: absolute;
    left: 50px;
    top: 70px;
}
.erroricon
{
    position: absolute;
    left: 0px;
    top: 0px;
}
.helppagetitle
{
    margin-left: 50px;
}

.loginlink
{
    position: absolute;
    left: 750px;
    top: 40px;
    padding: 5px;
    width: 40px;
    color: navy;
    border: solid 1px #ABC1DE;
    background-color: #EAF2FB;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
}

.helplink
{
    position: absolute;
    left: 680px;
    top: 90px;
    padding: 5px;
    width: 110px;
    color: navy;
    border: solid 1px #ABC1DE;
    background-color: #EAF2FB;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
}

.buttonwidth
{
    width: 130px;
}

.instruction
{
    width: 800px;
    text-align: justify;
    color: Navy;
    font-style: italic;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
}
.instructionbody
{
    width: 800px;
    text-align: justify;
    color: Navy;
}

.browsertable
{
    width: 820px; 
}

.browsertable2
{
    width:850px;
}

.browsertable2 td
{
    vertical-align:top;
    width:420px;          
    padding-right:15px;
}



