/*
******************************************************************************
*
*     File Name:    template.css
*
******************************************************************************
*   C O P Y R I G H T   A N D   C O N F I D E N T I A L I T Y   N O T I C E
******************************************************************************
*
*      Copyright (c) 2006 AOL LLC.  All rights reserved.
*      This software contains valuable confidential and proprietary
*      information of AOL LLC. and is subject to applicable
*      licensing agreements.  Unauthorized reproduction, transmission or
*      distribution of this file and its contents is a violation of
*      applicable laws.
*
*            A O L   C O N F I D E N T I A L
*
******************************************************************************
*/

body {
    margin-left:0;
    margin-top:0;
    margin-right:0;
}
.BuddyWallpaperDiv {
    position:absolute;
    left:0;
    right:0;
    width:100%;
    height:100%;
}
.wallPaperOverlay {
    position:absolute;
    left:0;
    right:0;
    width:100%;
    height:100%;
}
.faderSurround {
    position:absolute;
    width:100%;
    height:100%;
    padding:0 0 0 0;
}
.fader {
    filter:alpha(opacity=90);
    width:100%;
    height:100%;
    background-color:white;
}
.gallery {
    position:absolute;
    left:0;
    right:0;
    width:100%;
    height:100%;
    z-index:1;
}
.buddyicon {
    display:none;
    right:0px;
    position:absolute;
    top:5px;
}    
.superGroupDiv {
    position:absolute;
    right:0;        
}
.FlashDiv {
    position:absolute;
    left:0;
    right:0;
    width:100%;
    height:100%;
}
.textWindow {
    right:0px;
    left:0px;
    height:100%;
    width:100%;
    color:black;
    position:absolute;
    top:0px;
    bottom:15px;
}
.statusIndicator {
    text-align:center;
    width:100%;
    bottom:0px;
    height:10px;
    position:absolute;
    filter:alpha(opacity=85);
    background-color:white;
    font:7pt Verdana;
    display:none;
}