/*
//---------------------------------------------
//  THIS CODE IS NOT APPROVED FOR USE IN/ON ANY OTHER UI ELEMENT OR PRODUCT COMPONENT.  
//  Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
// ----------------------------------------------
*/
body
{
    width: 130px; 
    height: 121px;
    font-size: 9px;
    margin: 0px;
}

A
{
    cursor: default;
}

#noteArea
{
    position: absolute;
    font-size: 9pt;
    font-family: Segoe Print, Segoe Script, Segoe UI; 
    border: none;
    background: clear;
    overflow: hidden;
}

#leftArrow
{
    position: absolute;
    width: 16px; 
    height: 16px;
    border: none;
    visibility: hidden;
    z-index: 1;
}

#rightArrow
{
    position: absolute;
    width: 16px; 
    height: 16px;
    border: none;
    visibility: hidden;
    z-index: 1;
}

#plusIcon
{
    position: absolute;
    width: 16px; 
    height: 16px;
    border: none;
    visibility: hidden;
    z-index: 1;
}

#deleteIcon
{
    position: absolute;
    width: 16px; 
    height: 16px;
    border: none;
    visibility: hidden;
    z-index: 1;
}

#pageWell
{
    position: absolute;
    text-align: center;
    visibility: hidden;
}

#pageText
{
    width: 76px;
    height: 20px;
    font-family: Segoe UI, Tahoma, Sans-Serif; 
    font-size: 7pt;
    text-align: center;
    padding-bottom: 1px;
}
