﻿/*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: -490px;
    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;
}

/*Javascript and Cookies Error pages*/

.mainhelppage
{
    position: absolute;
    left: 50px;
    top: 70px;
}
.erroricon
{
    position: absolute;
    left: 0px;
    top: 0px;
}
.helppagetitle
{
    margin-left: 50px;
}
.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;
}


