/*
//---------------------------------------------
//  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 {
    margin: 0px;
    width: 278px;
    height: 230px;
}
#topLeft
{
     width: 4px;
     height: 4px;
     background: url(../images/settings_corner_top_left.png);
}
#topMiddle
{
     width: 100%;
     background: url(../images/settings_box_top.png);
}
#topRight
{
    width: 4px;
    height: 4px;
    background: url(../images/settings_corner_top_right.png);
}
#settingsRow
{
     background-color: #ffffff;
}
#settingsLeft
{
    width: 4px;
    background: url(../images/settings_box_left.png) repeat-y;
}
#settingsMiddle
{
     text-align: center;
     padding: 20px;
}
#settingsRight
{
    width: 4px;
    background: url(../images/settings_box_right.png) repeat-y;
}
#dividerRow
{
    background-color: #f4f4f4;
}
#dividerLeft
{
    width: 4px;
    height: 3px;
    background: url(../images/settings_divider_left.png);
}
#dividerMiddle
{
    width: 100%;
    background: url(../images/settings_divider.png);
}
#dividerRight
{
    width: 4px;
    height: 3px;
    background: url(../images/settings_divider_right.png);
}
#buttonsRow
{
    background-color: #f4f4f4;
}
#buttonsLeft
{
    width: 4px;
    background: url(../images/settings_box_divider_left.png) repeat-y;
}
#buttonsMiddle
{
    text-align: center;
    padding: 5px 0px 5px 0px;
}
#buttonsRight
{
    width: 4px;
    background: url(../images/settings_box_divider_right.png) repeat-y;
}
#buttonTable
{
     font-size: 12px;
}
#buttonTable a
{
     cursor: default;
}
     
#buttonTable img
{
    width: 19px;
    height: 19px;
    border: none;
}
#currentIndex
{
     width: 15px;
     text-align: center;
}
#maxIndex
{
     width: 15px;
     text-align: center;
}
#bottomRow
{
     background-color: #f4f4f4;
}
#buttonLeft
{
    width: 19px;
    height: 19px;
    border: none;
    margin-right: 11px;
}
#buttonRight
{
    width: 19px;
    height: 19px;
    border: none;
    margin-left: 11px;
}
#bottomLeft
{
    width: 4px;
    height: 4px;
    background: url(../images/settings_corner_bottom_left.png);
}
#bottomMiddle
{
    width: 100%;
    background: url(../images/settings_box_bottom.png);
}
#bottomRight
{
    width: 4px;
    height: 4px;
    background: url(../images/settings_corner_bottom_right.png);
}