/*
//---------------------------------------------
//  THIS CODE IS NOT APPROVED FOR USE IN/ON ANY OTHER UI ELEMENT OR PRODUCT COMPONENT.  
//  Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
// ----------------------------------------------
*/
body
{ 
    width: 278px;
    height: 355px;
    font-family: 'Segoe UI', Tahoma, Sans-Serif;
    margin: 0px;
}
#settingsButtonTable
{
    font-size: 12px;
}
#currentIndex
{
     width: 15px;
     text-align: center;
}
#maxIndex
{
     width: 15px;
     text-align: center;
}
a
{
    color:#0066cc;
    text-decoration:none;
}
a:hover
{
    color:#3399ff;
    text-decoration:underline;
}