@charset "utf-8";

/*********************************************************************
 *                                                                   *
 * Copyright (C) LANSA Group. All rights reserved                    *
 *                                                                   *
 *********************************************************************/

body
{
    color: menutext ;
    background-color: #F0F0F0 ;      /* main background color */
    margin: 0px ;
    margin-bottom: 0px ;
    padding: 0px 0px 0px 0px ;
    border-top: 0px solid white ;
    border-bottom: 0px solid black ;
    border: 0px ;
    font-size: xx-small ;
    font-family: arial, san-serif ;
}

.container
{
    width: 100% ;
    padding: 3px 0px 0px 0px ;
    margin: 0px 0px 0px 0px ;
    background-color: #F0F0F0 ;      /* main background color */
}

#tabs
{
    height: 20px ;
    margin: 0px ;
    padding-left: 0px ;
    background: url(images/grey_1x1.gif) repeat-x bottom ;
}

li
{
    margin: 0px ;
    padding: 0px ;
    display: inline ;
    list-style-type: none ;
}

a:link, a:visited
{
    float: left ;
    color: #8888ff ;
    background: #efefef ;
    line-height: 10px ;
    padding: 4px 6px 4px 6px ;
    margin-right: 4px;
    border: 1px solid #999999 ;
    text-decoration: none ;
    font-size: 11px ;
    font-weight: normal ;
}

a.active:link, a.active:visited
{
    color: #000055 ;
    background: white ;
    border-bottom: 1px solid white ;
}

a.active:hover
{
}

a:hover
{
    color: #000055 ;
    background: white ;
}

a.disabled:hover, a.disabled:link, a.disabled:visited
{
    color: #999 ;
    cursor: default ;
    border-bottom: 0px ;
}
