/*  Author: Ryan O'Hara
    Contents: This file contains all style relating to the fusion site */


/*      --------------      */
/*          Global          */

BODY {
    padding:0px;
    margin:0px;
    background-color:Black;
}

div.fusionContent {
   text-align:center;
   vertical-align:top;
   padding:0px;
   margin:0px;
}

a:visited {
    color:gray;
    text-decoration:underline;
}

a {
    color:gray;
    text-decoration:underline;
}  

.gblHidden 
{
    visibility:hidden;
    display:none;    
}

/*      --------------      */
/*    anticipation pages    */

div.anticipateContent {
    text-align:center;
    vertical-align:middle;
}


/* footer */
#footerContainer
{
   text-align:center;
}

#footerText 
{
    padding-top:10px;
    font-family:Verdana, Arial, Sans-Serif;
    font-size:10px;
    color:gray;
}

/* International Landing Page */
#intlContent 
{
    position:relative;
    width:795px;
    top:0px;
    left:0px;
}

#intlSelectBox
{
    width:200px;
    font-size:9px;
    height:15px;
}

#intlFormPosition 
{
    position:absolute;
    top:176px;
    left:480px;
}