
/* GENERAL LAYOUT */

body {
        color: white;
        background: black;
        margin: 0px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:10px;
    }

    A:link {text-decoration: none; color:#FFFFFF;}
    A:visited {text-decoration: none; color:#FFFFFF;}
    A:active {text-decoration: none; color:#FFFFFF;}
    A:hover {text-decoration: none; color:#FFFFFF;}
    
    #tipsetting{
    position: absolute;
    font-size:12px;
    width: 75px;
    border: 1px solid black; 
    padding: 3px;
    background-color:#333333;
    
    visibility: hidden;
    z-index: 100;
    color:#FFFFFF;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    /* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
    }
    
    #header{
    width:964px;
    text-align:left;
    }
    #maintop{
    width:964px;
    background-image:url(/espanol/img/gcoupe/backgroundgcoupe.jpg); background-repeat:no-repeat;background-position: top;
    height:636px;
    }
    
    .mtitle{
          font-family:Arial, Helvetica, sans-serif;
        font-size:20px;
        font-weight:bold;
        margin-bottom:5px;
    }
    
    #Layer1 {
        position:absolute;
        left:730px;
        top:323px;
        width:550px;
        height:264px;
        z-index:101;
    }
    
    INPUT {font-family:verdana,arial,helvetica,sans-serif;color:#333333;border:0px solid #999999;}

    .select-free
    {
        position:absolute;
        z-index:10;/*any value*/
        overflow:hidden;/*must have*/
        width:33em;/*must have for any value*/;
    }
    .select-free iframe
    {
        display:none;/*sorry for IE5*/
        display/**/:block;/*sorry for IE5*/
        position:absolute;/*must have*/
        top:0;/*must have*/
        left:0;/*must have*/
        z-index:-1;/*must have*/
        filter:mask();/*must have*/
        width:3000px;/*must have for any big value*/
        height:3000px/*must have for any big value*/;
    }
    
/* POPUP DISPLAY BOX 
div.gPopUpDisplay   {display:none;width:302px;position:absolute;z-index:10;text-align:right;padding:0px 4px 8px 4px;font-size:11px}
div.gPopUpDisplay a.gClose:link, div.gPopUpDisplay a.gClose:visited
            {padding-right:14px;background:url(/img/global/dhtmlpop-close.gif) no-repeat center right;color:white !important}
div.gPopUpDisplay div.gPopUpContentContainer
            {overflow:auto;widt--h:83%;height:144px;mar--gin:5px;padding:7px 20px 7px 7px;color:#ffffff;text-align:left;line-height:1.5;scrollbar-face-color:#bbb2ac;}
div.gPopUpDisplay .gFirstChild  {margin:4px 10px}*/
    
    @media print{
    div.gPopUpDisplay       {display:block;position:static;width:auto}
    div.gPopUpDisplay a.gClose  {display:none;}
    .gPopUpContentContainer     {overflow:visible;height:auto}
    }
    
    DIV.gFooter         {padding-top:30px;margin:0px auto;text-align:left;}
    #gFooter    {clear:left;height:25px;clear:both;text-align:center;padding-top:2px;background:url(/apps/nna/docroot/img/global/footer-border.gif) no-repeat black;margin:0px auto;width:964px;margin-top:.5em}
    #gFooter a  {color:white;padding:0px 12px;font-size:11px;}
    #gFooter a *{color:white;;font-size:11px;}
    #gFooter #gFooterAboutLink{font-weight:bold}

